/* mac hide\*/
html, body {height:100%}
/* end hide */
body {
	padding:0;
	margin:0;
	text-align:center;
	min-width:952px;/* for mozilla*/
	background-color: #000000;
	background-image:url(../images/bg.jpg);
	background-position:center;
	background-repeat:repeat-y;
	color: #000000;
}
#outer{
	height:100%;
	min-height:100%;
	width: 952px;
	color: #000000;
	text-align:left;
	margin:auto;
	position:relative;
}
 
 
 
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
#innerwrap {/* enables content first */
	float:left;
	width:952px;
}
#header{
	position:absolute;
	top:0;
	width:952px;
	height:244px;
	background-image: url(../images/bg_hdr_home.jpg);
	background-repeat: no-repeat;
	background-position: 0 25px;
	background-color:#000000;
	overflow:hidden;
	color: #000000;
	z-index:100;
	padding-top: 25px;
}
#img_nav {
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-top: 178px;
	margin-left: 15px;
}
#img_nav li {
	margin: 0 10px 0 0;
	padding: 0;
	float: left;
}
#img_nav li a {
	display: block;
}
#logo {
	float: right;
	clear: both;
}
#hdr_nav {
	margin: 0;
	padding: 25px 14px 0 0;
	list-style-type: none;
	float: right;
	display: block;
	width: 550px;
}
#hdr_nav li {
	float: left;
	font-size: 11px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin-right: 16px;
}
#hdr_nav li a {
	display: block;
}
#left {
	position:relative;/*ie needs this to show float */
	width:0;
	float:left;
	padding-top:298px;/*needed to make room for header*/
	padding-bottom:32px;/* needed to make room for footer */
}
#left p {padding-left:3px;padding-right:2px}
#right p {padding-left:4px;padding-right:2px}

#right {
	position:relative;/*ie needs this to show float */
	width:0;
	float:right;
	padding-top:298px;/*needed to make room for header*/
	padding-bottom:32px;/* needed to make room for footer */
}

#footer {
	width:952px;
	clear:both;
	height:55px;
	color: #000000;
	left:0;
	position: absolute;
}
* html #footer {/*only ie gets this style*/
	\height:57px;/* for ie5 */
	he\ight:50px;/* for ie6 */
	overflow-x: hidden;
}
#footercontent {
	width: 100%;
	height: 30px;
	background-color: #3964AB;
}
#ftr_nav {
	list-style-type: none;
	width: 892px;
	padding: 0 30px 0 65px;
	margin: 0;
}
#ftr_nav li {
	float: left;
	color: #F0F3F9;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0 4px 0 4px;
}
#ftr_nav li a {
	text-decoration: none;
	color: #F0F3F9;
}
div,p  {margin-top:0}/*clear top margin for mozilla*/
#centre {
	width:952px;
	float:right;
	padding-top:185px;
	margin-top: 83px;
	padding-bottom:32px;/* needed to make room for footer */
	background-color: #3964AB;
/*	background-image: url(../images/topperbg2.jpg); */
	background-repeat: no-repeat;
	background-position: 0 186px;
	min-height: 292px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


* HTML #centre {
	height: 292px;
}
#news {
	width: 265px;
	padding-left: 15px;
	padding-right: 20px;
	float:left;
}
#news p {
	line-height:18px;
	color:#000;
}

#centre p {
	line-height: 20px;
	color: #fff;
}
#centre a{
	color: #FFF;
	text-decoration:underline;
}
#centre h1 {
	color: #CCCDCD;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 40px;
}
#centre h2{font-size: 14px; color: #cccccc}
#centre h1{font-size: 14px; color: #cccccc}
#news {
	float: left;
	width: 435px;
}
#news_top {
	margin-top: 15px;
}
#news_top h1 {
	padding: 0;
	margin: 0;
	padding-top: 115px;
}
#news_top .graphic {
	padding-bottom: 15px;
	padding-right: 20px;
	float: right;
}
#news_bot {
	clear: both;
}
#news_bot .feas {
	width: 195px;
	float: left;
	color: #CCCDCD;	
}
#news_bot .first {
	padding-right: 35px;
}
#news_bot .feas img {
	margin-bottom: 15px;
}
.learn_more {
	margin-top: 0;
	padding-top: 0;
	text-align: right;
}
.learn_more a {
	color: #FFCC33;
	text-decoration: none;
	text-align: right;
	font-size:10px;
}

#welcome {
	float: right;
	width: 437px;
}
#welcome_content {
	background-image: url(../images/welcome_bg_content.gif);
	min-height: 125px;
	padding: 3px 45px 10px 45px;
	font-family: Arial, Helvetica, sans-serif;
	
}
* HTML #welcome_content {
	height: 225px;
}
#welcome_content h1 {
	margin: 0;
	padding: 0;
	padding-left: 15px;
	font-size: 28px;
}
#welcome_content h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
}
#welcome_content p {
	padding: 0;
	margin: 0;
	padding-bottom: 10px;
	padding-left: 15px;
	color: #000000;
}
#welcome_content #pos_link {
	color: #3A6BCF;
	text-decoration: none;
	float: right;
	font-weight: bold;
}

#clearfooter {width:100%;height:0;clear:both;background-color: #3964AB;} /* to clear footer */

