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

body, form{
	margin: 0px;
	padding: 0px;
	background-color:#BABABA;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#000000;
}

h1{
	margin:0;
	padding:0;
	text-indent:-9999px;
}

p{
	margin:0;
	padding:0;
	padding:10px 0px 10px;
	text-align:justify;
}

ul{
	font-size:16px;
	font-weight:bold;
}

li{
	padding-bottom:5px;
}

/* MAIN BACKGROUND STYLE */

#wrapper{
	height:auto !important;
	margin:0 auto;
	width:900px;
	height:100%;
	min-height:100%;
	background-color:#FFFFFF;
}

.clear{
	clear:both;
}

/* HEADER STYLE */

#header_area{
	width:900px; 
	height:95px;
}

#hd_left{
	float:left; 
	padding:20px 0px 0px 13px; 
	width:306px; 
	height:55px;
}

.logo{
	background:url(../images/logo.png) no-repeat; 
	behavior:url(iepngfix.htc); 
	width:306px; 
	height:55px; 
	text-indent:-9999px;
}

.phonefont{
	float:right; 
	padding:14px 24px 0px 0px; 
	font-size:18px; 
	font-family:'Arial Black', Gadget, sans-serif;
}

.emailfont{
	clear:right; 
	float:right; 
	padding-right:24px; 
	width:400px; 
	font-size:18px; 
	font-weight:bold; 
	text-align:right;
}

/* BANNER STYLE */

#banner_area{
	width:900px; 
	height:183px; 
	background:url(../images/bnrbg.jpg) repeat-x;
}

.bnr_box{
	float:left; 
	padding:13px 0px 0px 17px; 
	width:864px; 
	height:170px;
}

.banner{
	background:url(../images/banner.jpg) no-repeat; 
	width:864px; 
	height:170px;
}

/* CONTENT STYLE */

#content_area{
	width:900px; 
	height:inherit;
}

.contentbg{
	float:left; 
	width:900px; 
	height:inherit;
}

.content_top{
	float:left; 
	background:url(../images/content_top.png) no-repeat center top; 
	behavior:url(iepngfix.htc); 
	width:900px; 
	height:auto;
}

#content_1column{
	float:left; 
	padding:0px 15px 0px 15px; 
	width:870px; 
	height:auto;
}

/* FOOTER STYLE */

#footer_area{
	clear:both; 
	width:900px; 
	height:42px; 
	background-color:#1D6796;
}

.footer_font{
	float:left; 
	color:#FFFFFF; 
	width:900px; 
	height:42px; 
	text-align:center; 
	line-height:42px;
}