/*
	LightBlue:#87B2D8;
	LightBeige:#B6AFA2;
	DarkBeige:#887D6D;
	887e6d
	DarkGray:#7b7c7f;
	buttonRowOrange:#f4911e;
	Orange:#F90;
	BulletsBlue:#005695;
*/
 
 #newsItems, #news-reel
    {
        padding-right:40px;
    }
    
 #newsItems a, #news-reel a, .pagination a
    {
        color:#005695 !important;
    }
 #newsItems a:hover, #news-reel a:hover, .pagination a:hover
    {
        color:#FF9900 !important;
    }
 .newstitle
    {
        font-weight:bold;
    }
 .newsdate 
    {
        font-size:.75em;
    }
 dt 
    {
        padding-bottom:10px;
    }
 dd 
    {
        font-size:.9em;
        padding-bottom:40px;
    }
    
    
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background:#666;
	text-align:left;
	font-family:Verdana, Geneva, sans-serif;
}
p {
font-size:14px;
line-height:18px;
}

#support {
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	color:#000;
	font-weight:normal;
	padding-left:143px;
}
#support a:link {
	color:#005695;
	text-decoration:none;
}
#support a:visited {
	color:#005695;
	text-decoration:none;
}
#support a:hover {
	color:#F90;
	text-decoration:none;
}
#siteMap {
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	color:#000;
	font-weight:normal;
	padding-left:143px;
	text-decoration:none;
}
#mapHead{
	font-weight:bold;
	padding-bottom:10px;
}
#mapGuts, #mapGuts a{
	width:1000px;
	background-color:#FFFFFF;
	
	text-decoration:none;
}
#mapGuts a:hover{
	width:1000px;
	background-color:#FFFFFF;
	text-decoration:none;
	color:#F90;
}
#indent {
	padding-left:20px;
}

#siteSizer {
	width:1000px;
	margin:0 auto;
	background-color:#fff;
}

#header {
	width:100%;
	height:130px;
	background-color:#FFFFFF;
}

#tagline {
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#887e6d;
	padding-top:25px;
	padding-right:40px;
	text-align:right;
}
#contact {
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	padding-top:40px;
	padding-right:40px;
	text-align:right;
	color:#F90;
}
#contact a:link{
	color:#F90;
	text-decoration:none;
}
#contact a:visited{
	color:#F90;
	text-decoration:none;
}
#contact a:hover{
	color:#B6AFA2;
	text-decoration:none;
}

#aboutIntro {
	font-family:Verdana, Geneva, sans-serif;
	text-align:left;
	font-size:16px;
	color:#000;
	padding-bottom:30px;
}
.aboutBullets {
	font-family:Verdana, Geneva, sans-serif;
	text-align:left;
	font-weight:bold;
	font-size:15px;
	color:#F60
}

#bigImage {
	width:100%;
	height:345px;
	background-color:#F90;
}
#breadcrumb {
	height:26px;
	background-color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#B6AFA2;
	padding-top:13px;
	padding-left:32px;
}
#breadcrumb a:link {
	color:#B6AFA2;
	text-decoration:none;
}
#breadcrumb a:visited {
	color:#B6AFA2;
	text-decoration:none;
}
#breadcrumb a:hover {
	color:#B6AFA2;
	text-decoration:underline;
}
.arrow {
	color:#F90;
}

/* NAVIGATION */

#buttonrow ul {
margin:0;
padding:0;
float:right;
}

#buttonrow ul li {
float:left;
display:inline;
border-right:1px solid #fff;
font-family:Verdana, Sans-Serif;
font-size:14px;
font-weight:bold;
padding-right:12px;
margin-right:12px;
}

#buttonrow ul li.last {
border-right:none;
}

#buttonrow {
	width:100%;
	height:36px;
	background-color:#f4911e;
	text-align:right;
}

#buttonrow a
{
    display:block;
    height:36px;
    line-height:32px;
    border:none;
    background-color:transparent;
    text-decoration:none;
    color:#fff;
    
}

#buttonrow a:hover
{
    color:#466986;
    
}

