@charset "utf-8";
/* CSS Document */
body {
	font-family:Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color:#e4e4e4;
	background-image:url(../images/bodybg.gif);
	background-repeat:repeat-x;
	background-position:top;
}

a {
	color: #0000FF;
	text-decoration: underline;
}
a:hover {
	color: #0000FF;
	text-decoration: none;
}

label:hover {
	cursor: pointer;
}

	
img {
	border:0px;
}
	
h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #548EC0;
	font-size:22px;
	padding:10px 0px;
	margin:0px 0px;
}
	
h2 {
	color:#000000;
	font-size:15px;
	padding:3px;
	margin:3px;
}
	
h3 {
	color:#000000;
	font-size:13px;
	padding:3px;
	margin:3px;
}

h4 {
	color:#000000;
	font-size:15px;
	padding:3px 3px 3px 0px;
	margin:3px 3px 3px 0px;
}

#container {
	width:984px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color:#FFFFFF;
}

#contentarea {
	width:984px;
	background-image:url(../images/contentbg.gif);
	background-repeat:repeat-y;
}
	
	#contentarea a {
		text-decoration:underline;
	}
	#contentarea a:hover {
		text-decoration:none;
	}

#headerbackground {
	background-color:#548ec0;
	width:984px;
	background-image:url(../images/header-bg.gif);
	background-repeat:repeat-y;
	height:142px;
}

#header {
	padding:15px 20px 0px 31px;
	width:920px;
	text-align: left;
}


#contenttopinfo {
	margin-bottom:15px;
	font-size:12px;
	margin:0px; padding:0px;
	line-height:18px;
	padding-top:10px;
	color:#548ec0;
	}
	
	#contenttopinfo h1 {
		font-size:17px;
		font-weight:bold;
		color:#000000;
		padding:0px;
		margin:0px;
		}
		
	#contenttopinfo p {
		padding:5px 0px 0px 0px;
		margin:0px;
		}
		
	#contenttopinfo strong {
		color:#000000;
			}
	
#contenttopimg {
	margin-top:-50px;
	float:left;
	width:195px;
	}
	
#contenttoptext {
	width:750px;
	float:left;
	}
	
	#contenttoptext a {
	text-decoration:underline;
	color:#000000;
	}
	
#title {
	width:984px;
	background-image: url(../images/titlearea-bg.gif);
	background-repeat:repeat-y;
	padding-left:13px;
	height: 30px;
}

.clear {
	clear:both;
}
	
.mainnav {
	color:#FFFFFF;
	font-size:13px;
	width:600px;
	float:left;
}
	
	.mainnav a {
		color:#FFFFFF;
		text-decoration:none;
	}
	
	.mainnav a:hover {
		color:#FFFFFF;
		text-decoration:underline;
	}	

#font-size {
	font-size: 12px;
	float: left;
	margin: 10px 0px 0px 7px;
}

#logo {
	width:300px;
	float:right;
	margin-bottom:10px;
}
	
#leftcolumn {
	width:200px;
	font-size:12px;
	margin:15px 0px 0px 30px;
	float:left;
	color:#666666;
}
	
	#leftcolumn ul {
		margin:0px 0px 10px 0px;
		padding:0px;
		color:#548ec0;
	}
	
	#leftcolumn li {
		margin: 0px 0px 8px 0px;
		padding:0px;
		list-style:none;
		line-height:14px;
	}
		
	#leftcolumn a {
		color:#548ec0;
		text-decoration:none;
	}
		
	#leftcolumn a:hover {
		color:#548ec0;
		text-decoration:underline;
	}	 
		
#maincontent {
	width:745px;
	float:left;
	margin:0px 0px 10px 0px;
	min-height:350px;
}
	
#bluebar {
	width:960px;
	background-color:#e2ecf4;
	height:15px;
	margin:0px 13px;
}
	
#bottomshadow {
	background-image:url(../images/bottomshadow.gif);
	height:21px;
	width:984px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}

	
	
