/******************************************** GENERAL STYLES **********************************************/

/* RESET */
* {	margin: 0; padding: 0; }
img { border: none 0; }
body, h1, h2, h3, h4, h5, h6, div, hr, form, img, ul, li, p, li li, p p {
	margin:				0;
	padding:			0;
	font-size:			1em;
}
html {
	height:				100%;
}
body {
	width: 100%;
	height: 100%;
	font-size: 76%;
}


/* GENERAL STYLES */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #ffffff;
	color: #85898A;
}
h1 {
	font-size: 1.3em;
	font-weight: normal;
}
h2, h3 {
	font-weight: normal;
	margin-bottom: .3em;
}
p {
	line-height:		1.4em;
	font-size:			.9em;
	margin-bottom:		.9em;
}
ul {
	list-style: none;
}
li {
	font-size:			.9em;
}
td {
	font-size:			.9em;
}
fieldset {
	border: 0;
}
label {
	width: 130px;
	display: block;
	float: left;
	margin-top: 0.2em;
	text-align: right;
	padding-right: .5em;
	font-size: .9em;
}
form {
	margin-bottom: 1em;
}
form div.col1, form div.col2 {
	width: 50%;
	float: left;
}
form div.col1 div, form div.col2 div {
	clear: both;
	padding-top: .5em;
}
form div.checkboxlist {
	padding-left: 2em;
}
form div.checkboxlist label {
	width: auto;
	margin: 0;
	text-align: left;
	padding-left: .5em;
}
form div.row {
	margin-top: 1em;
	width: 100%;
	clear: both;
}
form input.field {
	width: 250px;
}
form textarea {
	width: 250px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}
form div.button {
	width: 100%;
	text-align: center;
}
form div span, form div p {
	font-size: .9em;
}
form .checkboxlist input {
	float: left;
}
a:link, a:visited {
	color:				#2B85B8;
	background-color:	transparent;
	text-decoration:	none;
}
a:hover, a:active {
	color:				#2B85B8;
	background-color:	transparent;
	text-decoration:	none;
}
.left { float: left; }
.right { float: right; }
.clear { clear: both; width: 100%; height: 1px; font-size: 1px; visibility: hidden;}


/* LAYOUT */
.body {
	width: 982px;
	height: 100%;
	margin: 0 auto 0 auto;
	text-align: left;
}
.body .top {
	height: 2%;
}
.body .middle {
	min-height: 80%;
	background: transparent url(../images/bg_paper.gif) 0 0 repeat-y;
}
.body .middle .r1 {
	height: 180px;
	background: transparent url(../images/bg_paper-top.gif) 0 0 no-repeat;
}
.body .middle .r2, .body .middle .r3, .body .middle .r4 {
	padding-left: 32px;
}
.body .bot {
	height: 18%;
	text-align: center;
	background: transparent url(../images/bg_paper-bot.gif) 0 0 no-repeat;
}

.body .middle .r3 .left {	/* column 1 */
	width: 202px;
}
.body .middle .r3 .right {
	width: 748px;
}
.body .middle .r3 .right .left {	/* column 2 */
	width: 522px;
}
.body .middle .r3 .right .right {	/* column 3 */
	width: 226px;
}




/* OBJECTS */
#logo {
	width: 100%;
	height: 100%;
	background: transparent url(../images/logo.gif) 50% 50% no-repeat;
}
#panels {
	height: 220px; 
}
#panels .panel {
	float: left;
	width: 214px;
	height: 220px; 
	margin-right: 22px;
	margin-bottom: 10px;
	background: transparent url(../images/bg_panel.gif) 0 0 no-repeat;
}
#panels .panel .title {
	height: 40px;
}
#panels .panel .title h2 {
	line-height: 40px;
}
#panels .panel .title h2 a {
	width: 100%;
	display: block;
	text-align: center;
	color: #ffffff;
	font-size: 1.2em;
}
#panels .panel .photo {
	padding-left: 4px;
}

#split-pane {
	width: 914px;
	height: 318px;
	margin-bottom: 15px;
	background: transparent url(../images/bg_split-pane.gif) 0 0 no-repeat;
}
#split-pane .left {
	width: 562px;
}
#split-pane .right {
	width: 352px;
}

#page-title {
	margin-bottom: 1em;
}
#page-photo {
	margin-bottom: 1em;
}

#page-home #body {
	margin-left: 32px;
	margin-right: 16px;
	margin-top: 24px;
}
#body h2 {
	font-size: 1.3em;
	margin-bottom: 12px;
}
#body {
	margin-bottom: 16px;
}
#introduction {
	font-size: 1.2em;
}


