
/* CSS ©Copyright 2005-2006 HealthForce Partners, Inc. All Rights Reserved */

body {
   margin:			20px;
   
   background-repeat:		repeat-x;
   background-color: #42111A;
   font-size:			12px;
   color:			#000000;
   font-family:			Arial, Verdana, Helvetica, sans-serif;
   cursor:			default;
}
a:active, a:link, a:visited { color:#26456D; }
a:hover { color:#86ACA0;text-decoration:none; }
li {
   list-style-type:		square;
}

#RightColumn {
   background-image:url("images/watermark.gif");
   background-repeat:		no-repeat;
   background-position:		bottom center;
   width:			193px;
   background-color:		#163D3F;
   vertical-align:		top;
   padding-top:			40px;
   padding-bottom: 2px;
   padding-left:2px;
   padding-right:2px;
   border:2px solid #E0DEDD;
}

#clinicprint { display:none; }
.employmentDIV {
   margin:			0px 0px 5px;
   border:			1px solid #ff6600;
   background-color:		#fff;
   cursor:			default;
}

.button {
   font-size:			10px;
   height:			18px;
}

.employment {
   font-size:			10px;
   height:			13px;
   width:			150px;
   border:			1px solid #999;
   background-color:		#f5f5f5;
   padding:			0px 2px 1px;
}

#required {
   border:			1px solid #FF3333;
   background-color:		#FFFDF0;
}
.navLinks{
	height:25px;
	
	border-bottom:1px solid #000000;

}

.subNav{
	background-color:#354D4F;
	color:#000000;
	vertical-align:middle;
	padding:5px 10px 5px;
}
a.subNav, a.subNav:link, a.subNav:visited {
	color:#E0DEDD;
	font-size:12px; 
	font-weight:bold;
}
a.subNav:hover { font-size:12px; font-weight:bold; color:#8B8687; text-decoration: underline; }

a.mainNAV:active, a.mainNAV:link, a.mainNAV:visited { font-size:13px; font-weight:bold; color:#E0DEDD; text-decoration:none; }
a.mainNAV:hover { font-size:13px; font-weight:bold; color:#8B8687; text-decoration:underline; }

.header{
	border:1px solid #999;
	border-bottom:1px solid #99AE95;
	align:center;
	background-color:#163D3F;
}
.copyright{
	text-align:center;
	color:#FFFFFF;
	width:450px;
}
.service_headings{
	font-weight:bold;
	font-size:15px;
}
.clinic_subnav{
	width:100%;
	background-color:#667A74;
}