#services {
	width:960px;
	padding:0px 27px
}
	
	#services img {
		margin:15px 20px;
	}

/* ADDED TO HANDLE THE "/employment/" PAGE */
#subpagecontentJobs {
	float:left;
	margin-top:0px;
	width:740px;
	padding:0px;
	min-height:363px;
}	
#subpageleftJobs {
	width:486px;
	float:left;
	margin-left:0px;
}
#subpagerightJobs {
	width:240px;
	float:left;
	margin-left:10px;
	margin-top:15px;
	font-size: 12px;
}
	#subpagerightJobs ul {
		padding: 0;
		margin: 10px 0 0 0;
	}
	#subpagerightJobs li {
		padding: 0;
		margin: 3px 0 0 18px;
	}


#subpagecontent {
	background-image:url(../images/content-bg.jpg);
	background-position:top;
	background-repeat:no-repeat;
	float:left;
	margin-top:15px;
	width:696px;
	padding:15px;
	min-height:300px;
}
	
	#subpagecontent h1 {
		margin-left: 10px;
	}
	
	#subpagecontent p, #subpagecontent ul {
		color:#666666;
		line-height:16px;
		font-size:12px;
		margin:0px 0px 10px 0px;
	}

	#subpagecontent td {
		vertical-align: top;
	}

#subpageleft {
	width:450px;
	float:left;
	margin-left:10px;
}

	
#subpageright {
	width:225px;
	float:left;
	margin-left:10px;
}

#searchform {
	width:300px;
	float:left;
	margin-top:35px;
	color:#FFFFFF;
	font-size:14px;
	padding:0px;
	margin-left:-10px;
}
	
#searchform input {
	background-image:url(../images/searchform.gif);
	background-position:top;
	background-repeat: no-repeat;
	width:170px;
	height:19px;
	border: 0px none;
	padding:3px 7px 3px 7px;
}
	
#searchform button {
	color:#FFFFFF;
	font-size:14px;
	background:transparent;
	border:0px;
}
		
#servicesheader {	
	width:960px;
}		

.servicesiconpadding {
	margin:25px 0px 0px 33px;
}
	
#servicesbg {
	width:960px;
	background-image:url(../images/services-bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	margin-left:13px;
}
	
.servicelinks {
	width:800px;
	margin:30px 80px 0px 80px;
}
	
	.servicelinks ul {
		list-style:none;
		padding:0px;
		margin:0px;
	}
	
.servicelinkscolumn {
	width:250px;
	font-size:13px;
	color:#4e8abe;
	line-height:20px;
	float:left;
	margin-right:15px;
}
	
	.servicelinkscolumn a {
		color:#4e8abe;
		text-decoration:none;
	}
	
	.servicelinkscolumn a:hover {
		color:#4e8abe;
		text-decoration:underline;
	}
	
.gfhswoosh {
	width:130px;
	margin:55px 415px 10px 415px;
}	

#footer {
	width:960px;
	color:#4e8abe;
	font-size:10px;
	text-align:center;
	line-height:14px;
}
	
	#footer a {
		color:#4e8abe;
		text-decoration:none;
	}
		
	#footer a:hover {
		color:#4e8abe;
		text-decoration:underline;
	}
		
#hpleftcolumn {
	width:191px;
	background-color:#FFFFFF;
	float:left;
	font-size:12px;
	color:#4e8abe;
	margin-top:15px;
	height:361px;
}
	
	#hpleftcolumn ul {
		margin:10px 0px 0px 0px;
		padding:0px;
	}
	
	#hpleftcolumn li {
		list-style:none;
		line-height:25px;
		padding:0px 0px 0px 7px;
	}
		
	#hpleftcolumn a {
		color:#548ec0;
		text-decoration:none;
	}
		
	#hpleftcolumn a:hover {
		color:#548ec0;
		text-decoration:underline;
	}	
		
