body { font-family: Arial, Helvetica, sans-serif;
	   background:#472825;
	   	margin-left:0;
		margin-top:0;}

p { font-size: 12px;
	line-height: 19px;
	color:#842B47;}

h1 { font-size: 24px;
	 font-weight: bold;
	 color:#3A1922;
	 margin:0; 
	 padding-left:225px;}

h2 { font-size: 18px;
	 font-weight: bold;
	 color:#76404E;}

h3 { font-size: 14px;
	 font-weight: bold;
	 color:#8A8A39;}

h4 { font-size: 12px; 
	 font-weight: bold;}

a { font-weight: bold;
	text-decoration: none;
	color:#6A6320;}

a:hover { text-decoration: underline;}

li { font-size: 12px;
	 line-height: 19px;
	 padding-bottom:5px;
	 color:#842B47;}

.imgborder { BORDER: #B8BA67 2px solid;}

.smalltext { font-size: 11px;
	         line-height: 16px;}
			  
hr {color:#5F072F;
	background:#5F072F;
	height:1px;
	border:0;}

.services p {margin:0;}
	
/* Template Features */

.phone {color:#32311F;
		font-size:25px;
		font-weight:bold;
		padding:120px 0 0 600px;}

.address {color:#671C30;
		  font-size:15px;
		  line-height:24px;
		  font-weight:bold;
		  padding:135px 0 0 40px;}

#navpad {padding-left:8px;}

.nav p, .nav a {color:#560E34;
	  font-size:16px;
	  font-weight:bold;
	  margin:0;
	  text-decoration:none;
	  padding-left:4px;}

.nav a:hover {color:#F8EC98;
	  font-size:16px;
	  font-weight:bold;
	  margin:0;
	  text-decoration:none;
	  padding-left:4px;
	  background-color:#5F072F;}

.bottomrightborder {border-bottom:#918A2F 1px solid;
			        border-right:#918A2F 1px solid;}

.rightborder {border-right:#918A2F 1px solid;}

.bottomborder {border-bottom:#918A2F 1px solid;}

.bottomlinks {color:#F9F1C6;
		      font-size:12px;
			  font-weight:normal;
			  text-decoration:none;
			  line-height:20px;}

.bottomlinks a {color:#F9F1C6;
		      font-size:12px;
			  font-weight:bold;
			  text-decoration:none;
			  line-height:20px;}

.bottomlinks a:hover {color:#B9B868;
		      font-size:12px;
			  font-weight:bold;
			  text-decoration:none;
			  line-height:20px;}
	
.highlight li, .highlight p, .highlight a {color:#D8BD8E;}

.highlight h2 {color:#B68B7B;}

/* End Template */
			  
/* Custom Forms -- Just change the colors */

.fields {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	border: #000000 1px solid;
	background-color: #CCCCCC;
}
 input.submit
{
	border: 1px solid #000000;
	border-top-color: #000000;
	border-left-color: #000000;
	padding: 0.25em;
	background-color: #CCCCCC;
	color: #000000;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
input.submit:hover
{
	border: 1px solid #000000;
	border-top-color: #000000;
	border-left-color: #000000;
	padding: 0.25em;
	background-color: #000000;
	color: #CCCCCC;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

/* Custom Forms End */






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


form#contact {
	width: 155px;
	height: auto;
	margin: 20px auto;
	padding: 5px;

}


	table#contactForm {
		height:auto;
		margin: 0;
		padding: 0;
	}

		#contactForm input,
		#contactForm textarea {
			width: auto;
			height: auto;
			margin: 0;
			padding: 0;
			display: block;
			font: 10px/16px Arial, Helvetica, sans-serif;
			border: 0;
		}

		#contactForm textarea {
			overflow: auto;
		}
			
			#contactForm input:focus,
			#contactForm textarea:focus {
				background-color: #FFFFDF;
				border: 1px dashed #333;
			}
			.required {
					background-color: #FDF4F4;
				}
					.required:focus {
						border: 1px solid #DB3E3E !important;
						background-color: #FDF4F4 !important;
					}
	
		#contactForm .name,
		#contactForm .phone,
		#contactForm .email,
		#contactForm .security_code {
			
			width: 155px; 
			height: 15px;
			margin: 3px 5px;
			padding: 0px;
			font-size: 10px;
		}


		#contactForm .question {
			width: 155px;
			height: 50px;
			margin: 3px 5px;
			padding: 0px;
		}

		#captchaIMG {
			width:155px;
			height:38px;
			margin: 3px 5px;
			padding: 0;
			display: block;
		}

		#contactForm #Submit {
cursor:pointer;
float:right;
font-size:12px;
height:19px;
margin:3px 5px;
padding:0;
width:69px;
		}

			.questionText {
				font: 10px/13px Arial, Helvetica, sans-serif;
			}	
			
			
			

.height40 {
	height: 40px;
}
.justified {
	text-align: justify;
}

/* ---------------------- Typical Edits Begin HERE ---------------------- */

/* Form background color */

/* Change floats and margins depending on where form is placed on Contact page */
#contactH3 {
	display: block;
	margin: 5px 0 0 0;
	float: none;
}
form#contact {
	float: none;
	clear: none;
	margin: 20px auto;
}

/* Form text color */
#contactForm input,
#contactForm textarea,
 {
	color: #aaa; 
}

/* Border color around form elements */
#captchaIMG,

#contactForm .name,
#contactForm .phone,
#contactForm .email,
#contactForm .security_code,
#contactForm .question,
#contactForm #Submit {
	border: 1px solid #ccc;
	background-color:#999999;
}




/* Submit/Reset button background color */

#contactForm #Submit {
	background-color: #F0F0F0;
}

/* Hovered Submit/Reset button background color */

#contactForm #Submit:hover {
	background-color: #fafafa;
}



.topPhoto p{
	margin: 0;
	padding: 0;
}

