html, body {height:100%}
/* end hide */
body 
	{
	padding:0;
	margin:0;
	text-align:center;
	min-width:760px;/* for mozilla*/
	background-color: #FFFFFF;
	color: #000000;
	}
#outer
	{
	width:758px;
	border-left:0px solid #000;
	border-right:0px solid #000;
	color: #000000;
	text-align:left;
	margin:auto;
	position:relative;
	background:  url(../images/background.gif) repeat-y center center;
	}
 
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
#innerwrap 
	{/* enables content first */
	float:left;
	width:565px;
	}
	#innerwrap2 
	{/* enables content first */
	float:left;
	width:175px;
	}
#innerwrap3 
	{/* enables content first */
	/*float:left;*/
	width:580px;
	float:right;
	}

#header
	{
	position:absolute;
	top:20;
	left:0px;
	width:760px;
	height:150px;
	background-color:#0B224B;
	border-left:0px solid #000;
	border-right:0px solid #000;
	border-bottom:10px solid #669933;
	overflow:hidden;
	color: #000000;
	z-index:100;
	}
#header1
	{
	position:absolute;
	top:0;
	left:0px;
	width:760px;
	height:20px;
	background-color:#FFFFFF;
	border-left:0px solid #000;
	border-right:0px solid #000;
	border-bottom:0px solid #24782D;
	overflow:hidden;
	color: #000000;
	z-index:100;
	}
#subheader
	{
	position:absolute;
	top:170;
	left:0px;
	width:760px;
	height:20px;
	background-color:#FFFFFF;
	border-left:0px solid #000;
	border-right:0px solid #000;
	border-bottom:0px solid #24782D;
	overflow:hidden;
	color: #000000;
	z-index:100;
	}
#left 
	{
	position:relative;/*ie needs this to show float */
	width:175px;
	float:left;
	left:0;
	padding-top:195px;/*needed to make room for header*/
	padding-bottom:20px;/* needed to make room for footer */
	}
#right 
	{
	position:relative;/*ie needs this to show float */
	width:175px;
	float:right;
	padding-top:195px;/*needed to make room for header*/
	padding-bottom:20px;/* needed to make room for footer */
	}
#footer
	{
	width:760px;
	height:20px;
	background:  #ffffff ;
	color: #000000;
	text-align:left;
	left:-1;
	bottom:0;
	z-index:100;
	}
* html #footer 
	{/*only ie gets this style*/
	\height:20px;/* for ie5 */
	he\ight:22px;/* for ie6 */
	}

div,p  {margin-top:0}/*clear top margin for mozilla*/
#centrecontent 
	{
	width:390px;
	float:right;
	padding-top:195px;
	padding-bottom:20px;/* needed to make room for footer */
	}
#centrecontent2 
	{
	width:580px;
	float:right;
	padding-top:195px;
	padding-bottom:20px;/* needed to make room for footer */
	}
#subcentrecontent 
	{
	width:580px;
	float:right;
	padding-top:195px;
	padding-bottom:20px;/* needed to make room for footer */
	}


#clearfooter {width:100%;height:20px;clear:both} /* to clear footer */
#footerdetail{
	width:760px;
	margin:auto;
	text-align:left;
}
div#catogory{
	background-color:#EAF2F4;
	float:left;
	margin:0 10px 15px;
	padding:19px 0;
	width:45%;
}

div#catogory div a p{
	text-align:center;
	text-decoration:none;
	font-weight:bold;
	color:#FFFFFF;	
}
div.inner_subcat{
	height:80px;	
}
div#carogory div a:hover{
	color:#000;
}
div.partner_item{
	background:#EAF2F4 none repeat scroll 0 0;
	border:1px solid #0B224B;
	width:100%;
}
div.partner_item img{
	float:left;
	margin:10px;
	border:1px solid #24782D;
}
div.inner_partner_item{
	float:right;
	padding:10px;
	width:360px;	
}
div.inner_partner_item a{
	color:#000000;
	text-decoration:none;	
}
div.partners img{
	padding:10px 0;	
}
div.partners ul{
	margin: 0 0 10px 0;
	padding:0;	
}

div.partners ul li{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 5px 0;
}
div.partners ul li span{
	display:block;
	float:left;
	font-weight:bold;
	width:85px;
}
div.partners ul li ul.address{
		float:left;
		width:490px;
		
}
div.partners ul li ul.address li{
	margin:0;
	margin-bottom:5px;
}

div.cat_back{
	width:180px;
	height:100px;
	background:url(../images/catback_bg.png) no-repeat;
	_background:url(../images/catback_bg.gif) no-repeat;
	background-color:#0B224B;
	margin:0 40px;
}
div.inner_cat_back{
	padding:36px 8px;
}
