@charset "UTF-8";
html,body {
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height:100%;
	width:100%;
}
#question {
	font-size: 9px;
	background-color: #FF4F40;
	width: 42px;
	text-align: center;
	border: 1px solid #9B2B24;
	color: #481411;
	float: left;
	margin-top: 5px;
	margin-right: 5px;
}
#container {
	height:100%;
	width:100%;
	background-color:#9B2B24;
}
#content {
	padding: 23px;
	background-color:#FFF;
	margin: 4px;
	height: 446px;
	background-image: url(images/spectrum-health-care.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
p {
	margin-top: 10px;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 0px;
}
h2 {
	margin-top: 20px;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 20px;
	font-weight: normal;
}
h1 {
	margin: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
}
h3 {
	font-size: 14px;
	margin-bottom: 0px;
	line-height: 18px;
}
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: #999999;
}
ol {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-size: 14px;
	line-height: 18px;
}
a:link {
	text-decoration: none;
	color: #666666;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
}
form {
	margin: 0px;
}
label {
	line-height: 18px;
	float: left;
	width: 150px;
	_width:127px;
}
input {
	font-size: 12px;
	border: 1px solid #666666;
	line-height: 18px;
	background-color: #EFEFEF;
	height: 18px;
	width: 275px;
	padding: 0px 0px 0px 3px;
}
input.med {
	width: 150px;
}
input.small {
	width: 100px;
}
input.checkbox {
	font-size: 12px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFFFFF;
	width: 15px;
	margin-right: 4px;
}
input.submitbutton {
	font-weight: bold;
	color: #FFFFFF;
	line-height: 22px;
	background-color: #666666;
	height: 22px;
	width: 125px;
	padding: 0px;
	border: none;
	cursor: pointer;
	margin-right: 8px;
	margin-top: 15px;
}
input.submitbutton:hover {
	color: #666666;
	line-height: 18px;
	background-color: #EFEFEF;
	border: 1px solid #666666;
}
input.rate {
	font-weight: bold;
	color: #FFFFFF;
	line-height: 22px;
	background-color: #666666;
	height: 22px;
	width: 22px;
	padding: 0px;
	border: none;
	cursor: pointer;
	margin-right: 4px;
}
input.rate:hover {
	color: #666666;
	line-height: 18px;
	background-color: #EFEFEF;
	border: 1px solid #666666;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	border: 1px solid #666666;
	background-color: #EFEFEF;
	height: 100px;
	width: 275px;
	padding-left: 3px;
	padding-right: 0px;
	float: left;
	_margin-left:3px;
	_margin-right:-3px;
}
#scroll {
	padding: 23px;
	background-color:#FFF;
	margin: 4px;
	overflow: auto;
	height:446px;
	background-image: url(images/spectrum-health-care.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}
#table {
	width:419px;
}
#table p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
}
#printhead {
	display:none;
}
#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 #000000;
	font-weight: normal;
}
#jobs th.center {
	text-align: center;
	padding-left: -8px;
	font-size: 14px;
}
#jobs td {
	padding-top: 5px;
	padding-bottom: 5px;
	vertical-align: top;
}
#jobs a:link {
	text-decoration: none;
	color: #000000;
}
#jobs a:visited {
	text-decoration: none;
	color: #000000;
}
#jobs a:hover {
	text-decoration: underline;
}
#clearer {
	clear: both;
	display: block;
	height: 0px;
	margin: 0px;
	padding: 0px;
}

