/* 

Purple
100%: 	#6C437B
65%:  	#A187AB
20%:    #E2D9E5

Beige
100%:   #867366
75%:  	#A4968C
30%:    #DBD5D1
*/

body {
  background-color: #DBD5D1;
  margin: 0;
  padding: 0;
  font-family: Georgia, serif;
}

.clear {
	clear: both;
}

/* DEFAULT STYLES */
h1 {
  font-family: Georgia, serif;
	font-weight: normal;
	color: #867366;
	margin: 0;
}
h2, h3, h4, h5, h6 {
  font-family: Georgia, serif;
	font-weight: normal;
	color: #6C437B;
	margin: 0 0 .2em;
}
h2 a, h3 a, h4 a, h5 a, h6 a { color: #6C437B; }
h1 { margin: 0 0 .4em;}
h2 { font-size: 1.5em; }
h3 { font-size: 1.125em; }
p, ul, ol {
	font: 10pt Helvetica, Arial, sans-serif;
	line-height: 1.3;
}
p { margin: 0 0 1em; }

ul.nobullet {
	margin: 0 0 1em;
	padding: 0;
	list-style: none;
	line-height: 1.3;
	margin-bottom: .8em;
}
ul.nobullet li {
	margin: 0 0 1em;
}
address {
	line-height: 1.5;
}

.map {
	font: normal 9pt Verdana, sans-serif;
	margin-bottom: 1em;
}
img.left, img.right { border: none; }
img.left { float: left; margin: 0 10px 10px 0; }
img.right { float: right; margin: 0 0 10px 10px; }

div.pullout { 
	float: right;
	margin: 0 0 10px 15px;
}
div.pullout img { margin: 0 0 3px; } 
div.pullout p { 
	font: normal 8.5pt Verdana, sans-serif;
	color: #666;
}

.details { 
	font: normal 8.5pt Verdana, sans-serif;
	color: #666;
}

/* LAYOUT */
#wrapper {
  width: 880px;
  border: 2px solid #867366;
  border-top: none;
  border-bottom: none;
  padding: 10px 0 0;
  margin: 0 auto;
  background: #fff url(../images/tree.gif) no-repeat top right;
  overflow: hidden;
}

#content {
  margin: 25px 30px 30px;
}
#header img {
  margin: -6px 30px 10px;
}
#header, #footer, #header li, #footer p {
  font-family: Verdana, sans-serif;
}
#footer {
  background-color: #867366;
  color: #fff;
  margin: 0;
  padding: 0;
  overflow: hidden;
	width: 100%;
	clear: both;
}
#footer img {
  float: left;
}
#footer p {
  margin: 0;
  padding: 10px 5px;
  font-size: .625em;
  float: left;
  width: 45%;
}
#footer p.internet {
  text-align: right;
}
#footer a { 
  color: #fff;
}
ul#menu  {
  background: #6C437B url(../images/tree_inverse.gif) no-repeat top right;
  border-right: 18px solid #6C437B;
  border-left: 18px solid #6C437B;
  overflow: hidden;
  list-style: none;
  padding: 0 0 1px;
  margin: 0;
  font-size: .75em;
	z-index: 1;
}

#menu li {
  display: inline;
}
#menu li a {
  float: left;
  color: #fff;
  text-decoration: none;
  padding: 6px 12px;
}
#menu li.forms a {
  float: right;
}

#menu li a:hover {
  background-color: #DAD0DE; /* E2D9E5 */
  color: #6C437B;
}


/* Location page */
#locations #content { 
	overflow: hidden;
}

#locations .location_info {
	clear: right;
	overflow: hidden;
	height: -1%;
	margin: 0 0 1em;
}
#locations .map {
	width: 350px; 
	height: 300px;
	margin: 0 25px 0 0; 
	border: 1px solid #666; 
	float: right;
}
#locations address { margin: 0 0 1em; }
#locations .column {
	float: left;
	width: 340px;
	margin-right: 40px;	
}
#locations #left {}
#locations #right {}


/* Index Page */
#index h2, #index h3 {
	font: bold 12pt Helvetica, Arial;
	color: #867366;
	text-transform: uppercase;
	margin: 0 0 .2em;
}
#index h3 {
	font-size: 10pt;	
}
div.group {
	margin: -.5em 0 1em;
	overflow: hidden;
}
div#left { width: 320px; float: left; }
div#right { margin-left: 30px; width: 460px; float: left; }
#missionstatement p { font-family: Georgia, serif; }

#meetdoctors p {
	font-size: 1em;
	line-height: 1.5em;
}

#meetdoctors ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#meetdoctors ul li {
	width: 140px;
	float: left;
	font: bold 8.5pt Verdana, sans-serif;
	margin-bottom: 10px;
}
#meetdoctors ul li:nth-child(odd) {
	margin-right: 25px;	
}
#meetdoctors ul li a {
	color: #6C437B;
}
#meetdoctors ul li img {
	border: 1px solid #000;
	width: 140px;
}
#missionstatement {}
#missionstatement p {
	font-size: 16pt;
	line-height: 1.5;
	font-style: italic;
}
div#services { clear: both; }
div#services p {
	margin: .5em 0 0;
}

div.newlocation { 
	background-color: #E2D9E5;
	border: 1px solid #A187AB;
	margin: 0 0 1em;
	overflow: hidden;
	width: 99%;
}
#index div.newlocation h3 {
	color: black;
	font-weight: normal;
	font-size: .8em;
	padding: 10px 5px 0;
}
#index div.newlocation h3 strong { font-size: 1.1em; }
div.newlocation p { 
	margin: 0;
	padding: 0 5px 5px;
	font: normal .75em Verdana, sans-serif;
}
div.newlocation img {
  float: right;
  border: none;
  padding: 0 0 0 5px;
}

div.location {
	float: left;
	width: 200px;
	padding: 10px 10px 1px;
	background-color: #DBD5D1;
}
div.location img {
	float: right;
	border: 1px solid black;
	margin: 0 0 5px 5px;
}
div.location p { font: normal 8.5pt Verdana, sans-serif; }
div#lacey { margin-right: 20px; background-color: #867366; }
div#lacey p { color: #fff; }
div#lacey h3 { color: #fff; }
div#lacey a { color: #DBD5D1; }
