/*	-------------------------------------------------------------
	Position
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
html{
	height: 100%;                                                             
	margin: 0;                                                                     
	padding: 0;                                                             
}

div#shiv {
	background: transparent;
	width: 100%;
	height: 50%;                                                                  
	margin-top: -260px;                                   
	float: left;				
}

div#container {
	background: transparent;
	width: 796px;
	height: 520px;
	clear: both;
	margin:0px auto;
    padding: 0px;
    text-align: left;
	position: relative;
	top: -293px;
	/* IE4ever Hack: Hide from IE4 **/
		position: static;
	/** end hack */	
	
	background-image: url(images/bg_content.gif);
	background-position: 0px 79px;
	background-repeat: no-repeat;
}

div#wrap_container {
	background: transparent;
	width: 100%;
	height: 520px;
	clear: both;
	margin:0px auto;
    padding: 0px;
    text-align: left;
	position: relative;
	top: -260px;
	/* IE4ever Hack: Hide from IE4 **/
		position: static;
	/** end hack */	

}

body {
    height: 100%;   
	background-color: #f0f2e3;
	font-family: "Tahoma",  "Arial", " Tahoma", sans-serif;
	font-size: 12px;
	color: #444444;
	border: 0px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-image: url(images/bg_page.gif);
	background-position: top left;
	background-repeat: repeat-x;
	
}




.image {


}


/*	-------------------------------------------------------------
 logo
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#logo{
float: left;
width: 293px;
height: 64px;

background-image: url(images/logo.gif);
background-position: 0px 0px;
background-repeat: no-repeat;
margin: 0px;
}

#logo a{
	width: 293px;
	height: 64px;
	position: relative;
	display: block;
	/*  IE 5 Hack \*/
	overflow: hidden;
	/* end hack */ 
}

#logo a:link, #logo a:visited{
text-indent: -9999px;}

#logo h1{
background-image: none;	
}



/*	-------------------------------------------------------------
contact_info
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#contact_info{
float: left;
width: 503px;
height: 64px;

background-image: url(images/bg_contact_info.gif);
background-position: 0px 0px;
background-repeat: no-repeat;
margin: 0px;
}

#contact_info p{
float: right;
font-size: 10px;
margin-top: 40px;
margin-right: 9px;
}

#contact_info strong{
font-weight: bold;
font-size: 11px;
color: #4c6725;

}

/*	-------------------------------------------------------------
 top navigation
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#top_nav{
float: left;
	width: 778px;
	margin-left: 9px;
	height: 26px;
	
background-image: url(images/bg_top_nav.gif);
background-position: 0px 0px;
background-repeat: repeat-x;
}	

#top_nav li{
display: inline; 
float:left;
}

#nav_ul {
clear: right;
float: left;
	height: 26px;
	list-style-type: none;
	list-style-image: none;
	padding: 0 0 0 0;
	margin: 0px;
	display: inline;
}

#nav_ul a{
height: 26px;
	
	position: relative;
	display: block;
	/*  IE 5 Hack \*/
	overflow: hidden;
	/* end hack */ 
	outline: none;
}

#nav_home, #nav_home_on{ width: 62px; margin-left: 25px; margin-right: 52px;}
#nav_bb, #nav_bb_on{ width: 100px; margin-right: 18px;}
#nav_services, #nav_services_on {width: 77px; margin-right: 28px;}
#nav_about, #nav_about_on {width: 77px;  margin-right: 27px;}
#nav_patient, #nav_patient_on {width: 100px;  margin-right: 19px;}
#nav_contact, #nav_contact_on {width: 71px; }
#nav_products, #nav_products_on {width: 81px; margin-right: 24px;}


#nav_home a, #nav_home_on a {width: 62px;  margin-left: 22px; margin-right: 30px; }
#nav_bb a, #nav_bb_on a {width: 100px; }
#nav_services a, #nav_services_on a {width: 77px; margin-right: 28px;}
#nav_about a, #nav_about_on a {width: 77px; margin-right: 27px;}
#nav_patient a, #nav_patient_on a {width: 100px;  margin-right: 19px; }
#nav_contact a, #nav_contact_on a {width: 71px; }
#nav_products a, #nav_products_on a {width: 81px; margin-right: 24px;}

