/* CSS Document */
*{ 
	margin: 0px; 
	padding: 0px; 
}
body {
	margin: 0px; 
	padding: 0px; 
}

.clear { 
	clear: both; 
}

#wrapper { 
	padding: 0px 0px; 
	width: 100%; 
	height: 100%; 
	background: #FFF; 
	position:relative;
}

#mainCntr { 
	padding: 0px 0px 0px 0px;
	margin: 0 auto; 
	width: 846px; 
	background: #FFFFFF;
	font:12px/15px "Trebuchet MS",Arial, Helvetica, sans-serif color#666; 
	font-weight:normal;; 
}

#headerCntr { 
	padding-bottom: 0px; 
	width: 846px; 
	height: 260px; 
	background: no-repeat;
	position:relative;
}

#login {
	position:absolute;
	left:750px;
	top:125px;
	display:block;
	height:50px;
}

#menuCntr { 
	padding:0px 0px 0px 10px;
	top:-80px;
	width: 840px; 
	height: 34px; 
	background: url(../images/menu-strip.gif) repeat-x; 
	border-right: 1px solid #fff; 
	border-left: 1px solid #fff;
}
#menuCntr ul { 
	list-style: none; 
	}
#menuCntr ul li { 
	padding-right: 0px;
	height: 34px;
	line-height: 34px; 
	float: left; 
	display: block; 
	font-size: 13px; 
	font-weight: bold; 
	font-family: Trebuchet MS, Arial; 
}
#menuCntr ul li a { 
	padding: 0px 20px; 
	height: 34px; 
	float: left; 
	display: block; 
	line-height: 34px; 
	color: #fff; 
	text-decoration: none; 
}
#menuCntr ul li.last { 
	background: none; 
	}
#menuCntr a:hover {
	background: #ff0;
	color: #666;
	cursor:pointer;
	text-decoration:none;

}

#menuCntr DIV.active a:active, DIV.active a:visited {
	background: #ff0;
	color: #fff;
	cursor:pointer;
	text-decoration:none;
	
}

#contentCntr { 
	padding-top:20px; 
	padding-bottom: 10px; 
	overflow: hidden; 
	width: 900px; 
	height: inherit; 
	margin: 0px; 
}

#leftCntr { 
	padding: 0px 26px 0px 0px; 
	width: 361px; 
	float: left; 
}
#leftCntr h3 { 
	padding-bottom: 0px; 
	font:12px/15px "Trebuchet MS",Arial, Helvetica, sans-serif color#fff; 
	font-weight:normal; 
	color: #000000; 
}



#centerCntr { 
	padding: 0px 2px 0px 2px; 
	line-height: 17px; 
	width: 440px; 
	float: right; 
}

#centerCntr h2 { 
	padding-bottom: 0px; 
	font:12px/15px "Trebuchet MS",Arial, Helvetica, sans-serif color#fff; 
	font-weight:normal;
	color: #000000; 
}

#centerCntr span.blue { 
	padding-bottom: 4px; 
	font-size: 13px; 
	color: #005b7f; 
	line-height: 14px; 
	font-weight: bold; 
	display: block; 
}
#centerCntr p { 
	padding: 5px 0px 2px 0px; 
}
#centerCntr img.main { 
	margin: 0px 0px 0px 0px; 
}

.main-content { 
	width: 900px; 
	line-height: 17px; 
	float: right; 
}
.main-content h2 { 
	padding-bottom: 10px; 
	font:12px/15px "Trebuchet MS",Arial, Helvetica, sans-serif color#666; 
	font-weight:normal; 
	color: #fff; 
} 
.main-content span { 
	font-weight: normal; 
	color: #005b7f; 
}
.main-content p { 
	color: #363636; 
	line-height: 20px; 
	padding-bottom: 15px; 
}
.captioned_image
{
position: relative;
padding-bottom: 15px;
float: left;
margin-right: 6px;
}

.captioned_image div
{
	position: absolute;
	font-size: 9px;
	bottom: 0px;
	left: 0px;
}
div#right col {
	position: relative;
	width: 400px;
	left: 250px;
}
/*----Footer Panel----*/

#footermainPan{
	position:relative; 
	margin:0 auto; 
	height:227px; 
	clear:both;
}

#footerPan{
	width:600px; 
	position:relative; 
	margin:0 auto; 
	font:12px/15px "Trebuchet MS",Arial, Helvetica, sans-serif; 
	font-weight:normal;
}

#footerPan ul{
	width:500px; 
	position:absolute; 
	top:20px; left:80px;
}

#footerPan li{
	float:left;
	list-style: none;
}

#footerPan ul li a{
	padding:0 5px 0; 
	color:#666; 
	background:#fff; 
	text-decoration:none;
}

#footerPan ul li a:hover{
	text-decoration:underline;
}

#footerPan p.copyright{
	width:300px;  
	color:#666; 
	position:absolute; 
	top:60px; 
	left:200px;
}


.postBox{
	float: inherit;
	margin-left:10px;
	margin-right:10px;
	margin-top:5px;
	background-color:#fff;
	padding:0px;
	height:auto;

}

.postBoxInside{
	border:#666 1px solid;
	background-color:#fff;
	padding:20px;
	width:500px;
	height:590px;
}

.postBox h2{
	line-height:1em;
}

.postBox img{
	margin-top:1px;
	margin-bottom:1px;
	padding:4px;
	background-color:#fff;
}
