body {
	background: url(images/back.jpg) repeat-x top left;
	background-color: ##890D14;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-variant: normal;
	margin: 0;
	padding: 0;
	color: #666;
	font-size: 12px;
}
p, h1, h2, h3, ul, li, dl, dt, dd, fieldset {
	margin: 0;
	padding: 0;
}
a { color: #666; }
a:hover { text-decoration:none; }
.bold {font-weight:bold;}
.highlight {	
	color: #8CC63F;
	font-weight:bold;
	}
.left {float:left;}
.right {float:right;}
.center {text-align:center;
	margin-bottom: 20px;}
.homeCopy {
	line-height: 15px;
}
h1 {
	font-size: 18px;
	line-height: 17px;
	margin-bottom: 20px;
	text-transform: uppercase;
	color: #374148;
}
h2 {
	font-size: 16px;
	line-height: 17px;
	color: #374148;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #8CC63F;
}
.mainCopy {
	font-size: 14px;
	line-height: 18px;
	color: #666;
}
#wrapper {
	width: 750px;
	margin: 0 auto;
	position:relative;
}
#container {
	width: 750px;
	padding: 0px 25px 25px 25px;
	float:left;
	background: url(images/content-bkgd.jpg) repeat-x bottom #E8EDF0;
	text-align: left;
}
#header {
	float:left;
	width: 750px;
	padding: 15px 25px 0px 25px;
	background: url(images/bg-head.gif) repeat-x bottom #374148;
}#content {
	background: #fff;
	width: 650px;
	padding: 50px 50px 30px 50px;
	float:left;
	}
#wklogo {
	float:right;
}
/*====TOP NAV ======*/
#topNav {
	float:right;
	font-size: 12px;
	margin-bottom: 16px;
}
#topNav li {
	float:left;
	list-style:none;
	padding: 0 33px 6px 33px;
	border-right: 1px solid #fff;
}
#topNav li#last {
	padding-right: 0;
	border:none;
}
#topNav li a {
	color: #fff;
	text-decoration:none;
}
#topNav li a:hover, #topNav li a#current {
	border-bottom: 1px solid #8CC63F;
	color:#8CC63F;
	padding-bottom: 4px;
	}
#current {
	font-weight:bold;
}

/*=============*/

.outline ul {
	margin: 10px 0 10px 30px;
}
.selectContent ul {
	margin: 10px 4px 15px 0;
}
.selectContainer li {
	list-style:none;
	padding-bottom: 6px;
}
dl {
	background: url(images/dots.gif) repeat-x bottom;
	margin-bottom: 3px;
	float:left;
}
dt {
	float:left;
	font-weight:bold;
	background: #fff;
	padding-right: 4px;
}
dd {
	float:right;
	background: #fff;
	padding-left: 4px;
}
#available {
	float:left;
}
#available .section {
	padding: 0 100px 20px 100px;
	border:none;
}
#content ul.selects {
	width: 160px;
	float:left;
	margin: 0 0 10px 0px;
}
.selectContainer {
	width: 650px;
	border-top: 1px solid #666;
	padding-top: 20px;
	float:left;
	margin: 0 auto;
}
.selects li {padding: 3px 5px; margin: 0 5px;}
.selects li a { padding-right: 5px;}


.selectContainer .left {
	width: 150px;
	padding-right: 10px;
}
#returnBtn {
	position: fixed;
	bottom: 10px;
	right: 30px;
	padding: 14px;
	background-color:#fff;
	border: 1px dashed #333;
}
/*================*/

.datacards .left, .datacards .left dl  {
	width: 330px;
}
.datacards .left p {
	margin-bottom: 20px;
}
.datacards .right dl  {
	width: 240px;
}
.datacards .right {
	width: 255px;
	padding-right: 25px;
}
.datacards .right p, .right dl.last {
	margin-bottom: 10px;
}
#main {
	float:left;
	width: 650px;
	padding: 15px 0;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	margin: 15px 0;
}
.datacards dl.top {
	background:none;
}
.datacards dt {
	font-weight: normal;
}
.datacards dt.bold {
	font-weight : bold;
}
/*=========*/
#contact {
	width: 650px;
	padding-top: 15px;
	float:left;
}
#footer {
	text-transform: uppercase;
	color: #fff;
	font-size: 13px;
	font-weight:bold;
	text-align: center;
	width: 750px;
	float:left;
	background-color: #374148;
	padding: 8px 0;
}
#ftrContact {
	text-align: center;
	font-size: 11px;
	color: #374148;
	margin: 15px 0;
	float:left;
	line-height: 1.5em;
	width: 800px;
}
