@charset "utf-8";
/* CSS Document */

html, body{
	padding: 0;
	margin: 0;
	color: #000;
	font-family: tahoma;
	font-size:12px;
}
/*-----------INDEX PAGE BG ----------------*/

#contentWrap{
	margin: 0 auto;
	width: 934px;
	height: auto;
	background: url(images/main_bg.jpg) #FFF;
	background-repeat: no-repeat;
	overflow: hidden;
	
}
#pageFluid{
	background: url(images/fluid_bg.jpg) #FFF;
	background-repeat: repeat-x;
	
}

/*-----------END INDEX PAGE TEMPLATE----------------*/

#headerSection{
	width: 864px;
	height: 139px;
	margin-left: 18px;
	float:left;
	text-align: left;
}

#navBar{
	width: 504px;
	height: 34px;
	float:left;
	margin-top:105px;
}

#featureSection{
	width:898px;
	height:216px;
	margin-left: 18px;
	float:left;
	background:url(images/feature_topbanner.jpg) #FFF;
}

#topSection{
	width:898px;
	height:284px;
	margin-left: 18px;
	float:left;
	text-align: justify;
}

#leftSection{
	width: 592px;
	height: auto;
	margin-left: 35px;
	float:left;
}

#rightSection{
	width: 254px;
	height: 283px;
	margin-left: 17px;
	float:left;
}

#bottomSection{
	width: 864px;
	height: auto;
	margin-left: 35px;
	color: #666;
	font-size: 10px;
	float:left;
}

/*-----------SUB PAGES TEMPLATE----------------*/
/*-----------SUB PAGE BGS----------------*/

#subcontentWrap{
	margin: 0 auto;
	width: 934px;
	height: auto;
	background: url(images/sub_bg.jpg) #FFF;
	background-repeat: no-repeat;
	overflow: hidden;
}
	
#subpageFluid{
	background: url(images/subfluid_bg.jpg) repeat-x #FFF;
}

/*-----------END SUB BGS---------------*/


#subfeatureSection{
	width:898px;
	height:216px;
	margin-left: 18px;
	float:left;
	background:url(images/feature_topbanner.jpg) #FFF;
}


#subtopSection{
	width:898px;
	height:78px;
	margin-left: 18px;
	float:left;
	text-align: justify;
}


#subleftSection{
	width: 572px;
	height: auto;
	margin-left: 45px;
	float:left;
}

#subrightSection{
	width: 244px;
	height: auto;
	margin-right: 40px;
	float:right;
}
