/* CSS Document */

html { overflow-y:scroll; }
body {
	color:#595959;
	font-size:12px;
	margin:0 auto;
	background-color:#FFF;
	background-repeat: repeat-x;
	background-position: top center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/bg_back.jpg);
}

a {
	color:#2B5376;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, p { margin:0 0 8px 0; }

h1 { font-size:17px; color:#6796a7 }

h2 { font-size:17px; color:#67a781 }

h3 { font-size:24px; color:#2a6377 }

h4 { font-size:17px; color:#2a6377 }

/* ---- class settings ----------------------- */

.img_top {
	position: absolute;
	top: 0;
	left: 0;
}

.img_btm {
	position: absolute;
	left: 0;
	bottom: 0;
}

.hidden-text {
     display: block;
     position: absolute;
     top: 0px;
     left: 0px;
     text-indent: -2000em;
}


.divider-line2 {
	background-color:#4D8B7C;
	width:510px;
	height:1px;
	margin: 20px 0 20px 0;
}

.border-bottom {
	border-bottom:solid;
	border-bottom-color:#4D8B7C;
	border-bottom-width:1px;
	padding: 0 0 15px 0;
}

/* ---
    min-height:400px;
    height:auto !important;
    height:400px;
--- */

/* ---- layout settings ----------------------- */


#main_container {
	position:relative;
	margin:0 auto;
	width:950px;
	height:auto;
}

.logo_trans-link {
	position:absolute;
	float:left;
	top:22px;
	left:27px;
}

#header {
	position:relative;
	top:0;
	left:0;
	width:950px;
	height:171px;
	background-repeat:no-repeat;
	background-image:url(images/bg_header-main-new.jpg)
}

#header-sub {
	position:relative;
	top:0;
	left:0;
	width:950px;
	height:171px;
	background-repeat:no-repeat;
	background-image:url(images/bg_header2-new.jpg)
}

/* ---- start nav id settings ------------------------ */
 
#nav {
	position:relative;
	float:right;
	top:0;
	right:30px;
	width:600px;
	height:31px;
}

/* ---- end nav id settings -------------------------- */

#main {
	position:relative;
	top:0;
	left:0;
	width:950px;
	height:auto;
}

/* ---- start main content settings -------------- */

#bg_main-content {
	position:relative;
	width:950px;
	height:auto;
	background-repeat:repeat-y;
	background-image: url(images/bg_main.jpg);
}

.bg_bottom-content {
	width:950px;
	height:42px;
	background-repeat:no-repeat;
	background-image:url(images/bg_bottom-content.jpg);
}

#all-content {
	position:relative;
	width:950px;
	min-height:450px;
    height:auto !important;
    height:450px;
	background-repeat:no-repeat;
	background-image:url(images/bg_main-content.jpg);
}

#main-home {
	position:relative;
	width:950px;
	height:356px;
	background-repeat:no-repeat;
	background-image:url(images/main_content.jpg);
}

.main-home_text {
position:relative;
	top:11px;
	left:0;
	width:509px;
	padding: 0 0 0 50px;
}

#content_main {
	position:relative;
	top:0;
	left:0;
	float:right;
	width:527px;
	height:auto;
	padding: 15px 30px 0 20px;

	border-left: 1px solid #b6d3d8;
}

#content-left {
	position:relative;
	float:left;
	width:265px;
	height:165px;
	background-repeat:no-repeat;
	background-image:url(images/side_bar-testimonial.jpg);
	padding: 25px 20px 0 36px;
}

#content-middle {
	position:relative;
	float:left;
	width:270px;
	height:190px;
	background-repeat:no-repeat;
	background-image:url(images/side_bar-special-introducto.jpg);
	padding: 25px 13px 0 26px;
}

#content-right {
	position:relative;
	float:left;
	width:268px;
	height:190px;
	background-repeat:no-repeat;
	background-image:url(images/side_bar-find-a-clinic.jpg);
	padding: 25px 24px 0 28px;
}
/* ---- end main content settings ---------------- */

/* ---- start side bar content settings -------------- */

#side_bar {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:263px;
	height:auto;
	padding: 15px 0 0 40px;
	font-size:12px;
}

/* ---- end side bar content settings ---------------- */

#footer {
	position:relative;
	top:0;

	left:0;
	width:950px;
	height:83px;
	clear:both;
	background-repeat:no-repeat;
	background-image:url(images/bg_footer.jpg);
}

.footer-text {
	float:left;
	font-size:11px;
	position:relative;
	padding:27px 0 0 30px;
}

.email-signup {
	color:#67a781;
	font-size:15px;
	font-weight:bold;
	position:relative;
	float:right;
	margin: 5px 35px 10px 0;
}

#footer a {
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

/* ---- start navigation settings -------------------------- */
 
#nav a {
	position:relative;
	float:left;
	height:31px;
	cursor:pointer;
	background-repeat:no-repeat;
	background-image: url(images/nav.gif);
}

a#nav_01 {
	width:115px;
	background-position:0 0;
}

a:hover#nav_01{
	background-position: 0 -31px;
}

a#nav_02 {
	width:120px;
	cursor:pointer;
	background-position:-115px 0;
}

a:hover#nav_02{
	background-position:-115px -31px;
}


a#nav_03 {
	width:139px;
	cursor:pointer;
	background-position:-235px 0;
}

a:hover#nav_03{
	background-position:-235px -31px;
}


a#nav_04 {
	width:108px;
	cursor:pointer;
	background-position:-374px 0;

}

a:hover#nav_04{
	background-position:-374px -31px;
}

a#nav_05 {
	width:108px;
	cursor:pointer;
	background-position:-482px 0;

}

a:hover#nav_05{
	background-position:-482px -31px;
}

/*----------------------------------------------------------nav drop--------------------------------------*/

#nav_drop {
	position:absolute;
	top:75px;
	left:-50px;
	width:596px;
	height:auto;
}

#nav_drop a {
	color: #fff;
	font-size: 12px;
	padding: 1px 0 1px 2px;
	display: block;
	border: 1px solid #639F7C;
	text-decoration: none;
	background-color: #98CFAF;
}

#nav_drop a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #4C8A7B;
}


#A1, #A2, #A3, #A4, #A5 {
	position:absolute;
	visibility:hidden;
	height:auto;
	text-decoration:none;
}

#A1, #A2, #A3, #A4, #A5 {
	line-height: 14px;
}

#A1 { width:150px; left:379px; }
#A2 { width:180px; left:480px; }
#A3 { width:280px; left:590px; }
#A4 { width:116px; left:770px; }
#A5 { width:200px; left:604px; }

.show {
	position:absolute !important;
	visibility:visible !important;
}

.hide {
	position:absolute !important;
	visibility:hidden !important;
}
