* {
	margin:0;
	padding:0;
	}
html, body {
	height:100%;
	}
body {
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center; 
	background-color:#FFF;
	background-image:url(/img/bg.jpg);
	background-position:center top;
	background-repeat:repeat-x;
	}
a {
	color:#113F84;
	}
img {
	border:0;
	}
img.left {
	float:left;
	margin:0 10px 10px 0;
	}
img.right {
	float:right;
	margin:0 0 10px 10px;
	}

#floating-background {
	background-image:url(/img/floating-background-image.png);
	background-position:center top;
	background-repeat:no-repeat;
	width:100%;
	}


#container {
	margin:0 auto;
	text-align:left;
	clear:left;		
	width:980px; 
	background-color:#FFF;
	position:relative;
	min-height:800px;
	}
	
#header {
	background-attachment:scroll;
	background-color:#FFFFFF;
	background-image:url(/img/headerBg.jpg);
	background-position:right top;
	background-repeat:no-repeat;
	height:131px;
	position:relative;
	}
	
	#header h1 {	
	color:#00A9E0;
	font-weight:normal;
	font-size:11px;
	padding:5px 0 20px;	
	}
	
	
#header p a {
	display:block;
	height:120px;
	overflow:hidden;
	outline:none;
	text-indent:-9999px;
	}
#header #banner {
	width:468px;
	height:60px;
	position:absolute;
	right:20px;
	top:15px;
	}
#navigation {
	position:absolute;
	top:90px;
	right:20px;
	height:31px;
	width:813px;
	background-image:url(../img/navBg.gif);
	background-repeat:no-repeat;
	}
#navigation ul {
	list-style:none;
	}
#navigation ul li {
	float:left;
	border-right:1px solid #FFF;
	font-size:14px;
	}
#navigation ul li a {
	display:block;
	padding:7px 12px 8px;
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
	}
#navigation ul li.selected {
	background-image:url(../img/navSelectedBg.gif);
	background-repeat:repeat-x;
	}
#navigation ul li.first {
	background-image:none;
	padding-left:20px;
	}
#navigation ul li.last {
	border-right:none;
	}
#navigation ul li ul {
	display:none;
	}

#breadcrumbs {
	background-image:url(../img/breadcrumbBg.gif);
	background-repeat:repeat-x;
	height:42px;
	color:#6C6C6C;
	}
#breadcrumbs ul {
	list-style:none;
	margin-left:20px;
	padding:12px 12px 14px 75px;
	background-image:url(../img/breadcrumbTitle.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
	}
#breadcrumbs ul li {
	float:left;
	padding:0 8px 0 0;
	}
#breadcrumbs ul li a {
	padding:0 3px 0 0;
	text-decoration:none;
	color:#081B7C;
	}
	
#breadcrumbs p {
	float:left;
	margin:12px 6px 0 12px;
	}
#breadcrumbs form p {
	display:block;
	float:left;
	margin:12px 6px 0 0;
	}
#breadcrumbs input {
	margin:0;padding:0;
	}
#breadcrumbs input.submit {
	margin-top:6px;
	}
	
#content {
	padding:20px;
	overflow:auto;
	background-image:url(../img/contentBg.gif);
	background-position:top;
	background-repeat:repeat-x;
	}
	
#content h1 {	
	color:#00A9E0;
	font-weight:normal;
	font-size:26px;
	padding:5px 0 20px;	
	}
#content h2 {
	color:#6C6C6C;
	}
#content h3 {	
	color:#00A9E0;
	font-size:18px;
	margin-bottom:18px;
	}
#content h4 {
	color:#6C6C6C;
	font-size:16px;
	margin-bottom:16px;
	}
#content p {	
	line-height:20px;
	margin-bottom:14px;
	color:#6C6C6C;
	}
#content label, #content td {	
	color:#6C6C6C;
	}
#content ul {
	margin-bottom:14px;
	}
#content ul li {
	color:#6C6C6C;
	margin-left:20px;
	line-height:20px;
	list-style-image:url(../img/bullet.gif);
	}
#content p.alert {
	color:#FF0000;
	}
#content a {
	color:#113F84;
	text-decoration:underline;
	font-weight:bold;
	}
	
	#content a:hover {
	color:#113F84;
	text-decoration:none;
	font-weight:bold;
	}

#content .rightColumn h3  {
	font-size:16px;
	border-bottom:1px solid #CCC;
	padding-bottom:3px;
	margin-bottom:10px;
	font-size:18px;
	font-weight:normal;
	}
#content .rightColumn h3 a {
	color:#00A9E0;
	}

	
	
#homeBanner {
	background-image:url(../img/contentBg.gif);
	background-position:top;
	background-repeat:repeat-x;
	}
#homeBanner p {
	background-image:url(../img/homeBanner.jpg);
	background-position:right bottom;
	background-repeat:no-repeat;
	color:#00A9E0;
	font-size:24px;
	font-weight:normal;
	height:142px;
	line-height:30px;
	padding:25px 300px 15px 20px;
	}


