* { margin: 0px; padding: 0px; }

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 17px;
	color: #000000;
	background: #f4f0e4 url(../images/top_banner_bg.png) repeat-x;
}

div {
	overflow: hidden;
}

a {
	color: #4a184a; 
}

a:hover {
	color: #a46c92;	
}

/*----- Header -----*/

#header {
	height: 101px;
	width: 895px;
	margin: 0px auto;
	padding: 0px 32px;
}

#logo {
	margin: 26px 0px 0px 0px;
	float: left;
}

#header_right_content {
	height: 65px;	
}

a#schedule {
	width: 173px;
	height: 31px;
	display: block;
	margin-left: 292px;
	background: url(../images/schedule_btn.gif) no-repeat;
}

a#schedule span {
	display: none;	
}

#address {
	margin: 1px 14px 0px 0px;
	text-align: right;
	color: #ffffff;
	line-height: 15px;
}

/*----- Nav -----*/

#menu {
	width: 895px;
	height: 36px;
	clear: both;
	background: url(../images/menu_bg.gif) no-repeat 0px 0px;
}

#menu ul {
	margin: 5px;
	list-style-type: none;
}

#menu li {
	float: left;
}

#menu span {
	display: none;
}

#menu a {
	display: block;
	height: 26px;
}

#menu_space {
	display: block;
	width: 1px;	
	height: 26px;
}

a#home_btn {
	width: 72px;
	background: url(../images/menu_btns.gif) no-repeat 0px 0px;
}

a:hover#home_btn {
	width: 72px;
	background: url(../images/menu_btns_roll.gif) no-repeat 0px 0px;
}

a#team_btn {
	width: 68px;
	background: url(../images/menu_btns.gif) no-repeat -73px 0px;
}

a:hover#team_btn {
	width: 68px;
	background: url(../images/menu_btns_roll.gif) no-repeat -73px 0px;
}

a#rates_btn {
	width: 76px;
	background: url(../images/menu_btns.gif) no-repeat -142px 0px;
}

a:hover#rates_btn {
	width: 76px;
	background: url(../images/menu_btns_roll.gif) no-repeat -142px 0px;
}

a#modalities_btn  {
	width: 118px;
	background: url(../images/menu_btns.gif) no-repeat -219px 0px;
}

a:hover#modalities_btn {
	width: 118px;
	background: url(../images/menu_btns_roll.gif) no-repeat -219px 0px;
}

a#contact_btn  {
	width: 96px;
	background: url(../images/menu_btns.gif) no-repeat -338px 0px;
}

a:hover#contact_btn {
	width: 96px;
	background: url(../images/menu_btns_roll.gif) no-repeat -338px 0px;
}

a#location_btn  {
	width: 101px;
	background: url(../images/menu_btns.gif) no-repeat -435px 0px;
}

a:hover#location_btn {
	width: 101px;
	background: url(../images/menu_btns_roll.gif) no-repeat -435px 0px;
}

a#testimonials_btn  {
	width: 136px;
	background: url(../images/menu_btns.gif) no-repeat -537px 0px;
}

a:hover#testimonials_btn {
	width: 136px;
	background: url(../images/menu_btns_roll.gif) no-repeat -537px 0px;
}

a#faqs_btn  {
	width: 67px;
	background: url(../images/menu_btns.gif) no-repeat -674px 0px;
}

a:hover#faqs_btn {
	width: 67px;
	background: url(../images/menu_btns_roll.gif) no-repeat -674px 0px;
}

a#links_btn  {
	width: 73px;
	background: url(../images/menu_btns.gif) no-repeat -742px 0px;
}

a:hover#links_btn {
	width: 73px;
	background: url(../images/menu_btns_roll.gif) no-repeat -742px 0px;
}

a#blog_btn  {
	width: 69px;
	background: url(../images/menu_btns.gif) no-repeat -816px 0px;
}

a:hover#blog_btn {
	width: 69px;
	background: url(../images/menu_btns_roll.gif) no-repeat -816px 0px;
}

/*----- Content -----*/

#content {
	width: 895px;
	margin: 0px auto;
	padding: 0px 32px;
	background: url(../images/bottom_bamboo_bg.png) 385px bottom no-repeat;
	
}

#content p {
	margin-bottom: 8px;
}

#title {
	margin: 32px 0px 10px 0px;	
	clear: both;
}

#two_column_1 {
	width: 583px;
	font-size: 13px;
	margin-left: 5px;
	float: left;
	display: inline;
	background: url(../images/top_bamboo_bg.png) 0px 0px no-repeat;
}