#buttons {
	margin: 0 auto 0 auto;
	text-align: center;
}
#buttons .button {
	float: left;
}
.button {
	width: 212px;
	height: 98px; 
	margin-right: 24px;
	background: transparent url(../images/bg_button.gif) 0 0 no-repeat;
}
.button .title {
	width: 100%;
	height: 100%;
}
.button .title a {
	width: 100%;
	height: 100%;
	display: block;
	text-align: center;
	color: #ffffff;
	font-size: 1.2em;
}
.button .title a span {
	display: block;
	padding-top: 26px;
}
.button .title a:hover { background: transparent url(../images/bg_button_over.gif) 0 0 no-repeat; }
.button .title a:active { background: transparent url(../images/bg_button_click.gif) 0 0 no-repeat; }
.even { background: transparent url(../images/bg_button-light-blue.gif) 0 0 no-repeat; }
.even .title a:hover { background: transparent url(../images/bg_button-light-blue_over.gif) 0 0 no-repeat; }
.even .title a:active { background: transparent url(../images/bg_button-light-blue_click.gif) 0 0 no-repeat; }


.button button {
	width: 100%;
	height: 90%;
	background: transparent;
	border: 0;
	color: #ffffff;
	font-size: 1.2em;
	cursor: pointer;
}




#testimonial {
	height: 240px;
	margin-left: 22px;
	margin-right: 16px;
	margin-top: 24px;
}
#testimonial h2 {
	font-size: 1.3em;
	margin-bottom: 12px;
	color: #ffffff;
}
#testimonial p {
	color: #ffffff;
}


#btn-testimonial {
	width: 131px;
	height: 50px; 
	margin: 0;
	margin-left: 214px;
	background: transparent url(../images/bg_button-small.png) 0 0 no-repeat;
}
#btn-testimonial .title {
	width: 100%;
	height: 100%;
}
#btn-testimonial .title a {
	width: 100%;
	height: 100%;
	display: block;
	text-align: center;
	color: #ffffff;
	font-size: 1em;
}
#btn-testimonial .title a span {
	display: block;
	padding-top: 8px;
}
#btn-testimonial .title a:hover { background: transparent url(../images/bg_button-small_over.png) 0 0 no-repeat; }
#btn-testimonial .title a:active { background: transparent url(../images/bg_button-small_click.png) 0 0 no-repeat; }

#side-buttons {
	text-align: center;
}
#side-buttons .button {
	width: 184px;
	height: 85px; 
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 12px;
	background: transparent url(../images/bg_button-med.gif) 0 0 no-repeat;
}
#side-buttons .button .title a {
	font-size: 1.1em;
}
#side-buttons .button .title a span {
	padding-top: 22px;
}
#side-buttons .button .title a:hover { background: transparent url(../images/bg_button-med_over.gif) 0 0 no-repeat; }
#side-buttons .button .title a:active { background: transparent url(../images/bg_button-med_click.gif) 0 0 no-repeat; }
#side-buttons .even { background: transparent url(../images/bg_button-light-blue-med.gif) 0 0 no-repeat; }
#side-buttons .even .title a:hover { background: transparent url(../images/bg_button-light-blue-med_over.gif) 0 0 no-repeat; }
#side-buttons .even .title a:active { background: transparent url(../images/bg_button-light-blue-med_click.gif) 0 0 no-repeat; }



#menu {
	width: 918px;
	height: 34px;
	margin-bottom: 24px; 
	background: transparent url(../images/bg_menu.gif) 0 0 no-repeat;
}
#menu ul {
	padding-left: 0;
	line-height: 32px;
}

#menu ul li {
	float: left;
	background: transparent url(../images/bg_menu-item.gif) 0 0 no-repeat;
	font-size: 1.0em;
}
#menu ul li a {
	display: block;
}
#menu ul li a span {
	padding: 0 1.8em 0 1.75em;
	color: #ffffff;
	
}
#menu ul li#menu-first-item {
	background: transparent;
}
#menu ul li.on {
	background: transparent url(../images/bg_menu-item_on.gif) 0 0 repeat-x;
}


#sub-menu {
	margin-bottom: 14px; 
}
#sub-menu ul {
	line-height: 2em;
}
#sub-menu ul li {
	background: transparent url(../images/blt_sub-menu.gif) 0 50% no-repeat;
	font-size: 1.0em;
}
#sub-menu ul li a {
	display: block;
}
#sub-menu ul li a span {
	padding-left: 32px;
	color: #85898A;
}
#sub-menu ul li a:hover span {
	color: #28225B;
}
#sub-menu ul li.on {
	background: transparent url(../images/blt_sub-menu_on.gif) 0 50% no-repeat;
}
#sub-menu ul li.on a span {
	color: #28225B;
}

