@charset "utf-8";

/* Healthview style sheet */
/* developed by Extremegroup.com */

/*redefine base html tags*/
html, body{
	height: 100%;
}
body{
	background-image: url('/images/body-bg.jpg');
	background-repeat: repeat-x;
	background-color: #eee5d5;
}
h1{
	position: absolute;
	background-image: url('/images/healthview-logo.jpg');
	background-repeat: no-repeat;
	width:170px;
	height:149px;
	margin-left: 366px;
}
h1 a{
	height:149px;
	width: 170px;
	text-indent: -100000px;
	display: block;
}
h2 {
	font-size: 1.125em;
	margin-bottom: 17px;
}
h3{
	font-weight: bold;
	font-size: 1em; 
	color: #666;
}
h4{
	font-size: 1em; 
	font-weight: bold;
}
em{
	font-style: oblique;
}
strong{
	font-weight: bold;
}
blockquote{
	padding: 15px;
	background-color: url('/images/whatever.jpg');
	background-repeat: no-repeat;
	background-position: 0 0;
}
p{
	margin-bottom: 1.1em;
}
a{color: #e37222; text-decoration: none;}
a:hover{color: #f59444; text-decoration: underline;}

#head{
	position: relative;
	height: 149px;
	width: 904px;
	margin:0px auto;
}
/* conainter items */
#container{
	position: relative;
	background-image: url('/images/bg-container.jpg');
	background-repeat: repeat-y;
	width: 904px;
	margin:0px auto 20px auto; 
}
/* navigation items */
#headlinks{
	position: absolute;
	margin-top:100px;
	margin-left: 780px;
}
#headlinks li{
	display: block;
	float: left;
	margin-right:20px;
	text-align: right;
	background-image: url('/images/header-li-bg.gif');
	background-repeat: no-repeat;
	padding-left: 14px;
	background-position: left 8px;
}
#headlinks a{
	color: #999;
	font-size: 0.75em;
	text-decoration: none;
}
#headlinks a:hover{
	text-decoration: underline;
}
#mainmenu {
	background-image: url('/images/bg-header.jpg');
	background-repeat: no-repeat;
	font-size: 0.874em;
	height: 92px;
	padding-top: 50px;
	padding-left: 50px;
}
#mainmenu li{
	display: block;
	width: 130px;
	float: left;
}
#mainmenu a{text-decoration: none;}
#mainmenu a:hover{text-decoration: underline;}
#mainmenu .active1, #mainmenu .active2{background-color: #999;}
#mainmenu li ul .active1{background:none !important;}

#nav_sub{
	float: left;
	width: 304px;
}


#frontsub li{
	margin-bottom:2px;
}

/* breadcrumbs */
#breadcrumb{
	font-size:0.75em;
	margin-bottom:5px;
	overflow:hidden;
}
#breadcrumb a{
	color: #666;
}
#breadcrumb li{
	float: left;
	list-style: none;
	list-style-image: none;
	color: #999;
}
#subitems{
	background-color: #fff;
}
/* newsblub or main content area */
#gallery{
	width:516px;
	height: 268px;
	background-image: url('/images/main-front.jpg');
	background-repeat: no-repeat;
	border: 5px solid #9a9b9c;
	margin-left: 51px;
	margin-bottom: 30px;
}
#newsblub{
	width: 479px;
	margin-left: 22px;
	min-height:300px;
	color: #666;
	font-size: 0.75em;
	float: left;
	background-image: ;
}
#newsblub ul{
	margin-left: 20px;
	margin-bottom:1em;
}
#faqblub{
	width: 479px;
	margin-left: 22px;
	color: #666;
	font-size: 0.75em;
	float: left;
}
#faqblub h2{
	margin-bottom:1em;
}
#content{
	clear:both;
	float:left; 
	width: 587px;
}
#otherlinks{
	background-image: url('/images/bg-header.jpg');
	background-repeat: no-repeat;
	background-position: top right;
	margin-right: 1px;
	width: 290px;
	height: 600px;
	float: right;
	padding-top: 50px;	
}
#otherlinks li{
	width:244px;
	display: block;
	height: 75px;
	border-bottom: 4px solid #999;
	background-color: #fff;
	margin-bottom:18px;
}
#faqs{
	margin-bottom: 2em;
	clear:both;
	width: 547px;
	margin-left:326px;
	
}
#faqlisting{
    float: left;	
    margin-left:22px;
	width: 400px;
	margin-bottom:15px;
}