#hpflash {
	width:538px;
	float:left;
	margin:15px 19px 10px 20px;
}
	
#hpwhatsnew {
	width:172px;
	float:left;
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#aaa8a8;
	padding:10px;
	margin-top:15px;
	height:341px;
	overflow: auto;
}
	
	#hpwhatsnew h1 {
		color:#548ec0;
		font-size:16px;
		font-weight:bold;		
		padding:0px 0px 2px 0px;
		margin:0px;			
	}
		
	#hpwhatsnew h2 {
		color:#000;
		font-size:14px;		
		padding:0px;
		margin:0px;	
	}
		
	#hpwhatsnew p {		
		padding:5px 0px 15px 0px;
		margin:0px;	
	}
		
	#hpwhatsnew a {
		text-decoration:underline;
		color:#aaa8a8;
	}

#hpcalltoactions {
	width:960px;
	margin-left:13px;
}

.hpctatitles {
	color:#4D8BC5;
	font-size:24px;
	font-weight:bold;
	margin-left:20px;
	}

#calltoactions1 {
	background:url(/images/our-services-img.gif) no-repeat;
	width:296px;
	height:144px;
	float:left;
	margin:8px;
	padding:8px 4px;
	}
	
	#calltoactions1text {
		margin-left:160px;
		width:135px;
		font-size:12px;
		color:#95999C;
		line-height:20px;
		}
		
	#calltoactions1text a {
			color:#95999C;
			}
	
#calltoactions2 {
	background: url(/images/find-a-doctor-img.gif) no-repeat;
	width:296px;
	height:144px;
	float:left;
	margin:8px;
	padding:8px 4px;
	}
	
		#calltoactions2text {
		margin-left:20px;
		width:145px;
		font-size:12px;
		color:#95999C;
		line-height:20px;
		}
		
		#calltoactions2text a {
		color:#95999C;
		}
	
#calltoactions3 {
	background: url(/images/join-our-team-img.gif) no-repeat;
	width:296px;
	height:144px;
	float:left;
	margin:8px;
	padding:8px 4px;
	}
	
			#calltoactions3text {
		margin-left:20px;
		width:295px;
		font-size:20px;
		color:#4D8BC5;
		line-height:28px;
		margin-top:15px;
		}
		
		#calltoactions3text a {	
		color:#4D8BC5;
		text-decoration:none;
		}

#hpbackground {
	background-color:#ddedfa;
	margin:0px 11px 0px 13px;
}
	
#lowersidebarimage {
	margin-top: -162px;
	margin-left: 30px;
	position: absolute;
}
#lowersidebarimageFU {
	margin-top: -162px;
	margin-left: 30px;
	position: absolute;
}


.jobsTableRow {
	border-bottom: 1px solid #71A0CA;
	padding: 3px;
	height: 25px;
}

.urlMessage {
	background-color: #FFFFCC;
	border: 1px solid #000000;
	padding: 5px;
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 150%;
}


.formTable {
	float: left;
	font-size: 12px;
	color: #666666;
}

#jobsTable tr:hover {
	background-color: #DDEDFA;
	cursor: pointer;
}

.physDirImg {
	width: expression(this.width > 131 ? 131: true);
	max-width: 131px;
}

.none {
	text-decoration: none;
}
.line-through {
	text-decoration: line-through;
}
.sort-up {
	background:url(/images/sort-up.gif) no-repeat right;
	padding-right:15px;
}
.sort-down {
	background:url(/images/sort-down.gif) no-repeat right;
	padding-right:15px;
}
.sort,.sort:hover,
.sort-up,.sort-up:hover,
.sort-down,.sort-down:hover {
	color:#FFF;
}
.headerwhite {
	color:#FFF;
}
.red {
	color:#F00;
}
.physDir blockquote {
	margin:0;
	padding:0px 3px 3px 10px;
}
.physDir strong {
	margin:0;
	padding:0;
}