#two_column_2 {
	width: 292px;
	margin-left: 15px;
	float: left;
	display: inline;
}

#one_column {
	width: 885px;
	margin: 0px 5px 0px 5px;
	background: url(../images/top_bamboo_bg.png) 0px 0px no-repeat;
}

#sub_three_column_1 {
	width: 282px;
	float: left;
}

#sub_three_column_2 {
	width: 281px;
	margin-left: 20px;
	float: left;
}

#sub_three_column_3 {
	width: 282px;
	margin-left: 20px;
	float: left;
}

#sub_two_column_1 {
	width: 282px;
	float: left;
}

#sub_two_column_2 {
	width: 281px;
	margin-left: 20px;
	float: left;
}

h1 {
	font-size: 15px;
	font-weight: bold;
	color: #4a184a;
}

h2 {
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 8px;
	color: #4a184a;
}

h3 {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 8px;
	color: #4a184a;
}

#content ul {
	list-style-type: none;
	margin-bottom: 8px;
}

#text_container {
	margin-bottom: 8px;
}

#spacer {
	clear: both;
}

/*----- Modalities -----*/

#tabs {
	width: 583px;
	background: url(../images/tabs_bg.gif) no-repeat;
}

#tabs ul {
	list-style-type: none;
}

#tabs li {
	float: left;
}

#tabs span {
	display: none;
}

#tabs a {
	display: block;
	height: 20px;
}

#tabs_space {
	display: block;
	width: 1px;	
	height: 20px;
}

a.tab1_btn {
	width: 75px;
	background: url(../images/tab_btns.gif) no-repeat 0px 0px;
}

a:hover.tab1_btn {
	width: 75px;
	background: url(../images/tab_btns_roll.gif) no-repeat 0px 0px;
}

.tab1_btn_stick {
	width: 75px;
	background: url(../images/tab_btns_roll.gif) no-repeat 0px 0px;
}

a.tab2_btn {
	width: 222px;
	background: url(../images/tab_btns.gif) no-repeat -76px 0px;
}

a:hover.tab2_btn {
	width: 222px;
	background: url(../images/tab_btns_roll.gif) no-repeat -76px 0px;
}

.tab2_btn_stick {
	width: 222px;
	background: url(../images/tab_btns_roll.gif) no-repeat -76px 0px;
}

#tab1_content {
	width: 585px;
	margin: 7px 0px 0px 0px;
	display: block;
}

#tab2_content {
	width: 585px;
	margin: 7px 0px 0px 0px;
	display: none;
}

/*----- Testimonial -----*/

#testimonial {
	width: 282px;
	float: left;
	margin: 13px 0px 0px 0px;
	background: url(../images/testimonials_bg.png) no-repeat;
}

#testimonial_content {
	width: 262px;
	margin: 14px 0px 0px 11px;
	background: url(../images/quote.png) bottom right no-repeat;	
}

a#more_button {
	width: 58px;
	height: 26px;
	display: block;
	margin: 3px 0px 0px 9px;	
	background: url(../images/more_btn.png) no-repeat;
}

a#more_button span {
	display: none;	
}

/*----- Deal -----*/

#deal {
	width: 282px;
	float: left;
	margin: 13px 0px 0px 19px;
	background: url(../images/deal_bg.png) no-repeat;
	
}

#deal_content {
	width: 262px;
	margin: 14px 0px 0px 11px;
}

/*----- Contact -----*/

fieldset {
	margin-top: 0px;
	border-style: none;
}
	
fieldset div {
	margin: 0px 0px 8px 0px;
	line-height: 18px;
}
	
input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding: 2px;
	border: 1px solid #afb3ba;
	width: 300px;
}

/*----- Rates -----*/

#rates {
	text-align: left;
	border-width: 1px 1px 0 0;
	border-color: #4a184a;
	border-style: solid;
	margin: 3px 0px 20px 0px;
	width: 583px;
}

#rates th {
	color: #ffffff;
	padding: 3px 7px 3px 7px;
	border-width: 0 0 1px 1px;
	border-color: #4a184a;
	border-style: solid;
}

#title th {
	background-color: #4a184a;
}

#labels th {
	background-color: #a36b91;
	
}

#rates td {
	padding: 3px 7px 3px 7px;;
	border-width: 0 0 1px 1px;
	border-color: #4a184a;
	border-style: solid;
}

/*----- Google Maps -----*/

#map_canvas div {
	overflow: visible;
}

/*----- Footer -----*/

#footer {
	width: 885px;
	height: 37px;
	margin: 0px auto;
	background: url(../images/footer_banner_bg.png) no-repeat;
}