/* 2 column home page  */
#content #twoColumnHome {
	padding-bottom:30px;
	font-size:13px;
	}
#content #twoColumnHome div.leftColumn {	
	float:left;
	width:450px;
	padding-right:15px;
	border-right:1px solid #CCC;
	}
#content #twoColumnHome div.rightColumn {	
	width:450px;
	margin-left:480px;
	}
#content #twoColumnHome div.leftColumn div {	
	background-image:url(../img/homeLeftColImg.jpg);
	background-repeat:no-repeat;
	padding-left:135px;
	}
#content #twoColumnHome div.rightColumn div {	
	background-image:url(../img/homeRightColImg.jpg);
	background-repeat:no-repeat;
	padding-left:135px;
	}

#content #twoColumnHome ul {
	list-style:none;
	}	
#content #twoColumnHome div.leftColumn ul li {
	background-image:url(../img/bulletMagnify.gif);
	background-repeat:no-repeat;
	padding-left:20px;
	list-style:none;
	}	
#content #twoColumnHome div.rightColumn ul li {
	background-image:url(../img/bulletTick.gif);
	background-repeat:no-repeat;
	padding-left:20px;
	list-style:none;
	}
	
	
#content #twoColumnHome h3 {
	background-image:url(../img/homeH3Bg.gif);
	background-repeat:no-repeat;
	width:451px;
	padding:2px 0 5px 10px;
	color:#FFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:20px;
	margin-bottom:20px;
	
	border:0;
	}
#content #twoColumnHome a {
	color:#081B7C;
	font-weight:bold;
	text-decoration:underline;
	}
	

/* 2 column template */
#content #twoColumn {
	overflow:auto;
	padding-bottom:30px;
	}
#content #twoColumn div.leftColumn {	
	float:left;
	width:610px;
	}
#content #twoColumn div.rightColumn {	
	width:300px;
	margin-left:640px;
	}

	
/* 3 column template */
#content #threeColumn {
	background-image:url(../img/3columnBg.gif);
	background-repeat:repeat-y;
	overflow:auto;
	padding-bottom:30px;
	}
#content #threeColumn div.leftColumn {	
	float:left;
	width:180px;
	}
#content #threeColumn div.middleColumn {	
	float:left;
	width:440px;
	padding:0 10px;
	}
#content #threeColumn div.rightColumn {	
	width:300px;
	margin-left:640px;
	}
	
	
/* sub-nav */
#content div.leftColumn ul {	
	list-style:none;
	margin:5px 0 0;
	}
#content div.leftColumn ul li {
	margin:0;
	line-height:16px;
	}
#content div.leftColumn ul li a {
	display:block;
	color:#081B7C;
	text-decoration:none;
	padding:5px 0;
	}
#content div.leftColumn ul li.selected a {
	color:#00A9E0;
	font-weight:bold;
	background-image:url(../img/subNavSelectedBg.gif);
	background-repeat:no-repeat;
	background-position:right;
	}


#content .contactButton {
	margin-top:20px;
	}
#content .contactButton p {
	background-image:url(../img/telephone.gif);
	background-repeat:no-repeat;
	padding-left:70px;
	}
#content .contactButton p a {
	color:#6C6C6C;
	}
	


blockquote {
	padding:0;
	position:relative;
	text-indent:1.7em;
	width:300px;
	margin-top:10px;
	font-style:italic;
	}
.bqstart, .bqend {
	color:#AEAEAE;
	font-size:500%;
	font-style:normal;
	}
.bqstart {
	float:left;
	margin:-0.6em 0 -2em;
	text-indent:0;
	}
blockquote > .bqstart {
	float:none;
	left:0;
	margin:0;
	position:absolute;
	top:-0.2em;
	}
.bqend {
	margin-top:-1em;
	position:absolute;
	right:0;
	text-indent:0;
	}
blockquote > .bqend {
	margin-top:-0.6em;
	}



#content #careHomeProfile {
	float:left;
	width:600px;
	}
#content #careHomeProfile p {
	margin-bottom:5px;
	}
#content #careHomeProfile h4 {	
	color:#6C6C6C;
	font-size:16px;
	margin:20px 0 5px;
	}
#content #careHomeProfile table {
	width:100%;
	border-collapse:collapse;
	margin-bottom:14px;
	}
#content #careHomeProfile table th {
	color:#6C6C6C;
	font-weight:bold;
	border-bottom:1px solid #CCC;
	padding:6px 0;
	}
#content #careHomeProfile table td {
	color:#6C6C6C;
	border-bottom:1px dotted #CCC;
	padding:6px 0;
	}
	
	
	
#content #careHomeImages {
	margin-left:640px;
	width:300px;
	}
#content #careHomeImages img {
	margin:0 10px 10px 0;
	}


#content #careHomeSearchWrapper {
	position:relative;
	height:340px;
	}
	