#buttonrow a.active
{
    background-image:url(../../imgs/nav/top-active.gif);
    background-repeat:no-repeat;
    background-position:center bottom;
}

#buttonrow a.active.blue
{
    background-image:url(../../imgs/nav/top-active-blue.gif);
    background-repeat:no-repeat;
    background-position:center bottom;
}

#buttonrow a.active.red
{
    background-image:url(../../imgs/nav/top-active-red.gif);
    background-repeat:no-repeat;
    background-position:center bottom;
}


#subButtonrow {
	width:100%;
	height:36px;
	float:left;
	text-align:center;
	margin:0 auto;
}

#subButtonrow ul{
	list-style-type:none;
	text-align:center;
	margin:0;
	padding:0;
	padding-left:25px;
}

#subButtonrow ul li{
float:left;
display:inline;
border-right:0px solid #fff;
font-family:Verdana, Sans-Serif;
font-size:14px;
font-weight:bold;
padding-right:12px;
margin-right:12px;
}

#SubButtonrow ul li.last {
border-right:none;
}

#subButtonrow a{
	 display:block;
    height:36px;
    line-height:32px;
    border:none;
    background-color:transparent;
    text-decoration:none;
    color:#fff;
}

#subButtonrow a:hover{
	color:#466986;
}


#subButtonrow a.active {
	background-image:url(../../imgs/nav/bottom-active.gif);
    background-repeat:no-repeat;
    background-position:center bottom;
}

#subButtonrow a.active.blue {
	background-image:url(../../imgs/nav/bottom-active-blue.gif);
    background-repeat:no-repeat;
    background-position:center bottom;
}


#subButtonrow a.active.red
{
    background-image:url(../../imgs/nav/bottom-active-red.gif);
    background-repeat:no-repeat;
    background-position:center bottom;
}


#subButtonrow ul#red li a:hover{
	color:#b6afa2;
}






#landingHero {
	width:1000px;
	height:345px;
}
#PAlandingGuts {
	width:1000px;
	background-color:#FFF;
}

#landingCopy {
	padding-left:140px;
	padding-top:52px;
	padding-bottom:50px;
	width:750px;
}

#landingHeadline {
	font-family:Verdana, Geneva, sans-serif;
	text-align:left;
	font-weight:bold;
	font-size:21px;
	color:#000;
}
#landingIntro {
	font-family:Verdana, Geneva, sans-serif;
	text-align:left;
	font-size:16px;
	color:#887D6D;
}
#landingBold15 {
	padding-top:15px;
	font-family:Verdana, Geneva, sans-serif;
	text-align:left;
	font-weight:bold;
	font-size:15px;
	color:#000;
}
#landingBullets {
	padding-top:12px;
	font-family:Verdana, Geneva, sans-serif;
	text-align:left;
	font-weight:normal;
	font-size:15px;
	color:#000;
}
.landingBulletsBlue {
	padding-top:15px;
	font-family:Verdana, Geneva, sans-serif;
	text-align:left;
	font-weight:bold;
	font-size:15px;
	color:#005695;
}

#bigPic {
	width:100%;
	height:263px;
	background-image:url(../imgs/CapstoneSmoke_lite.jpg);
	text-align:center;
	padding-top:49px;
}
#dropMenu {
	padding-left:45px;
}

#PageTopper{
	height:240px;
	width:1000px;
	background-color:#FFFFFF;
}
#PageTitle{
	width:594px;
	height:240px;
	float:left;
}
#PageImage{
	width:350px;
	height:240px;
	padding-left:35px;
	float:left;
	padding-top:0px;
}
#CLPguts{
	width:1000px;
	background-color:#FFFFFF;
}
#CLPbody{
	width:740px;
	padding-left:140px;
	background-color:#FFFFFF;
}
#pageIntro{
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#6D6558;
	padding-bottom:15px;
}

#pageIntro p{
	margin-top:0px;
}

p#pageIntro{
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#6D6558;
	padding-bottom:15px;
	margin-top:0px;
}

#pageParaHead{
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	color:#005695;
	font-weight:bold;
	padding-bottom:7px;
}
#pageBulletHead{
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#000;
	font-weight:bold;
	padding-bottom:7px;
}

