@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/ColstonSiteBKGD.jpg);
	background-repeat: repeat-x;
	background-color: #D89D52;
	font-size: 12px;
}
.Subhead {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	color: #71230F;
}

/* ---------------- Divs -------------------- */

.oneColFixCtr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 100%;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(images/contentbackground.png);
	background-position: 0px 154px;
	background-repeat: no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: none;
	border-right-color: none;
	border-bottom-color: none;
	border-left-color: none;
}
.oneColFixCtr #mainContent {
	padding-top: 20px;
	padding-right: 50px;
	padding-bottom: 0;
	padding-left: 50px;
}

.oneColFixCtr #leftCol {
	width: 480px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 100%;
	text-align: left;
	float: left;
	padding-top: 5px;
	padding-right: 5px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
}

.oneColFixCtr #rightCol {
	width: 280px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 100%;
	text-align: left;
	float: right;
	margin-top: 45px;
	margin-right: 20;
	margin-bottom: 0;
	margin-left: 10px;
	padding-left: 15px;
}

.oneColFixCtr #navigation {
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	height: 25px;
}

#header {
	height: 126px;
	padding-right: 20px;
	padding-left: 20px;
}

#footer {
	width: 800px;
	padding-top: 10px;
	padding-right: 50px;
	padding-bottom: 10px;
	padding-left: 50px;
	clear: both;
	float: none;
}
#flashHolder {
	background-color: #000;
	height: 300px;
	width: 860px;
	margin-top: 10px;
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
}


/* ---------------- End Divs -------------------- */

/* ---------------- Navigation -------------------- */

ul#main-nav {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0;
	float:left;
	width:100%;
	color: #DB9134;
	height: 30px;
	font-weight: normal;
	font-size: 14px;
	font-style: normal;
	position: relative;
	padding: 0;
	letter-spacing: .02em;
}

ul#main-nav li {
	padding:0;
	list-style:none;
	float:left;
	margin-top: 0;
	margin-right: 4px;
	margin-bottom: 0;
	margin-left: 4;
}
ul#main-nav li a {
	font-weight:normal;
	text-decoration:none;
	display:block;
	color:#DB9134;
	width: 106px;
	text-align: center;
	height: 20px;
	padding-top: 16px;
	padding-bottom: 4px;
	padding-right: 10px;
	padding-left: 2px;
}
ul#main-nav li a:hover {
	color:#5C3B0A;
}

/* -------------- End Navigation ------------------ */
.oneColFixCtr #leftCol2 {
	width: 485px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 100%;
	text-align: left;
	float: left;
	position: relative;
	margin-right: 15px;
	margin-top: 20px;
}
.oneColFixCtr #rightCol2 {
	width: 290px;
	text-align: left;
	float: right;
	clear: left;
	position: relative;
	padding-left: 10px;
	margin-top: 30px;
}
.oneColFixCtr #leftColHOME {
	width: 485px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 100%;
	text-align: left;
	float: left;
	position: relative;
	margin-right: 15px;
	margin-top: 5px;
}
