* {
	margin: 0;
	padding: 0;
}
html {
	width:100%;
	height:100%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #525451;
	line-height: 17px;
	width: 100%;
	min-width:900px;
	background: url(images/body_bg.jpg) #50a62f;
}
a {
	color: #d03035;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}
ul, ol {
	margin-left:25px;
}
ul {
	list-style-image: url(images/ul_arrow.gif);
}
p {
	margin: 0 0 18px
}
img {
	border: none;
}
h1 {
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	color: #277a0d;
	padding-bottom: 8px;
}
 
h2 {
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	color: #277a0d;
	font-style: italic;
	padding-bottom: 8px;
}
h3 {
	font-size: 14px;
	line-height: 17px;
	font-weight: bold;
	color:#277a0d;
	padding-bottom: 8px;
}
.h3 {
	font-size: 14px;
	line-height: 17px;
	font-weight: bold;
	color:#bddef9;
}
.ul_columns ul {
	float: left;
	margin:0px;
	padding-left: 25px;
	padding-right: 10px;
}


fieldset {
	border: 0px solid transparent;
}
input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
input {
	vertical-align: middle;
}

.required {
	color:#F00;
}

.clear {
	height:0;
	font-size:1px;
	line-height:0px;
	clear:both;
}

.hidden {
	display: none;
}

.img_left {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}
.img_right {
	float: right;
	margin-left: 15px;
	margin-bottom: 10px;
}

.delimiter {
	line-height:2px;
	height:2px;
	font-size:2px;
	background:url(images/hr_bg.gif) top repeat-x;
}

.images {
	border: #277a0d solid 2px;
	background: #fff;
}
.images_left {
	border: #277a0d solid 2px;
	background: #fff;
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}
.images_right {
	border: #277a0d solid 2px;
	background: #000;
	float: right;
	margin-left: 15px;
	margin-bottom: 10px;
}
.imagesmallname {
	color: #525451; 
	font-weight: normal;
}
.imagemediumname {
	color: #525451; 
	font-weight: bold;
}
.imagebigname {
	color: #525451; 
	font-weight: bold;
}
.imagepages {
	color: #525451; 
	font-weight: normal;
}
.imagepageselected {
	color: #d03035; 
	font-weight: bold;
}
.imagepagesnav {
	color: #525451; 
	font-weight: normal;
}
.imagebignav {
	color: #525451; 
	font-weight: bold;
}
.sectionname {
	color: #525451; 
	font-weight: bold;
}
.sectionnameselected {
	color: #d03035; 
	font-weight: bold;
}

.hr {
	line-height:1px;
	height:1px;
	font-size:1px;
	background:url(images/hr_bg.gif) top repeat-x;
}

/* Wrapper
-----------------------------------------------------------------------------*/
#wrapper {
	width: 100%;
	background: url(images/wrapper_bg.jpg) center top repeat-y;
}

/* Wrapper1
-----------------------------------------------------------------------------*/
#wrapper1 {
	width: 100%;
	background: url(images/wrapper1_bg.jpg) left top repeat-x;
}

/* Wrapper2
-----------------------------------------------------------------------------*/
#wrapper2 {
	width: 100%;
	background: url(images/wrapper2_bg.jpg) center top no-repeat;
}
#wrapper2_inside {
	width: 100%;
	background: url(images/wrapper2_inside_bg.jpg) center top no-repeat;
}

/* Wrapper3
-----------------------------------------------------------------------------*/
#wrapper3 {
	width: 900px;
	position: relative;
	left: 50%;
	margin-left: -450px;
}

/* Header
-----------------------------------------------------------------------------*/
#header {
	width: 624px;
	height: 43px;
	background: url(images/header_bg.gif) left top repeat-x;
	padding: 13px 0px 0px 276px;
	overflow: auto;
}
#header div {
	width: 187px;
	height: 21px;
	padding: 3px 0px 0px 25px;
	float: left;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	background: url(images/phone_bg.gif) left top no-repeat;
}

