* { margin:0; padding:0; }/* CSS Reset */


body {
	background-image:url(images/bodybg.png);
	background-repeat:repeat-x; 
	background-color: #d0e2b5;
    font-size:13px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	color:#004712;
}

img, #body img,#logo, #phone, #header ul, #buttonWOMEN a a:hover, #buttonMEN a a:hover, #consultbox { 
	behavior: url(js/iepngfix.htc) 
}

abbr, acronym, span.abbr {
  border-bottom: 0;
}

a:link {
color: #004712;
text-decoration: none;
font-size:13px;
font-weight: bold;
}
a:visited {
color: #004712;
text-decoration: none;
font-size:13px;
font-weight: bold;
}
a:hover {
color: #004712;
font-size:13px;
font-weight: bold;

}
a:active {
color: #004712;
text-decoration: none;
font-size:13px;
font-weight: bold;
}

#buttonConsult a {   

display: block;   
background:  url(images/banner.jpg) top;   
width: 134px;   
height: 96px;   

}

#buttonConsult a:hover {   

background:  url(images/bannerON.jpg) no-repeat bottom;   

}

#buttonWOMEN a {   

display: block;   
background:  url(images/women.png) top;   
width: 134px;   
height: 96px;   

}

#buttonWOMEN a:hover {   

background:  url(images/womenON.png) no-repeat bottom;   

}

#buttonMEN a {   

display: block;   
background:  url(images/men.png) top;   
width: 134px;   
height: 96px;   

}

#buttonMEN a:hover {   

background:  url(images/menON.png) no-repeat bottom;   

}

#container {
 width:937px;
 margin:20px auto 0;
 overflow:hidden;/*contain inner floats*/

}

/*=== Header ===*/

#header {
    width:937px;
    background: none;
}

#header ul {
	float:left;
	width:937px;
	height:46px;
	background: url(images/Navigation.png ) no-repeat 0 0;
	list-style:none;
	position:relative;
}
#header ul li {
    float:left;
    height:50px;
    
}
#header ul li a{
    float:left;/*all "a" id's*/
    height:50px;/*all "a" id's*/
    text-indent:-10000px;
}


/*DROP DOWN MENU*/	
#drops, #drops ul {
	padding:0;
	margin:0;
	clear:both;
	float:left;
	width:inherit;
	z-index: 2;
	}
	
#drops ul.drop {
	background:#000;
	padding:5px;
	width:inherit;
	clear:both;
	float:left;
	margin-top:32px;
	}

#drops ul.drop li {
    width:inherit;
	clear:both;
	}
	
#drops ul.drop a {
	
	color:#fff;
	font-size:10px;
	text-decoration:none;
	font-weight:normal;
	clear:both;
	float:left;
	}
	
#drops a {
	display: block;
	/*width: 10em;*/
	float:left;
	clear:both;
	width:100px;
}

#drops li {
	float: left;
	/*width: 10em;*/
}

#drops li ul {
	position: absolute;
	width: 10em;
	left: -999em;
}

#drops li:hover ul {
	left: auto;
}

#drops li:hover ul, #drops li.sfhover ul {
	left: auto;
}
/*END DROP DOWN MENU*/

#home a{
    width:369px;
    background: url(images/Navigation.png) no-repeat 0 0;
}
#aboutHRT a{
    width:85px;
    background: url(images/Navigation.png) no-repeat -369px 0;
}
#aboutUS a{
    width:72px;
    background: url(images/Navigation.png) no-repeat -454px 0;
}
#hrtNEWS a{
    width:79px;
    background: url(images/Navigation.png) no-repeat -526px 0;
}
#patients a{
    width:130px;
    background: url(images/Navigation.png) no-repeat -605px 0;
	
}
#consult a{
    width:127px;
    background: url(images/Navigation.png) no-repeat -735px 0;
	
}
#locations a{
    width:75px;
    background: url(images/Navigation.png) no-repeat -862px 0;
}
#home a:hover {background-position: 0 -50px;}
#aboutHRT a:hover {background-position: -369px -50px;}
#aboutUS a:hover {background-position: -454px -50px;}
#hrtNEWS a:hover {background-position: -526px -50px;}
#patients a:hover {background-position: -605px -50px;}
#consult a:hover {background-position: -735px -50px;}
#locations a:hover {background-position: -862px -50px;

}

