/* CSS Document */

html {
	margin: 0;
	padding: 0;
	background: #252429 url(../_img/html_bg.gif) repeat-x 0px 0px;
}
body {
	background: url(../_img/body_bg.gif) no-repeat left bottom;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 1.5;
	color: #333;
	height: 100%;
}
h1 {
	margin: 0;
	color: #32557E;
	font-size: 20px;
	font-weight: normal;
}
h2 {
	color: #73905b;
	font-size: 1.75em;
	line-height: 1.714em;
	margin: 0;
	font-weight: normal;
}
h3 {
	color: #73905b;
	font-size: 1.5em;
	line-height: 2;
	font-weight: normal;
	margin: 0;
}
h4 { margin: 0; }
a {
	color: #73905b;
	text-decoration: none;
}

#tree {
	background: url(../_img/tree_bg.gif) no-repeat right bottom;
}
#wrap {
	width: 960px;
	margin: 0 auto;
	background: #f7f7f7 url(../_img/content_bg.gif) repeat-y right top;
}

#header h1 {
	margin: 0 0 0 9px;
	float: left;
	width: 143px;
	padding-top: 10px;
}
#header h1 a:link, #header h1 a:visited {
	width: 143px;
	height: 0;
	font-size: 1px;
	overflow: hidden;
	padding-top: 82px;
	display: block;
	background: url(../_img/logo.gif) no-repeat;
}
#header {
	background: url(../_img/header_bg.gif) repeat-x left top;
	height: 101px;
	padding: 0 10px;
	margin: 0 auto;
}
#header p {
	float: right;
	color: #8da877;
	font-size: 1.5em;
	line-height: 1;
}
#toptools {
	margin: 16px 20px 0 0;
	padding: 0;
	float: right;
	width: 300px;
	text-align: right;
}
#toptools li { display: inline; }
#toptools li a { 
	border-right: 1px solid #bfbfbf;
	color: #bfbfbf;
	padding: 0 .5em;
	text-decoration: none;
}
#toptools li.last a {
	border-right: none;
	padding-right: 0;
}
#nav {
	margin: 18px 0 0 0;
	width: 535px;
	padding: 0;
	font-weight: bold;
	font-size: 14px;
	text-align: right;
	float: right;
	clear: right;
	text-transform: uppercase;
}
#nav li {
	display: inline;
}
#nav li a {
	color: #666;
	text-decoration: none;
	padding: 0 0 2px;
	margin: 0 20px 0 0;
}
#nav li a.last { margin-right: 0; }
#nav li a:hover {
	color: #73905b;
}
#leaderboard {
	padding: 0px 10px 0;
	background: #8da877 url(../_img/leaderboard_bg.gif) no-repeat right top;
	margin: 0 auto;
	height: 299px;
	border-bottom: 1px solid #87a072;
}
#leaderboard div {
	float: right;
	width: 300px;
}
#leaderboard h3 {
	font-weight: bold;
	line-height: 1;
	font-size: 36px;
	color: #fff;
	margin-top: 36px;
	margin-bottom: 18px;
}
#leaderboard p {
	margin: 0;
	font-size: 16px;
	font-size: 1.333em;
	line-height: 1.125;
	font-weight: normal;
}
#leaderboard img { 
	float: left;
	margin-top: 11px;
	border: 3px solid #f8f9ed;
	clear: left;
}
#leaderboard h4 {
	width: 140px;
	float: right;
	margin-top: 18px;
	text-align: center;
}
#leaderboard h4 a {
	background-color: #eee;
	color: #808080;
	display: block;
	border: 1px solid #fff;
	padding: 0 5px;
	text-decoration: none;
	line-height: 27px;
	font-size: 16px;
	outline: 1px solid #eee;
}
#leaderboard h4 a:hover {
	background-color: #808080;
	color: #fff;
	border-color: #fff;
	outline: 1px solid #808080;
}

#contentContainer {
	border-top: 1px solid #fff;
	padding: 36px 10px;
}

/* Main Content Styles */
#mainContent {
	float: left;
	width: 620px;
}
#contentContainer p {
	margin: 0 0 1.615em;
}
.content h2 span {
	font-size: .619em;
}

#mainContent img.sidepic {
	float: right;
	padding: 3px;
	background: #fff;
	border: 1px solid #d7d3c1;
	margin-bottom: 20px;
	margin-left: 20px;
}
.sidepic + .sidepic {
	clear: right;
}

.content380 {
	float: left;
	width: 380px;
}

/* Testimonial Styles */
.services {
	background: url(../_img/services_bg.gif) no-repeat left bottom;
	width: 161px;
	padding-left: 59px;
	float: right;
	font-weight: bold;
	font-size: 1.167em;
	text-transform: uppercase;
}
.services ul {
	border-left: 1px dotted #b9caac;
	padding-left: 20px;
	margin-left: 0;
	list-style: none;
}
.services ul li a {
	display: block;
	background: url(../_img/button_bg.gif) no-repeat 0px 0px;
	color: #666;
	line-height: 45px;
	text-align: center;
	margin-bottom: .75em;
	text-decoration: none;
}
.services ul li.last a {
	line-height: 1;
	padding-top: 8px;
	padding-bottom: 9px;
}
.services ul li a:hover { background-position: 0px -45px; }


/* Secondary Content Styles */
#secondaryContent {
	width: 290px;
	padding-left: 10px;
	float: right;
}

/* Events */
.events {
	font-size: 1.167em;
	padding: 10px;
	border: 2px solid #bfd3ae;
	background: #e0efd3;
}

/* About the Doctor */
.doctor {
	padding-left: 100px;
}
.headshot {
	float: left;
}
/* Contact */
.contact {
	width: 180px;
	float: left;
}
.contact + .contact {
	margin-left: 20px;
}
.contact a { font-style: normal; color: #73905B; }

#footer {
	height: 42px;
	border-top: 1px solid #fff;
	font-size: .916em;
	line-height: 1.636em;
	color: #8c8c8c;
	clear: both;
	background: #270706 url(../_img/footer_bg.gif) repeat-x 0px 0px;
	padding: 18px 10px 0;
}
#footer address {
	text-align: left;
	font-style: normal;
	margin: 9px 0 0 0;
	float: left;
}

#footer div {
	float: right;
	text-align: right;
	margin: 21px 0 0 0;
}

#footer p {
	text-align: center;
	margin: 0 auto;
}
#footer a, #footer a:visited {
	color: #8c8c8c;
	text-decoration: none;
} 
#footer a:hover {
	text-decoration: underline;
}

#footer ul {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	text-align: center;
}
#footer ul li {
	display:inline;
}
#footer ul li a, #footer ul li a:visited {
	margin: 0 4px;
	color: #8c8c8c;
	text-decoration: none;
} 
#footer ul li a:hover {
	color: #8c8c8c;
	text-decoration: underline;
}
.clear {
	clear: both;
}
.center {
	text-align: center;
}
.more {
	text-align: right;
}
.name {
	text-align: right;
	font-size: .916em;
}