#nav_home a:link, #nav_home a:visited { background: url(images/nav_home.gif) no-repeat;text-indent: -9999px; }
#nav_bb a:link, #nav_bb a:visited { background: url(images/nav_bb.gif) no-repeat;text-indent: -9999px; }
#nav_services a:link, #nav_services a:visited { background: url(images/nav_services.gif) no-repeat;text-indent: -9999px; }
#nav_about a:link, #nav_about a:visited { background: url(images/nav_about.gif) no-repeat;text-indent: -9999px; }
#nav_patient a:link, #nav_patient a:visited { background: url(images/nav_patient.gif) no-repeat;text-indent: -9999px; }
#nav_contact a:link, #nav_contact a:visited { background: url(images/nav_contact.gif) no-repeat;text-indent: -9999px; }
#nav_products a:link, #nav_products a:visited { background: url(images/nav_products.gif) no-repeat;text-indent: -9999px; }

#nav_home a:hover { background: url(images/nav_home_on.gif) no-repeat;text-indent: -9999px; }
#nav_bb a:hover { background: url(images/nav_bb_on.gif) no-repeat;text-indent: -9999px; }
#nav_services a:hover { background: url(images/nav_services_on.gif) no-repeat;text-indent: -9999px; }
#nav_about a:hover { background: url(images/nav_about_on.gif) no-repeat;text-indent: -9999px; }
#nav_patient a:hover { background: url(images/nav_patient_on.gif) no-repeat;text-indent: -9999px; }
#nav_contact a:hover { background: url(images/nav_contact_on.gif) no-repeat;text-indent: -9999px; }
#nav_products a:hover { background: url(images/nav_products_on.gif) no-repeat;text-indent: -9999px; }

#nav_home_on a:link, #nav_home_on a:visited { background: url(images/nav_home_on.gif) no-repeat;text-indent: -9999px; }
#nav_bb_on a:link, #nav_bb_on a:visited { background: url(images/nav_bb_on.gif) no-repeat;text-indent: -9999px; }
#nav_services_on a:link, #nav_services_on a:visited { background: url(images/nav_services_on.gif) no-repeat;text-indent: -9999px; }
#nav_about_on a:link, #nav_about_on a:visited { background: url(images/nav_about_on.gif) no-repeat;text-indent: -9999px; }
#nav_patient_on a:link, #nav_patient_on a:visited { background: url(images/nav_patient_on.gif) no-repeat;text-indent: -9999px; }
#nav_contact_on a:link, #nav_contact_on a:visited { background: url(images/nav_contact_on.gif) no-repeat;text-indent: -9999px; }
#nav_products_on a:link, #nav_products_on a:visited { background: url(images/nav_products_on.gif) no-repeat;text-indent: -9999px; }