h3.pageBulletHead{
	font-size:16px;
}

#bulletList{
	font-family:Verdana, Geneva, sans-serif;
	font-size:15px;
	color:#000;
	margin-left:10px;
}

.bulletList{
	font-family:Verdana, Geneva, sans-serif;
	font-size:15px;
	color:#000;
	margin-left:10px;
}

.bulletList li{
	margin-bottom:3px;
}

#pagePara{
	font-family:Verdana, Geneva, sans-serif;
	font-size:15px;
	color:#000;
	font-weight:normal;
	padding-bottom:20px;
}
.pageBullet{
	color:#F60;
	font-weight:bold;
}

.pageBlue {
	padding-top:15px;
	font-family:Verdana, Geneva, sans-serif;
	text-align:left;
	font-weight:bold;
	font-size:15px;
	color:#005695;
}

ul {
	font-family:Verdana, Geneva, sans-serif;
	font-size:15px;
	color:#000;
}

#footerSpace {
	width:100%;
	height:50px;
	padding-top:30px;
	background-color:#FFFFFF;
}
#footer {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	text-align:right;
	float:right;
	padding-top:15px;
	padding-right:40px;
}
#footer a:link {
	color:#000;
	text-decoration:none;
}
#footer a:visited {
	color:#000;
	text-decoration:none;
}
#footer a:hover {
	color:#F60;
	text-decoration:underline;
}
#contactTitle {
	font-family:Verdana, Geneva, sans-serif;
	font-size:36px;
	color:#005591;
	background-color:#FFF;
	padding-top:73px;
	padding-left:109px;
}
#contactInfo {
	font-family:Verdana, Geneva, sans-serif;
	font-size:17px;
	background-color:#FFF;
	padding-left:140px;
	padding-top:40px;
	padding-bottom:50px;
}
#contactInfo a:link {
	color:#005591;
	text-decoration:none;
}
#contactInfo a:visited {
	color:#005591;
	text-decoration:none;
}
#contactInfo a:hover {
	color:#F90;
	text-decoration:none;
}
.pagination {
    text-align:right;
    font-size:.8em;
    padding-right:20px;
}

#contactInfo .orange a:link {
	color:#005591;
	text-decoration:none;
}
#contactInfo .orange a:visited {
	color:#005591;
	text-decoration:none;
}


/* Starting my styles - JPD */

h1#logo {
text-align:left;  
float:left;
width:256px;
height:104px;
background-image:url(../imgs/capstone_logo.jpg);
text-indent:-9999px;
margin-left:25px;
margin-top:15px;
margin-bottom:0px;
}

h1#logo a {
display:block;
width:256px;
height:104px;
}

#bigPic h2 {
text-align:center;
font-family:Arial, Helvetica, Tahoma, Verdana, Sans-Serif;
font-size:19px;
width:550px;
display:block;
margin:0px auto;
margin-bottom:20px;
color:#000;
font-weight:normal;
}

#landingCopy h2{
font-family:Arial, Helvetica, Tahoma, Verdana, Sans-Serif;
font-size:24px;
line-height:1em
}

p#landingIntro {
margin-bottom:0px;
}

h3.landingBulletsBlue {
margin-top:0px;
margin-bottom:0px;
padding-bottom:0px;
}

.landingBullets p {
font-family:Verdana, Geneva, Sans-Serif;
font-size:15px;
padding-top:12px;
margin-top:0px;
}

p.landingBullets {
font-family:Verdana, Geneva, Sans-Serif;
font-size:15px;
padding-top:12px;
margin-top:0px;
margin-bottom:3px;
}

h4 {
font-family:Verdana, Geneva, Sans-Serif;
font-size:15px;
padding-top:15px;
margin-bottom:0px;
padding-bottom:0px;
}

.bulletList {
font-family: Verdana, Geneva, Sans-Serif;
font-size:15px;
margin-left:15px;
}

.pageParaHead {
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	color:#005695;
	font-weight:bold;
	padding-bottom:7px;
	margin-top:20px;
}

h3.pageParaHead {
	margin-bottom:10px;
	padding-bottom:0px;
}