#faqlisting li{
	display: block;
	list-style: none;
	list-style-image: none;
	margin-bottom:2px;
}
 #newsblub li{
	display: block;
	list-style: none;
	list-style-image: none;
	margin-bottom: 4px;
	background-image: url('/images/header-li-bg.gif');
	background-repeat: no-repeat;
	background-position: 0 0.4em;
	padding-left:16px;
}
/*
#faqlisting li a{
	display: block;
	width: 464px;
	padding: 3px 10px 3px 20px;
	background-color: #eee;
	font-size:0.75em;
	text-decoration: none;
	color: #666;
	border-top:1px solid #e8e8e8;
	border-bottom: 1px solid #d8d8d8;
}
#faqlisting li a:hover{
	background-color: #f7f7f7;
	width: 464px;
	padding-left: 16px !important;
	border-left: 4px solid #E37222;
	
}
*/
#faqlisting li a{
	display: block;
	width: 464px;
	padding: 3px 10px 3px 16px;
	font-size:0.75em;
	text-decoration: none;
	background-image: url('/images/header-li-bg.gif');
	background-repeat: no-repeat;
	background-position: 0 0.5em;
}
#faqlisting li a:hover{
	width: 464px;
	text-decoration: underline;
}

#faqs div{
	font-size: 0.75em;
	margin-left: 51px;
	color: #666;
	padding: 10px 20px;
}
#faqs div.faqquestion{
	font-size: 1.7em;
	color: #999;
	border-bottom: #efefef 1px solid;
	margin-left: 0px;
	margin-bottom:6px;
	padding:0px;
	padding-bottom:3px;
	
}
#faqs div ul{
	margin-left: 30px;
	margin-bottom: 1em;
}
#wrapper{
	width:100%;
	overflow: hidden;
	background-image: url("/images/bg-footer.jpg");
	background-repeat: no-repeat;
	background-position: 0px bottom;
	padding-bottom:60px;
}
/* footer items */
#footer{
	height: 70px;
	background-color: #eee5d5;
	padding-left: 20px;
	clear: both;
	font-size:0.625em;
	color: #666;
}
#footer li{
	display: block;
	float: left;
	margin-left: 5px;
	padding-right:5px;
	background-image: url('/images/bg-footer-li.gif');
	background-repeat: no-repeat;
	background-position: right;
}
#footer li.last{
	background-image: none;
}
#footer p{
	clear: both;
	padding-top:10px;
	margin-left:5px;
}
#footer a{
	text-decoration: none;
	color: #666;
}
#footer a:hover{
	text-decoration: underline;
	color: #999;
}
/* forms */
#comment_form p input, #contact_form p input{
	width:200px;
	display:block;
	border: 2px solid #ccc;
	padding:3px;
	font-size:12px;
}
#comment_form textarea, #contact_form textarea{
	width: 300px;
	height: 100px;
	border:2px solid #ccc;
	padding: 3px;
	font-size:12px;
	font-family: arial, verdana, "_sans";
}
.comment{
	padding-bottom:1em;
	border-bottom:1px solid #eee;
	margin-bottom: 1em;
}
.sentby{
	font-style: oblique;
	
}
/* classes */
.item1{
	width:121px !important;
	border-bottom: #e37222 4px solid;
	margin-right:1px;
	}
.item2{
	width:199px !important;
	border-bottom: #f9ab80 4px solid;
	margin-right:1px;
	}
.item3{
	width: 204px !important;
	border-bottom: #eadf00 4px solid;
	}
.item4{
	border-bottom: 4px solid #3399CC !important;
}
.even{
	background-color: #fbfbf7;
}
.bullet{
	background-image: url('/images/header-li-bg.gif');
	background-repeat: no-repeat;
	padding-left: 18px;
	margin-left: 5px;
	background-position: 4px 4px;
}
/* maps */
#map{
	width:300px;
	height: 250px;
}
/* bios */
.biospace{
	overflow:hidden;
	padding-top:15px;
	border-bottom: 1px solid #efefef;
}
.biopic{
	float: left;
	margin-right:15px;
	
}
.biopic img{
		border: 1px solid #Fbcea3 !important;
		padding:3px;
		background-color: #Fcdfb4;
		margin-top:0px !important;
}
#newsblub img{
	margin-top:40px;
}
.wait{
	border-bottom: none !important;
	height: auto !important;
	width:200px !important;
	padding:0px !important;
	margin-left: 22px;
	margin-top:45px;
}
.top{
	float: right;
	padding-left:10px;
	background-image: url('/images/toparrow.jpg');
	background-position: 0 0.4em;
	background-repeat: no-repeat;
}
.home{
	margin-left:52px !important;
}
