@charset "UTF-8";
/* CSS Document */

body {
	background-image:url(../images/bg-top.jpg);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	font-family:"Trebuchet MS";
	margin:0;
	padding:0;
}

h1 {
	font-size:16px;
	color: #241b57;
	font-weight:lighter;
}

h2 {
	font-size:14px;
	color: #241b57;
	font-weight:lighter;
	padding-top: 10px;
}

p, ul {
	font-size:12px;
	line-height: 140%;
	color:#666666;
}

li {
	font-size:12px;
	line-height: 140%;
	color:#666666;
	padding-bottom: 4px;
}

a {
	color:#4f419c;
}

a:hover {
	color:#3c3370;
}

#clear {
	clear:both;
}

img {
	border:0;
	text-decoration:none;
}

#line {
	background-image:url(../images/line.gif);
	background-repeat:no-repeat;
	background-position:center;
	width: 490px;
	height: 10px;
	clear:both;
	padding-top:5px;
}

#header {
	width: 730px;
	height: 218px;
	background-image:url(../images/bg-header.jpg);
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
	padding: 15px 20px;
}

#header p {
	color: #9691a3;
	font-size:10px;
	padding:0;
	margin:0;
}

#header p a {
	color:#a49fb0;
	text-decoration: none;
}

#header p a:hover {
	color: #c0bdca;
}

#mainnav {
	width:770px;
	overflow:hidden;
	margin-left:auto;
	margin-right:auto;
}

#mainnav a {
	float:left;
	display:block;
	text-indent:-9999em;
}

#mainnav a:hover {
	background-position: 0 -41px;
}

a.Homepage {
	width: 79px;
	height: 41px;
	background-image:url(../images/btn-homepage.gif);
}

a.Company {
	width: 63px;
	height: 41px;
	background-image:url(../images/btn-company.gif);
}

a.Your-Goals {
	width: 69px;
	height: 41px;
	background-image:url(../images/btn-your-goals.gif);
}

a.Contracting {
	width: 75px;
	height: 41px;
	background-image:url(../images/btn-contracting.gif);
}

a.Nursing-Role-Information {
	width: 138px;
	height: 41px;
	background-image:url(../images/btn-nursing-role.gif);
}

a.Employee-Testimonials {
	width: 129px;
	height: 41px;
	background-image:url(../images/btn-employee.gif);
}

a.Resources {
	width: 64px;
	height: 41px;
	background-image:url(../images/btn-resources.gif);
}

a.Apply-Online {
	width: 79px;
	height: 41px;
	background-image:url(../images/btn-apply-online.gif);
}

a.Contact-Us {
	width: 74px;
	height: 41px;
	background-image:url(../images/btn-contact.gif);
}

#wrapper {
	margin-left:auto;
	margin-right:auto;
	width: 770px;
}

#left {
	width: 510px;
	padding: 20px 40px 20px 20px;
	float:left;
}

#right {
	float:left;
	width: 200px;
	padding:20px 0 20px 0;
}

#formArea {
	float:left;
	width: 200px;
}

.formfield {
	margin: 2px 0 8px 0;
}

#btn-apply {
	width:195px;
	overflow:hidden;
	margin-bottom: 10px;
}

#btn-apply a {
	float:left;
	display:block;
	text-indent:-9999em;
}

#btn-apply a:hover {
	background-position: 0 -78px;
}

a.apply-btn {
	width: 195px;
	height: 78px;
	background-image:url(../images/btn-big-applynow.gif);
}

a.positions {
	width: 195px;
	height: 78px;
	background-image:url(../images/btn-big-positions.gif);
}

#footer {
	height: 163px;
	width: 100%;
	background-color: #1a1345;
	margin-top: 30px;
}

#footer p {
	color: #a7a2c3;
	font-size:11px;
	margin:0;
	padding:0;
}

#footer p a {
	color:#a49fb0;
	text-decoration: none;
}

#footer p a:hover {
	color: #c0bdca;
}

#footerWrap {
	width: 730px;
	margin-left:auto;
	margin-right:auto;
	padding: 30px 20px 30px 20px;
}

#footerLeft {
	width: 600px;
	float:left;
}

#footerRight {
	width: 80px;
	float:right;
}

.client {
	border:1px dotted #CCCCCC;
	margin:0 4px 4px 0;
}