/* CSS Document */

body {
	font-family: Arial, Verdana, serif;
	font-size:12px;
	color:#000000;
	background-color: #e6e7e9;
	margin:0px;
	height:100%;
	background-image: url(images/bg_tile.jpg);
	background-repeat: repeat-x;
}
td {
	font-family: Arial, Verdana, serif;
	font-size:12px;
	color:#000000;
}
h1 {
	font-size:24px;
	color:#000000;
	margin-top:10px;
	margin-bottom:10px;
	font-weight: normal;
}
h2 {
	font-size:12px;
	color:#000000;
	margin-top:0px;
	margin-bottom:0px;
	line-height: 14pt;
	font-weight: normal;
}
.largeText {
	font-size: 20px;
	text-decoration: none;
}
.logo {
	display:block;
	margin-left:0px;
	margin-bottom:0px;
	float:left;
}
.header {
	margin-top:0px;
	margin-bottom:0px;
	width:750px;
	float:left;
}

.headerGraphic {
	margin-top:0px;
	margin-bottom:10px;
	width:537px;
	float:left;
}
.mainContent {
	width:795px;
	float:left;
}
.column {
	margin-top:0px;
	width:740px;
	float:left;
}
.leftColumn {
	margin-left:15px;
	width:165px;
	float:left;
}
.rightColumn {
	width:540px;
	float:right;
}
.navigation {
	margin-top:0px;
	margin-bottom:0px;
	width:100%;
	float:left;
}

.headerText {
	margin-top:0px;
	margin-left:50px;
	width:700px;
	float:left;
}
.pageTextHalf {
	width:365px;
	float:left;
}
.footer {
	margin-top:20px;
	margin-left:35px;
	padding:10px;
	width:680px;
	float:left;
	color:#666666;
}
.contentHolder {
	background-color: #ffffff;
	position: absolute;
	left: 50%;
	width:795px;
	margin-left: -397px;
	margin-top:0px;
	top: 0px;
	/*height:100%;*/
	min-height:100%;
}

.clear {
	clear: both;
	height: 0;
}

a {
	font-size: 13px;
	border:0;
	text-decoration:none;
	color: #97999c;
}
a:hover {
	background-color: #efefef;
	text-decoration:none;
	color: #000000;
}

a.blackLink {
	text-decoration:none;
	font-weight:bold;
	color: #000000;
}
a.blackLink:Hover {
	color:#FFFFFF;
	background-color: #e10d85;
}
.JobOfTheWeek {
	font-family: Arial, Verdana, serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}

.JobOfTheWeekRed {
	font-family: Arial, Verdana, serif;
	font-size: 12px;
	color: #E43228;
	font-weight: bold;
}

.hlt td {
	background-color: #f1f1f1;
	color: #666666;
}

.smallText {
	font-size:10px;
}

.jobOn {
	background-color: #7cbb2d;
	display: block;
	color: #FFFFFF;
	font-weight:bold;
}
.jobOff {
	background-color: #e73028;
	display: block;
	color: #FFFFFF;
	font-weight:bold;
}
.pinkRow {
	background-color: #e10d85;
	color:#FFFFFF;
}

.redText {
	color:#ef3f35;
}
.blackText {
	color:#000000;
}

ul
{
color:#ef3f35;
list-style-type: disc;
} 

div.hr {
	clear:both;
	height: 1px;
	background: #C7C7C7 url(images/trans.gif) no-repeat scroll center;
}
div.hr hr {
	display: none;
}

.inputbox {
	background-color: #FFFFFF;
	border: #666666;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 1px;
	margin-left: 1px;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	color: #000000;
	font-family: Arial, Verdana, serif;
	font-size:12px;
}