/* Author: Shawn M. Adams for RegionalHelpWanted.com 05/2008 */

html {
	overflow-y: scroll; 
}

body, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body {
	background-color: #C6C6C6;
	background-image: url(/corporate/images/layout/mainBg.jpg);
	background-repeat: repeat-x;
	color: #333333;
	margin: 0 0 0 0;
	text-align: center;
}

.container {
	display: block;
	width: 985px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

div {
	display: block;
}

.clear {
	clear: both;
}

/* page layout */

#header {
	height: 55px;
	color: #666666;
	line-height: 31px;
}

#header .left {
	float: left;
	padding-left: 10px;
}

#header .right {
	float: right;
	padding-right: 15px;
}

.blackSm, .blackMid, .blackLg, .blackHome, #left .top, #left .topLight, #right .top, #right .topLight {
	clear: both;
	background-image: url(/corporate/images/layout/spriteBg.gif);
	background-repeat: no-repeat;
}

.blackSm {
	height: 35px;
	padding-left: 6px;
	margin-bottom: 0px;
}

.blackMid {
	height: 10px;
	background-color: #333333;
	background-position: 0px -117px;
	margin-bottom: 15px;
}

.blackLg {
	height: 215px;
	background-color: #222222;
	margin-bottom: 15px;
}

.blackHome {
	height: 250px;
	margin-bottom: 15px;
}

.blackHomeNoscript {
	height: 250px;
	background-image: url(/corporate/images/layout/blackBg.jpg);
	margin-bottom: 15px;
}

#left {
	clear: left;
	float: left;
	width: 720px;
	padding-bottom: 6px;
	margin-bottom: 15px;
	background-image: url(/corporate/images/layout/btm720.gif);
	background-position: bottom;
}

#left .top {
	height: 6px;
	background-position: 0px -132px;
}

#left .topLight {
	height: 6px;
	background-position: 0px -189px;
}

#left .content {
	padding: 5px 15px 15px 15px;
	background-color: #FFFFFF;
}

#right {
	clear: right;
	float: right;
	width: 250px;
	padding-bottom: 6px;
	margin-bottom: 15px;
	background-image: url(/corporate/images/layout/btm250.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

#right .top {
	height: 6px;
	background-position: -735px -132px;
}

#right .topLight {
	height: 6px;
	background-position: -735px -189px;
}

#right .content {
	padding: 5px 15px 15px 15px;
	background-color: #EFEFEF;
}

#rightAd {
	float: right;
	margin-bottom: 15px;
}

#footer {
	border-top: 1px #000000 solid;
	background-color: #333333;
	padding: 20px 25px 25px 25px;
	color: #666666;
	text-align: center;
}

#footer a {
	color: #CCCCCC;
}

/* Boxes */

.borderBox, .borderBoxBg {
	border: 1px #CCCCCC solid;
	padding: 1em;
	margin-bottom: 1em;
}

.borderBoxBg {
	background-color: #F0F0F0;
	background-image: url(/corporate/images/layout/borderBoxBg.jpg);
	background-repeat: repeat-x;
}

#alert, #confirm {
	display: block;
	background-color: #FFFFFF;
	padding: 1em;
	padding-left: 1.5em;
	margin-bottom: 1em;
}

#alert {
	border: 2px #FF0000 solid;
}

#alert strong {
	color: #FF0000;
}

#confirm {
	border: 2px #33CC33 solid;
}

#confirm strong {
	color: #009900;
}

/* Text */

h1, h2, h3, h4, h5 {
	/*font-family: 'Trebuchet MS', Helvetica, sans-serif;*/
	font-size: 1.85em;
	margin: 0em;
}

h2 {
	font-size: 1.5em;
}

h3 {
	font-size: 1.25em;
}

h4 {
	font-size: 1.10em;
}

h5 {
	font-size: 1em;

}

p {
	margin: 0px 10px 20px 0px;
}

.small {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
}

.strongLg {
	font-size: 1.10em;
}

/* Links */

a {
	color: #2854F7;
}

.nodec, .dark, .gray, .medgray, .lightgray, .lightgray2, .orange, .white {
	text-decoration: none;
} 

a:hover.nodec, a:hover.dark, a:hover.gray, a:hover.lightgray, a:hover.medgray, a:hover.orange, a:hover.white {
	text-decoration: underline;
}

.gray {
	color: #B1B1B1;
}

.lightgray {
	color: #EFEFEF;
}

a:hover.lightgray2 {
	color: #FFFFFF;
}

.lightgray2 {
	color: #999999;
}

.medgray {
	color: #666666;
}

.dark {
	color: #000000;
}

.orange {
	color: #FF3300;
}

.white {
	color: white;
}

/* Lists */

ol {
    padding-left:1em;
    margin-left:1em;
}

ul {
    padding-left:1em;
    margin-left:0;
	list-style-type: square;
}

li {
	margin-bottom: 1.5em;
}

/* Forms */

form {
	display: inline;
}

