@charset "utf-8";
/* CSS Document */
body {
	margin-bottom: 0px;
	background-color:#CCC;
	margin-top:0px;
	height:100%;
	background-image:url(../bg_s.jpg);
	background-repeat:repeat-y;
	background-position:center;
}

img {
	border:0px;
}

#bg_image {
	background-repeat:no-repeat;
	background-position:center;
	left:0px;
	top:0px;
	z-index:-1;
	width:100%;
	height:100%;
	position:absolute;
}

#bg_layer {
	background-image:url(../bg_top.jpg);
	background-repeat:no-repeat;
	background-position:center;
	left:0px;
	top:0px;
	z-index:-1;
	width:100%;
	height:30px;
	position:absolute;
	z-index:0;
}

#showup {
	position:absolute;
	width:1050px;
	height:auto;
	align:center;
	left:50%;
	margin-left:-545px;
	top:140px;
	z-index:5;
	text-align:right;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#666;
	font-style:italic;
	text-decoration:none;
}

#showup a:link,a:visited {
	color:#666;
	text-decoration:none;
}
	

#d4ulabs {
	width:1100px;
	height:auto;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	horizontal-align:center;
	z-index:3;
	/*position:absolute;
	align:center;
	margin-left:-545px;*/
	margin-left:auto;
	margin-right:auto;
}



/* Header styles for logo, navigation and search */
#header {
	width		:	1050px;
	height		:	100px;
	background-color:#FFF;
	padding:20px;
	overflow:visible;
}

	#logo {
		width		:	200px;
		height		:	80px;
		float		:	left;
		vertical-align:middle;
		padding-top:	20px;
		padding-right:20px;
	}
	
	
	
	
	#nav {
		width		:	780px;
		height		:	80px;
		float		:	left;
		padding		:	20px;	
		font-size	:	14px;
		overflow:visible;
	}
	
	#nav br {
		line-height:5px;
	}
	
	#nav ul {
		list-style	: 	none;
		padding		: 	0;
		margin		: 	0;
	} 
	
	#nav li {
		float		:	left;
		border-left:1px solid #CCC;
		margin		: 	0 0.4em;
		padding-top:16px;
		padding-left:5px;
		padding-right:5px;
		background-color:#FFF;
	} 
	
	#nav span {
		font-size:10px;
		white-space:nowrap;
	}
	
	#nav.selected {
		margin-top:-20px;
		padding-top:36px;
		background-color:#DDF1FF;
	}
	
	#nav li:active {
		color:#003399;
	}
	
	#nav li:hover {
		color:#003399;
	}
	
	#nav li:visited {
		color:#003399;
	}
	
	#nav a:link {
		text-decoration:none;
		color:#000;
	}
	
	#nav a:visited {
		text-decoration:none;
		color:#000;
	}
	
	#nav a:active {
		text-decoration:none;
		color:#000;
	}
	
	#nav a:hover {
		text-decoration:none;
		color:#003399;
	}
	
	
	
	
	#search {
		width		:	250px;
		height		:	80px;
		float		:	right;
		padding-top:20px;
		margin:auto;
	}
	
	
