*{
  margin:0;
  padding:0;
}

body{
  background-color:#B5BABF;
  background-image:url(images/bg.jpg);
  background-repeat:repeat;
  min-width:750px;
}

a, a:visited{color:#7f4615; text-decoration:none;}
a:hover{color:#7f4615; text-decoration:underline;}

p a{text-decoration:underline;}

h1{
  font-family:Georgia, "Times New Roman", Times, serif;
  font-weight:normal;
  font-size:18px;
  text-align:left;
  padding-bottom:10px;
  padding-top:10px;
  color:#000;
}

#wrapper{
  width:750px;
  margin:0 auto;
  background-color:#fff;
}

#content{
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  line-height:14px;
  color:#333;
  text-align:left;
  width:750px;
}

#content p{padding:18px;}

#banner{
  background-image:url(images/banner.jpg);
  background-repeat:no-repeat;
  height:151px;
}

#contentLeft{
  width:230px;
  float:left;
  margin:15px;
  _margin-left:7px;
}

#contentLeft p{padding:8px 0; margin:0px; font-size:13px; line-height:16px; color:#7f4615;}

#contentRight{
  width:475px;
  float:right;
  margin-right:15px;
  text-align:left;
}

#contentRight p{padding:8px 0; margin:0px; font-size:13px; line-height:16px;}

#contentRight li, #contentLeft li{
  list-style-image:url(images/arrow.gif);
  margin-left:15px;
}

#contentRight a{
  color:#000;
  text-decoration:underline;
}

#contentRight a:hover{
  color:#7F4615;
  text-decoration:underline;
}

#foot{
  color:#3F3F3F;
  background-color:#fff;
  padding:10px 0px;
  text-align:center;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:11px;
  line-height:16px;
  clear:both;
  border-top: 1px dotted #3f3f3f;
}

#foot a{color:#3F3F3F; text-decoration:underline;}

#newsHome{
  float:right;
  background-color:#148a36;
  padding:6px 15px;
  color:#fff;
}

#newsHome a{color:#fff; text-decoration:none;}
#newsHome a:hover{color:#bdff41; text-decoration:underline;}

#newsHome li{list-style:none;}

.theTitle {
  color:#000;
  font-weight:bold;
  font-size:22px;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  text-decoration:underline;
}


#contentLeft ul{
  line-height:1.5em;
  margin:0 20px 0 0;
  padding:5px 0;
}
  
.block{
  /*border-bottom:#c1d333 solid 2px;*/
  padding-left:10px;
}

.caption {
  background-color:#106829;
  color:#ffffff;
  width:180px;
  font-size:11px;
  margin-bottom:12px;
  padding:5px 10px;
}

.photos {
  border:3px solid #95581d;
  margin:5px;
}



fieldset{
	margin:0em 0;
	padding:0;
	border:6px solid #ccc;
	background-color:#ffffff;
}

legend{
	font-weight:bold;
	color:#4e2200;
}

label{
	float:left;
	width:10em;
	text-align:right;
	padding-right:5px;
}

input{
	width:250px;
}

input:focus, textarea:focus {
	background: #eee;
}

form p{
	margin:0px;
	padding-bottom:0px;
}

textarea{
	width:250px;
	height:100px;
}

#buttonSubmit{
	background-color:#7F4615;
	border-width:1px;
	border-style:solid;
	border-color:#000000;
	font:bold 8pt Verdana,Arial,Helvetica,sans-serif;
	color:#e1d7ab;
	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 30px 35px;
	height:55px;
	padding-left: 0px;
	margin-bottom: 0em;
}