
/* prevent blue linked image borders */
fieldset { border:none; }


/* ----- global form elements ----- */ 
body { 
	font-family: Arial, Helvetica, sans-serif;
	margin:0 auto;
	}

p { font-size: 12px;
	line-height: 20px;
	color:#35351B;}

h1 { font-size: 24px;
	 font-weight: bold;
	 color:#3B4218;
	 margin-top:0;
	 margin-bottom:5px;}

h2 { font-size: 18px;
	 font-weight: bold;
	 color:#666634;}

h3 { font-size: 16px;
	 font-weight: bold;
	 color:#A39B5C;}

h4 { font-size: 12px; 
	 font-weight: bold;}

a { font-weight: bold;
	text-decoration: none;
	color:#868654;}
	
a:hover { text-decoration: underline;}

li { font-size: 12px;
	 line-height: 19px;
	 padding-bottom:5px;
	 color:#35351B;
	 margin-left:-15px;}

.imgborder { BORDER: #666634 1px solid;}

.smalltext { font-size: 11px;
	         line-height: 18px;}

.borderleft { border-left-width: 1px;
			  border-left-style: solid;
			  border-left-color: #000000;}
			  
hr {color:#666634;
	background:#666634;
	height:1px;
	border:0;}
			  
/* Custom Forms -- Just change the colors */

.fields {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: #666634 1px solid;
	background-color: #D8D0A2;
}


/* Custom Forms End */

/* Template Features */

.names {color:#D7D6A8;
	    font-size:15px;
		font-weight:bold;
		line-height:24px;
		padding-top:15px;}
		
.address {color:#D7D6A8;
		  font-size:12px;
		  font-weight:bold;}
		  
.nav {color:#D7D6A8;
	  font-size:13px;
	  font-weight:bold;
	  text-decoration:none;}
	  
.nav a {color:#D7D6A8;
	  font-size:13px;
	  font-weight:bold;
	  text-decoration:none;
	  padding-left:21px;}
	  
.nav a:hover {color:#D7D6A8;
	  font-size:13px;
	  font-weight:bold;
	  text-decoration:none;
	  padding-left:21px;
	  background:url(assets/images/bullet.gif) no-repeat left;}
	  
.bottomlinks {color:#D7CFA0;
		      font-size:11px;
			  font-weight:normal;
			  line-height:20px;
			  text-decoration:none;}
			  
.bottomlinks a {color:#D7CFA0;
		      font-size:11px;
			  font-weight:bold;
			  line-height:20px;
			  text-decoration:none;}

/* End Template Features */	
	
form {
	width:150px;
	margin:10px 15px 15px 0px;
	border:none;
	}

form label	{ 
	font-size:.7em;
	color:#3B4219;
 		}

form br { line-height:0; height:0; } /* defaults vertical spacing between fields */

input, textarea, select { 
	background-color:#FFFFFF!important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #868654;
	color:#3B4219;
	width:145px; /* 5 pixles smaller than form width !important */
	height:20px;
	line-height:18px;
	vertical-align: middle;
	margin-bottom:4px; /* sets vertical spacing between fields */
	padding-top:1px; /* vertically position text in input/textarea field */
	padding-left:4px; /* horizontally position text in input/textarea field */
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size:.8em;
	}
	
select { width:150px; padding:0; } /* same width as form - !important */

textarea { height:90px; overflow:auto; }
	
	textarea.survey {
		width:250px;
		font-size:13px;
		}

#contact_business { display: none; } /* do not remove */ 


/* ----- main contact form ----- */ 
 
#contact-main { margin:20px 0 10px 0; }

#contact-main label { 
	width:220px; 
	position:relative; 
	display:block; 
	text-align:right; 
	margin-bottom:10px;
	font-size:.9em;
	}
	
#contact-main label input, #contact-main label textarea, #contact-main label select { 
	width:170px;
	position:absolute; 
	left:110%; 
	top:-2px;
	}
	
#contact-main label select { width:175px; }
	
#contact-main label textarea { height:100px; overflow:auto; }


/* ----- submit button form elements ----- */ 

input {	
	width:145px;
	}
	input.survey {	
	width:150px;
	font-size:13px;
	}
input.submit
		{
	border: 1px solid #666634;
	border-top-color: #666634;
	border-left-color: #666634;
	background-color: #D8D0A2;
	color: #666634;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	width:60px;
			}
		input.submit:hover
		{
			border: 1px solid #666634;
			border-top-color: #666634;
			border-left-color: #666634;
			padding: 0.25em;
			background-color: #666634;
			color: #000000;
			font-size: 11px;
			font-family: Arial, Helvetica, sans-serif;
			width:60px;
		}
		
		input.submit-contact-main { 
			width:60px;
			height:20px;
			cursor:pointer; 
			padding:0; 
			}
		
		input.submit-contact-main { margin:95px 0 0 243px; }

		input.radioButton { border:none; background:none!important; width: 12px; }