/* body styles */
#body {
	height		:	auto;
	width		:	1050px;
}

	#main {
		height		: 	auto;
		width		:	1050px;
		float		:	left;
		background-color:#FFF;
		padding:20px;
		overflow:visible;
	}
	
	#side {
		height		: 	auto;
		width		: 	350px;
		float		:	right;
	}
	
	#content {
		width:1050px;
		height:auto;
		margin-top:10px;
		margin-left:0px;
		font-size:12px;
	}
	
	#content_1 {
		width:500px;
		height:auto;
		float:left;
		padding:10px;
		text-align:justify;
	}
	
	#content_1:hover {
		width:500px;
		height:auto;
		float:left;
		padding:10px;
		background-color:#F7F7F7;
		text-align:justify;
	}
	
	#content_2 {
		width:500px;
		height:auto;
		float:right;
		padding:10px;
	}
	
	#content_2:hover {
		width:500px;
		height:auto;
		float:right;
		padding:10px;
		background-color:#F7F7F7;
	}

	#content_3 {
		clear:both;
		margin-top:20px;
		width:500px;
		height:auto;
		float:left;
		padding:10px;
		text-align:justify;
	}
	
	#content_3:hover {
		clear:both;
		margin-top:20px;
		width:500px;
		height:auto;
		float:left;
		padding:10px;
		background-color:#F7F7F7;
		text-align:justify;
	}
	
	#content_4 {
		margin-top:20px;
		width:500px;
		height:auto;
		float:right;
		padding:10px;
	}
	
	#content_4 img, a:link,a:hover, a:active, a:visited {
		border:0px;
		text-decoration:none;
	}
	
	#content_4:hover {
		margin-top:20px;
		width:500px;
		height:auto;
		float:right;
		padding:10px;
		background-color:#F7F7F7;
	}
	
		#content_5 {
		clear:both;
		margin-top:20px;
		width:1030px;
		height:auto;
		float:none;
		padding:10px;
		text-align:justify;
	}
	

	#contentnav {
		float:left;
		width:200px;
		margin-bottom:10px;
	}
	
	#contenttop {
		width:800px;
		float:left;
		margin-bottom:10px;
	}

	
	#content h1 {
		padding:0px;
		margin:0px;
	}
	
	.title1 {
		font-size:20px;
		color:#666;
		padding-bottom:10px;
	}
	
	.title2 {
		font-size:18px;
		color:#039;
		padding-bottom:10px;
	}
	
/* footer styles */
#footer {
	float:none;
	clear:both;
	border-top:solid 2px #CCC;
	font-size:14px;
	color:#666;
	padding:20px;
	margin-top:20px;
	width:100%;

}

#FootDs {
	height:auto;
	width:auto;
	text-align:center;
}

#FootContent {
	clear:both;
	height:auto;
	width:auto;
}


#sidebarbg {
	position:absolute;
	margin-left:74.5%;
	margin-top:131px;
	width:230px;
	height:700px;
	left: 155px;
	top: 15px;
	z-index:3;
	visibility:hidden;
	overflow:visible;
}

#sidebar {
	position:absolute;
	margin-left:76%;
	margin-top:150px;
	width:200px;
	height:640px;
	left: 150px;
	top: 15px;
	z-index:4;
	background-color:#FFF;
	padding:10px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	visibility:hidden;
}

#sidebar a:link,a:visited,a:active {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#666;
	text-decoration:none;
}

#title_side {
	border-left:1px solid #CCC;
	font-size:18px;
	padding-left:5px;
	color:#03C;
	margin-top:10px;
}

#update_side {
	padding:10px;
	font-size:14px;
}

#form_side {
	padding:20px;
}


/* banner */
#banner {
	text-align:center;
}
#logoPart { background:#000; height:90px;}

#bannerTD { width:1050px; height:325px; background-color:#333; background-repeat: no-repeat;}
#bannerTD #bannerContainer { width:1050px; height:325px; text-align:center;}
#bannerTD #bannerContainerCover { width:1050px; height:325px; text-align:center;}
#bannerTD #bannerBody { height:245px; text-align:center;}

