html, body, #contents {
	min-height: 100%;
	width: 100%;
	height: 100%;
}
html>body, html>body #contents {
	height: auto;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #EAE4D9;
	background-image: url(images/content_bg.gif);
	background-position: center;
	background-repeat: repeat-y;
	margin: 0;
	padding: 0;
	
}
#contents {
	position: absolute;
    left: 0;
}
#header {
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	height: 145px;
}
#branding {
	height: auto;
	width: 738px;
	padding: 0px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	text-align: left;
	position: relative;
}
#tertiary-nav {
	width: 700px;
	padding: 7px 0 0 0;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	text-align: left;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	height: 20px;
}                   
#tertiary-nav a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}   
#tertiary-nav a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}  
#tertiary-nav a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
}      
#login {
	position: absolute;
	top: 105px;
	right: 20px;
	z-index: 100;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #006600;
}
#login a:link, #login a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #006600;
	text-decoration: underline;
}     
#footer {
	position: absolute;
	bottom: 0;
	background-color: #AC9373;
	width: 100%;
}
#main {
	height: auto;
	width: 738px;
	padding: 0px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	text-align: left;
}
#top {
	width: 738px;
	padding: 0px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	text-align: left;
}
#bottom {
	width: 682px;
	padding: 0px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	text-align: left;
}
#center {
	padding: 0 28px 0 28px;
	margin: 0;
}
#section_title {
	border-bottom: 1px solid #7E2216;
	padding-bottom: 2px;
	text-align: right;
	margin-top: 10px;

}
#section_title h1, #info-left {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	
	font-weight: normal;
	color: #7E2216;
}
#section_title h1 {
	float: left;
		
}
#section_title h1 b {
	font-weight: bold;
}
#section_title i {
	font-size: 14px;
	clear: both;
}
div#content table {
	width: 100%;
	margin-top: 10px;
	border-collapse: collapse;
	padding: 6px;
	clear:both;
}
div#content table tr.TableHead {
	color: #004469;
	font-weight: bold;
}
div#content table tr.TableRowEven {
	background-color: #F6F1DB;
	border-bottom: 5px solid #FFFFFF;
	color: #004469;
}
div#content table tr.TableRowOdd {
	background-color: #ECE7CF;
	color: #004469;
	border-bottom: 5px solid #FFFFFF;
}
div#content table tr.TableRowOdd td, div#content table tr.TableRowEven td {
	padding: 8px 4px;
}
div#content table tr td.td_project_name {
	padding-left: 10px;
	font-weight: bold;
}
div#content a:link, div#content a:visited {
	color: #004469;
}
#infotext {
	border-top: 1px solid #004469;
	border-bottom: 1px solid #004469;
	padding: 4px;
	margin: 10px 0;
	color: #7E2216;
	font-weight: bold;
	
}
div.project_specs {
	width: 100%;
	margin-top: 10px;
	background-color: #455762;
	padding: 0;
}
div.project_specs p {
	color: #ffffff;
	padding: 6px 10px;
}
.project {
	width: 100%;
	margin-top: 10px;
	background-color: #F6F1DB;
	color: #004469;
	text-align: right;
	padding: 10px 0;
}
.project_point_type {
float: left;
padding-left: 15px;

}
.project_point_links {
padding-right: 15px;
}
.project_point_note  {
	text-align: center;
	padding-top: 10px;
}
.project a:link, .project a:visited {
	color: #004469;
	font-weight: bold;
}
.project a:hover {
	color: #7E2216;
	font-weight: bold;
}

div.project_point_note textarea {
	padding: 4px;
	border-right: 1px solid #004469;
	border-left: 1px solid #004469;
	border-top: 3px solid #004469;
	border-bottom: 3px solid #004469;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 630px;
}
div#project_status  {
	height: 40px;
	margin: 10px 0;
}
div#project_status p {
	background-image: url(images/status-right.gif);
	background-repeat: no-repeat;
	background-position: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 40px;
	font-weight: normal;
	color: #086737;
	padding: 16px 15px 15px 0;
	display: inline;
	height: 40px;
	margin: 0;
}
div#project_status p span {
	background-image: url(images/status-left.gif);
	background-repeat: no-repeat;
	background-position: left;
	height: 40px;
	line-height: 40px;
	padding: 15px 0 15px 15px;
	margin: 0;
}
div#document_display p {
	margin-top: 10px;
	padding-bottom: 3px;
	border-bottom: 1px dashed #086737;
}
div#utility_link {
	margin: 15px 10px;
}
div#error  {
	padding: 4px 5px;
	border: 1px solid #990000;
	border-left: 6px solid #990000;
	background-color: #FFFFCC;
	color: #990000;
	margin-bottom: 20px;
}