#home a.selected {background-position: 0 -50px;}
#aboutHRT a.selected {background-position: -369px -50px;}
#aboutUS a.selected {background-position: -454px -50px;}
#hrtNEWS a.selected {background-position: -526px -50px;}
#patients a.selected {background-position: -605px -50px;}
#consult a.selected {background-position: -735px -50px;}
#locations a.selected {background-position: -862px -50px;

}

#phone {
	background-image:url(images/phonenumber.png);
	background-repeat:no-repeat;
	float: right;   
	width:227px;
	height:59px;
	
}
	
#logo {
	background-image:url(images/logo.png);
	background-repeat:no-repeat;
	position: absolute; 
	top: 35px; 
	width:287px; 
	height:160px;

}

#logo h1, #logo small{  
	margin:0px;  
	display:block;  
	text-indent:-9999px; 

}


#phone h3, #phone small{  
	font-size: 1px; 
	color: #ffffff;

/*=== END Header ===*/
}

/*ROTATOR BANNER*/	
    div#rotator {
    height:420px;
}
/* rotator css */
	div#rotator ul li {
	float:left;
	position:absolute;
	list-style: none;
}
    div#rotator ul li.show {
	z-index:500
}
/*=== END Rotator Banner ===*/


/*=== Begin Page Content ===*/
#center-image {
	width: 936px; /*IE6/7 haslayout = float containment for IE*/
	padding: 0 0 15px 0;/* top, right, bottom, left*/
	overflow: hidden; /*contain inner floats*/
	
	
}

#content {
	width: 936px; /*IE6/7 haslayout = float containment for IE*/
	overflow: hidden; /*contain inner floats*/
	padding-bottom:20px;
	background-color:#F7F9F2;

}


#content-home{
    float:left;
    width:900px;/*687px total with side padding*/
    padding: 0 0 0 0;/* top, right, bottom, left*/
	background-color: #F7F9F2;
    /*margin-bottom: 25px; set as bottom padding on #content*/

}

#content-hrt{
    float:left;
    width:936px;/*687px total with side padding*/
    padding: 8px 10px 0 20px;/* top, right, bottom, left*/
	background-color: #F7F9F2;
    /*margin-bottom: 25px; set as bottom padding on #content*/
}

#contentLeft {
   float:left;
    width:300px;/*250px total with side padding*/
    padding: 0px 50px 0 60px;/* top, right, bottom, left*/
    border-right: 0px solid #A7C382;
}

#contentRight {
	width: 360px;
	float: right;
	padding: 15px 95px 0 10px;/* top, right, bottom, left*/
	border-left: 0px solid #ffffff;
	
}

#Bottom {
	width: 993px;
	float: left;
	padding: 25px 95px 0 0;/* top, right, bottom, left*/
	border-left: 0px solid #A7C382;
	
}


#aboutLeft {
   float:left;
    width:420px;/*250px total with side padding*/
    padding: 8px 55px 0 20px;/* top, right, bottom, left*/
    border-right: 0px solid #A7C382;
	text-align: justify;
	
}


#aboutRight {
	width:296px;
	float: right;
	padding: 8px 50px 0 10px;/* top, right, bottom, left*/
	border-left: 0px solid #ffffff;
	text-align: justify;
}

#locationLeft {
    float:left;
    width:400px;/*250px total with side padding*/
    padding: 8px 55px 0 50px;/* top, right, bottom, left*/
    border-right: 0px solid #A7C382;
	text-align: justify;
	
}


#locationRight {
	width: 300px;
	float: right;
	padding: 8px 115px 0 10px;/* top, right, bottom, left*/
	border-left: 0px solid #ffffff;
	text-align: justify;
	
}


#contentInterior {
	float:left;
	width:750px;/*250px total with side padding*/
	padding: 8px 20px 0 50px;/* top, right, bottom, left*/
}

#contentInteriortwo {
   float:left;
    width:450px;/*250px total with side padding*/
    padding: 8px 50px 0 30px;/* top, right, bottom, left*/
}

#contentInteriorNews {
	float:left;
	width:800px;/*250px total with side padding*/
	padding: 8px 0px 0 50px;/* top, right, bottom, left*/
}

#sympandreasonsBox {
	width:624px;
	border: 1px solid #572100;
	margin: 0;
	float: left;
}

#symptomsBox {
	width: 312px;
	float: left;
	background: url() no-repeat 0 0;
	padding:  0;/* top, right, bottom, left*/
	
}

