/* CSS Document */

html { overflow-y:scroll; }
body {
	color:#404041;
	font-size:13px;
	margin:0 auto;
	background-repeat:repeat ;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(images/bg_body.jpg);
	background-position: top center;
	line-height:22px;
}

a {
	color:#2E3579;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color:#000;
}

h1, h2, h3, h4, p { margin:0 0 8px 0; }

h1 { font-size:25px; }

h2 { font-size:20px; }

h3 { font-size:15px; }

/* ---- class settings ----------------------- */

.img_top {
	position: absolute;
	top: 0;
	left: 0;
}

.img_btm {
	position: absolute;
	left: 0;
	bottom: 0;
}

.hidden-text {
     display: block;
     position: absolute;
     top: 0px;
     left: 0px;
     text-indent: -2000em;
}

.pressflag {
	font-size:24px;
	color:#2E3579;
}

/* ---
    min-height:400px;
    height:auto !important;
    height:400px;
--- */

/* ---- layout settings ----------------------- */


#main_container {
	position:relative;
	margin:0 auto;
	width:960px;
	height:auto;
}

#header {
	position:relative;
	top:0;
	left:0;
	width:960px;
	height:202px;
	background-image:url(images/bg_header.jpg);
	background-repeat:no-repeat;
}

#banner {
	position:relative;
	top:0;
	left:0;
	width:960px;
	height:340px;
	background-image:url(images/bg_banner.jpg);
	background-repeat:no-repeat;
	color:#293173l;
	font-size:17px;
	margin:2px 0 0 0;
}


#banner_left {
	position:relative;
	top:0;
	left:0;
	float:left;
	height:auto;
	width:468px;
	padding: 1px 0 0 10px;
	
}


#banner_right {
	position:relative;
	top:0;
	left:0;
	float:left;
	height:auto;
	width:460px;
	padding: 20px 0 0 10px;
	
}

#body_top {
	position:relative;
	top:0;
	left:0;
	width:100%;
	height:auto;
	background-position: top center;
	background-image:url(images/bg_repeat.jpg);
	background-repeat:repeat-x;
	margin: 0 auto;

}

/* ---- start nav id settings ------------------------ */
 
#nav {
	position:relative;
	top:160px;
	left:0;
	width:960px;
	height:44px;
}

#hidden_menu {
	position:relative;
	top:0;
	left:0;
	width:300px;
	height:auto;
	float: left;
}

/* ---- end nav id settings -------------------------- */

#main {
	position:relative;
	top:0;
	left:0;
	width:960px;
	height:auto;
}
#main_sub {
	position:relative;
	top:0;
	left:0;
	width:960px;
	height:auto;
	background-image:url(images/bg_main-sub.jpg);
	background-repeat:repeat-y;
	
}
#main_top {
	position:relative;
	top:0;
	left:0;
	width:960px;
	height:auto;
	background-image:url(images/bg_main-top.jpg);
	background-repeat:no-repeat;
}
/* ---- start main content settings -------------- */

#content_main {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:610px;
	height:auto;
}

#side_nav-left {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:150px;
	height:auto;
padding: 30px 0 0 30px;
font-height:28px;
}

#content_right-sub {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:650px;
	height:auto;
	float:right;
padding: 20px 30px 0 0;
}


#content_main-home {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:960px;
	height:auto;
	background-image:url(images/img_middle.jpg);
	background-repeat:repeat-y;
	margin: 10px 0 0 0;
}

#content_main-sub {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:900px;
    min-height:600px;
    height:auto !important;
    height:600px;
	padding: 0 30px 0 30px;
	margin: 10px 0 0 0;
}

#content_left {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:450px;
	height:auto;
	padding: 20px 0 0 25px;
}


#content_middle {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:218px;
	height:auto;
	padding: 25px 0 0 26px;
	color:#404041l;
	font-size:12px;
}

#content_right {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:210px;
	height:auto;
	padding: 25px 0 0 17px;
}


/* ---- end main content settings ---------------- */

