body {
	color: #666666;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-color: #E9E9E9;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/main_bg.gif);
	background-repeat: repeat-y;
	background-position: center;
}
#layout {
	width: 1004px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	position: relative;
}

#nav_bar {
	background-image: url(images/nav1.gif);
	background-repeat: no-repeat;
	height: 30px;
	padding-top: 38px;
	padding-left: 585px;
}
#nav1{
	position: absolute;
	left: 585px;
	top: 166px;
	width: 415px;
	height: 22px;
	
}
#nav a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 18px;
	background-image: url(images/nav_off.gif);
	background-repeat: no-repeat;
	display: block;
	width: 132px;
	float: left;
	height: 30px;
	text-align: center;
}
#nav a:hover, #nav .over {
	background-image: url(images/nav_on.gif);
	background-repeat: no-repeat;
	color: #87C622;
}
#main {
	background-image: url(images/banner_bg.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
h1 {
	height: 160px;
	font-size: 36px;
	color: #FFFFFF;
	padding-left: 530px;
	vertical-align: middle;
	line-height: 150px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
h2 {
	font-size: 24px;
	color: #666666;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 24px;
	margin-left: 0px;
}

#copyright {
	text-align: right;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	background-color: #FFFFFF;
}
#content_right {
	float: right;
	width: 470px;
	margin-right: 20px;
	height: 610px;
}
#main_left {
	padding-left: 150px;
}
#main_right {
	padding-right: 20px;
	padding-left: 45px;
}
ul {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 30px;
	list-style-type: none;
}
li {
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left 0px;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
a {
	font-weight: bold;
	color: #59829E;
}
.contact_head {
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left 0px;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size: 16px;
}
.contact_txt {
	padding-left: 30px;
	margin-bottom: 20px;
}
.form_head {
	color: #FFFFFF;
	background-color: #2C5269;
	padding: 5px;
	font-size: 24px;
}
.required_red {
	font-size: 10px;
	color: #FF0000;
}
#contact_form input {
	border: 1px solid #CCCCCC;
	height: 20px;
	width: 335px;
	margin-bottom: 10px;
}
#contact_form textarea {
	border: 1px solid #CCCCCC;
	height: 150px;
	width: 435px;
	margin-bottom: 10px;
}
#btn_submit a{
	color: #FFFFFF;
	background-color: #3D7291;
	display: block;
	padding-top: 3px;
	padding-right: 30px;
	padding-bottom: 3px;
	padding-left: 30px;
	font-size: 16px;
	text-decoration: none;
	font-weight: normal;
	width: 100px;
	text-align: center;
}
.blue_hr {
	background-color: #407392;
	height: 3px;
	line-height: 3px;
}
