body{
	margin: 0px;
	padding: 0px;
	background: #F6F3E6 url(images/background.gif);
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}
h1, h2, h3{
	font-family: Arial;
}
h1, h2, h3, p{
	margin: 20px;
}
h1{
	font-size: 150%
}
h2{
	font-size: 110%;
	font-weight: normal;
	text-transform: uppercase;
}
h3{
	font-size: 90%;
	text-transform: uppercase;
}
p, li{
	font-size: 80%;
	line-height: 150%;
}
.smalltext{
	font-size: 70%;
}
li{
	margin-right: 20px;
}
a{
	color: #777777;
}
a:hover{
	color: #333333;
}
img, object{
	display: block;
	border: 0px;
}
.page{
	margin: 0px auto;
	width: 950px;
	background: #ECE8D2;
	background: #FFFFFF;
	text-align: left;
}
.header{
	height: 340px;
	background: #ECE8D2;
}
.logo{
	width: 200px;
	background: #FFFFFF url(images/logobg.gif) no-repeat top left;;
}
.navigation{
	margin: 20px;
}
.navigation td{
	padding-bottom: 2px;
}

#page_home h2, #page_home h3{
	color: #A5B151;
}
#page_modalities h2, #page_modalities h3{
	color: #87BAB5;
}
#page_therapists h2, #page_therapists h3{
	color: #B89C9C;
}
#page_resources h2, #page_resources h3{
	color: #7E694E;
}

.intro{
	color: #FFFFFF;
}
#page_home .intro h2,
#page_modalities .intro h2,
#page_therapists .intro h2,
#page_location .intro h2{
	color: #666666;
}
#page_resources .intro h2{
	color: #B6A794;
}

/*** PAGE SPECIFIC COLORS ***/


#page_home .intro{
	background: #A5B151;
}
#page_home .intro a{
	color: #DBE0B9;
}
#page_modalities .intro{
	background: #87BAB5;
}
#page_therapists .intro{
	background: #C68C47;
}
#page_location .intro{
	background: #B89C9C;
}
#page_resources .intro{
	background: #7E694E;
}
#page_resources .intro a{
	color: #B6A794
}

#page_home .intro a:hover,
#page_modalities .intro a:hover,
#page_therapists .intro a:hover,
#page_location .intro a:hover,
#page_resources .intro a:hover{
	color: #FFFFFF;
}

/*** HOURS COLUMN ***/
.hours{
	width: 200px;
	text-align: right;
	color: #666666;
}
.hours p{
	font-size: 70%;
}
#page_home .hours{
	background: #C9D097;
}
#page_modalities .hours{
	background: #B7D6D3;
}
#page_therapists .hours{
	background: #DDBA91;
}
#page_location .hours{
	background: #D4C4C4;
}
#page_resources .hours{
	background: #9D8971;
}
#page_home .hours a:hover,
#page_modalities .hours a:hover,
#page_therapists .hours a:hover,
#page_location .hours a:hover,
#page_resources .hours a:hover{
	color: #333333;
}

/*** VITAL TIMES ***/
.vitaltimes{
	width: 200px;
}
.vitaltimes fieldset{
	margin: 0px;
	padding: 0px;
	border: 0px;
}
.vitaltimes fieldset p{
	margin: 0px 20px 10px 20px;
	font-size: 70%;
	color: #666666;
}
.vitaltimes_field{
	margin: 0px;
	padding: 2px 0px;
	border: 0px;
	width: 160px;
	background: #ECE8D2;
	font-family: Verdana;
}
.vitaltimes_button{
	border: 0px;
	float: right;
}

/*** MAIN BODY ***/
.content{
	background: #ECE8D2;
}
.left_column{
	width: 200px;
	background: #FFFFFF url(images/contentbg.gif) no-repeat bottom left;;
}
.main_column, .staff_bio{
	width: 549px;
	border-right: 1px solid #FFFFFF;
}
.right_column{
	width: 200px;
}

/*** ODDS + ENDS ***/
.fee_table{
	margin: 0px 20px;
	width: 160px;
	text-align: right;
}
.fee_table td{
	/*padding: 0px 20px 5px 0px;*/
	padding-top: 5px;
	font-size: 70%;
}
.creditcards{
	text-align: center;
}
.creditcards img{
	display: inline;
}
.staff_bio{
	border-top: 1px solid #FFFFFF;
}
.staff_photo{
	width: 200px;
	/*border-top: 1px solid #FFFFFF;*/
}

/*** FOOTER ***/
#page_home .footer{
	background: #87BAB5;
}
#page_modalities .footer{
	background: #C68C47;
}
#page_therapists .footer{
	background: #B89C9C;
}
#page_location .footer{
	background: #7E694E;
	color: #ECE8D2;
}
#page_resources .footer{
	background: #A5B151;
}
.footer p{
	margin: 10px 20px;
	font-size: 70%;
}
#page_location .footer a{
	color: #ECE8D2;
}
.credit{
	color: #CCCCCC;
	text-align: right;
}
.credit a{
	color: #CCCCCC;
}
#page_location .credit a{
	color: #9D8971;
}
.credit a:hover{
	color: #FFFFFF;
}