#bannerTD #bannerFooter {     
    background:#000; height:80px; 
    display:none; 
    width:1050px;
}
#bannerTD #bannerFooterNav { 
    position:absolute;
    top:400px;margin-top:0px;
    /*left:50%;margin-left:-500px;*/
	margin-left:auto;
	margin-right:auto;
    width:1050px;
}
.footerCell{ padding:5px; text-align:left; border:0px #F90 solid;}
.footerCell .footerTitle {font-family:tahoma, arial; font-size:11px; color:#fff; font-weight: bold;}
.footerCell .footerDesc {font-family:tahoma, arial; font-size:11px; color:#efefef;}
.footerCell ul {list-style: none; margin: 2px; margin-left: 75px; padding-left: 10px;}
.footerCell ul li {margin: 2px; line-height: 13px; padding: 0;}
.footerLink {text-align: right;}

.footerCell .imgDiv{ position:relative; float:left; width:80px; height:65px; margin: 2px 1px 0px 1px;}
.bttnMore {width:57px; height:19px; float: right;}
.bttnMore a{display: block; background:url(img/gen/bttn_more_small.png) 0 0 no-repeat; line-height: 19px; text-decoration: none;}

.imgBgDiv_i {
    width:82px; height:67px;
    background: url(img/gen/thumbBgBordered.png) 0 0 no-repeat;
    padding: 0;
    float:left;
}


#bannerCornerOverlayT{
	position:absolute; 
	/*left:50%; 
	margin-top:0; 
	margin-left:-450px; */
	margin-top:400px; 
	margin-left:auto;
	margin-right:auto;
	background:url(img/gen/bg_bigbanner_trans.gif) 0 -5px no-repeat; 
	width:1100px; 
	height:5px; 
	z-index:1000;
	}
	
#bannerCornerOverlayB{position:absolute; left:50%; margin-top:0; margin-left:-450px; top:410px; background:url(img/gen/bg_bigbanner_trans.gif) 0 0 no-repeat; width:1050px; height:5px; z-index:1001;}

form {color:#efefef; margin:0;}

.formError {
	color:#F00;
	font-size:10px;
}



/* Most common stuff you'll need to change */
	.coda-slider-wrapper { padding: 20px 0 ;

}
	
	
	.coda-slider { background: #ebebeb;
			margin: 0 auto; /* center for now */
	width: 1000px; /* ems so it will grow */
	background: url(../sbbody-r.gif) no-repeat bottom right;
	}
	
	.coda-nav {
		width:900px;
	}
	
	.coda-nav-1 {
	background: url(../sbhead-r.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
	height:70px;
	width:900px;
	}
	
	
	
	.coda-nav-1 h2 {
	background: url(../sbhead-l.gif) no-repeat top left;
	margin: 0;
	padding: 22px 30px 5px;
	color: white; 
	font-weight: bold; 
	font-size: 1.2em; 
	line-height: 1em;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
	}
	
	
	/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
	.coda-slider-no-js .coda-slider { height: 200px; overflow: auto !important; padding-right: 20px }
	
	/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider, .coda-slider .panel { width: 1000px } 
	
	/* Change margin and width of the slider (with dynamic arrows) */
	.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { width: 1000px }
	.coda-slider-wrapper.arrows .coda-slider { margin: 0 10px }
	
	/* Arrow styling */
	.coda-nav-left a, .coda-nav-right a { background: #000; color: #fff; padding: 5px; width: 100px }
	
	/* Tab nav */
	.coda-nav ul li a.current { background: #0006F0 }
	

	/* Panel padding */
	.coda-slider .panel-wrapper { padding: 50px }
	
	.coda-slider-1 {
				background: url(../sbbody-l.gif) no-repeat bottom left;
	margin: 0;
	padding: 5px 30px 31px;
	}
	
	/* Preloader */
	.coda-slider p.loading { padding: 20px; text-align: center }

/* Don't change anything below here unless you know what you're doing */

	/* Tabbed nav */
	.coda-nav ul { clear: both; display: block; margin: auto; overflow: hidden }
	.coda-nav ul li { display: inline }
	.coda-nav ul li a { background: none; color: #fff; display: block; float: left; margin-right: 1px; padding: 3px 6px; text-decoration: none }
	
	/* Miscellaneous */
	.coda-slider-wrapper { clear: both; overflow: auto ;
		margin: 0 auto; /* center for now */
	width: 1000px; /* ems so it will grow */
	background: url(../sbboddyrtr.jpg) no-repeat top right;
	font-size: 100%;

	
	}
	.coda-slider { float: left; overflow: hidden; position: relative }
	.coda-slider .panel { display: block; float: left }
	.coda-slider .panel-container { position: relative }
	.coda-nav-left, .coda-nav-right { float: left }
	.coda-nav-left a, .coda-nav-right a { display: block; text-align: center; text-decoration: none }
	#coda-nav-left-5 { margin: 0 1px 0 135px }
	#coda-nav-left-5, #coda-nav-5, #coda-nav-right-5 { float: left }
	#coda-nav-5 ul { margin: 0 !important }
	#coda-nav-left-5 a, #coda-nav-right-5 a { padding: 4px; width: 20px }
	#coda-slider-5 { clear: both }