#footer {
	padding-top: 22px;
	min-height: 113px;
	background: transparent url(../images/bg_footer.gif) 100% 100% no-repeat;
	font-size: .9em;
	line-height: 1.5em;
}


#page-form #sub-menu {
	display: none;
}




#treatment-diagram {
	float: left;
	width: 140px;
	height: 390px;
}

#treatment-details {
	width: 345px;
	height: 384px;
	float: left;
	background: transparent url(../images/bg_speach-bubble.gif) no-repeat 0 0;	
}
#treatment-details .detail {
	display: none;
	padding-left: 80px;
	margin-top: 14px;
	background: transparent url(../images/blt_treatment-summary.gif) no-repeat 60px 0;
}
#treatment-details .detail .summary {
	padding-left: 20px;
	color: #2B85B8;
	font-size: 1.1em;
}
#treatment-details #panel1 {
	display:			block;
}
.extra {
	clear: both;
	width: 100%;
	display: none;
}
#extra1 {
	display: block; 
}
#instructions {
	float: left;
	text-align:			left;
	font-size:			.8em;
}




#list {
	margin-bottom: 2em;
}
.list-item {
	border-bottom: 2px solid #B3B3B3;
	margin-bottom:		1em;
	padding-bottom:		1em;
}
.list-item .title {
	padding-top:		1em;
}
.list-item .summary p {
	margin:				.5em 0 .5em 0;
}
.list-item img {
	float:				left;
	margin-top:			.5em;
	margin-right:		.5em;
}
.list-item a {
	background-color:	transparent;
}


#testimonials {
	margin-bottom: 2em;
}
#testimonials .testimonial {
	border-top: 2px solid #B3B3B3;
	margin-bottom:		1em;
	padding-top:		1em;
}


#sitemap ul {
	margin:				0 0 0 0;
	padding:			0 0 0 0;
	list-style:			none;
}
#sitemap li {
	margin:				0 0 .5em 0;
	padding:			0 0 0 0;
}
#sitemap li li {
	margin:				0 0 .5em 0;
	padding:			0 0 0 30px;
}

#sitemap li a {
	text-decoration:	none;
}
#sitemap li a:hover {
	text-decoration:	underline;
}


.form .fields {
	margin-top:			.5em;
	margin-bottom:		.5em;
	padding-left:		1em;
	padding-right:		.5em;
}
.form .fields div {
	width:				100%;
	height:				1.8em;
}
.form .fields div.multiline {
	height:				auto;
}
.form .fields label {
	width:				140px;
	float:left;
	display:block;
}
.form .fields label.medium {
	width:				140px;
	display:inline;
}
.form .fields input {
	float:left;
	width:				200px;
	border:				1px solid #000000;
	font-size:			.9em;
	margin-bottom:		.1em;
}
.form .fields textarea {
	float:left;
	width:				118px;
	border:				1px solid #000000;
	font-size:			.9em;
	margin-bottom:		.1em;
	font-family:		Arial;
}
.form .fields select {
	border:				1px solid #000000;
	font-size:			.9em;
	margin-bottom:		.1em;
}
.form .fields select.wide {
	width:				200px;
}
.form .fields textarea.wide {
	width:				200px;
}
.form .btn-go {
	text-align: center;
}



form#contactForm {
	width: 100%;
	height: 200px;
}
div.formRow {
	width:				100%;
	float:				left;
	margin:				3px 0;
}
span.label {
	width:				75px;
	float:				left;
}
input.formText {
	width:				140px;
	float:				left;
	border:				1px solid #000000;
}
textarea.formText{
	width:				140px;
	float:				left;
	border:				1px solid #000000;
	font-family:		arial, helvetica, sans-serif;
}
input.button {
	width:				60px;
	margin:				0 5px 0 0;
	padding:			0 0 0 0;
	border:				1px solid #28225B;
	background-color:	#28225B;
	color:				#fff;		
}
select {
	font-family: arial, helvetica, sans-serif;
	font-size: .9em;
}

.btn_add {
	width:131px; 
	height:60px; 
	background: transparent url(../images/bg_button-small.png) 0 6px no-repeat; 
	color: #ffffff; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 1.1em; 
	line-height: 1em; 
	border: 0; 
	margin: 0; 
	padding: 0; 
	cursor: hand;
}

.btn_view {
	width: 184px;
	height: 85px; 
	background: transparent url(../images/bg_button-med.gif) 0 0 no-repeat;
	color: #ffffff; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 1.1em; 
	line-height: 1em; 
	border: 0; 
	padding: 0; 
	cursor: hand;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 12px;
}

