@charset "UTF-8";
html,body {
	margin:0;
	padding:0;
	background-image:url(http://www.spectrumhealthcare.com/images/body-bg.jpg);
	background-position: center top;
	background-repeat:repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #F0F0F0;
}
#page {
	position: relative;
	width: 770px;
	text-align: left;
	background-image: url(http://www.spectrumhealthcare.com/images/page-bg.png);
	background-repeat: repeat-y;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#page_1col {
	position: relative;
	width: 770px;
	text-align: left;
	background-image: url(http://www.spectrumhealthcare.com/images/page-bg_1col.png);
	background-repeat: repeat-y;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#menu {
	width: 470px;
	height: 34px;
	background-image: url(http://www.spectrumhealthcare.com/images/bg.jpg);
	background-repeat: repeat-x;
	margin-top: 86px;
	margin-left: 300px;
}
#imenu {
	width: 470px;
	height: 34px;
	background-image: url(http://www.spectrumhealthcare.com/images/bg.jpg);
	background-repeat: repeat-x;
	margin-left: 300px;
	position: absolute;
	top: 113px;
}
#printhead {
	text-align: center;
	display:none;
}
#header {
	height: 325px;
	width: 770px;
	background-image: url(http://www.spectrumhealthcare.com/images/header-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;

}
#iheader {
	height: 170px;
	width: 770px;
	background-image: url(http://www.spectrumhealthcare.com/images/iheader-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
#iheader.fr {
	background-image: url(http://www.spectrumhealthcare.com/images/friheader-bg.jpg);
}
#story {
	height: 170px;
	width: 320px;
	padding-left: 30px;
	color: #FFF;
	padding-top: 12px;
}
#story p {
	color: #B3C4E0;
	font-size: 13px;
}
#story h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 0px;
}
#story h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	margin: 0px;
	font-weight: normal;
}
#story ul {
	margin-left: 0px;
	margin-top: 10px;
	margin-bottom: 0px;
	padding:0px;
}
#story li {
	background-image: url(http://www.spectrumhealthcare.com/images/arrow-big.gif);
	background-position: 0px center;
	padding-left: 10px;
}
#story a:link {
	text-decoration: none;
	color: #FFF;
}
#story a:visited {
	text-decoration: none;
	color: #FFF;
}
#story a:hover {
	text-decoration: underline;
	color: #FFF;
}
#fontsize {
	height: 20px;
	width: 62px;
	position: absolute;
	top: 0px;
	margin-left: 680px;
	margin-top: 5px;
}
#topmessage {
	border: 1px dotted #999;
	background-color: #E2E2E2;
	color: #666666;
	padding: 8px;
	margin-bottom: 12px;
}
#address {
	margin-top: 24px;
	margin-bottom: 14px;
	border: 1px dotted #999;
	background-color: #E2E2E2;
	padding: 12px;
	height: 47px;
}
#address div.left {
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
}
#address div.right {
	float: left;
	margin-left: 10px;
}
#address p {
	padding: 0px;
}
p {
	margin: 0px;
	padding-top: 12px;
}
ul {
	margin-left: 20px;
	margin-top: 12px;
	margin-bottom: 0px;
	padding:0px;
}
li {
	background-image: url(http://www.spectrumhealthcare.com/images/bullet1.gif);
	background-repeat: no-repeat;
	background-position: 2px 5px;
	list-style-type: none;
	padding-left: 17px;
}
li.sub {
	background-image: url(http://www.spectrumhealthcare.com/images/bullet2.gif);
	background-position: 15px center;
	padding-left: 30px;
}
small {
	font-size: 10px;
	color: #666;
	padding-left: 5px;
}
hr {
	height: 1px;
	margin-top: 10px;
	border-top-width: 1px;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: dotted;
	border-top-color: #999;
}
form {
	margin: 0px;
}
label {
	font-weight: bold;
	color: #666;
	line-height: 18px;
	float: left;
	width: 130px;
	/*_width:224px;*/
}
input {
	font-size: 12px;
	border: 1px solid #666;
	line-height: 18px;
	background-color: #EFEFEF;
	height: 18px;
	width: 250px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 3px;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	border: 1px solid #666;
	background-color: #EFEFEF;
	height: 100px;
	width: 250px;
	padding-left: 3px;
	padding-right: 0px;
	float: left;
	_margin-left:3px;
	_margin-right:-3px;
}
input.submitbutton {
	font-weight: bold;
	color: #FFF;
	line-height: 22px;
	background-color: #666;
	height: 22px;
	width: 125px;
	margin-left: 130px;
	padding: 0px;
	border: none;
	cursor: pointer;
	margin-top: 12px;
}
input.submitbutton:hover {
	color: #666666;
	line-height: 18px;
	background-color: #EFEFEF;
	border: 1px solid #666;
}
input.submitbuttonJob {
	font-weight: bold;
	color: #FFF;
	line-height: 22px;
	background-color: #666;
	height: 22px;
	padding: 0px;
	border: none;
	cursor: pointer;
	margin-top: 12px;
}
input.submitbuttonJob:hover {
	color: #666;
	line-height: 18px;
	background-color: #EFEFEF;
	border: 1px solid #666;
}
#left {
	width: 460px;
	float: left;
	padding-left: 30px;
	padding-right: 20px;
	display: inline;
}
#left h1 {
	font-size: 20px;
	margin-top: 0px;
	font-family: "Times New Roman", Times, serif;
	margin-bottom: 0px;
}
#left h2 {
	margin-bottom: -12px;
	margin-top: 16px;
}
#left h2.space {
	margin-bottom: 0px;
	color: 666;
}
#left a:link {
	text-decoration: none;
	color: #2053A4;
}
#left a:visited {
	text-decoration: none;
	color: #2053A4;
}
#left a:hover {
	text-decoration: underline;
}
#right {
	width: 210px;
	float: right;
	display: inline;
	padding-right: 30px;
	padding-left: 20px;
	margin-bottom: 70px;
	text-align:left;
}
#right p {
	padding: 0px;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#right p.bold {
	font-weight:bold;
}
#right p.small {
	margin-top: 0px;
	font-size: 10px;
}
#right strong {
	text-transform: uppercase;
}
#right h2 {
	font-size: 20px;
	font-family: "Times New Roman", Times, serif;
	margin-top: 0px;
	margin-bottom: 0px;
}
#right h3 {
	margin-top: 12px;
	margin-bottom: -7px;
}
#right a {
	text-decoration: none;
	color: #666666;
}
#right a:hover {
	text-decoration: underline;
	color: #666666;
}
#right ul {
	margin-left: 0px;
	margin-top: 8px;
	margin-bottom: 0px;
	padding:0px;
}
#right li {
	background-image: url(http://www.spectrumhealthcare.com/images/arrow.gif);
	background-position: 0px center;
	padding-left: 10px;
}
#right label {
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	line-height: 15px;
	width: 60px;
	_width:57px;
	float: left;
	display: inline;
}
#right input {
	font-size: 11px;
	line-height: 15px;
	border-color: #8D8D8D;
	width: 139px;
	height: 15px;
	background-color: #FFF;
}
#right textarea {
	font-size: 11px;
	line-height: 15px;
	border-color: #8D8D8D;
	width: 139px;
	background-color: #FFF;
	height: 75px;
	float: none;
}
#right input.submitbutton {
	line-height: 22px;
	background-color: #8D8D8D;
	height: 22px;
	width: 100px;
	margin-left: 60px;
	color: #FFFFFF;
	margin-top: 0px;
}
#right input.submitbutton:hover {
	color: #8D8D8D;
	line-height: 18px;
	background-color: #D2D2D2;
	margin-left: 60px;
	border-color: #8D8D8D;
}
#rightbottom {
	width: 210px;
	float: right;
	display: inline;
	padding-right: 30px;
	padding-left: 20px;
	padding-top: 4px;
	font-size: 11px;
	margin-top: -70px;
}
#login {
	height: 24px;
	width: 210px;
	background-image: url(http://www.spectrumhealthcare.com/images/login-button.jpg);
	margin-bottom: 14px;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding-top: 4px;
}
#login.blue {
	background-image: url(http://www.spectrumhealthcare.com/images/login-button-blue.jpg);
}
#login a {
	text-decoration: none;
	color: #000;
}
#login a:hover {
	text-decoration: none;
	color: #FFF;
}
#request {
	height: 45px;
	width: 120px;
	background-image: url(http://www.spectrumhealthcare.com/images/request-button.jpg);
	margin-bottom: 14px;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 90px;
}
#request a{
	text-decoration: none;
	color: #000;
}
#request a:hover {
	text-decoration: none;
	color: #999;
}
#clearer {
	clear: both;
	display: block;
	height: 0px;
	margin: 0px;
	padding: 0px;
}
#footer {
	width: 730px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(http://www.spectrumhealthcare.com/images/footer-bg.png);
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 30px;
}
#footer p {
	padding: 0px;
	color: #999;
}
#footer strong {
	padding-right: 3px;
	padding-left: 3px;
	font-weight: normal;
	color: #CCC;
}
#footer a:link {
	text-decoration: none;
	color: #999;
}
#footer a:visited {
	text-decoration: none;
	color: #999;
}
#footer a:hover {
	text-decoration: underline;
}
#footerright {
	width: 475px;
	float: right;
	text-align: right;
}
#footerleft {
	width: 225px;
	float: left;
}
#bottombar {
	text-align:center;
}
#pic {
	background-image: url(http://www.spectrumhealthcare.com/images/pic-bg.gif);
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 12px;
	padding-right: 10px;
}
#pic img {
	margin-right: 10px;
}
#pic p {
	color: #666666;
	font-size: 14px;
	line-height: 17px;
	padding-top: 20px;
	padding-bottom: 20px;
}
#jobs {
	margin-top: 14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#jobs p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
}
#jobs th {
	background-color: #D5D5D5;
	text-align: left;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom: 1px solid #000;
}
#jobs th.center {
	text-align: center;
	padding-left: -8px;
}
#jobs td {
	padding-top: 5px;
	padding-bottom: 5px;
	vertical-align: top;
}
#jobs .even {
	background-color:#F3F3F3;
}
#jobs .odd {

}
#jobs a {
	text-decoration: none;
	color: #000;
}
#jobs a:hover {
	text-decoration: underline;
}
.sublist {
	margin-top:0px;
	margin-left:10px;
	font-size:8pt;
}
#rform h2.space {
	margin-bottom: 0px;
	margin-top: 12px;
	color: #666;
}
#rform h2.space2 {
	margin-bottom: 12px;
	margin-top: 12px;
	color: #666;
}
#rform ul {
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding:0px;
}
#rform li {
	list-style-type: none;
	padding-left: 18px;
	font-size: 10px;
	background-repeat:no-repeat;
	background:none;
}
#rform li.nomargin {
	list-style-type: none;
	padding-left: 0px;
	font-size: 10px;
	background-repeat:no-repeat;
}
#rform form {
	margin: 0px;
}
#rform label {
	font-weight: bold;
	color: #666666;
	line-height: 18px;
	float: left;
	width: 225px;
	_width:127px;
}
#rform input {
	font-size: 12px;
	border: 1px solid #666;
	line-height: 18px;
	background-color: #EFEFEF;
	height: 18px;
	width: 175px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 3px;
}
input.small {
	width: 75px;
}
input.checkbox {
	font-size: 12px;
	border:none;
	line-height: 18px;
	height: 14px;
	background-color: #FFF;
	width: 14px;
	padding: 0px;
	margin-right: 4px;
}
#rform input.checkbox {
	font-size: 12px;
	border:none;
	line-height: 18px;
	height: 14px;
	background-color: #FFF;
	width: 14px;
	padding: 0px;
	margin-right: 4px;
}
#rform textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	border: 1px solid #666;
	background-color: #EFEFEF;
	height: 100px;
	width: 275px;
	padding-left: 3px;
	padding-right: 0px;
	float: left;
	_margin-left:3px;
	_margin-right:-3px;
}
#rform input.submitbutton {
	font-weight: bold;
	color: #FFF;
	line-height: 22px;
	background-color: #666;
	height: 22px;
	width: 125px;
	margin-left: 0px;
	padding: 0px;
	border: none;
	cursor: pointer;
	margin-top: 12px;
}
#rform input.submitbutton:hover {
	color: #666;
	line-height: 18px;
	background-color: #EFEFEF;
	border: 1px solid #666;
}
.jobsTable td{
	font-size:11px;
}
.jobsTable .even {
	background:#EDEDED;
}
.jobsTable th {
	background:#999;
}

#jobsForm label{
	display:block; float:none; clear:both; font-weight:bold; width:400px; padding-top:15px;
}