/* CSS Document */

*, html, body, div{
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
	color:#FFF;
}
html,body{
	height:100%;
}
body{
	background:#002e00;
}
h2,h3,h4{
	display:block;
	color:#FF6600;
	font-weight:normal;
	font-size:18px;
	margin:5px;
	font-style:italic;
}
h3{
	font-style:normal;
	font-size:14px;
	clear:left;
}
h4{
	font-style:normal;
	font-weight:normal;
	font-size:12px;
}
ul,ol{
	display:block;
	list-style:disc;
	font-size:12px;
	margin:5px;
	list-style-position:outside;
}
ul ul{
	list-style:circle;
}
ul ul li{
	margin:5px 0 5px 50px;
}
ol{
	list-style:decimal;
}
ul li, ol li{
	margin:5px 0 5px 25px;
}
p{
	margin:10px 5px;
	font-size:12px;
}
img{
	border:0;
	margin:0;
	padding:0;
}
.clearer{
	clear:both;
}
.tag{
	font-weight:bold;
	font-style:italic;
}
.orange{
	color:#FF6600;
}

/*---------------------------------------------------------------H1 */
h1{
	display:block;
	position:relative;
	color:#FF6600;
	font-weight:normal;
	font-size:32px;
	background:#002200;
	margin:10px 0 20px 50px;
	padding:2px 2px 2px 35px;
}
h1 #whiteLogo{
	position:absolute;
	width:84px;
	height:71px;
	left:-50px;
	top:-10px;
	background:url(../IMG/whiteLogo.png) no-repeat;
}

/*---------------------------------------------------------------LAYOUT */
#container{
	height:100%;
}
#header{
	
	height:196px;
	background-color:#006600;
	border-bottom:7px solid #FF6600;
}
#header .wrapper{
	position:relative;
	width:700px;
	margin:0 auto;
}
#tagline{
	position:relative;
	display:block;
	margin:-33px 50% 0 0;
	background:url(../IMG/bg_tagline.gif) repeat-x;
	height:33px;
}
#content{
	width:700px;
	margin:-203px auto -42px;
	min-height:100%;
	height:auto !important;
	height:100%;
}
.push_top{
	height:220px;
	clear:left;
}
.push_bottom{
	height:42px;
	clear:left;
}
#footer{
	position:relative;
	height:42px;
	background:url(../IMG/bg_footer.gif) repeat-x #006600;
}
/*-------------------------------------------------------------HEADER */
#header #logo{
	display:block;
	position:absolute;
	background:url(../IMG/logo.png) no-repeat;
	width:187px;
	height:158px;
	top:10px;
	cursor:pointer;
}
#header #doctors{
	display:block;
	position:absolute;
	background:url(../IMG/doctors.png) no-repeat;
	height:186px;
	width:286px;
	top:10px;
	left:190px;
}
#header #nav{
	position:absolute;
	width:256px;
	height:186px;
	padding:10px 0 0;
	background:#005500;
	top:0px;
	right:0px;
}
#header #nav a{
	display:block;
	height:16px;
	width:218px;
	padding-right:20px;
	margin:4px auto;
	text-transform:uppercase;
	text-decoration:none;
	font-size:10px;
	line-height:16px;
	text-align:right;
	background:url(../IMG/nav.gif);
	background-position:0px 0px;
}
#header #nav a:hover{
	background-position:0px -16px;
}
/*-----------------------------------------------------------TAGLINE */
#tagline #join{
	display:block;
	position:absolute;
	background:url(../IMG/curve_join.png) no-repeat;
	right:-8px;
	height:33px;
	width:17px;
}
#tagline #tag{
	display:block;
	position:absolute;
	background:url(../IMG/tagline.png) no-repeat;
	right:20px;
	top:10px;
	height:34px;
	width:329px;
}
/*----------------------------------------------------------FOOTER */
#footer #stuff{
	display:block;
	margin:0 auto;
	padding:15px 0 0;
	width:700px;
}
#footer #stuff .text{
	display:block;
	text-align:center;
	height:21px;
	line-height:21px;
	font-size:10px;
	font-weight:normal;
}
#footer img{
	display:inline;
	vertical-align:top;
}

/*----------------------------------------------------------CONTENT */
#content img{
	border:#002200 solid 4px;
}
#content #wrapper{
	margin:0 0 10px;
}
#content a{
	display:block;
	margin:5px;
	color:#ff6600;
	text-decoration:none;
	font-style:italic;
	font-size:12px;
	font-weight:normal;
}
#content a:hover{
	text-decoration:underline;
}
#content a.back{
	text-align:right;
}
#content .subphone{
	margin:-10px auto 5px 5.25em;
}
/*---------------------------------------------------------SECTION */
.section{
	border-bottom:#006600 solid 1px;
	padding:5px;
}
.sectionNoBrdr{
	padding:5px;
}
/*---------------------------------------------------------FLOAT IMAGE */
img.left{
	display:inline;
	float:left;
	clear:both;
	margin:5px 5px 5px 0;
}
img.right{
	display:inline;
	float:right;
	clear:both;
	margin:5px 0 5px 5px;
}
/*---------------------------------------------------------COLUMN PREVIEWS */
#cols_wrapper{
	
}
#cols_wrapper .col{
	display:inline;
	float:left;
	width:33.33%;
}
#cols_wrapper .col img{
	margin:5px;
}
#cols_wrapper .col a{
	margin:10px;
	text-align:right;

}
.col .bottom{
	height:4px;
	background:#002200;
	margin:5px 10px
}
.col p{
	margin:10px;
}
.col h3{
	margin:10px;
	height:2.5em;
}
.col ul, .col ol{
	margin:10px;
}
/*----------------------------------------------------------INDEX */
#index #wrapper{
	position:relative;
}
#index #wrapper #div1, #index #wrapper #div2{
	position:absolute;
	width:1px;
	height:100%;
	background:#006600;
	left:33.33%;
}
#index #wrapper #div2{
	left:66.66%;
}
#index #wrapper .col{
	display:inline;
	float:left;
	margin:0;
	padding:0;
	width:33.33%;
}
#index #wrapper .col img{
	margin:5px;
}
#index #wrapper .col p{
	margin:10px;
}
#index #content a{
	margin:10px;
}
#index #content a.image{
	margin:0;
}
/*----------------------------------------------------------OCCUPATIONAL SERVICES */
#occupational .col p{
	height:150px;
}
#drug_screen .col{
	width:50%;
}
#drug_screen .col p, #drug_screen .col h3, #drug_screen .col h4{
	margin:15px;
} 
#drug_screen .col ul, #drug_screen .col ol{
	margin:15px;
}
/*----------------------------------------------------------SYNERGY */
#synergy .col p{
	height:70px;
}
/*----------------------------------------------------------DIRECTOR */
#director .sectionNoBrdr a{
	display:inline;
	margin:auto;
}
/*----------------------------------------------------------CONTACT */
#contact .section a{
	display:inline;
	margin:auto;
}
#contact .col p{
	display:block;
	height:75px;
}