#content ul#tabs {
	list-style:none;	
	position:absolute;
	z-index:999;
	}
#content ul#tabs li {
	background-image:url(../img/tabBgLeftOff.gif);
	background-position:left;
	background-repeat:no-repeat;
	float:left;
	margin:0;
	line-height:16px;
	list-style:none;
	}
#content ul#tabs li a {
	display:block;
	padding:7px 7px 6px 30px;
	outline:none;
	}
#content ul#tabs li.on {
	background-image:url(../img/tabBgRight.gif);
	background-position:right;
	background-repeat:no-repeat;
	}
#content ul#tabs li.on a {
	background-image:url(../img/tabBgLeft.gif);
	background-position:left;
	background-repeat:no-repeat;
	}
	
#content #careHomeSearchForm {
	padding:20px;
	width:780px;
	height:257px;
	background-image:url(../img/careHomeSearchBg.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
	position:absolute;
	top:28px;
	}
#content #careHomeSearchForm label {
	display:block;
	float:left;
	width:250px;
	height:30px;
	}
#content #careHomeSearchForm fieldset {
	height:90px;
	border:0;
	clear:both;
	}
#content #careHomeSearchForm hr {
	clear:both;
	margin:10px 0;
	color:#CCC;
	background-color:#CCC;
	}
	

#content div.searchNav {
	height:50px;
	}
#content div.searchNav p.pager {
	/*margin:0 350px 0 200px;*/
	text-align:center;
	}
#content p.pager a,
#content p.pager .currentPage {
	margin-right:5px;
	}


#content ul.searchResults {
	list-style:none;
	border-top:1px solid #CCC;
	margin-bottom:10px;
	}
#content ul.searchResults li {
	border-bottom:1px solid #CCC;
	padding:10px 0;
	margin:0;
	overflow:auto;
	list-style-image:none;
	}
#content ul.searchResults li div.image {
	float:left;
	
	}
#content ul.searchResults li div.details {
	margin-left:150px;
	}
#content ul.searchResults li h2 {
	font-size:16px;
	}
#content ul.searchResults li h2 a {
	text-decoration:none;
	color:#6C6C6C;
	}
#content ul.searchResults li p {
	margin-bottom:2px;
	}


#container table.jobs {
	border-collapse:collapse;
	width:100%;
	margin-bottom:10px;
	}
#container table.jobs th {
	padding:4px 20px 4px 10px;
	color:#6C6C6C;
	text-align:right;
	white-space:nowrap;
	vertical-align:top;
	width:190px;
	}
	
	
	
#content #loginform {
	width:270px;
	height:162px;
	background-image:url(../img/loginFormBg.gif);
	background-repeat:no-repeat;
	padding:20px;
	margin-left:180px;
	}
#content #loginform div.row {
	margin-bottom:6px;
	}
#content #loginform label {
	width:90px;
	display:block;
	float:left;
	}
#content #loginform input.text {
	width:170px;
	}


#content  div.row {
	margin-bottom:5px;
	}
#content form p {
	font-size:12px;
	}
#content div.row label {
	display:block;
	float:left;
	font-size:12px;
	width:140px;
	}
#content div.row input.text {
	width:140px;
	background-image:url(../img/formFieldBg.gif);
	background-position:top left;
	border:1px solid #DDDDDD;
	padding:4px;
	}
#content div.row textarea {
	width:280px;
	background-image:url(../img/formFieldBg.gif);
	background-position:top left;
	border:1px solid #DDDDDD;
	padding:4px;
	margin-top:4px;
	}
#content div.row input.submit {
	margin-left:230px;
	}
	
	

#content .leftColumn div.row input.text {
	width:280px;
	background-image:url(../img/formFieldBg.gif);
	background-position:top left;
	border:1px solid #DDDDDD;
	padding:4px;
	}
#content div.row input.submit {
	margin-left:0;
	}


#footer {
	background-image:url(../img/footerBg.gif);
	background-position:top;
	background-repeat:repeat-x;
	padding:20px;
	clear:both;
	font-size:12px;
	}
#footer div {	
	float:left;
	background-position:left top;
	background-repeat:no-repeat;
	height:120px;
	}
#footer div.address {
	background-image:url(../img/footerAddress.jpg);
	margin-right:40px;
	padding-left:110px;
	}
#footer div.contact {
	background-image:url(../img/footerContact.jpg);
	padding-left:150px;
	}
#footer div.links {
	background-image:url(../img/footerLinks.jpg);
	padding-left:110px;
	margin-left:620px;
	float:none;
	}
#footer ul {
	list-style:none;
	}
#footer li {
	line-height:20px;	
	color:#081B7C;
	font-weight:bold;
	}
#footer p {
	line-height:20px;
	margin-bottom:14px;
	color:#6C6C6C;
	}
#footer span {
	color:#081B7C;
	font-weight:bold;
	}
#footer a {
	color:#081B7C;
	text-decoration:underline;
	font-weight:bold;
	font-size:12px;
	}