@import url('/css/shared.css');
a{
	color: #06AFEF;
}

h2{
	font-size: 18px;
	color: #7e8990;
	text-transform: uppercase;
	margin: 15px 0px 5px 0px;
	font-weight: bold;
}

h3{
	font-size: 16px;
	color: #7e8990;
	text-transform: uppercase;
	margin: 15px 0px 5px 0px;
	font-weight: bold;
}

h4 {
	font-size: 14px;
	margin: 15px 0px 5px 0px;
	line-height: 18px;
}




hr {
	color: #FFF;
	height: 1px;
	border: 0px;
	border-top: 1px dashed #a9cee9;
	margin: 10px 0px;
}

#newsBody .topLink{
	clear: both;
	padding-top: 20px;
	padding-bottom: 0px;
}

#content_container{
	clear: both;
	background: #fff;
	min-height: 300px;
	border-left: 1px solid #024f89;
	border-right: 1px solid #024f89;
}

#content_nav{
	margin: 45px 20px 20px 20px;
	float: left;
	width: 158px;
	border: 1px solid #a9cee9;
	list-style: none;
	padding: 25px 0px 85px 0px;
	height: 1%;
}

#content_nav a{
	padding: 6px 0px 6px 25px;
	color: #0068b3;
	font-size: 14px;
	text-decoration: none;
	display: block;
	text-transform: uppercase;
	
}

#content_nav li{
	height: 1%;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}

#content_nav li.on {
	border-top: 1px solid #a9cee9;
	border-bottom: 1px solid #a9cee9;
}

#content_nav a:hover, #content_nav li.on a{
	padding: 6px 0px 6px 25px;
	color: #c1d72e;
	background: url(/images/sub/content_nav_on.jpg) no-repeat 10px center;
}

/****** Sub Nav ******/
#content_nav ul{
	list-style: none;
	margin-top: -2px;
	margin-bottom: 2px;
	height: 1%;
}

#content_nav li.on li.on{
	border: 0;
}

#content_nav ul a{
	background: none;
	font-size: 11px;
	padding: 3px 10px 3px 25px;
	color: #0068b3;
}

#content_nav li.on ul a{
	background: none;
	padding: 3px 10px 3px 25px;
	color: #0068b3;
}

#content_nav li.on ul a:hover, #content_nav li.on ul li.on a{
	color: #00ACEC;
	padding: 3px 10px 3px 25px;
}

#content{
	float: right;
	width: 742px;
	margin: 10px 25px 20px 0px;
}

#breadcrumbs{
	color:#6ea8d4;
	font-style:italic;
	padding-bottom: 20px;
}

#breadcrumbs a{
	text-decoration: none;
	color: #818181;
}

#content h1{
	font-size: 30px;
	text-transform: uppercase;
	line-height: 30px;
	letter-spacing: 4px;
	padding-bottom: 10px;
	font-weight: normal;
}

#content p{
	padding: 10px 0px;
	line-height: 16px;
}

#content ul, #content ol{
	padding: 10px 2em;
}

#content ul ul.clients{
	padding-top: 5px;
}

#content ul li, #content ol li{
	padding: 3px 0px;
}

#content .callout{
	margin-left: 25px;
	margin-bottom: 20px;
	width: 230px;
	float: right;
	font-weight: bold;
	padding-top: 10px;
	clear: both;
	margin-right: 10px;
}

#content .callout img{
	margin-bottom: 15px;
}

#content .callout p{
	padding: 0px;
	font-size: 14px;
	line-height: 18px;
}

#content .callout p span{
	color: #48AFF4;
	font-size: 18px;
	line-height: 22px;
}

#content .callout p strong{
	font-size: 18px;
	line-height: 22px;
}

body.clients #content li, ul.clients li{
	color: #888;
}

body.clients #content li strong, ul.clients li strong{
	color: #06AFEF;
}

body.tl #content p a strong{
	font-size: 14px;
}

ol.roman_small{
	list-style-type:lower-roman;
}

p.center{
	text-align: center;
}

/*** IE6 Hacks ****/

* html #content_nav a, * html #content_container{
	height: 1%;
}

* html #content{
	width: 720px;
	margin-right: 12px;
}

form{
	display: block;
	width: 60%;
}

fieldset{
	margin: 10px 0px;
	padding: 10px 20px;
	border: 1px solid #0068b3;
}

legend{
	font-size: 16px;
	color: #c1d728;
	text-transform: uppercase;
	font-weight: bold;

}

input, textarea{
	border: 1px solid #0068b3;
	padding: 1px;
	width: 250px;
}

textarea{
	height: 150px;
}

div.formDiv{
	padding: 5px;
}

div.formDiv div{
	clear: both;
	padding: 2px 0px;
}

label{
	display: block;
	float: left;
	width: 120px;
}

input#submit{
	background: #427BA8;
	color: #FFF;
	font-weight: bold;
	margin-left: 142px;
	cursor: pointer;
}

#sitemap_menu li a{
	font-size: 16px;
	color: #0068B3;
	font-weight: bold;
}

#sitemap_menu li li a{
	font-size: 14px;
	color: #7e8990;
}

#sitemap_menu li li li a{
	color: #06AFEF;
	font-size: 12px;
}

.newsFlashDiv{
	background: url(/images/sub/news/loading.png) no-repeat center center;
	width: 320px;
	height: 240px;
	border: 1px solid #024f89;
	float: left;
	margin-right: 20px;
}

#newsBody blockquote{
	padding: 20px 20px 20px 36px;
	clear: both;
}

#newsBody blockquote p{
	padding-left: 0;
}

.highlight{
	color: #06AFEF;
}

.newsPic{
	float: left;
	margin: 0px 10px 5px 0px;
}


#newsBody h4, #newsBody h5{
	padding-top: 35px;
	clear: both;
	cursor:pointer;
	padding-bottom: 0px;
	margin-bottom: 0px;
}



#newsBody h5 a{
	font-size: 14px;
	padding-left: 0px;
	color: #0068b3;
	text-decoration:none;
	display: block;
	line-height: 18px;
	height: 1%;
}

#newsBody h4 a{
	font-size: 14px;
	padding-left: 16px;
	color: #0068b3;
	text-decoration:none;
	display: block;
	background: url(/images/sub/news/toggle.png) no-repeat top left;
	line-height: 18px;
	height: 1%;
}

#newsBody h4.open a{
	background: url(/images/sub/news/toggleopen.png) no-repeat top left;
}


#newsBody h5, #newsBody h5 a{
	cursor: text;	
}
#newsBody div.newsBox{
	clear: both;
}

#newsBody p.abstract{
	min-height: 70px;
	font-style: italic;
}

#newsBody p.abstract em{
	font-style: normal;
}

* html #newsbody p.abstract{
	height: 70px;
}

img.thumbnail, a img.thumbnail{
	float: left;
	margin: 0px 10px 0px 0px;
	
}

#newsBody hr{
	margin: 20px 0px;
}

#newsHolder p{
	padding-left: 16px;
}

h2 a, h3 a{
	color: #7e8990;	
}

#newsBody #content div.newsBox ul{
	padding: 10px 4em;
}
