*{
  margin:0;
  padding:0;
}

a{color:#553212;}
a:hover{color:#a6925c;}

p{padding:10px 0;}

.header{color:#a6925c; font-size:16px; font-weight:bold;}
.secnav, .secnavFarm{font-size:10px; font-family:Arial, Helvetica, sans-serif;}
.secnavFarm a:hover{color:#990000;}
.title{font-weight:bold;}
.quote{color:#630000; text-align:center;}

ul, ol{padding-left:30px;}

body{
  background-color:#4d341f;
  background-image:url(images/bg.gif);
  background-repeat:repeat-x;
  min-width:819px;
}

#wrapper{
  width:819px;
  margin:0 auto;
  margin-top:20px;
  background:none;
}

#content{
  width:743px;
  font-family:Georgia, "Times New Roman", Times, serif;
  font-size:13px;
  color:#553212;
  background-color:#FFFFFF;
  padding:5px 10px;
}

#homeBox{
  padding:13px;
  font-family:Georgia, 'Times New Roman', Times, serif;
  font-size:14px;
  color:#553212;
  text-align:center;
}
#homeBox img{padding-right:20px; max-width:173px; max-height:234px;}
#homeBox h1{font-size:18px; font-weight:bold; padding-top:0px;}

#foot{
  clear:both;
  background:none;
  color:#d1bf8f;
  height:50px;
  padding-top:20px;
  text-align:center;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:10px;
  line-height:16px;
}

#foot a, #foot a:active, #foot a:visited{color:#d1bf8f;}
#foot a:hover{color:#a6925c;}

img.imgContent{
  border:solid 1px #c6c6c6;
}

#offerList ul{position:absolute; list-style-image:none; list-style-position:inside; list-style-type:disc;}
#offerList li{margin-left:15px;}

ul.homeList{
  margin-bottom:15px;
}

.homeList li{
  background: url(images/bullet.png) no-repeat scroll 0 7px;
  list-style-type:none;
  padding:1px 0 0 12px;
  margin-left:2px;
}

.homeList a{color:#333; text-decoration:underline;}
.homeList a:hover{color:#d72213; text-decoration:underline;}

h1{
  font-weight:bold;
  font-size:18px;
  padding:20px 0 20px 0px;
}

h2{
  font-weight:bold;
  font-size:16px;
  color:#0F1D34;
  border-bottom:1px solid #0F1D34;
}

h3{
  font-weight:bold;
  font-size:12px;
}

#homeContent{
  width:380px;
  _width:367px;
  padding-left:13px;
  _padding-left:0px;
  float:right;
  font-family:Georgia, "Times New Roman", Times, serif;
  font-size:12px;
  color:#553212;
}

#homeFlash{
  width:350px;
  height:264px;
  border:#ffffff solid 10px;
  float:left;
}


/*Form Styles*/
fieldset{
	margin:0em 0;
	width:700px;
	border:1px solid #ccc;
	border:solid 0 transparent;
	/*background-color:#ebebeb;*/
}

legend{
	font-weight:bold;
	color:#4e2200;
}

label{
	float:left;
	width:10em;
	text-align:left;
	padding-right:5px;
}

input{
	width:220px;
}

input:focus, textarea:focus {
	background: #ffc;
}

form p{
	margin-bottom:5px;
	padding-bottom:0px;
}

textarea{
	width:400px;
	height:100px;
}

.checkbox, .radio{width:15px;}

#buttonSubmit{
	background-color:#312114;
	border-width:1px;
	border-style:solid;
	border-color:#000000;
	font:bold 8pt Verdana,Arial,Helvetica,sans-serif;
	color:#ffffff;
	cursor:pointer;
	width: auto;
	height: auto;
	padding: 3px;
	margin: 5px 0px;
}

.required{
	color:#ff0000;
}

label.captcha{
	display:block;	
	background:url(images/bg_captcha.gif) no-repeat 0px 40px;
	height:60px;
	padding-left: 0px;
	margin-bottom: 0em;
}



/*Table Styles*/
.tblInfo, .tblInfoMid, .tblInfoLast{
  float:left;
  width:90px;
}

.tblInfoMid{width:110px;}
.tblInfoLast{width:80px;}

.borderTable {
  border-color: #000;
  border-width: 0 0 1px 1px;
  border-style: solid;
  width:290px;
  margin-bottom:25px;
  margin-left:25px;
}

.borderTable td {
  border-color: #000;
  border-width: 1px 1px 0 0;
  border-style: solid;
  margin: 0;
  padding: 4px;
  background-color:#fff;
  text-align:left;
}