/* Header1
-----------------------------------------------------------------------------*/
#header1 {
	width: 100%;
	height: 334px;
	background: url(images/header1_bg.gif) bottom repeat-x;
	padding-bottom: 14px;
}
#header1 h1 {
	width: 577px;
	height: 179px;
	position: relative;
	color: #000;
	font-size: 18px;
	line-height: 21px;
	padding: 0px;
	margin: 0px;
}
#header1 h1 a {
	background: url(images/logo.jpg) left top no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}
#header1 h2 {
	width: 577px;
	height: 155px;
	position: relative;
	color: #000;
	font-size: 16px;
	line-height: 18px;
	padding: 0px;
	margin: 0px;
}
#header1 h2 span {
	background: url(images/slogan_bg.jpg) left top no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}

/* Header1_inside
-----------------------------------------------------------------------------*/
#header1_inside {
	width: 100%;
	height: 214px;
	background: url(images/header1_bg.gif) bottom repeat-x;
	padding-bottom: 14px;
}
#header1_inside h1 {
	width: 577px;
	height: 214px;
	position: relative;
	color: #000;
	font-size: 18px;
	line-height: 21px;
	padding: 0px;
	margin: 0px;
}
#header1_inside h1 a {
	background: url(images/logo_inside.jpg) left top no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}

/* Header2
-----------------------------------------------------------------------------*/
#header2 {
	width: 323px;
	height: 334px;
	position: absolute;
	left: 577px;
	top: 56px;
	background: url(images/header2_bg.jpg) left top no-repeat;
}
#header2 h1 {
	width: 299px;
	height: 162px;
	position: relative;
	top: 100px;
	font-family: "Times New Roman", Times, serif;
	color: #fff;
	font-size: 15px;
	line-height: 18px;
	padding: 0px;
	margin: 0px;
	text-align: center;
}

/* Header2_inside
-----------------------------------------------------------------------------*/
#header2_inside {
	width: 323px;
	height: 214px;
	position: absolute;
	left: 577px;
	top: 56px;
	background: url(images/header2_inside_bg.jpg) left top no-repeat;
}
#header2_inside h1 {
	width: 299px;
	height: 162px;
	position: relative;
	top: 63px;
	font-family: "Times New Roman", Times, serif;
	color: #fff;
	font-size: 14px;
	line-height: 16px;
	padding: 0px;
	margin: 0px;
	text-align: center;
}

/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 900px;
	overflow: auto;
	padding: 35px 0px 35px 0px;
}

/* Side
-----------------------------------------------------------------------------*/
#side {
	width: 230px;
	float: left;
	padding: 0px 28px 0px 14px;
}

/* Menu
-----------------------------------------------------------------------------*/
#menu {
	width: 100%;
	padding-bottom: 28px;
}
#menu ul {
	width: 100%;
	margin: 0px;
	list-style: none;
	list-style-image: none;
	background: url(images/menu_bottom.jpg) bottom no-repeat;
	padding-bottom: 4px;
}
#menu ul li {
	width: 230px;
	height: 46px;
	line-height: 1px;
	font-size: 1px;
}
#menu ul li.last {
	background: none;
}

#menu ul a {
	display: block;
	width: 230px;
	height: 46px;
	text-indent:-5000px;
}

a#menu_home {
	background: url(images/menu_home.jpg) left top no-repeat;
}
a#menu_home:hover {
	background: url(images/menu_home_on.jpg) left top no-repeat;
}
a.menu_home_selected {
	background: url(images/menu_home_on.jpg) left top no-repeat !important;
}

a#menu_about {
	background: url(images/menu_about.jpg) left top no-repeat;
}
a#menu_about:hover {
	background: url(images/menu_about_on.jpg) left top no-repeat;
}
a.menu_about_selected {
	background: url(images/menu_about_on.jpg) left top no-repeat !important;
}

a#menu_specialties {
	background: url(images/menu_specialties.jpg) left top no-repeat;
}
a#menu_specialties:hover {
	background: url(images/menu_specialties_on.jpg) left top no-repeat;
}
a.menu_specialties_selected {
	background: url(images/menu_specialties_on.jpg) left top no-repeat !important;
}

a#menu_treatment_techniques {
	background: url(images/menu_treatment_techniques.jpg) left top no-repeat;
}
a#menu_treatment_techniques:hover {
	background: url(images/menu_treatment_techniques_on.jpg) left top no-repeat;
}
a.menu_treatment_techniques_selected {
	background: url(images/menu_treatment_techniques_on.jpg) left top no-repeat !important;
}

