/* CSS Document */
body {
	background-color: #333333;
	margin-top: 21px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #663300;
	line-height: 142%;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	line-height: 142%;
	margin-top: 5px;
	margin-bottom: 0px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #663300;
	line-height: 142%;
}
a {
	color: #0000FF;
}



.subTitle {
	font-size: 11px;
	font-weight: normal;
}






.turfMainTable {
	width: 762px;
}
.turfHeaderTable {
	width: 100%;
	border-left: 1px solid #FBF6EE;
	border-right: 1px solid #FBF6EE;
}
	.turfHeaderLeft {
		background-image: url(/Images/bg_header.gif);
		background-repeat: repeat-x;
		height: 72px;
		text-align: left;
	}
	.turfHeaderRight {
		background-image: url(/Images/bg_header.gif);
		background-repeat: repeat-x;
		height: 72px;
		text-align: right;
		vertical-align: bottom;
	}
	.divHeaderPhone {
		font-size: 15px;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		color: #586638;
		padding-right: 10px;
		padding-bottom: 10px;
	}
.turfSubHeaderSpace {
	background-color: #EBD9BF;
}
.turfContentTable {
	background-color: #FFFFFF;
}


/* LEFT SIDE */
	.turfContentLeftMenu {
		background-color: #AF8558;
		width: 161px;
		border-right: 1px solid #AF8558;
		vertical-align: top;
	}
		.turfContentLeftMenuTable {
			background-color: #D1E3EF;
			width: 100%;
			color: #663300;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 11px;
			font-weight: bold;
		}
		.turfContentLeftMenuTable a {
			color: #663300;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 11px;
			font-weight: bold;
			text-decoration: none;
		}
		.turfContentLeftMenuTable a:hover {
			color: #000000;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 11px;
			font-weight: bold;
			text-decoration: none;
		}
		.turfContentLeftMenuTableCells {
			color: #663300;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 11px;
			font-weight: bold;
			padding-top: 8px;
			padding-left: 8px;
			padding-bottom: 8px;
			border-bottom: 1px solid #AF8558;
		}
		.turfContentLeftMenuTableCellsOver {
			color: #000000;
			background-color: #FBF6EE;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 11px;
			font-weight: bold;
			padding-top: 8px;
			padding-left: 8px;
			padding-bottom: 8px;
			border-bottom: 1px solid #AF8558;
			cursor: pointer;
		}

/* WEATHER TABLE */
		.turfWeatherTable {
			background-color: #EBD9BF;
		}
		.turfWeatherTable a {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 9px;
			font-weight: normal;
			color: #996633;
		}
		.weatherTitle {
			color: #663300;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 14px;
			font-weight: bold;
			padding-left: 8px;
			padding-bottom: 5px;
		}
		.weatherLocation {
			color: #996633;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			font-weight: bold;
			padding-left: 8px;
			padding-bottom: 5px;
		}
		.weatherOutput {
			padding-left: 8px;
			padding-right: 8px;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 11px;
			font-weight: normal;
		}
		.weatherTime{
			font-size: 10px;
			font-family: Arial, Helvetica, sans-serif;
			font-weight: normal;
			color: #000000;
		}


/* CONTENT FULL */
	.turfContentFull {
		background-color: #FFFFFF;
		width: 570px;
		padding: 15px;
		vertical-align: top;
		text-align: left;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: normal;
	}

/* CONTENT CENTER */
	.turfContentCenter {
		background-color: #FFFFFF;
		width: 302px;
		padding: 15px;
		vertical-align: top;
		text-align: left;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: normal;
	}

/* RIGHT SIDE */
	.turfContentRightSide {
		padding: 15px;
		background-color: #D1E3EF;
		width: 238px;
		vertical-align: top;
		color: #336666;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: bold;
		line-height: 163%;
	}
		.featureImageTable {
			background-color: #AF8558;
		}
		.featureImageTableControls {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 11px;
		}
/* LOWER NAVIGATION */
.turfLowerNavTable {
	background-color: inherit;
	color: #FFCC99;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	line-height: 22px;
}
	.turfLowerNavTable a {
		background-color: inherit;
		color: #FFCC99;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: bold;
		text-align: center;
		line-height: 22px;
		text-decoration: underline;
	}
	.turfLowerNavTable a:hover {
		background-color: inherit;
		color: #FBF6EE;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: bold;
		text-align: center;
		line-height: 22px;
		text-decoration: underline;
	}

/* LOWER LOGOS */
.turfLowerLogosTable {
	text-align: center;
}
/* LOWER ADDRESS */
.turfLowerAddressTable {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 150%;
	text-align: center;
}
.turfLowerAddressTitle {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.turfLowerMannixTable {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}
	.turfLowerMannixTable a {
		background-color: inherit;
		color: #FFCC99;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: bold;
		text-align: center;
		text-decoration: underline;
	}
	.turfLowerMannixTable a:hover {
		background-color: inherit;
		color: #FBF6EE;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: bold;
		text-align: center;
		text-decoration: underline;
	}






.jobsTable {
	font-size: 12px;
}