/*	-------------------------------------------------------------
content
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
.content{
clear: both;
float: left;
width: 778px;
height: 398px;	
margin-left: 9px;
padding: 10px 0 0px 0;
background-color: #fff;


}




/*	-------------------------------------------------------------
      Footer
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#footer{
	width:796px;
	height: 32px;
	margin-bottom: 0px;
	margin-top: 0px;
    clear: both;
    text-align: right;
    font-size: 10px;
    color: #999999;	
	
	background-image: url(images/bg_footer.gif);
background-position: 0px 0px;
background-repeat: no-repeat;
}

#footer p{
	margin: 0px 9px 0 0;
	padding: 0px;
	line-height: 32px;
}

#footer a{
	color: #9b9263;
	text-decoration: none;
}

#footer a:hover{
	color: #8fb01a;
	text-decoration: underline;
}





.footer_ul{
	width: 778px;
	height: 32px;
	
	color: #9b9263;
	list-style : none;
	padding: 0px;
	margin: 0px;

}

.footer_ul li{
line-height: 33px;
	display: inline;
	padding: 0px;
	margin-top: 0px;

}



.footer_ul span{
	margin-left: 5px;
	margin-right: 5px;
}



/*	-------------------------------------------------------------
      services list
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
.services_list_ul{
	width: 778px;
	height: 32px;
	color: #747777;
	list-style : none;
	padding: 0px;
	margin: 18px 0 0 34px;
}

.services_list_ul li{
    float: left;
	display: inline;
	padding: 0px 0 0 20px;
	margin-top: 0px;
	width: 236px;
    background-image: url(images/bg_services_list.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

.services_list_ul a{
	display: block;
	color: #4c6725;
	text-decoration: none;
	font-size: 9px;
	text-indent: 0px;
	margin-left: 0px;
}


/*	-------------------------------------------------------------
    content table
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.left{
	width: 486px;
	height: 398px;
	padding: 0px 0px 0px 60px;
	background-image: url(images/bg_services.jpg);
    background-position: top left;
    background-repeat: no-repeat;
    vertical-align: top;
	

}

.right{
	width: 292px;
	height: 398px;
	vertical-align: top;
	background-image:url(images/image_background.jpg);
}


.left p{
	color: #4b4c4b;
	Font-size: 12px;
	line-height: 18px;
	text-align: justify;
	color: #343434;
}

.imglink{
	margin-top: 15px;
}

/*	-------------------------------------------------------------
    scroll area
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
.scroller_wrapper{
	width: 424px;
	height: 270px;
	padding: 0px 0px 0px 0px;
	border-top: 1px solid #a5c95d;
	border-bottom: 1px solid #a5c95d;
}	
	
.scroller{
	width: 414px;
	height: 250px;
	overflow: auto;
	padding: 0px 10px 0px 0px;
	margin: 10px 0 10px 0;
	overflow-x: hidden;
	
	
}


/*	-------------------------------------------------------------
 subnavigation
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
.subnav_ul{
	width: 424px;

	
	color: #fd617e;
	list-style : none;
	padding: 0px;
	margin: 8px 0 0 0px;

}

.subnav_ul li{
float: left;
	display: inline;
	padding: 0px 0 0 20px;
	margin-top: 0px;
	width: 185px;
	height: 20px;
	background-image: url(images/bg_subnav.gif);
background-position: 3px 0px;
background-repeat: no-repeat;
}

.subnav_ul a{
	display: block;
	color: #4c6725;
	text-decoration: underline;
	font-size: 11px;
	text-indent: 0px;
	margin-left: 0px;
}
.subnav_ul a:hover{
	text-decoration: none;
}

.subnav_active a{
	display: block;
	color: #4c6725;
	text-decoration: underline;
	font-size: 11px;
	text-indent: 0px;
	margin-left: 0px;
	font-weight: bold;
	
}
.subnav_active a:hover{
text-decoration: none
	
}

/*	-------------------------------------------------------------
     content list
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
.content_list_ul {	
	font-size: 12px;
	color: #343434;
	list-style : none;
	padding: 0px;
	margin: 10px 0 0 0px;
}

.content_list_ul li{
    font-size: 12px;
	padding: 0px 0 0 20px;
	margin-top: 0px;
	line-height: 16px;
    background-image: url(images/bg_services_list.gif);
    background-position: 0px 3px;
    background-repeat: no-repeat;
	text-align: left;
}

#content_list_linked li {
    background-image: url(images/bg_services_list2.gif);
}

.content_list_ul a{
	display: block;
	color: #4c6725;
	text-decoration: underline;
	font-size: 12px;
	text-indent: 0px;
	margin-left: 0px;
}
.content_list_ul a:hover{
	text-decoration: none;
}


.content_list_ul ul{
	list-style : none;
	padding: 0px;
	margin: 0px 0 10px 17px;
}

.content_list_ul ul li{
	font-size: 12px;
}



/*	-------------------------------------------------------------
   Generic elements
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	strong{
	color: #4c6725;
}
	
.about-text{
	width: 88%;
	text-align: justify;
}
	
	 img{
	border: 0px;
}
	
	p{
	line-height: 16px;
	margin: 0px;
}
	
a {
	color: #4c6725;
	margin: 0px;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
.forced {
	color: #4c6725;
	margin: 0px;
	text-decoration: underline;
}
.forced:hover {
	text-decoration: none;
}



h1{
font-family: arial;
	font-size: 22px;
	color: #F3497C;
	font-weight: normal;
	margin: 47px 0 0px 0;
}

#header h1{
	margin: 0px;
}

h2{
	color: #508615;
	font-size: 12px;
	margin: 40px 0 17px 0;
	padding: 0px;
	font-weight: normal;
	width: 88%;
	line-height: 17px;
}

h3{
	color: #F3497C;
	font-weight: bold;
	font-size: 13px;
	margin-bottom:10px;
}