/* ---- start side bar content settings -------------- */

#side_bar {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:180px;
	height:auto;
}

/* ---- end side bar content settings ---------------- */

#footer_repeat {
	position:relative;
	top:0;
	left:0;
	width:100%;
	height:auto;
	background-image:url(images/bg_footer-repeat.jpg);
	background-repeat:repeat-x;
}


#footer {
	position:relative;
	top:0;
	left:0;
	width:960px;
	height:57px;
	clear:both;
	background-image:url(images/bg_footer.jpg);
	background-repeat:no-repeat;
	margin: 0 auto;
	color:#FFFFFF;
	font-size:12px;
}

#footer a {
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}


#copy {
	position:relative;
	top:0;
	left:0;
	width:350px;
	height:auto;
	float:left;
	padding: 22px 0 0 10px;
}


#zi {
	position:relative;
	top:0;
	left:0;
	width:150px;
	height:auto;
	float:right;
	padding: 10px 0 0 0;
}
/* ---- start navigation settings -------------------------- */
 
#nav a {
	position:relative;
	float:left;
	height:44px;
	cursor:pointer;
	background-repeat:no-repeat;
	background-image:url(images/nav.gif);
}

a#nav_01 {
	width:90px;
	background-position:0 0;
}

a:hover#nav_01{
	background-position: 0 -44px;
}

.active_01 {
	background-position: 0 -44px !important;
}

a#nav_02 {

	width:104px;
	background-position:-90px 0;
}

a:hover#nav_02{
	background-position:-90px -44px;
}

.active_02 {
	background-position:-90px -44px !important;
}

a#nav_03 {
	width:159px;
	background-position:-194px 0;
}

a:hover#nav_03{
	background-position:-194px -44px;
}

.active_03 {
	background-position:-194px -44px !important;
}

a#nav_04 {
	width:127px;
	background-position:-353px 0;
}

a:hover#nav_04{
	background-position:-353px -44px;
}

.active_04 {
	background-position:-353px -44px !important;
}

a#nav_05 {
	width:90px;
	background-position:-480px 0;
}

a:hover#nav_05{
	background-position:-480px -44px;
}

.active_05 {
	background-position:-480px -44px !important;
}

a#nav_06 {
	width:174px;
	background-position:-570px 0;
}

a:hover#nav_06{
	background-position:-570px -44px;
}

.active_06 {
	background-position:-570px -44px !important;
}

a#nav_07 {
	width:83px;
	background-position:-744px 0;
}

a:hover#nav_07{
	background-position:-744px -44px;
}

.active_07 {
	background-position:-744px -44px !important;
}

a#nav_08 {
	width:133px;
	background-position:-827px 0;
}

a:hover#nav_08{
	background-position:-827px -44px;
}

.active_08 {
	background-position:-453px -44px !important;
}

/* ---- start hidden layers settings -------------------------- */

#hidden_info {
	position:relative;
	top:0;
	left:0;
	width: auto;
	height:auto;
	float:left;
}

#hidden-layers {
	position:relative;
	top:0;
	left:0;
	width: auto;
	height:auto;
}
/*-------------------------------------------*/

#T1, #T2, #T3, #T4, #T5, #T6 {
	position:absolute;
	top:0;
	left:0;
	width:500px;
	height:auto;
	visibility:hidden;
	
}

#T1 { width:500px;  left:250px;}
#T2 { width:500px;  left:250px;}
#T3 { width:500px;  left:250px;}
#T4 { width:500px;  left:250px;}
#T5 { width:500px;  left:250px;}
#T6 { width:500px;  left:250px;}


/*-------------------------------------------*/


.show {
	position:absolute !important;
	visibility:visible !important;
}

.hide {
	position: absolute !important;
	visibility: hidden !important;
}


.active {
	position:relative !important;
	visibility:visible !important;
}

/*lightbox start*/

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(/scripts/lightbox/images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/scripts/lightbox/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/scripts/lightbox/images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-image:url(/images/bg_lightbox.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-color: #9DA8FF;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 
	

