@charset "UTF-8";
/* CSS Document */

html{

}

body{
	background: #3f6d7e;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-left:auto;
	margin-right:auto;
}

h1{
	font-size: 22px;
	margin-top:0px;
	padding-top:0px;
	font-weight:bold;
	color: #bba574;
}

h2{

}

h3{

}

h4{
	
}

h5{
	font-size:11px;
	margin:0px;
	padding:4px 2px 2px 2px;
}

ul{
	
}

li{
	line-height:22px;	
}

#main-container{
	background-image:url(../images/template_14.jpg);
	background-repeat:repeat-y;
	min-height:450px;
	border-bottom:0px;
	
}

#left-column{
	float:left;
	margin-left:60px;
	width:125px;
	height:450px;
	position:relative;
}

#main-content{
	float:right;
	margin-right:60px;
	width:550px;
	height:100%;
}

.left-content{
	height:90%;	
	width:1px;
}

.address{
	vertical-align:bottom;
	bottom:70px;
	position:relative;
}

.index{
	margin-top:2px;
	padding-top:0px;
}

.index img{
	margin-top:0px;
	padding-top:0px;
}

/* contact form style */
#contact
{ padding: 0px 0px 45px 0px;
  border: 1px dashed #7b797b;
  color: #437181;
  width: 500px;
}

#contact label
{ 
  clear:both;
  width: 115px;
  float: left;
  text-align: right;
  margin-right: 16px;
  display: block;
  text-transform: none;
  
}

#contact input
{ color: #437181;
  background: #BBA574;
  border: 1px solid #7B797B;
  width:220px;
}

#contact textarea
{ color: #437181;
  background: #BBA574;
  border: 1px solid #7B797B;
  height:65px !important;
  resize:none;
  width:250px;
}

#contactinfo label
{ width: 140px;
  float: left;
  text-align: right;
  margin-right: 16px;
  display: block;
}

#contact select{
	width:250px;
}

.contactimg
{  float:right;
	cursor: hand;
}

input#recaptcha_response_field{
	background:#fff;
}

#captchaFail{
width: 250px;
float: left;
color: red;
margin:10px 0px 0px 0px;
}

#captcha{
	margin-left:10px;
}

#contact .submitbtn{
	float:right;
	margin-right:115px;
	margin-bottom:10px;
	width:60px;
	margin-top:10px;
	cursor:pointer;
	}

.pic-frame{
	border: 2px solid #BBA574;
	background:#BBA574;
	padding:8px 4px 4px 4px;
	width:212px;
}

.newsletter{
	font-size:12px;	
	line-height:16px;
}

.newsletter input{
	margin-top:4px;

}

.link_url{
	color:#3f6d7e;
	text-decoration:none;
}

.link_url:hover{
	text-decoration:underline;	
}

.clear{
	clear:both;
	width:1px;
	overflow:hidden;
}
