/* CSS Document */

body{
	font: normal 12px/18px Tahoma, Verdana;
	color: #1F1F1F;
	background: #FFFFFF url(../images/bgr-body.jpg) repeat-x;
	margin: 0px;
}
hr {
	border-style: none;
	background: #CCCCCC;
	height: 1px;
}

td {
	margin: 0px;
	padding: 0px;
	height: 20px;	

}

th {
	margin: 0px;
	padding: 0px;
	height: 20px;
	font-size: 11px;
	font-weight: bold;
	color: #165684;
}

p{


}

ul{

}

li{


}

a{
	color: #165684;
	text-decoration: underline;
	font: 11px Verdana, Arial, Helvetica, sans-serif;


}


a:hover{
	color: #1E72B0;
	text-decoration: none;


}

h1{
	color: #095C90;
	font: normal 18px Verdana, Arial, Helvetica, sans-serif;

}

h2{
	color: #E9A923;
	font-size: 12px;
	font-weight: bold;


}

h3{


}
h4 {
	color: #000000;
	font-size: 14px;
	margin-bottom: 5px;
}


h4 a{
	font-weight: bold;
	color: #790007;
	background: #FFFFFF;
	padding: 5px;
	font-size: 12px;
	width: 455px;
	display: block;
}

h5{
	font-size: 16px;
	font-weight: normal;
	color: #FFF;
	background: #165684;
	padding: 3px;


}

h6{
	background: #D6D6D6;
	height: 1px;
	border-style: none;
	margin-top: 20px;
	margin-bottom: 20px;

}


#wraper{
	width: 800px;
	margin-left: 20px;
	background: #FFFFFF;
	border-right: 1px solid #F1F1F1;
	border-left: 1px solid #F1F1F1;
}

/*
##################################################################################################################

						HEADER DIV STYLES
##################################################################################################################
*/



#header{
	height: 150px;
	width: 800px;
	background: url(../images/bgr-header.jpg);
	float: left;
}

#navigation{
	width: 800px;
	height: 30px;
	margin-top: 118px;


}

#navigation a{
	float: left;
	height: 22px;
	width: 124px;
	padding-top: 8px;
	text-align: center;
	color: #FFFFFF;
	background: #B5B5B5;
	font-weight: bold;
	text-decoration: none;
	margin-right: 1px;


}

#navigation a:hover{
	text-decoration: underline;
	background: #9D9D9D;

}
#phone {
	float: left;
	height: 24px;
	width: 290px;
	padding-top: 6px;
	padding-left: 10px;
	font-size: 16px;
}

#banner {
	height: 250px;
	width: 800px;
	border-bottom: 2px solid #F1F1F1;
	float: left;
}


#banner_text{
	width: 280px;
	height: 230px;
	background: #217ABE;
	padding: 10px;
	color: #FFFFFF;
	float: left;
}
#banner_text hr {
	float: left;
	width: 280px;
	margin: 5px 0px;
}
#banner_text p {
	width: 280px;
	float: left;
	margin: 0px 0px 10px;
}


#banner_text h1 {
	color: #FFFFFF;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 280px;
}
#banner_text h2 {
	font-size: 12px;
	font-weight: bold;
	color: #FFCC00;
	text-decoration: underline;
	text-align: right;
}




#image {
	height: 250px;
	width: 500px;
	float: left;
}
#body_wraper_index {
	width: 800px;
	float: left;
	background: url(../images/bgr-index-body-wraper.jpg) no-repeat;
}




/*
##################################################################################################################

						BODY DIV STYLES
##################################################################################################################
*/

#body_wraper{
	background: #FFFFFF url(../images/bgr-body-wraper.jpg) no-repeat;
	width: 800px;
	float: left;



}

#side_nave{


}

#main_content{
	float: right;
	width: 480px;
	text-align: justify;
	padding: 30px 10px 100px;
	background: #F1F1F1;

}

/*
##################################################################################################################

						FOOTER  DIV STYLES
##################################################################################################################
*/
 #footer{
	background: #EFC163;
	clear: both;
	width: 780px;
	color: #000000;
	padding: 5px 10px;
 }
 
#footer a{
 
 
 }
 
#footer a:hover{
 
 
 }
