body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #606568;
	margin: 0px;
	padding: 0px;
}
body,table,td {
	font-size: 11px;
}

.toplogo {
	background-color: #FFFFFF;
	height: 85px;
	width: 864px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.header {
	background-color: #3A3F41;
	height: 159px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.header .headmid {
	background-color: #999EA0;
	background-image: url(images/header1.jpg);
	background-repeat: no-repeat;
	height: 159px;
	width: 864px;
	margin-right: auto;
	margin-left: auto;
}

.main {
	width: 864px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 100%;
}
.footerline {
	background-color: #3A3F41;
	height: 30px;
}
.footerline .footerlinemid {
	width: 864px;
	margin-right: auto;
	margin-left: auto;
	height: 30px;
	background-color: #999EA0;
	vertical-align: middle;
}
.footerline .footerlinemid p {
	padding: 0px;
	text-align: center;
	color: #000000;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


.footer {
	height: 30px;
	width: 864px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background-color: #E1E1E1;
	padding-top: 10px;
}
.footer p, .footer a {
	color: #666666;
	text-align: center;
}

.header .headmid .navwrap {
	margin-left: 16px;
	padding-top: 140px;
}
.maincontent {
	margin-right: 20px;
	margin-left: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.main .maincontent h1 {
	color: #F6B852;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F6B852;
	font-size: 16px;
}
.main .maincontent h2 {
	font-size: 14px;
}
.main .maincontent h3,  .main .maincontent h4{
	font-size: 13px;
}
.main .maincontent .hotjobs {
	background-image: url(images/hotjobs.jpg);
	height: 206px;
	width: 167px;
	padding-top: 30px;
	padding-right: 10px;
	padding-left: 10px;
	background-repeat: no-repeat;
}
.main .maincontent .nursebenefits {
	height: 200px;
	width: 180px;
	background-image: url(images/benefitsfornurses.jpg);
	background-repeat: no-repeat;
	padding-top: 34px;
	padding-right: 5px;
	padding-left: 5px;
	float: left;
}

.main .maincontent .latestpromos {
	height: 199px;
	width: 180px;
	background-image: url(images/latestpromotions.jpg);
	background-repeat: no-repeat;
	padding-top: 40px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	margin-left: 13px;
}
.main .maincontent .hometop {
	margin-right: 15px;
}
.main .maincontent .calltoday p {
	font-size: 14px;
	color: #8D6893;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8D6893;
	margin-top: 2px;
}
.main .maincontent .hometestimonial p {
	margin: 0px;
	padding: 0px;
}
.main .maincontent .latestpromos form {
	margin: 0px;
	padding: 0px;
}
.main .maincontent .latestpromos p {
	margin: 0px;
	padding: 0px;
}
 
.main .maincontent .specialties {
	height: 199px;
	width: 180px;
	background-image: url(images/specialties.gif);
	background-repeat: no-repeat;
	padding-top: 35px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	margin-left: 13px;
}








/*START NAV*/
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	font-size:13px;
	font-weight:bold;
}


#nav a {
	display: block;
	width: 100px;
	text-decoration:none;
	color:#FFFFFF;
	padding-left: 6px;
	padding-top: 4px;
	padding-bottom: 1px;
}
.main .maincontent .hotjobs ul {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}
.main .maincontent .hotjobs a {
	color: #684D6E;
}



#nav li { /* all list items */
	float: left;
	width: 100px; /* width needed or else Opera goes nuts */
}
#nav li:hover { /* all list items */
	background: #3A3F41;
}
#nav li ul { /* second-level lists */
	position: absolute;
	background: #999EA0;
	width: 202px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	font-size:12px;
	border-width: 3px;
	border-color:#3A3F41;
	border-style:solid;
}
#nav li ul li { /* second-level lists */
	width: 202px;
}
#nav li ul li a { /* second-level lists */
	width: 202px;
}
#nav li li li li li ul { /* fifth-level lists*/
    width: 202px;
} 
#nav li li li li li ul a { /* fifth-level lists*/
    width: 202px;
} 
#nav a.daddy {
	background-image: url(images/rightarrow.gif);
	background-repeat: no-repeat;
	background-position: 192px center;
}
#nav a.daddy1 {
	background-image: url(images/rightarrow.gif);
	background-repeat: no-repeat;
	background-position: 192px center;
}
#nav li ul ul { /* third-and-above-level lists */
	margin: -2.5em 0 0 202px;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
	float: left;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

