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

body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #9eadb2;
}

#wrapperContent, #wrapperSiteMap {
	width: 100%;
	max-width: 930px;
	min-width: 815px;
	margin: 0 auto;
}

#wrapperContent {
	text-align: left;
	background-image: url(wrapperUp-left-fill.gif);
	background-repeat: repeat-y;
	background-position: left top;
	background-color: #FFF;
}
#wrapperContent_right {
	background-image: url(wrapperUp-right-fill.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
#wrapperSiteMap {
	text-align: left;
	background-image: url(wrapperDown-corner-left.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #FFF;
}
#wrapperSiteMap_right {
	background-image: url(wrapperDown-corner-right.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

/***********************************************************/

#content {
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
}


/***********************************************************/

#header {
	height: 80px;
	background-color: #DDDDDD;
	background-image: url(header-background.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

/************************************************/



/****************************************/

h1  {
	color: #24395C;
	font-size: 22px;	
	margin: 0px;
	padding: 0px;
}
h2  {
	color: #24395C;
	font-size: 18px;
}


/******************************************/

#navigation {
	text-align: center;
	width: 100%;
}

ul.tabs a:link, ul.tabs a:visited, ul.tabs a:active {
	text-decoration:none;
	color:#24395c;
}

ul.tabs a:hover, ul.tabs a:focus {
	text-decoration:underline;
	color: #950F0F;
}
ul.tabs a {
	display:block;
}
ul.tabs {
	float:left;
	width:100%;
	padding:0;
	margin:0;
	margin-bottom:0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9799b9;
	background-color: #9799B9;
}
ul.tabs li {
	float:left;
	list-style-type:none;
}

ul.tabs li.homeTab {
	width:24
.%;
	width: 24%;
}
ul.tabs li.exposureTab {
	width:25%;
}
ul.tabs li.aboutTab {
	width:25%;
}

ul.tabs *.tab-label {
	border:1px solid #9799b9;
	margin:0;
	cursor:pointer;
	padding-bottom:2px;
	padding-top:2px;
	font-weight:bold;
	text-align:center;
	font-size:15px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #eef4f6;
	background-image: url(tabs-fill.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	display: block;
}
ul.tabs li.selected *.tab-label {
	position:relative;
	top:1px;
	padding-bottom:4px;
	cursor:auto;
	padding-top:5px;
	margin-top:-5px;
	font-weight:bold;
	color: #FFF;
	background-color: #455373;
	background-image: url(tabs-fill-selected.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	border-top-width: 2px;
	border-top-style: solid;
	border-bottom-style: none;
	border-top-color: #9799b9;
}

/*******************************************************/

#subNavigation {
	float: left;
	width: 235px;
}

#subNavigation ul {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 20px;

}
#subNavigation ul li {
	list-style-type: none;
	margin-bottom: 5px;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CDD6DB;
}
#subNavigation ul li a {
	text-decoration: none;
	color: #000;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	display: block;
	margin:0;
	
}

#subNavigation ul li.selected a {
	background-image: url(sub-nav-arrow.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
}

#subNavigation ul li a:hover {
	color: #C30;
	text-decoration: underline;
	/*background-image: url(sub-nav-arrow.gif);*/
	/*background-repeat: no-repeat;*/
	/*background-position: left 5px;*/
}

/**********************************************************************/

#subContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 235px;
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 20px;
	min-height: 400px;
}
#subContentWide {
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 30px;
}



/************************************************************************/



#siteMap {
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
}


#siteMapInner {
	background-color: #ECF1F4;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	padding: 15px;
	text-align: center;
}


#homePage #siteMapLabel, #homePage #bookmarksLabel{
	float: left;
	width: 285px;
	text-align: right;
}

#bookmarks {
	zoom: 1;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #9EADB2;
	margin-top: 15px;
	padding-top: 15px;
}

#bookmarks img {
	vertical-align:middle;
}



#siteMap .siteMapSection {
	width: 50%;
	float: left;
}
#siteMap .siteMapSection ul {
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 15px;
	margin-left: 0px;
}
#siteMap .siteMapSection ul li {
	margin-bottom: 5px;
}
#siteMap .siteMapSection ul li a {
	text-decoration: none;
}

#siteMap .siteMapSection ul li a:hover {
	text-decoration: underline;
}


/************************************************************************/

*.float-divider {
	clear:both;
	display:block;
	height:1px;
	font-size:1px;
	line-height:1px;
}

.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.feed {
	margin-left: 20px;
	background-image: url(../images/feed-icon-14x14.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20px;
}


/*******************************************************************/



.videoLink {
	padding: 15px;
	height: 106px;
	background-color: #EEF4F6;
	margin-bottom: 25px;
	border: 3px solid #114775;
}
.videoLink img {
	float:left;
	margin-right: 15px;
}
.videoLink .videoLinkH a {
	display:block;
	margin: 0px;
	padding: 0px;
	font-size: 28px;
	color: #F00;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
}
.videoLink .videoLinkT {
	display:block;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-weight: bold;
}
.videoLink .videoThumbIMG {
	border: 1px solid #114775;
}




/******************************************************************/


#footer {
	padding-top: 5px;
	padding-bottom: 15px;
	font-size: 11px;
}
