@charset "UTF-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
}
a{
	color: #336699;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

.newsletter {
	font-size: 1.0em;
	color: #666666;
}

.home_body {
	font-size: 1.2em;
	color: #444444;
	line-height: 1.4em;
}

.subhead {
	font-size: 1.5em;
}

.sub_body {
	font-size: 1.2em;
	line-height: 1.4em;
}
ul.sub_body, ul.sub_body ul {
	padding-left: 20px;
}

table.sub_body{
	padding: 10px 0px 10px 0px;
}
table.sub_body td {
	padding: 0px 5px 0px 0px;
}

a.current {
	font-weight: bold;
	color: #003366;
}

.expertise_copy {
	font-size: 1.1em;
	color: #666666;
}

.expertise_copy strong {
	color: #5f7d98;
}

.featured_copy {
	padding-top: 10px;
	color: #666666;
	font-size: 1.1em;
}

.news_events {
	font-size: 1.1em;
	color: #ffffff;
	padding-top: 10px;
}

.news_events a {
	color: #a3c2e0;
	text-decoration: none;
}

.news_events a:hover {
	text-decoration: underline;
}	

.footer_copy, .footer_copy a {
	color: #999999;
	font-size: 0.9em;
	text-decoration: none;
}

.footer_copy a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 2.6em;
	color: #5f7d98;
	font-weight: normal;
	display: block;
	padding-bottom: 15px;
}

h2 {
	font-size: 1.2em;
	color: #666666;
	padding-top: 15px;
}

h3 {
	font-size: 1.1em;
	color: #cccccc;
	font-weight: normal;
}
h4 {
	font-size: 1.1em;
	color: #336699;
}




/********************************** START NAV *********************************/



#nav ul {
	list-style: none;
}

#nav ul li{
	padding: 6px 0px 6px 6px;
}

#nav ul li.active {
	background: url(../images/design/nav_active_top_bg.png) left top no-repeat;
	padding-bottom: 0px;
}

#nav ul li.home.active{
	background: url(../images/design/left_bracket.png) left top no-repeat;
	padding-bottom: 6px;
}

#nav ul li.home.active a{
	background: url(../images/design/right_bracket.png) right top no-repeat;
}

#nav ul li.left_bracket {
	background: url(../images/design/left_bracket.png) left top no-repeat;
}

#nav ul li a.right_bracket {
	background: url(../images/design/right_bracket.png) right top no-repeat;
}


#nav ul li a{
	color: #ffffff;
	font-size: 1.1em;
	text-transform: uppercase;
	text-decoration: none;
	padding: 6px 6px 6px 0px; /* These heights need to mimic the heights on the parent li to keep the brackets aligned */
}

#nav ul li.active a{
	color: #a3c2e0;
	font-weight: bold;
}

#nav ul li a:hover {
	color: #a3c2e0;
}

#nav ul li ul{
	padding-top: 5px;
	margin: 0px 0px 0px -6px;/* this counter acts the upper level li padding so the background images can be aligned */
	display: none;
	background: url(../images/design/nav_active_btm_bg.png) left bottom no-repeat;
}

#nav ul li ul li{
	margin: 0px;
	padding: 0px 0px 6px 20px; 
}

#nav ul li.active ul{
	display: block;
}

#nav ul li ul li.active {
	background: url(../images/design/lev2_hover_bg.png) 8px 1px no-repeat;
	padding-bottom: 6px; /* just to cancel out the 6 taken away on lev1 li's*/
}

#nav ul li ul li a{
	padding: 0px;
	margin: 0px;
	font-size: 1.1em;
	color: #cccccc;
	text-decoration: none;
	text-transform: capitalize;
}

#nav ul li.active ul li a{
	color: #cccccc;
	font-weight: normal;
}

#nav ul li ul li a:hover{
	color: #ffffff;
	font-weight: normal;
}

#nav ul li ul li.active a{
	color: #ffffff;
	font-weight: normal;
}

.portrait{
}



/********************************** END NAV *********************************/