#symptoms {
	padding:0;
	margin:10px 0px 0px 60px;
}
#symptoms li {
	text-align:left;
	padding: 0px;
	margin: 0px;
}

#reasonzBox {
	width: 312px;
	min-height:429px;
	float: left;
	background: url() no-repeat 0 0;
	padding:  0 0 0 0;/* top, right, bottom, left*/
	
}
#reasons {
	padding:0;
	margin:10px 40px 0px 60px;
}
#reasons li {
	text-align:left;
	clear: both;
}

#sevenBox {
	width: 265px;
	min-height:429px;
	float: right;
	background: url() no-repeat 0 0;
	padding:  0 0 0 0;/* top, right, bottom, left*/	
}


#consultbox {
	width: 287px;
	min-height:313px;
	float: right;
	background: url( ) no-repeat 0 0;
	padding:  15px 50px 0 40px;/* top, right, bottom, left*/	
}


#featuredbox {
	width: 287px;
	min-height:313px;
	float: right;
	background: url( ) no-repeat 0 0;
	padding:  15px 50px 0 40px;/* top, right, bottom, left*/	
}

#content p{margin: 0;
}

/*=== HRT News ===*/

.newsLeft {
    float: left;
	margin: 0;
    padding: 0;
    width: 350px;
}

.newsLeft img, .newsRight img {
	float:left;
	margin-right: 15px;
	margin-bottom: 10px;
}

.newsRight {
    float: right;
    padding: 0;
    width: 350px;
}

.article {
	padding: 0;
	margin: 0 0 25px 0;
	text-align: left;
}

.article h3 {
	padding: 5px 0 0 0;
	text-align: left;
}

.article p {
	padding: 0 0 10px 0;
	margin: 0;
	line-height: 18px;
}

.article a:link, a:visited, a:active {color: #004712; text-decoration: none; font-size:12px; font-weight: bold;}
.article a:hover {color: #116e29; text-decoration: none; font-size:12px; font-weight: bold;}

.article a.webArticle {
	font-size: 16px;
}

/*=== End HRT News ===*/

 #footer{
    clear:both;
    height:50px;
    margin-top:0;
    text-align:center;
    overflow:hidden;
	
  }
  
  #footer p{
    margin-top:0;
    line-height:51px;
    font-size:12px;
    color:#451900;

  }
  
.bulletsHeader {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 20px;
	letter-spacing: 0.04em;
	font-weight: bold;
	line-height:25px;
	color: #fff;
	background-color: #451900;
	text-align: center;
	padding: 8px 0px 8px;
}

#symptbox, #reasonsbox {
	width: 312px;
	height:auto;
	padding: 0;
  }
  
#symptbox {
	border-right: 1px solid #572100;
	position:relative;
	height:434px;
  }
  

#symptbox div#sympInterior {
	padding:0;/* top, right, bottom, left*/
	font-size:14px;
	line-height:24px;
	font-weight:bold;
	height: 434px;
}
  
  #reasonsbox {
	position:relative;
	height:434px;
  }
  

#reasonsbox div#interior {
	padding: 0;/* top, right, bottom, left*/
	font-size:14px;
	line-height:24px;
	font-weight:bold;
}



#contentLeft {
	float:left;
	width:360px;/*250px total with side padding*/
	padding: 10px 20px 0 90px;/* top, right, bottom, left*/
	border-right: 1px solid #572100;
}

#contentRight {
	width: 340px;
	float: right;
	padding: 10px 30px 0 0;/* top, right, bottom, left*/
	border-left: 0px solid #ffffff;	
}

/* heading styles */

h1 {
    color:#451900;
	font-weight: bold;
    padding:0;
    margin:0 0px;/*was 30px top(20px top padding set on #content div instead)*/
    font-size:30px;
}


h2 {
    color:#004712;
	font-weight: bold;
    padding:0;
    margin:0 0px;/*was 30px top(20px top padding set on #content div instead)*/
    font-size:20px;
}

h3 {
    color:#004712;
	font-weight: bold;
    padding:0;
    margin:0 0px;/*was 30px top(20px top padding set on #content div instead)*/
    font-size:16px;
}
h4 {
    color:#451900;
	font-weight: bold;
    padding:0;
    margin:0 0px;/*was 30px top(20px top padding set on #content div instead)*/
    font-size:26px;
}
.green { color: #004712;}

.super {font-size: 0.4em; vertical-align: text-top;}

hr {
background-color: blue;

}
