﻿@charset "UTF-8";
/* CSS Document */

body {
	margin-top: 0px;
	font-family: arial, "font-size: small";
}
#logo {
	float: left;
	width: 300px;
	margin-top: 0px;
	padding-left: 0px;
}
#demoBox {
	float: right;
	height: 90px;
	width: 400px;
	margin-top: 0px;
	padding-bottom:40px;
	text-align: right;
}
#phone {
	float: right;
	color: #2E6333;
	font-size: 16px;
}
#wrapper {
	width:935px;
	height:auto;
	margin-right: auto;
	margin-left: auto;
}
#header {
	width:935px;
	height:65px;
	clear: both;
}
#linkBox {
	width:935px;
	height:50px;
	background-image: url(../images/index_02.jpg);
	background-repeat: no-repeat;
	color: #FFF;
	clear: both;
}
#linkHolder {
	margin-right: auto;
	margin-left: auto;
	width: 900px;
	text-align: left;
	padding-top: 5px;
	font-size:12px;
	font-weight:bold
}
#linkHolder a {
	text-decoration: none;
	color: #FFF;
	display: inline;
	padding-right: 3px;
	padding-left: 3px;
}
#linkHolder a:hover {
	color: #FF9;
}
#content {
	width:905px;
	height:700px;
	background-image: url(../images/index_03.jpg);
	background-repeat: repeat-x;
	padding-right: 15px;
	padding-left: 15px;
	clear: both;
	float: left;
}
#leftCol {
	float: left;
	margin-right: 10px;
	margin-left: 5px;
	width: 550px;
	font-size:12px;
	background-color:white;
	padding:10px;
	}
#rightCol {
	float: left;
	width: 315px;
	text-align: center;
	height: auto;
	background-image: url(../images/form_back.jpg);
	background-repeat: repeat-x;
}
#copyBox1 {
	float: left;
	height: auto;
	width: 290px;
	font-size: 10px;
	line-height: 16px;
	margin-right: 15px;
	color: #666;
}
#copyBox2 {
	float: left;
	height: auto;
	width: 290px;
	font-size: x-small;
	line-height: 16px;
	margin-right: 15px;
	color: #666;
}
#copyBox3 {
	float: left;
	width: 280px;
	font-size: 10px;
	line-height: 16px;
	height: auto;
	color: #666;
}
#footer {
	width:935px;
	height:60px;
	color: #2E6333;
	clear: both;
	font-size: 11px;
}
#footer a {
	color: #2E6333;
	text-decoration: none;
}
#footer a:hover {
	color: #030;
	text-decoration: underline;
}
#footerLeft {
	float: left;
	margin-top: 10px;
}
#footerRight {
	float: right;
	margin-right:30px
}
h1 {
	color: #2E6333;
	font-size: 14px;
}
h2 {
	color: #2E6333;
	font-size: 12px;
	font-weight: bold;
}
h1.form {
	color: #790000;
	font-size: 14px;
}
#formBox {
	width: 225px;
	margin-right: auto;
	margin-left: auto;
	font-size: 11px;
	padding-bottom: 10px;
}
#formBox div {
	padding-top: 3px;
	padding-bottom: 3px;
}
input {
	background-color: #FF6;
}
.submit {
	background-color: #790000;
	color: #FFF;
}
.blue_text {
	color: #2E6333;
}
a {
	color: #2E6333;
}