
/* these are required in the new paradigm for treatments */
.table_treatments {  background-color: #FFFFFF; border: #D4D4D4 solid; border-width: 0px 1px}
.txt_trt_menu { font-size: 12px; line-height: 18px; color: #333333; margin-left: 30px; font-weight: bold }
.txt_trt {  font-size: 14px; color: #000000; line-height: 20px}
.txt_trt_block {  font-size: 24px; line-height: 30px; color: #3c72a8; text-align:center;}
.learnMore_text { font-size: 11px; color: #666666; line-height: 15px ; font-style: italic; font-weight: bold}
.txt_trt_head { font-size: 22px; line-height: 40px; color: #524743}
.txt_main {  font-size: 12px; line-height: 15px; color: #585858}
.txt_main_right { font-size: 12px; line-height: 15px; color: #585858 ; padding-left: 6px}
.flash { border: #D4D4D4 solid; border-width: 3px 2px 3px 2px }

/* these are styles that the system essentially requires */
.contHeader { font-size: 22px; line-height: 40px; color: #000000}

#title { font-size: 22px; line-height: 40px; color: #000000; font-weight:normal;}

.contBody { font-size: 14px; color: #000000; line-height: 20px; }
.contBodyheader { text-align: right; display: inline-block; font-size: 16px; line-height: 32px; color: #000000; font-weight: bold }
.formBoxMenu {
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	margin-top: 3px;
	margin-bottom: 3px;
	border: 1px solid #666666;
	height: 19px;
	padding-left: 3px;
	margin-left: 5px;
}
.formButton {
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	margin-top: 3px;
	margin-bottom: 3px;
	border: 1px solid #666666;
	height: 20px;
	margin-left: 3px;
	text-transform: capitalize;
	background-color: #E5EOD9;
}

.gallery_thumb
{
	border-color: #FFF #FFF #FFF #FFF;
	border-width: 0 0 2px 0;
	border-style: solid;
}

.gallery_thumb:hover
{
	border-color: #666 #666 #000 #666;
	border-width: 0 0 2px 0;
	border-style: solid;
}
#footer{
	background-image:url(images/footer1.jpg);
	background-repeat:no-repeat;
	width:934px;
	height:116px;
	margin:0px;
	padding:0px;
}
.map_link1 {
    color: #666666;
    text-decoration: none;
    font-size:10px;
}
#sitemap{
   line-height:15px;
}

#reviews th {text-align:left;}
#reviews td, #reviews th
{
    padding:3px 5px;
}

.rv {
margin-top:15px;
}





/*=================================FORM*/

/* style for the error messages next to the inputs when they fail validation */
	label.error { float: none; color: red; padding-left: .5em; vertical-align: top;}
	label.valid {
        color: white;
    }
	/* style for the form inputs */
	#subscribe input {
		border: 1px solid lightgrey;
	}
	
	/* style for the form labels */
	.label_text {
		font-size: 12px;		
		font-weight: normal;
		line-height:10px;
color:#FFFFFF;
	}
	
	/* style for the message that is output when the form submits successfully */
	.success_message {
		font-size:14px;
		color: #1870b2;
		font-family:Arial, sans-serif;
		margin-top:-250px;
		text-align:left;
	}
	
	/* form styles */
	
	#email_form{
		/*(width:121px;
		height:440px;*/
		font-weight:bold;
		font-size:11px;
		}
	
	.reqd{
		color:#ed974c;
	}
	
	
	/* style for the Appt Request Form */
	.form_header{
		margin:auto;
		height:68px;
		width:130px;
	}
	
	.form_label{
		margin-bottom:2px;
	}
	#ui-datepicker-div{z-index:999999!important;}
	#email_form .form_input input, textarea, select{
		background-image:url('../../images/friend-input-bg.jpg');
		background-repeat:repeat-x;
		border:1px solid #CECECE;
		width:116px;
		height:18px;
		margin-bottom:5px;
		color:#1870b2;
		padding-left:3px;
		font-weight:bold;
		font-size:11px;
	}
	
	#email_form textarea{
		height:57px!important;
		background-image:url('../../images/friend-comment-bg.jpg')!important;
		margin-bottom:5px;
		font-family:Arial, Verdana, Helvetica, sans-serif;

	}
	
	#email_form .form_submit{
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
		border-radius:5px;
		font-family:Arial;
		line-height:14px;
		font-size:14px;
		font-weight:bold;
		text-align:center;
		border:1px solid #c16814;
		width:121px;
		color:#000;
		width:100%;
		margin-top: 8px;
		
		background: #ffbc0c; /* Old browsers */
		background: -moz-linear-gradient(top,  #ffbc0c 0%, #ffbc0c 66%, #fa7d00 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffbc0c), color-stop(66%,#ffbc0c), color-stop(100%,#fa7d00)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #ffbc0c 0%,#ffbc0c 66%,#fa7d00 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #ffbc0c 0%,#ffbc0c 66%,#fa7d00 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #ffbc0c 0%,#ffbc0c 66%,#fa7d00 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #ffbc0c 0%,#ffbc0c 66%,#fa7d00 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbc0c', endColorstr='#fa7d00',GradientType=0 ); /* IE6-9 */
		cursor:pointer;

	}
	
	
		/* style for NEW TREATMENTS PAGE */

.newTreatments {
	width: 100%;
}
.newTreatments #left {
	float: left;
	width: 48%;
}
.clearspace {
	clear: both;
	height: 12px;
}
.newTreatments #right {
	float: right;
	width: 48%;
}

.trt-img {
	float: left;
	height: 67px;
	width: 77px;
}
.newTreatments h2 {
	font-size: 16px;
	line-height: 30px;
	font-weight: bold;
	color: #09428a;
	display: inline;
}
.newTreatments h2 a {
	color: #09428a;
	text-decoration: none;
}
.newTreatments h2 a:hover{
	text-decoration: underline;
}
.trt-txt {
font-size: 14px;
line-height: 20px;
	padding-top: 6px;
	float: left;
	width: 19em;
}

