/* CSS Document */

/* Sets element margins, padding, and border to 0 to even out browser differences when adding desired values later. */
html, body, div, p, h1, h2, h3, h4, h5, h6, blockquote, ol, ul, li, dl, dt, dd, td, form, fieldset, a {
     margin: 0;
     padding: 0;
     border: 0;
}

body {
	font: 12px/150% Arial, Helvetica, sans-serif;
	background: #6699cc url(images/headerbg.gif) repeat-x left top;
}
h1 {
	color: #000;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 14px;
	text-transform: uppercase;
}
h2 {
	color: #000;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 5px;
	font-size: 12px;
	text-transform: uppercase;
}

h2.therapist {
/*	color: #000;
	font-weight: bold;
	margin-top: 20px;*/
	margin-bottom: 0px;
/*	font-size: 12px;
	text-transform: uppercase;*/
}

h3 {
	color: #000;
	font-weight: bold;
	margin-bottom: 5px;
	font-size: 11px;
	text-transform: uppercase;
}
p {
	margin-bottom: 10px;
}
a {
	color: #036;
	font-weight: bold;
	/*text-decoration: none;*/
}
a:visited {
	color: #69c;
} 
a:hover {
	color: #969;
}
#headerArea {
}

#contact {
	position: absolute;
	width: 100px;
	left: 720px;
	top: 55px;
	z-index: 10;
}

#contact a {
	color: #fff;
	text-decoration: underline;
}


#middleArea {
	width: 100%;
	background-color: #fff;
}

#mainArea {
	width: 781px;
	background-color: #fff;
} 


/* ----- Navigation --- */

#nav {
	width: 160px;
	float: left;

}

#nav li {
	border-bottom: 1px solid #BFDFFF;
	list-style: none;
}

#nav li.last {
	border-bottom: none;
}

#nav a {
	display: block;
	padding: 6px 0 4px 5px;
	border-bottom: 3px solid #fff;
	color: #036;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
}

#nav a:hover, #nav a.here {
	border-bottom: 3px solid #996777;
	color: #969;
}

/* ----- Photos --- */

#photosHome {
	float: left;
	width: 620px;  
	text-align: right;                      
} 

.photo {
	width: 190px;
	margin-left: 4px;
	display: inline;
}

.photoCol {
	width: 190px;
	margin-bottom: 4px;
	display: block;

}


/* ----- Body --- */
	
#mainCol {
	float: left;
	width: 380px;
	padding: 0 20px 0 30px;
			
	}
	
#rightCol {
	float: left;
	width: 190px;
		
}
 
#newsBody  {
	font-size: 11px;
}

#newsBody img {
	display: block;
}
	
#news {
	padding: 0 10px;
	background-color:#EBE0F5;
}

#news h3 {
	color: #333;
	font-weight: bold;
	margin-bottom: 3px;
	border-bottom: solid 1px #999;
} 

#news a {
	font-size: 11px;
} 

#homeList ul.left {
	float: left;
	width: 190px;
	font-size: 11px;
	margin: 0 8px 0 0;
	padding-left: 15px;
	list-style: square;
}

#homeList ul.right {
	font-size: 11px;

}


/* ----- Footer --- */
#footer {
	padding: 0 0 20px 20px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background-color: #fff;	
	margin-bottom: 20px;
}

/* ----- Misc --- */

p.lineAbove {
	border-top: solid 1px #999;
	padding-top: 5px;
	}
	
	
.brclear { /* To clear float containers */
	clear:both;
	height:0;
	margin:0;
	font-size: 1px;
	line-height: 0;
}

ul {
	margin-left: 20px;
	margin-bottom: 10px;
	list-style: square;
} 

ul.left {
	float: left;
	width: 190px;
	margin-bottom: 10px;
	padding-left: 10px;
	list-style: square;
}

ul.right {

}

dl {
	margin-left: 10px;
	margin-bottom: 10px;
}

dt {
	font-size: 12px/150%;
	font-weight: bold;
	}
	
dd {
	font-size: 12px/150%;
	margin-left: 10px;
	margin-bottom: 5px;
}
