/* Tags
---------------------------------------------- */
html {
background:#581600 url(assets/images/bg.jpg) left top repeat-x;
}
body {
	margin: 0px;
	padding: 0px;
	color: #000;
	font: 12px Arial, Helvetica, sans-serif;
	background:url(assets/images/wrapper_bg.jpg) center top no-repeat;
}
h1 {
	margin: 0px;
	padding: 0px;
	color: #9e5b45;
	font: bold 24px/26px Arial, Helvetica, sans-serif;
}
h2 {
	margin: 1em 0px 0px 0px;
	padding: 0px;
	color: #000;
	font: bold 18px/20px Arial, Helvetica, sans-serif;
}
h3 {
	margin: 1em 0px 0px 0px;
	padding: 0px;
	color: #9e5b45;
	font: bold 16px/18px Arial, Helvetica, sans-serif;
}
h4 {
	margin: 1em 0px 0px 0px;
	padding: 0px;
	color: #000;
	font: bold 14px/16px Arial, Helvetica, sans-serif;
}
p {
	margin: 1em 0px 0px 0px;
	padding: 0px;
	line-height: 20px;
}
a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
	a:hover {
		color: #9e5b45;
		text-decoration: underline;
	}
hr {
	color: #000;
	height: 1px;
	background-color: #000;
	border: none;
}
ul, ol, dl {
	line-height: 20px;
}
/* Classes
---------------------------------------------- */
.imgborder {
	border: 2px solid #581600;
}
.smalltext {
	font-size: 11px;
	line-height: 16px;
}
.nomargin {
	margin: 0px;
}
.margin {
	margin: 10px;
}
.center {
	text-align: center;
}
.clear {
	clear: both;
}
.underline {
	text-decoration: underline;
}
.sourceText {
	font-size: 10px;
	line-height: 10px;
	margin: 0;
	padding: 0;
}

/* Special
---------------------------------------------- */
.forms p {
	margin: 0px;
}

/* Layout
---------------------------------------------- */
div { width:auto; height:auto; margin:0px; padding:0px; }

div#container {
width:955px;
margin:0 auto;
background:url(assets/images/container_bg.jpg) left top repeat-y;
}
div#contents {
background:url(assets/images/contents_bg.jpg) left top no-repeat;
}
div#header {
height:305px;
}
	div#topInfo {
	height:30px;
	font:12px/30px Arial, Helvetica, sans-serif;
	color:#fff;
	padding:0 20px 0 20px;
	}
	div#topInfo .phone {
	float:right;
	font:18px/30px Arial, Helvetica, sans-serif;
	}
	div#topPic {
	width:390px;
	height:280px;
	float:right;
	}
div#leftCol {
width:197px;
padding:238px 0px;
}
	#nav {
	width:197px;
	height:281px;
	margin:0px;
	padding:10px 0px 0px 0px;
	background: url(assets/images/nav_bg.png) left top no-repeat;
	}
	#nav li {
	list-style:none;
	padding:1px 0 1px 0;
	}
	#nav li a {
	width:145px;
	margin:0 auto;
	display:block;
	height:17px;
	color:#ffccbb;
	font:bold 12px/17px "Times New Roman", Times, serif;
	padding:0 5px 0 20px;
	text-transform:uppercase;
	background:#874731 url(assets/images/nav_dot.jpg) 10px center no-repeat;
	}
	#nav li a:hover {
	background-color:#9d5c46;
	text-decoration:none;
	color:#fff;
	}
	div#sidebar {
	padding:10px;
	}
div#rightCol {
width:748px;
float:right;
}
	div#body {
	padding:0 40px;
	min-height:355px;
	_height:355px;
	}
div#footer {
background:url(assets/images/footer_bg.jpg) left top no-repeat;
height:25px;
clear:both;
}
	#nav2 {
	width:955px;
	height:auto;
	margin:0 auto;
	padding:0px;
	text-align:center;
	}
	#nav2 li {
	list-style:none;
	display:inline;
		border-left:1px solid #dcc097;
	}
	#nav2 li a {

	color:#dcc097;
	font:11px/24px Arial, Helvetica, sans-serif;
	padding:0 5px 0 5px;
	}
	#nav2 li a:hover {
	text-decoration:none;
	color:#fff;
	}
	#nav2 li:first-child {
	border:none;
	}
div#copy {
width:955px;
margin:0 auto;
font:10px/24px Arial, Helvetica, sans-serif;
text-align:center;
color:#cc6633;
}
div#bottomImage {
background:url(assets/images/sidebar_bg.jpg) left bottom no-repeat;
}
div#service_button {
width:189px;
height:18px;
padding:10px 5px 10px 5px;
font:12px/16px Arial, Helvetica, sans-serif;
background:url(assets/images/service_button.jpg) left top no-repeat;
text-align:center;
}
div#service_button a {
color:#ffff99;
}

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


