@charset "UTF-8";
/* CSS Document */
body{
	background-color:#B44418;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
}
#container {
	margin:0;
	padding:0;
}

#header {
	width:960px;
	height:auto;
	background-color:#D1A674;
	overflow: hidden;
}

#nav {
	float: left;
	height: 40px;
	width: 960px;
	background-color: #EBE4C4;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
}
#nav ul {
	
	display:block;
	margin:0px;
}
#nav li {
	
	float:left;
	display:inline-block;
	list-style:none;
	margin-top:15px;
	padding-right:50px;
}
#blank{
	padding-left:20px;
	color:#F00;
	font-size: 12px;
	
}
#content{
float:left;
background-color:#D1A674;
height:680px;
width:960px;
}
#leftsideContent{
	float: left;
	width: 300px;
	height: 650px;
	border-right: medium dashed #F1B42F;
}
#topleftContent{
	float: left;
	width: 280px;
	height: 220px;
	border-bottom: medium dashed #F1B42F;
	padding-left: 20px;
}
#bottomleftContent{
	float: left;
	width: 220px;
	height: 200px;
	padding-left:20px;
}
#bottomrightContent{
	float: left;
	width: 300px;
	height: 400px;
	padding-left:20px;
}

h3 {
	
	color: #6D6D04;
}
h4 {
	font-size: 14px;
	color: #B44418;
}
form {
}
#centerContent{
	float: left;
	width: 300px;
	height: 650px;
	border-right: medium dashed #F1B42F;
}
#topleftcenterContent{
	float: left;
	width: 280px;
	height: 180px;
	border-bottom: medium dashed #F1B42F;
	padding-left: 20px;
}
#centertopContent{
float:left;
width: 280px;
	height: 340px;
	padding-left:20px;
	border-bottom: medium dashed #F1B42F;
}
#centerbottomContent{
	float:left;
	width: 280px;
	height: 140px;
	padding-left:20px;
}


#center {
	padding-top: 50px;
	padding-left: 180px;
}
#bottomleft{
	float:left;
	width:350px;
	height:120px;
	border: thin solid #000;
}
#rightsideContent{
	float: left;
	width: 340px;
	height: 650px;
}
#toprightContent{
	float: left;
	width: 320px;
	height: 240px;
	border-bottom: medium dashed #F1B42F;
	padding-left: 20px;
	word-wrap: break-word;
}

#map{
	float:left;
	width:425px;
}

#nav ul li a {
	font-size:16px;
	color: #F1B42F;
	text-decoration: none;
}
#logoimg  {
	padding-top: 10px;
}
#footer {
	float:left;
height:40px;
	width:960px;
	background-color:#EBE4C4;
}
#footer p {
	padding-left: 20px;
}
#footer a {
	color: #F1B42F;
	text-decoration: none;
}

.formLabel {
	text-align: right;
	float: left;
	width: 100px;
	height: 180px;
	vertical-align: text-bottom;
	line-height: 25px;
}
.formLabel2 {
	text-align: right;
	float: left;
	width: 120px;
	height: 330px;
	vertical-align: text-bottom;
	line-height: 22px;
	/* [disabled]padding-right: 10px; */
}
/*.formInfo {
	width: 140px;
	float: left;
	padding-left: 20px;
	height: 180px;
	margin-bottom: 20px;
}
*/
.formInfo2 {
	/* [disabled]width: 220px; */
	/* [disabled]height: 200px; */
	width: 320px;
	float: left;
	/* [disabled]text-align: left; */
	/* [disabled]line-height: 60px; */
	/*padding-left: 20px; */
}
.caption {
	font-size: 12px;
	font-style: italic;
}
