/* DAON Style Sheet */


/* ---------- BODY ------------------------ */

* {
	margin: 0;
	padding: 0;
}
html {
	width: 100%;
	height: 100%;
}
body {
	background: #ffffff url(images/mainBG.jpg) repeat-y left;
	font-family: "Lucida Grande", Verdana, Geneva, Arial, sans-serif;
	color: #000;
	font-size: 62.5%;
	height: 100%;
}
body ul {
	list-style: none;
}

/* ---------- LAYOUT & POSITIONING ------------ */
#wrapper {
	width: 750px;
	position: relative;
	top: 0;
	left: 0;
}
#navColumn {
	width: 120px;
	position: absolute;
	top: 124px;
	left: 15px;
}
#subNavColumn {
	width: 120px;
	position: absolute;
	top: 124px;
	left: 165px;
}
#contentColumn {
	width: 450px;
	position: absolute;
	top: 0;
	left: 300px;
}
#contentHeader {
	width: 450px;
	height: 160px;
	position: relative;
	background-color: #595959;
	color: #fff;
}
#contentHeader h1 {
	width: 175px;
	height: 85px;
	position: relative;
	text-indent: -9999px;
	background: url(images/riverbendPoint.gif) no-repeat;
}
#contentHeader h2 {
	width: 175px;
	height: 75px;
	position: relative;
	text-indent: -9999px;
	background: #595959 url(images/daonLogo.gif) no-repeat;
	color: #fff;
}
#content {
	width: 375px;
	margin: 40px 0px 25px 40px;
}
.imgRight {
	clear: right;
	border: none;
	float: right;
	margin: 0 0 10px 5px;
}
#footer {
	width: 415px;
	margin: 30px 15px 25px 20px;
}

/* ---------- TYPOGRAPHY ---------------------- */
#navColumn h3 {
	font-size: 1.1em;
	color: #595959;
	padding: 0 0 23px 0;
	background-color: #fff;
}
#navColumn li {
	font-size: 1.1em;
	border-top: 1px solid #e0e0e0;
	padding: 1px 0 1px 0;
}
#navColumn li span {
	font-weight: bold;
}
#subNavColumn h3 {
	font-size: 1.1em;
	color: #595959;
	padding: 0 0 23px 0;
	background-color: #d5d3d4;
}
#subNavColumn li {
	font-size: 1.1em;
	border-top: 1px solid #f1f1f1;
	padding: 1px 0 1px 0;
}
#subNavColumn li span {
	font-weight: bold;
}
#content h2 {
	font-family: Georgia, times, "Times New Roman", serif;
	font-size: 2.5em;
	color: #444;
	background-color: #f5f5f5;
	margin: 0 0 0.4em 0;
	font-weight: normal;
	line-height: 1em;
}
#content h3 {
	color: #444;
	background-color: #f5f5f5;
	font-size: 1.2em;
	margin: 1.6em 0 0.4em 0;
}
#content h3.formTitle {
	margin: 0 0 1em 0;
	background-color: #efefef;
	color: #444;
}
#content p {
	font-size: 1.2em;
	line-height: 1.4em;
	margin: 0 0 1em 0;
	color: #595959;
	background-color: #f5f5f5;
}
#content p.date {
	margin: 0.15em 0 1.0em 0;
	text-transform: uppercase;
	font-size: 1.0em;
	color: #777;
	background-color: #f5f5f5;
}
#content p.formFieldTitle {
	font-weight: normal;
	text-transform: uppercase;
	font-size: 1.0em;
	margin: 0 0 0 2px;
	color: #666;
	background-color: #efefef;
}
#content p.formFieldTitle span {
	text-transform: none;
	color: #888;
	margin: 0 0 0 0.3em;
	background-color: #efefef;
}
#content p.formFieldTitle span.fieldSubDescription {
	text-transform: none;
	color: #888;
	background-color: #efefef;
	margin: 0;
}
#content ul {
	margin: 0 0 0 15px;
}
#content li {
	font-size: 1.2em;
	background: url(images/formBullet.gif) no-repeat left;
	padding: 0 0 0 15px;
	margin: 0 0 0.3em 0;
}
#article {
	padding: 15px 20px 15px 20px;
	background-color: #f0f0f0;
	border-top: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
	margin: 20px 0 15px 0;
	color: #555;
}
#article p {
	background-color: #f0f0f0;
	color: #555;
}
#footer p {
	font-size: 1.1em;
	color: #777;
	padding: 8px 20px 0 20px;
	border-top: 1px solid #fff;
	background-color: #f5f5f5;
}

/* ---------- HYPERLINKS ---------------------- */
#navColumn a, #subNavColumn a {
	display: block;
}
#navColumn a:link, #navColumn a:visited {
	color: #5e75a8;
	background-color: #fff;
	text-decoration: none;
	padding: 4px 0 4px 0;
}
#navColumn a:focus, #navColumn a:hover, #navColumn a:active {
	color: #fff;
	background-color: #6f83b1;
	text-decoration: none;
	padding: 4px 0 4px 0;
}
#subNavColumn a:link, #subNavColumn a:visited {
	color: #5e75a8;
	background-color: #d5d4d4;
	text-decoration: none;
	padding: 4px 0 4px 0;
}
#subNavColumn a:focus, #subNavColumn a:hover, #subNavColumn a:active {
	color: #fff;
	background-color: #6f83b1;
	text-decoration: none;
	padding: 4px 0 4px 0;
}
#content a:link, #content a:visited {
	color: #5e75a8;
	background-color: #f5f5f5;
	text-decoration: none;
}
#content a:focus, #content a:hover, #content a:active {
	color: #5e75a8;
	background-color: #f5f5f5;
	text-decoration: underline;
}

/* ---------- INPUT FORMS ---------------------- */
.formWrapper {
	background-color: #efefef;
	color: #000;
	padding: 15px 0 15px 20px;
	margin: 25px 0 40px 0;
	border: 1px solid #c0c0c0;
}
.nameField {
	margin: 0 0 8px 0;
	width: 200px;
	background-color: #fff;
	border: 1px solid #c0c0c0;
	font-size: 1.2em;
	padding: 2px;
	color: #444;
}
.emailField {
	margin: 0 0 12px 0;
	width: 280px;
	background-color: #fff;
	border: 1px solid #c0c0c0;
	font-size: 1.2em;
	padding: 2px;
	color: #444;
}
.phoneField {
	margin: 0 0 12px 0;
	width: 100px;
	background-color: #fff;
	border: 1px solid #c0c0c0;
	font-size: 1.2em;
	padding: 2px;
	color: #444;
}
.lotsField {
	margin: 0 0 12px 0;
	width: 30px;
	background-color: #fff;
	border: 1px solid #c0c0c0;
	font-size: 1.2em;
	padding: 2px;
	color: #444;
}
.messageField {
	margin: 0 0 12px 0;
	width: 280px;
	height: 5em;
	background-color: #fff;
	border: 1px solid #c0c0c0;
	font-family: "Lucida Grande", Verdana, Geneva, Arial, sans-serif;
	font-size: 1.2em;
	padding: 2px;
	color: #444;
}
#subscribe, #submit {
	font-size: 1.1em;
	font-weight: bold;
	color: #444;
	background-color: #f0f0f0;
	padding: 0 10px 0 10px;
	margin: 0 5px 0 0;
}
#reset {
	font-size: 1.1em;
	font-weight: normal;
	color: #444;
	background-color: #f0f0f0;
	padding: 0 10px 0 10px;
	margin: 0 5px 0 0;
}