a#menu_contact {
	background: url(images/menu_contact.jpg) left top no-repeat;
}
a#menu_contact:hover {
	background: url(images/menu_contact_on.jpg) left top no-repeat;
}
a.menu_contact_selected {
	background: url(images/menu_contact_on.jpg) left top no-repeat !important;
}

a#menu_faq {
	background: url(images/menu_faq.jpg) left top no-repeat;
}
a#menu_faq:hover {
	background: url(images/menu_faq_on.jpg) left top no-repeat;
}
a.menu_faq_selected {
	background: url(images/menu_faq_on.jpg) left top no-repeat !important;
}

a#menu_patient_testimonies {
	background: url(images/menu_patient_testimonies.jpg) left top no-repeat;
}
a#menu_patient_testimonies:hover {
	background: url(images/menu_patient_testimonies_on.jpg) left top no-repeat;
}
a.menu_patient_testimonies_selected {
	background: url(images/menu_patient_testimonies_on.jpg) left top no-repeat !important;
}


/* contact_side
-----------------------------------------------------------------------------*/
#contact_side {
	width: 198px;
	padding: 0px 16px 0px 16px;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #cc0000;
	text-align: center;
}

/* contact_side
-----------------------------------------------------------------------------*/
#specialties_side {
	width: 198px;
	padding: 0px 16px 0px 16px;
}


/* Content
-----------------------------------------------------------------------------*/
#content {
	width: 600px;
	float: left;
}

/* content_title
-----------------------------------------------------------------------------*/
.content_title {
	width: 100%;
	height: 42px;
	line-height: 42px;
	vertical-align: top;
}

/* box_home
-----------------------------------------------------------------------------*/
.box_home {
	width: 285px;
	float: left;
	padding-right: 28px;
}
/* box_home
-----------------------------------------------------------------------------*/
.box_home1 {
	width: 285px;
	float: left;
}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
	width: 100%;
	height: 148px;
	background: url(images/footer_bg.jpg) center top no-repeat;
	vertical-align: top;
}

/* Footer1
-----------------------------------------------------------------------------*/
#footer1 {
	width: 900px;
	position:relative;
	left:50%;
	margin-left: -450px;
}

/* Footer2
-----------------------------------------------------------------------------*/
#footer2 {
	color: #fff;
	font-size: 11px;
	line-height: 13px;
	padding: 45px 45px 0px 45px;
}

#footer2 div {
	top: 45px;
	left: 550px;
	width: 300px;
	position: absolute;
	text-align: right;
}
#footer2 a {
	color:#fff;
}

/* area_we_service
-----------------------------------------------------------------------------*/
#area_service {
	display:none;
}
.area_service_ul {
	padding-right:20px;
	padding-top:10px;
	vertical-align:top;
	line-height: 17px;
	float: left;
}


/* Contact
-----------------------------------------------------------------------------*/
#contact_address {
	width: 200px;
	float:left;
}
#contact_form {
	width: 350px;
	float:right;
}
#contact_form label {
	float: left;
	width: 170px;
}
#contact_form input {
	width: 170px;
	height:18px;
}
#contact_form input#state {
	width: 60px;
	text-transform:uppercase;
}
#contact_form #labelState {
	width: 60px;
}
#contact_form input#zip {
	width: 108px;
}
#contact_form #labelZip {
	width: 108px;
}
#contact_form input#address {
	width: 342px;
}
#contact_form textarea {
	width: 342px;
	height:100px;
}

#scode_block {
	width: 350px;
	font-size:11px;
	line-height:13px;
}
#scode_block input#scode {
	width: 60px;
	text-transform:uppercase;
	text-align:center;
	height:18px;
}
#scode_block .submit {
	color: #ffffff;
	background-color:#000000;
	font-size:11px;
	font-weight: bold;
	width:80px;
	height:22px;
}
#scode_block div {
	width: 250px;
	position:relative;
	left:50%;
	margin-left: -125px;
}
#scode_block span {
	float: left;
	padding: 0px 2px 0px 2px;
}