#columns {
	
}
#columns h1 {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 20px;
	margin-top: 10px;
	font-weight: normal;
	color: #7E2216;
}
#columns p {
	padding: 10px;
	color: #7d7d7d;
}
#columns b {
	font-size: 14px;
}
#columns p a:link, #columns p a:visited {
	color: #004469;
	font-weight: bold;
}

#columna {
	width: 207px;
	border-top: 3px solid #004469;
	border-left: 1px solid #004469;
	border-bottom: 6px solid #004469;
	float: left;
	margin: 0;
	padding: 0;
	min-height: 318px;
	
}
#columnb {
	width: 207px;
	border-top: 3px solid #004469;
	border-left: 1px solid #004469;
	border-bottom: 6px solid #004469;
	float: left;
	margin: 0;
	padding: 0;
	margin-left: 20px;
	min-height: 318px;
	position: relative;
}
#columnb img {
	display: block;
	position: absolute;
	bottom: 0;
}
#columnc {
	width: 207px;
	border-top: 3px solid #004469;
	border-left: 1px solid #004469;
	border-bottom: 6px solid #004469;
	float: left;
	margin: 0;
	padding: 0;
	margin-left: 20px;
	min-height: 318px;
	padding-right: 0;
}
#quote {
	background-image: url(images/quote_bg.gif);
	background-repeat: no-repeat;
	padding: 0;
	margin: 0 0 0 0;
	height: 120px;
}
#quote p {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 18px;
	font-weight: normal;
	line-height: 21px;
	color: #FFFFFF;
	padding: 15px 70px 0 28px;
}
#quote p i {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 13px;
	font-weight: normal;
	line-height: 21px;
	color: #FFFFFF;
}
#faq {
	margin-top: 20px;
}
#faq h1 {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #7E2216;
}
#faq dd {
	margin: 0;
	padding: 0;
	color: #7d7d7d;
	line-height: 18px;
}
#faq dt {
	font-size: 14px;
	font-weight: bold;
	color: #7d7d7d;
	margin: 10px 0 0 0;
	padding: 0;
}
#faq p {
	float: right;
}
#faq p.editor_link {
	float: left;
}
#faq p a:link, #faq p a:visited {
	color: #004469;
	font-weight: bold;
}
p.editor_link {
    float: left;
}
#bio img {
    margin-right: 10px;
    margin-bottom: 10px;
}
#footer1 {
	height: 47px;	
	background-image: url(images/footer_bg.gif);
	background-repeat: repeat-x;
	border-top: 1px solid white;
}
#feed {
	width: 710px;
	padding: 10px 0 0 0;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	text-align: left;
	color: #FFFFFF;
	font-size: 13px;
}
#feed a:link {
	color: #FFFFFF;
}
#feed a:visited {
	color: #FFFFFF;
}
#feed a:hover {
	color: #FFFFFF;
}
#feed img, #feed input {
	vertical-align: middle;
}
#getstarted {
	float: right;
}
#footer2 {
	width: 710px;
	padding: 8px 0 10px 0;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	text-align: left;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 17px;
	color: #7E2216;
	margin: 0 0 10px 0;
	padding: 0;
	font-weight: normal;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #474747;
	line-height: 17px;
	margin: 5px 0 0 0;
	padding: 0;
}   
p.date {
	color: #F0B310;
	margin: 10px 0 0 0;
}
#contact {
	float: right;
}
#contact a:link, #contact a:visited, #copyright {
	color: #FFFFFF;
}
.clearall {
	clear: both;
}
#clear {
	clear: both;
	margin-bottom: 100px;
}
form {
	margin: 20px;
	padding: 0px;
}

form fieldset {
	clear: both;
	border: 1px solid #7a6039;
	padding: 10px;
	margin: 0;
}

form fieldset legend {
	font-size: 16px;
	font-weight: normal;
	color: #7a6039;
	margin: 0px 0px 0px 0px;
	padding: 0px 5px;
}

label {
	font-size: 100%;
}

form div {
	clear: left;
	display: block;
	margin: 15px 0px 0px 0px;
	padding: 1px 3px;
}

form div label {
	display: block;
	float: left;
	width: 130px;
	padding: 3px 5px;
	margin: 0px 0px 5px 0px;
	text-align: right;
	color: #7a6039;
}
form div p.notation {
	margin-left: 140px;
	color: #7a6039;
	font-size: 11px;
}
form div input, form div select, form div textarea {
	padding: 1px 3px;
	margin: 0px 0px 0px 0px;
}
form div input {
	width: 200px;
}
form div input.file_upload {
	width: 200px;
}
form div input#project_title {
	width: 350px;
}
form div select {
	padding-right: 0;
	padding-left: 1px;
}
form div input.radio_button {
	width: auto;

	margin-left: 10px;
}
form div input.checkbox {
	width: auto;
	margin-top: 10px;
	margin-left: 10px;
}
form div textarea {
	width: 350px;
}
form div#city, form div#state_zip {
	margin-left: 140px;
}
form a:link, form a:visited, form a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7a6039;
}