@charset "UTF-8";
/* CSS Document */
/* TEXT CSS STYLES */	
/* leftNav (LEFT SIDE BAR) */
.leftNavHdrLeft {
	background-image:url(../site_images/title_hdr_bg_l.png);
	width: 10px;
	height: 30px;
	float:left;
}
.leftNavHdr {
	background-image:url(../site_images/title_hdr_bg.png);
	width: 170px;
	height:30px;
	line-height: 1.9;
	text-align: left;
	font-style:normal;
	color:#FFF;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	float:left;
	font-size:14px;
	letter-spacing:1px;
}
.leftNav {
	background-color:#ececec;
	font-size:12px;
	white-space:normal;
	width: 180px;
	height:auto;
	text-align: left;
	color:#CCCCCC;
	clear:both;
}
.leftNav ul {
	margin: 0px;
	padding: 0px;
	padding: 0px;
	text-indent:10px;
}
.leftNav li {
	list-style-type: none;
	list-style-position: outside;
	height:30px;
	border-bottom:1px solid #ccc;
	background-color:#ececec !important;
}
.leftNav a {
	text-decoration: none;
	font-family:Verdana, Geneva, sans-serif;
	color: #000;
	line-height: 2.4;
	text-decoration:none;
	width:180px;
	height:30px;
	display:block;
}
.leftNav a:Hover {
	color:#fff;
	text-decoration:none;
	background-color:#00a2c3;
	width:180px;
	height:30px;
	display:block;
}
.leftNav #current, .leftNav #current a {
	background-color:#00a2c3;
	width:180px;
	height:30px;
	color:#FFF;
}
.leftNav #home_icon {
	background-image:url(../site_images/home_icon.png);
	background-repeat:no-repeat;
	background-position:center right;
}
.leftNav #home_icon:hover, .leftNav #home_icon_curr {
	background-image:url(../site_images/home_icon-over.png);
	background-repeat:no-repeat;
	background-position:center right;
}
.leftNav #about_icon {
	background-image:url(../site_images/about_icon.png);
	background-repeat:no-repeat;
	background-position:center right;
}
.leftNav #about_icon:hover, .leftNav #about_icon_curr {
	background-image:url(../site_images/about_icon-over.png);
	background-repeat:no-repeat;
	background-position:center right;
}
.leftNav #capabilities_icon {
	background-image:url(../site_images/capabilities_icon.png);
	background-repeat:no-repeat;
	background-position:center right;
}
.leftNav #capabilities_icon:hover, .leftNav #capabilities_icon_curr {
	background-image:url(../site_images/capabilities_icon-over.png);
	background-repeat:no-repeat;
	background-position:center right;
}
.leftNav #resource_icon {
	background-image:url(../site_images/resource_icon.png);
	background-repeat:no-repeat;
	background-position:center right;
}
.leftNav #resource_icon:hover, .leftNav #resource_icon_curr {
	background-image:url(../site_images/resource_icon-over.png);
	background-repeat:no-repeat;
	background-position:center right;
}
.leftNav #career_icon {
	background-image:url(../site_images/career_icon.png);
	background-repeat:no-repeat;
	background-position:center right;
}
.leftNav #career_icon:hover, .leftNav #career_icon_curr {
	background-image:url(../site_images/career_icon-over.png);
	background-repeat:no-repeat;
	background-position:center right;
}
.leftNav #contact_icon {
	background-image:url(../site_images/contact_icon.png);
	background-repeat:no-repeat;
	background-position:center right;
}
.leftNav #contact_icon:hover, .leftNav #contact_icon_curr {
	background-image:url(../site_images/contact_icon-over.png);
	background-repeat:no-repeat;
	background-position:center right;
}
.leftNav #sitemap_icon {
	background-image:url(../site_images/sitemap_icon.png);
	background-repeat:no-repeat;
	background-position:center right;
}
.leftNav #sitemap_icon:hover, .leftNav #sitemap_icon_curr {
	background-image:url(../site_images/sitemap_icon-over.png);
	background-repeat:no-repeat;
	background-position:center right;
}
.banner_ad {
	background-image:url(../site_images/blog_ad.png);
	width:180px;
	height:70px;
	cursor:pointer;
}
/* HEADER */
.tag {
	font-family:Verdana, Geneva, sans-serif;
	font-size:22px;
	color:#FFF;
	font-weight:normal;
}
/* CONTENTPAGE */
.contentPage .bucket {
	border:1px solid #CCC;
	border-top:none;
	background-color:#f5f5f5;
	padding:10px;
	margin-bottom:30px;
}
.contentPage .bucketCollapsible {
	border:1px solid #CCC;
	border-top:none;
	background-color:#f5f5f5;
	padding:10px;
}
.contentPage .bucketCollapsible a {
	font-size:12px;
}
.contentPage .bucket .icon {
	float:right; 
	padding-left:10px; 
	margin-top:-70px;
}
.contentPage {
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
}
.contentPage p {
	font-size: 12px;
	line-height: 1.4;
	margin-bottom:10px;
}
.contentPage h1 {
	font-family: Georgia, Times New Roman, Times, serif;
	padding-bottom: 10px;
	font-weight:bold;
	font-style:italic;
	font-size: 22px;
}
.contentPage h2 {
	font-size: 13px;
	margin-bottom:4px;
}
.contentPage h3 {
	font-size: 14px;
	margin-bottom:-1px;
	color:#00a2c3;
	background-color:#fff;
	width:auto;
	padding:10px;
	border:1px solid #CCC;
	vertical-align:top;
}
.contentPage h3 a {
	text-decoration:none;
	color:#00a2c3;
}
.contentPage h3 a:hover {
	text-decoration:underline;
	color:#000000;
}
.contentPage p a {
	font-size:10px;
	color:#01466a;
	text-decoration:underline;
}
.contentPage p a:hover {
	color: #000;
	text-decoration:underline;
}
.contentPage .right_nav {
	float:right; 
	background-color:#b2c7d1; 
	padding:10px; 
	margin:0px 3px 20px 0px;
	width:176px; 
}
.contentPage .right_nav a {
	font-size:13px;
}
/* CONTENT */
.content {
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
}
.content p {
	font-size: 12px;
	line-height: 1.4;
}
.content p a {
	color:#01466a;
	text-decoration:underline;
}
.content p a:hover {
	color: #000;
}
.content h1 {
	font-family: Georgia, Times New Roman, Times, serif;
	margin-bottom: 10px;
	font-weight:bold;
	font-style:italic;
	font-size: 22px;
}
/* MAIN CONTENT - TOP */
.mainHdr {
	width: 199px; /* 219 + 34 = 253 */
	height:34px;
	line-height: 2.6;
	text-align: left;
	color:#000;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	float:left;
	font-size:14px;
	letter-spacing:1px;
	border-bottom:1px solid #01466a;
	margin-left:10px;
}
.mainHdrRight {
	margin-top: 1px;
	width: 34px;
	height: 34px;
	float:left;
}
/*
.mainHdrLeft {
	background-image:url(../site_images/title_hdr_bg_l.png);
	width: 10px;
	height: 30px;
	float:left;
}
.mainHdr {
	background-image:url(../site_images/title_hdr_bg.png);
	width: 233px;
	height:30px;
	line-height: 1.9;
	text-align: left;
	font-style:italic;
	color:#FFF;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	float:left;
	font-size:14px;
	letter-spacing:1px;
}
.mainHdrRight {
	background-image:url(../site_images/title_hdr_bg_r.png);
	width: 10px;
	height: 30px;
	float:left;
}
*/
.mainContent {
	background-color:#fff;
	padding:10px;
	margin-top:40px;/* format text here*/
}
.mainContent ul {
	padding:10px;
	margin-top:40px;/* format text here*/
}
.left {
	float:left;
	width: 253px;
	padding-right:10px;
}
.center {
	float:left;
	width: 253px;
	padding-right:10px;
}
.right {
	float:left;
	width: 253px;
}
/* MAIN CONTENT - BOTTOM */
.botHdrLeft {
	background-image:url(../site_images/title_hdr_bg_l.png);
	width: 10px;
	height: 30px;
	float:left;
}
.botHdr {
	background-image:url(../site_images/title_hdr_bg.png);
	width:299px;
	height:30px;
	line-height: 1.9;
	text-align: left;
	font-style:normal;
	color:#FFF;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	float:left;
	font-size:14px;
	letter-spacing:1px;
}
.botHdr_film_icon {
	background-image:url(../site_images/title_hdr_bg_film_icon.png);
	width: 66px;
	height:30px;
	float:left;
}
.botHdr_file_icon {
	background-image:url(../site_images/title_hdr_bg_file_icon.png);
	width: 66px;
	height:30px;
	float:left;
}
.botHdrRight {
	background-image:url(../site_images/title_hdr_bg_r.png);
	width: 10px;
	height: 30px;
	float:left;
}
.botContent {
	background-color:#ececec;
	padding:10px;
	margin-top:30px;/* format text here*/	
}
.left_bot {
	float:left;
	width: 385px;
	padding-right:10px;
	margin-bottom:10px;
}
.right_bot {
	float:left;
	width: 385px;
	padding-bottom:10px;
}
/* collapsible sitemap */
a.dsphead {
	text-decoration:none;
}
a.dsphead:hover {
	text-decoration:none;
}
a.dsphead span.dspchar {
	text-decoration:none;
}
.dspcont {
	display:none;
}
/* SITE MAP CONTENT */
/* on index */
.sitemap_on_index {
	color: #fff;
	font-size:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	background-image:url(../site_images/bg_lines.png);
	background-repeat:repeat-x;
	background-position:top left;
}
.sitemap_on_index h1{
	padding: 0px;
}
.sitemap_on_index h1 a{
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight:bold;
	font-size: 14px;
	letter-spacing:1px;
	color:#FFF;
	text-decoration:none;
}
.sitemap_on_index h1 a:hover{
	color:#31c3e6;
	text-decoration:underline;
}
.sitemap_on_index .bullet {
	margin-top:10px;
}
.sitemap_on_index .bullet li {
	list-style-image: url(../site_images/bullet_white.png);	
}
.sitemap_on_index .bullet ul li {
	list-style-image: url(../site_images/bullet_sub_white.png);
}
.sitemap_on_index .bullet a {
	color: #fff;
}
.sitemap_on_index .bullet a:hover {
	color: #31c3e6;
}

/* FOOTER */
.footer {
	color: #999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-style: normal;
}
.footer a {
	color:#999;
}
.footer a:Hover {
	color:#000;
}
/* bullets */
.bullet {
	font-size:12px;
	padding-bottom:10px;
}
.bullet li {
	line-height: 1.4;
	margin-left: -10px;
	list-style-type: none;
	list-style-position: outside;
	list-style-image: url(../site_images/bullet.png);
	background-position:bottom right;
	padding-bottom:4px;
}
.bullet a {
	font-size:12px;
	color:#01466a;
	text-decoration:underline;
}
.bullet a:Hover {
	color:#000;
}
.bullet b {
	font-size: 12px;
	line-height: 2.4;
	margin-left: -25px;
}
/* bullet sub */
.bullet ul {
	padding-bottom: 4px;
}
.bullet ul li {
	line-height: 1.4;
	margin-left: -20px;
	list-style-type: none;
	list-style-position: outside;
	list-style-image: url(../site_images/bullet_sub.png);
	background-position:bottom right;
}
.bullet ul li a {
	font-size: 10px;
	color: #01466a;
	text-decoration: underline;
}

