@charset "utf-8";
/* CSS Document */
body {
	margin:0px auto;
	padding:0px auto;
	text-align:center;
}
#main {
	margin:0px auto;
	text-align:left;
	width:730px;
	height:auto;
	font-family:Arial, Helvetica, sans-serif;
}
#header {
	background:url(images/top_line.gif) no-repeat;
	width:730px;
	height:22px;
	font-size:14px;
	text-align:right;
	color:#2E4589;
}
#header ul {
	margin:0 15px;
	list-style-type: none;
	float:left;
	clear:both;
}
#header ul li {
	float:right;
	padding:0;
	margin:3px 5px;
}
#header ul li a {
	color:#2E4589;
	text-decoration:none;
}
#header_contact {
	margin-right:20px;
}
#header_contact span {
	margin:5px 0px;
	font-size:12px;
	color:#2E4589;
	float:right;
}
#header_contact span img {
	margin:0px 6px;
}
#nav {
	background:url(images/nav_bg.gif) repeat-x;
	height:41px;
	margin:5px 0px;
}
#nav ul {
	float:right;
	list-style-type: none;
	margin:0;
	padding:0px 5px;
	list-style-image: none;
}
#nav ul li {
	float:left;
	padding:0;
	margin:0;
}
#nav ul li a {
	float:left;
	display:block;
	padding:0px 20px;
	position:relative;
	cursor:pointer;
	color:#FFFFFF;
	background:url(images/nav_line.gif) no-repeat right;
	height:35px;
	line-height:35px;
	font-size:12px;
	text-decoration:none;
}
#nav ul li a.no_bg {
	background-image:none;
}
#nav ul li a:hover {
	background:url(images/nav_over.gif) no-repeat;
	color:#000066;
}
#center {
	width:730px;
}
#contactus {
	float:left;
	margin-right:10px;
}
#contactus div.top {
	margin:0px 0 0 20px;
}
#contactus div.content {
	background:url(images/contactus_bg_center.gif) repeat-y;
	margin-left:20px;
}
#contactus div.content span {
	margin:0 0 10px 10px;
}
#contactus div.content p {
	margin:5px 0 0 20px;
	padding:0;
	width:170px;
	font-size:12px;
}
#aboutus {
	float:left;
}
#aboutus div.top {
	margin:0px 0 0 20px;
}
#aboutus div.content {
	background:url(images/aboutus_bg_center.gif) repeat-y;
	margin-left:20px;
}
#aboutus div.content span {
	margin:0 0 10px 10px;
}
#aboutus div.content p {
	margin:5px 0 0 20px;
	padding:0;
	width:400px;
	font-size:12px;
}
.more {
	color:#666666;
	text-align:right;
	font-size:12px;
}
#icon {
	width:455px;
	padding:10px 0px;
	float:left;
	clear:both;
	padding-left:20px;
}
#icon span {
	padding:0px 10px;
	display:block;
	float:left;
}
#icon span img {
	border:0px;
}
.clear {
	clear:both;
}
#footer {
	margin-top:20px;
	height:30px;
	width:730px;
	background:url(images/footer_bg.gif) no-repeat;
}
#footer_contenct {
	font-size:12px;
	color:#666666;
	text-align:center;
	margin-top:5px;
}
#main_content {
	float:left;
	margin:10px;
	font-size:14px;
	min-height:300px;
}
#main_content h1 {
	font-size:16px;
}
#main_content a {
	color:#0000FF;
	text-decoration:underline;
}
div.form form {
	width:450px;
}
div.form div {
	clear:both;
	margin-top:3px;
}
div.form div label.field {
	width:120px;
	display:block;
	float:left;
}
div.form div input.field_input {
	width:150px;
	float:left;
}
div.form div input.field_input_long {
	width:300px;
	float:left;
}
div.form div textarea {
	width:300px;
	height:80px;
	float:left;
}
p.message_box {
	color:#993300;
	background-color:#CCCCCC;
	width:200px;
	padding:5px;
}
#page_quick_links {
	float:left;
	margin-right:10px;
}
#page_quick_links div.top {
	margin:0px 0 0 20px;
}
#page_quick_links div.content {
	background:url(images/contactus_bg_center.gif) repeat-y;
	margin-left:20px;
}
#page_quick_links div.content ul {
	margin:0 0 0 0;
	padding:0px;
}
#page_quick_links div.content ul li {
	background:url(images/icon_dot.gif) 10px center no-repeat;
	padding:5px 5px 5px 30px;
	border-bottom:1px #000000 dotted;
	list-style-type: none;
}
#page_quick_links div.content ul li.no_border {
	border-bottom:none;
}
#page_quick_links div.content ul li a {
	text-decoration:none;
	color:#000066;
	font-size:14px;
}
