@charset "UTF-8";
/* CSS Document */

html {overflow-y: scroll; /* vert scrollbar for all pages */}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #ffffff;
	margin: 0 auto;
	padding: 0;
	background-color: #fff;
	width: 800px;
}

em {
	font-style: italic;
}
strong {
	font-weight: bold;
}


#headerContainer {
	width: 800px;
	display: inline-block;
}

	#headerLeft a{
		width: 215px; height: 80px;
		float: left;
		text-indent:-9999px;
		background: url(chrome/07-2010/images/logo.gif) left top no-repeat;
		/*border-bottom: 5px solid #0089ba;*/
	}
	
	

	#headerRight {

	}

		#headerTagline {
			float: left; width: 585px;
			height: 80px;
			background: #100C4A url(chrome/07-2010/images/slogan-internal.gif) left top no-repeat;
			text-indent: -9999px;
			
		}


#globalNavigation {
	background-color:#409d34; color: #fff;
	border-bottom: 5px solid #0089ba;
}


ul#globalNavigationList {
	clear: left;
	text-transform: uppercase;
	list-style-position: outside;
	list-style-type: none;
	margin:0;
	padding: 3px 18px;
	font-weight: bold;
	position: relative;
}
		
	ul#globalNavigationList li {
	display: inline;
	padding: 2px 10px;
}	

	ul#globalNavigationList li.videoLink {
		background-color: #4070ad;
		position: absolute;
		top: 0;
		right: 0;
		padding: 3px 0;
		width: 200px;
}
	ul#globalNavigationList li.videoLink a{
		color: #fff;
		padding-left: 20px;
}
		ul#globalNavigationList li a {
			color: #b3d8ae;
			text-decoration: none;
		}

		ul#globalNavigationList li a:hover {
			color: #ffffff;
		}
		ul#globalNavigationList li.active a {
			color: #ffffff;
		}

.pageTitle {
	width: 800px;
	height: 100px;
	font-size: 1.5em;
	color: #f8ac1d;
	text-transform: uppercase;
	line-height: 100px;
	background-color: #110e4b;
	font-weight: bold;
}

.pageTitle h1 {
	width: 600px;
	text-indent: 30px;
	float: left;
}

#contentContainer {
	clear:  both;
}						
	#content {
		width: 800px;
		}
		
	#leftColumn {
		width: 125px;
		float: left;
		margin-top: 20px;
		padding-bottom: 20px;
		background: url(images/border-dots.png) top right repeat-y;
	}
	
	
			
		
		ul#subNavigation {
			list-style-position: outside;
			list-style-type: none;
			margin:0;
			padding: 0 10px;
			font-size: 1em;
			line-height: 1.6em;
		}
			ul#subNavigation li {
			padding: 4px 0;
			border-bottom: 1px dashed #666;
			color: #666;
		}
		
		.video ul#subNavigation li {
			padding: 16px 0 4px 0;
			border-bottom: 1px dashed #666;
			color: #666;
		}
		
				ul#subNavigation li.active {
					color: #eb622e;
				}
				ul#subNavigation li.active img{
					border: 2px solid;
				}		
				ul#subNavigation li a {
					color: #666;
					text-decoration: none;
				}
		
				ul#subNavigation li a:hover {
					color: #333;
				}
				ul#subNavigation li.active a {
					color: #eb622e;
		}
		
		
		
	
		#content #centerColumn {
			padding: 20px;
			font-size: 1.1em;
			color: #000;
			width: 437px;
			margin-left: 123px;
		}
		#content.video #centerColumn {
			background-color: #b3a8ce;
		}		
		
		#content.video #centerColumn .videoContainer a{
			margin: 0 auto 2em auto;
		}
		
		

#content #centerColumn H2 {
	color: #0089ba;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1.4em;
	padding-bottom:0;
	margin-bottom: 3px;
	text-transform: uppercase;
		}
		
		#content #centerColumn H3 {
			color: #0089ba;
			font-weight: bold;
			font-size: 1.1em;
			padding-bottom:0;
			margin-bottom: 3px;
		}
		
		#content #centerColumn p {
			margin-top: 0;
			margin-bottom: 1.5em;
			line-height: 1.4em;
	}
	
			#content #centerColumn a {
				font-weight: bold;
			}

		#content #centerColumn ul {
			list-style-type: disc;
			margin-left: 2em;
			margin-bottom: 1em;
		}
		#content #centerColumn ul li{
			padding: 4px 0;
		}

		#content #centerColumn table {
			margin-bottom: 1em;
		}		
		#content #centerColumn td {
			padding: 4px;
		}
		
	
#centerColumn blockquote {
	padding: 10px;
	background-color: #efefef;
}

#content #rightColumn {
			width: 160px;
			float: right;
			background-color: #409d34;
			padding: 20px;
						
		}
		#content.video #rightColumn {
			background-color: #0089ba;
		}
		
		#rightColumn #rightSidebar {
			color: #fff;
			
		}
		
		#rightColumn #rightSidebar li{
			color: #fff;
			padding: 4px 0;
			border-bottom: 1px dashed #fff;
		}
		
		#rightColumn #rightSidebar li a{
			color: #fff;
		}
		
		#rightColumn #rightSidebar li a:hover{
			color: #ddd;
		}
		


			
		#servicesLinks {
			padding: 21px 0 10px 19px;
		}

			#servicesLinks img {
				padding: 0 4px 4px 0;
			}



#footerContainer {
	clear: both;
	background-color: #110e4b;
	border-top: 1px solid #110e4b;
	margin: 0;
	padding-bottom: 2em;
	display: none;
}

			
		#infoLinks {
	width: 200px;
	position: relative;
	top: -71px;
	clear:  left;
		}	
			


#footerContainer ul {
	list-style-type: none;
	list-style-position: outside;
	text-transform: uppercase;
	margin: 12px auto 0 auto;
	width: 500px;
}
	
	#footerContainer ul li {
	display: inline;
	padding: 0 8px 0 4px;
	border-right: 1px solid #fff;
}
		#footerContainer ul li a{
		color: #ffcc00;
		text-decoration: none;
	}
		#footerContainer ul li a:hover{
		color: #ffffff;
		text-decoration: underline;
	}
	#footerContainer p {
	
	text-align: center;
width: 600px;
margin: 20px auto;	
}
	
	
	
	
	
	
	
	
	
	
	
a:link {
	color: #409d34;
	text-decoration: none;
}
a:visited {
	color: #409d34;
	text-decoration: none;
}
a:hover {
	color: #666;
	text-decoration: none;
}
a:active {
	color: #666;
	text-decoration: none;
}
a.newslinks{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	text-decoration: none;
}

a.newslinks:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	text-decoration: underline;
}


.mainredtype {
	color: #FD3B1E;
}
