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

#wrapper {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	min-height:500px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #0E123F;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	font-size: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.contact_box {
	background-image: url(../images/contact_box.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 186px;
	width: 260px;
	margin-top: 15px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	color: #FFF;
	font-size: 18px;
}

.bwd_footer {
	float: right;
	width: 200px;
	text-align: right;
}
.copyright {
	float: left;
	width: 250px;
}


.left_sidebar {
	float: left;
	/* [disabled]height: 300px; */
	width: 300px;
}
.clear {
	clear: both;
}
.content {
	margin: 10px;
	width: 560px;
	float: left;
	/* [disabled]min-height:300px; */
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.footer {
	background-image: url(../images/footer_bg.jpg);
	padding: 20px;
	float: left;
	height: 8px;
	width: 880px;
	background-repeat: no-repeat;
	font-size: 10px;
	color: #FFF;
	background-position: center;
	margin-top: 20px;
}




a, a:visited {
	color: #028D1A;
	text-decoration: underline;
}

a:hover {
	color: #0E133D;
		
}


.header {
	float: left;
	height: 90px;
	width: 920px;
	margin-top: 15px;
}
.main_banner {
	float: left;
	height: 289px;
	width: 903px;
	margin-top: 10px;
	margin-left: 10px;
}

.menu {
	float: left;
	height: 40px;
	width: 920px;
	font-size: 13px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999;
	border-bottom-color: #999;
}
.menu ul li {
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
}
.menu ul {
	margin-top: 0px;
	line-height: 40px;
	margin-left: 0px;
	padding-left: 0px;
}



.logo {
	float: left;
	height: 80px;
	width: 500px;
	margin-left: 210px;
}
.menu ul li a, .menu ul li a:visited {
	color: #0E123F;
	text-decoration: none;
}

.menu ul li a:hover {
	text-decoration: underline;
	color: #038D1E;
}
input {
	width: 100%;
	height: 25px;
}
textarea {
	width: 100%;
}
.textbx {
	font-size: 14px;
	background-color: #F3F3F3;
}
