@charset "UTF-8";
/* Browser Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
margin: 0; padding: 0; border: 0;	font-size: 100%; font: inherit; vertical-align: baseline; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block;}
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none;}
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
table {	border-collapse: collapse; border-spacing: 0;}
/* End Browser Reset */
html, body {
height: 100%;
background-color: #FFF;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 12px;
text-align: center;
color: #40333D;
background-image: url(../images/grey-band.gif);
background-position: 0 60px; 
background-repeat: repeat-x;
}
#unfloated-container {
margin: 0 auto 0 auto;
padding: 0;
width: 1020px;
height: 100%;
text-align: left;
background-image: url(../images/nurse-bg.jpg); background-repeat: no-repeat; background-position: 0 89px;
}
#page-container {float: left; height: 100%; background-image: url(../images/bg.jpg); background-repeat: no-repeat; background-position: 0 90px;}


#logo { margin: 0px 0 10px 50px; float: left;}

#top-nav {float: left; margin: 16px 0 0 70px; padding: 0; width: 449px; height: 29px; background: url(../images/top-nav.gif) no-repeat; background-position: 0 -28px;}
#top-nav li, #top-nav a { height:28px; display:block;}
#top-nav li {float: left; list-style: none; display:inline; font-size: 18px;}
#home { width: 59px;}
#about-us { width: 96px;}
#find-work { width: 98px;}
#find-staff { width: 95px;}
#contact-us { width: 100px;}
#home a:hover, #home .active {background: url(../images/top-nav.gif) 0px -1px no-repeat; }
#about-us a:hover, #about-us .active {background: url(../images/top-nav.gif) -59px 0px no-repeat; }
#find-staff a:hover, #find-staff .active {background: url(../images/top-nav.gif) -155px -1px no-repeat; }
#find-work a:hover, #find-work .active {background: url(../images/top-nav.gif) -250px -1px no-repeat; }
#contact-us a:hover, #contact-us .active {background: url(../images/top-nav.gif) -348px 0 no-repeat;}

span { display: none;}

h1 {float: left; margin: 65px 0 0 10px; font-size: 15px; color: #6F6F6E;}

#content-container { margin: 120px 0 10px 465px;} 

p {margin: 15px 0 0 0; width: 385px; line-height: 20px;}

a:link { text-decoration: none; color: #E65B1C; }
a:visited { text-decoration: none; color: #E65B1C;}
a:hover { text-decoration: none; color: #E6B041;}
a:active { text-decoration: none;  color: #E6B041;}