form#contact {
	width: 420px;
	height: auto;
	margin: 20px auto;
	padding: 0;
}
form#contact {
	width: 210px;
}

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

		#contactForm input,
		#contactForm textarea {
			width: auto;
			height: auto;
			margin: 0;
			padding: 0;
			display: block;
			font: 12px/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 .email {
			width: 152px;
			height: 18px;
			margin: 3px 5px;
			padding: 0px 9px;
			font-size: 12px;
		}
		
		#contactForm .security_code {
			
			width: 169px; 
			height: 18px;
			margin: 3px 5px;
			padding: 0px;
			font-size: 10px;
		}

		#contactForm .question {
			width: 152px;
			height: 14px;
			margin: 3px 5px;
			padding: 11px 9px;
		}

		#captchaIMG {
			width: 169px;
			height:29px;
			margin: 3px 5px;
			padding: 0;
			display: block;
			float:left;
		}

		#contactForm #Submit {
			width: 174px;
			height: 40px;
			margin: 3px 10px;
			padding: 0;
			font-size: 12px;
			cursor: pointer;
		}

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


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

/* Form background color */

form#contact {
	background-color: none; 
}

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

/* Form text color */

#contactForm input,
#contactForm textarea, {
	color: #aaa; 
}

/* Border color around form elements */
#captchaIMG,
#contactForm .name,
#contactForm .email,
#contactForm .security_code,
#contactForm .question {
	border: 1px solid #ccc;
	background: url(assets/images/form-input-bg.jpg) top left no-repeat;
}


/* Submit/Reset button background color */

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

/* Hovered Submit/Reset button background color */
#contactForm #Submit:hover {
	background-color: #fafafa;
}

.labelText {
	color:#edcd9c;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	margin-left:4px;
	}

/*-------------------appointment form css------------------*/

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

form#appointments{
	width: 420px;
	height: auto;
	margin: 20px auto;
	padding: 15px;
}
form#contact {
	width: 210px;
}
	table#appointmentsForm{
		width: 100%;
		height:auto;
		margin: 0;
		padding: 0;
	}

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


			#appointmentsForm input:focus,
			#appointmentsForm select:focus{
				background-color: #FFFFDF;
				border: 1px dashed #333;
			}
			.required {
					background-color: #FDF4F4;
				}
					.required:focus {
						border: 1px solid #DB3E3E !important;
						background-color: #FDF4F4 !important;
					}

		#appointmentsForm .name,
		#appointmentsForm .email,
		#appointmentsForm .phone,
		#appointmentsForm .discover,
		#appointmentsForm .security_code{
			width: 180px;
			height: 16px;
			margin: 3px 5px;
			padding: 0px 9px;
			font-size: 12px;
			color:#000;
		}
		#appointmentsForm .discover {
			width: 200px;
			height: 40px;
		}
		#appointmentsForm .question {
			width: 392px;
			height: 154px;
			margin: 3px 5px;
			padding: 11px 9px;
		}

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

		#appointmentsForm #Submit{
			width: 200px;
			height: 40px;
			margin: 3px 5px;
			padding: 0;
			font-size: 12px;
			cursor: pointer;
		}
		#appointmentsForm p {
			width: 200px;
			margin: 0px 5px;
			padding: 0;
			font: 12px/13px Arial, Helvetica, sans-serif;
		}
			.questionText {
				font: 12px/13px Arial, Helvetica, sans-serif;
			}	
			p#monBox,
			p#tueBox,
			p#wedBox,
			p#thuBox,
			p#friBox,
			p#amBox,
			p#pmBox {
				float: left;
				width: 72px;
				height: 35px;
				margin: 3px 5px;
				padding: 5px 0 0 0;
				font-size: 12px;
				text-align: center;
				cursor: pointer;
			}		
				p#monBox input,
				p#tueBox input,
				p#wedBox input,
				p#thuBox input,
				p#friBox input,
				p#amBox input,
				p#pmBox input {
					display: inline;
				}
				#surveyForm p input {
					width: auto;
					display: inline;
					border: none;
				}
			#surveyForm p.selected,
			#surveyForm p.deselected {
				float: left;
				width: auto;
				height: 35px;
				margin: 3px 4px;
				padding: 5px 11px 0 11px;
				font-size: 12px;
				text-align: center;
				cursor: pointer;
			}
			#appointmentsForm p.selected,
			#appointmentsForm p.deselected{
				font: 12px/13px Arial, Helvetica, sans-serif;
			}
.height40 {
	height: 40px;
}
.justified {
	text-align: justify;
}

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

/* Form background color */
form#appointments {
	background-color: #ddd; 
}

/* Change floats and margins depending on where form is placed on Contact page */
#contactH3 {
	display: block;
	margin: 1em 0 0 0;
	float: none;
}


/* Form text color */
#appointmentsForm input,
#appointmentsForm select,
#appointmentsForm p {
	color: #000; 
}

/* Border color around form elements */
#appointmentsForm .name,
#appointmentsForm .email,
#appointmentsForm .phone,
#appointmentsForm .discover,
#appointmentsForm .security_code,
#appointmentsForm #Submit {
	border: 1px solid #ccc;
	color:#000;
}

/* Selected box styling (b.g. color, border, text color) */
#appointmentsForm p.selected {
	color: #888;
	border: 1px solid #ccc;
	background-color: #fafafa;
}

/* Deselected box styling (b.g. color, dashed border, text color) */
#appointmentsForm p.deselected{
	color: #aaa;
	border: 1px dashed #ccc;
	background-color: #f0f0f0;
}

/* Submit/Reset button background color */
#appointmentsForm #Submit {
	background-color: #F0F0F0;
}

/* Hovered Submit/Reset button background color */
#appointmentsForm #Submit:hover {
	background-color: #fafafa;
}



