﻿body {
	background: #fff url("/images/body-bg.gif") repeat-x 0% 0%;
	margin: 16px 0;
	font-size: 62.5%;
	font-family: Arial, Sans-Serif;
}

#wrap {
	width: 868px;
	margin: 0 auto;
}

#headercurve {
	background: #fff url("/images/top-curve.gif") no-repeat 0% 0%;
	height: 13px;
}

#logo {
	border: 0;
	float: left;
}

#headercontent {
	margin: 0 1.4em;
}

#headerright {
	float: right;
}

#addressdiv {
	float: right;
	margin: 1.2em 0 0 0;
}

#searchdiv {
	float: right;
	margin: 2.5em .9em 0 0;
}

#addressdiv address {
	font-style: normal;
	border-left: solid 1px #000;
	font-size: 1.2em;
	padding: 0 0 0 .9em;
	line-height: 1.4em;
}

#appointment 
{
	float:right;
	padding:30px 15px 0px 0px;
	font-size: 16px;
}

#contentwrap {
	background: #fff url("/images/content-bg.gif") no-repeat 0% 0%;
	width: 100%;
}

#rightcolumn {
	display: inline;
	width: 590px;
	margin: 0 20px 20px 20px;
	float: right;
}

#rightcontent {
	font-size: 1.2em;
	line-height: 1.75em;
}

#rightcontent a {
	color: #4b3a06;
	text-decoration: none;
	border-bottom: dotted 1px #1c356c;
	font-weight: bold;
}

#rightcontent a:hover {
	border-bottom: none;
	text-decoration: underline;
}

#leftcolumn {
	display: inline;
	width: 208px;
	margin: 0 14px;
	float: left;
}

#leftcontent {
	background: #cfe5a7 url("/images/sidebar-curvenew.gif") no-repeat 0% 0%;
	color: #4b3a06;
	font-size: 1.2em;
	line-height: 1.75em;
}

#leftImages {
	font-size: 1.2em;
	line-height: 1.25em;
}

#leftbottom {
	padding: 5px 12px 12px 12px;
	background: transparent url("/images/sidebar-bottomnew.gif") no-repeat 100% 100%;
}

#leftcontent a {
	color: #4b3a06;
	text-decoration: none;
	border-bottom: dotted 1px #fff;
}

#leftcontent a:hover {
	border-bottom: none;
	text-decoration: underline;
}

#footer {
	text-align: center;
	color: #999;
}

#footer a {
	text-decoration: none;
	color: #999;
}

#footer a:hover {
	color: #000;
}


/* ========== begin navigation ========== */
#navigation {
	margin: 1.5em 1.4em 1.5em 1.8em;
}

#navigation ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
}

#navigation li {
	margin: 0;
	padding: 0;
	float: left;
}

#navigation a {
	display: block;
	color: #fff;
	text-decoration: none;
	font-size: 1.6em;
	padding: .66em 1.15em;
	background: #4b3a06;
}

#navigation a:hover {
	color: #000;
	background: #cfe5a7;
}
/* ========== end navigation ========== */

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}

.searchbox {
	border: solid 1px #666;
	padding: 2px;
}

.searchButton {
	vertical-align: middle;	
}

.contactLabel {
	float: left;
	width: 25%;
	padding: 2px;
}

.contactInput input {
	float: left;
	width: 200px;
}

.txtareaLabel {
	float: left;
	width: 25%;
	padding: 2px;
}

.txtareaInput textarea {
	width: 300px;
	height: 300px;
}

.adminCallout {
	background-color: #ffffd8;
	padding: 4px;
	border: dashed 1px #9F9F9F;
}