body {
	background: transparent url('../images/background_brown.gif') repeat top left;
	margin: 0 auto;
	text-align: center;
	font-size: 76%;
	line-height: 1.8em;
	font-family: 'Lucida Grande', Arial, verdana, sans-serif;
	color: #3a1e00;
}
a, a:link {
	color: #3E85BB;
}
a:visited {
	color: #597387;
}
a:hover {
	color: #819E2E;
}
h1 {
	color: #3e85bb;
}
h2 {
	margin-bottom: 12px;
	margin-top: 12px;
	font-size: 18px;
}
.clear {
	clear: both;
}
img.pho_left {
	float: left;
	margin-right: 15px;
}
#wrapper_outer {
	width: 100%;
	background: transparent url('../images/background.jpg') repeat-x top left;
	height: 100%;
	min-height: 800px;
	height: auto;
}
#container {
	text-align: left;
	width: 975px;
	margin: 0 auto;
}
#header {
	padding-top: 15px;
}

#content ul {
	list-style-type: circle;
	list-style-position: outside;
	margin: 0 50px 15px 25px;
}
/*  NAVIGATION STYLES ******************************************** */

#nav {
	background: transparent url('../images/nav_fulllong.gif') no-repeat top right;
	width: 700px;
	float: right;
	height: 42px;
	margin: 0 25px 10px 0;
}
	#nav .first {
		background: transparent url('../images/nav_leftshort.gif') no-repeat top left;
		height: 42px;
		float: left;
		padding: 10px 0 0 10px;
	}
	#nav a, #nav a:link, #nav a:visited {
		color: #814f14;
		font: 18px Georgia, "Times New Roman", Times, serif;
		text-decoration: none;
	}
	#nav a:hover {
		color: #3e85bb;
	}
	#nav li {
		display: inline;
		margin: 10px 10px 0 7px;

	}
		li.active {
				border-bottom: 2px dotted #819e2e;
		}
			#nav li.active a  {
				color: #819e2e;
			}
			
/*  WRAPPER STYLES ******************************************** */

#wrapper_top, #wrapper_bottom {
	margin:0 auto;
	position:relative;
	width:953px;
	clear: both;	
}
#wrapper_top {
	background:transparent url('../images/wrapper_top.png') no-repeat scroll left top;
	height:32px;
	z-index:2;
	float: left;
}
#wrapper_bottom {
	background:transparent url('../images/wrapper_bottom.png') no-repeat scroll left top;
	height: 35px;
	z-index: 3;
	float: left;
	
}
#wrapper {
	background:transparent url('../images/wrapper_main.png') repeat-y scroll left top;
	margin:0 auto;
	position:relative;
	width:953px;
	float: left;
}
	#content {
		clear: both;	
		margin: 0 15px 0 45px;
		font-size: 1.1em;
	}
		.contact {
			font-size: 1.2em;
			line-height: 1.8em;
			font-weight: bold;
		}
	#content p {
		padding: .6em 0;
	}
		#col_left {
			float: left;
			width: 575px;
		}
			#boxes {
				width: 575px;
				display: block;
				margin: 35px 0 25px 0;
				float: left;
			}
			#box1 {
				width: 275px;
				float: left;
				background:transparent url('../images/graphic_quotes.gif') no-repeat top left;
				margin-right: 25px;		
			}
				.testimonial {
					text-align: center;
					color: #54421d;
					line-height: 1.7em;
					font-size: 1.2em;
					margin: 12px 20px;
				}
				.testimonial_name {
					font-family: Georgia, "Times New Roman", Times, serif;
					color: #9eae47;
					font-size: .8em;
					font-style: italic;
				}
			#box2 {
				width: 275px;
				float: left;
			}
				.action {
					background: transparent url('../images/arrow_right.gif') no-repeat center right;
					width: 260px;
					display: block;
					color: #829542;
					font-size: 1.2em;
					clear: both;
					margin: 15px 0;
				}
					.act {
					font-weight: bold;
					}
					.action img { float: left; margin-right: 10px;}
					.action a, .action a:link, .action a:visited {
						color: #829542;
						text-decoration: none;
					}
					.action a:hover {
						color: #3e85bb;
					}
						.action_link a {
							display: block;
							padding-top: 5px;
						}
						img.doctor {
							border: 2px solid #ead77d;
						}
		#col_right {
			width: 275px;
			float: right;
			text-align: center;
		}
#footer {
	color: #FFFBEF;
	text-align: center;
	margin: 0 0 15px 0;
}
	#footer a, #footer a:link, #footer a:visited {
		color: #fffbef;
	}
	#footer a:hover {
		color: #EEDA8D;
	}
	
#google a, #google a:link, #google a:visited {
	color: #3E85BB;
}
/*  FORM STYLES ******************************************** */
#form {
	margin-top: 25px;
}
#form .labels {
	display: block;
}
#form .txt {
	width: 300px;
}
#form .inputs {
	display: block;
	margin-bottom: 8px;
	border: 1px solid #F9C45A;
	color: #3B1211;
	font: 12px "Courier New", Courier, monospace;

}
#form input {
	padding: 7px;
}
input#submit.button {
	background-color: #F9C45A;
	border: 1px solid #3B1211;
	padding: 2px;
	cursor: pointer;
	font: 14px Geneva, Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
}
