/* ************************
 * general xhtml elements *
 ************************ */
html, body {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	border-top: 0px;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #212a3d;
	color: #FFF;
}

/* spacers are sometimes needed so that the containing box doesn't end before the end of the floats */
div.spacer {
	margin: 0px; padding: 0px; border: 0px;
	clear: both;
	font-size: 1px; line-height: 1px;
}

.accessibilityItems {
	display: none;
}

.centered {
	text-align: center; /* 1st part of IE5-5.5 centering hack */
}

a:link, a:active, a:visited {
	color: #50b3cf;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}


/* *****************
 * the content box *
 ***************** */
.contentWrapper, .contentWrapperHome, .contentWrapperContact {
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 0;
	margin-right: 0;
	padding: 0;
	border: 0px;
	width: 950px; /* was 'auto' */
	height: 612px;
	background-color: #212a3d;
	background-image: url(../images/res_bkgd_a.jpg);
	background-repeat: no-repeat;
	text-align: left;
	/*border: thin solid red;*/
}

.contentWrapperContact {
	background-image: url(../images/res_bkgd_a2.jpg);
}

.contentWrapperHome {
	background-color: #FFF;
	background-image: url(../images/home_bkgd_a.jpg);
}

.contentWrapperMain {
	position: relative;
	width: 950px;
	height: 612px;
	margin-top: auto; margin-bottom: auto;
	margin-left: auto; margin-right: auto;	/* Opera 4 doesn't like the 'margin' shorthand when using auto */
	padding: 0px;
	border: 0px;
	text-align: left; /* 2nd part of IE5-5.5 centering hack */
	/*border: thin solid green;*/
}


/***********
 * top nav *
 ***********/
.topNavHolder, .topNavHolderHome {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 950px;
	height: 58px;
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
	border: 0px;
	z-index: 99;
	text-align: right;
	/*border: thin solid cyan;*/
}

.topNavHolder {
	background-image: url(../images/topnav.jpg);
}

.topNavHolderHome {
	background-image: url(../images/topnavhome.jpg);
}

.topNavHolder ul, .topNavHolderHome ul {
	list-style-type: none;
	margin: 14px 20px 0px 0px;
	padding: 0;
}

.topNavHolder ul li, .topNavHolderHome ul li {
	display: inline;	
}

.topNavHolder a:link, .topNavHolder a:active, .topNavHolder a:visited, .topNavHolder li, .topNavHolderHome a:link, .topNavHolderHome a:active, .topNavHolderHome a:visited, .topNavHolderHome li {
	color: #FFF;
	font-size: 17px;
	font-weight: bold;
	text-decoration: none;
}

.topNavHolderHome a:link, .topNavHolderHome a:active, .topNavHolderHome a:visited, .topNavHolderHome li {
	color: #002271;
}

.topNavHolder a:hover, .topNavHolderHome a:hover {
	/*color: #50b3cf;*/
	text-decoration: underline;
}


/************
 * side nav *
 ************/
.sideNavHolder {
	position: absolute;
	top: 58px;
	left: 0px;
	width: 192px;
	height: 505px;
	margin: 0;
	padding: 0;
	/*background-image: url(../images/res_sidenav.jpg);
	background-repeat: no-repeat;*/
	border: 0px;
	z-index: 99;
	/*border: thin solid cyan;*/
}

.sideNav {
	position: absolute;
	top: 25px;
	right: 30px;
	z-index: 150;
}


/*************************
 * res image content nav *
 *************************/
.resMain {
	position: absolute;
	top: 58px;
	left: 192px;
	width: 753px;
	height: 505px;
	margin: 0;
	padding: 0;
	background-image: url(../images/res_bkgd_b.jpg);
	background-repeat: no-repeat;
	border: 0px;
	z-index: 99;
	/*border: thin solid cyan;*/
}


/****************
 * home content *
 ****************/
.homeMain {
	position: absolute;
	top: 274px;
	left: 100px;
	width: 591px;
	height: 280px;
	margin: 0;
	padding: 0;
	background: none;
	border: 0px;
	z-index: 99;
	/*border: thin solid cyan;*/
}

.homeMain p {
	margin: 15px 15px 15px 20px;
	font-size: 15px;
	text-indent: 25px;
	line-height: 1.5em;
}


/****************
 * home sandbags *
 ****************/
.homeSB1, .homeSB2 {
	float:left;
	clear:left;
	padding:0;
	margin-right: 10px;
	/*border: thin solid red;*/
}

.homeSB1 {
	width: 83px;
	height: 50px;
}

.homeSB2 {
	width: 85px;
	height: 19px;
}


/**********************************************************
 * contact / glossary / faq's / energy tax credit content*
 **********************************************************/
.contactMain, .glossaryMain {
	position: absolute;
	top: 86px;
	left: 100px;
	width: 775px;
	height: auto;
	margin: 0;
	padding: 0;
	background: none;
	z-index: 99;
	border: 3px solid white;
}

.contactMain h1, .contactMain p, .glossaryMain h1, .glossaryMain h2, .glossaryMain p {
	margin: 15px 15px 15px 20px;
	line-height: 1.5em;
	/*text-align: left;*/
}

.contactMain h1, .glossaryMain  h1{
	font-size: 17px;
}

.contactMain p, .glossaryMain p {
	font-size: 13px;
}

.contactMain .error {
	color: red;
}

.contactFormHolder {
	width: 420px;
	/*border: thin solid green;*/
	margin: 0;
	padding: 0;
}

.contactFormHolder p {
	margin: 15px 0 25px 0;
	font-size: 11px;
	font-style: italic;
}

.contactFormHolder label {
	font-size: 12px;
	float: left;
	width: 145px;
}

.contactFormHolder input, .contactFormHolder textarea, .contactFormHolder select {
	font-family: Verdana, Arial, Helvetica, sans-serif; /* For some reason, the textarea ignores the declaration in the body tag up above... */
	font-size: 12px;
	margin-bottom: 5px;
	clear: right;
	background-color: #4d5561;
	color: #fff;
	border: 1px #fff solid;
	padding: 2px;
}

.contactFormHolder input, .contactFormHolder textarea {
	width: 200px;
}

.contactFormHolder textarea {
	width: 250px;
	height: 150px;
}

.contactFormHolder #submitbutton {
	width: auto;
	margin-top: 30px;
	margin-left: 70px;
}

.contactMain a:link, .contactMain a:visited, .contactMain a:active, .contactFormHolder a:link, .contactFormHolder a:visited, .contactFormHolder a:active {
	color: #50b3cf;
}

.contactMain a:hover, .contactFormHolder a:hover {
	color: #50b3cf;
}

.glossaryMain h2 {
	font-size: 15px;
	font-style: italic;
	margin-top: 40px;
}

.glossaryMain p {
	margin-left: 40px;
	text-indent: -20px;
}

.glossaryMain table {
	
}

.glossaryMain table tr.row1 {
	background-color: #4d5561;
}

.glossaryMain table tr.row2 {
	background-color: #424958;
}

.glossaryMain table tr td {
	padding: 5px;
	border: solid 1px #212a3d;
	text-align: center;
	font-size: 13px;
}

.ulinline { /* this shows up in ustax/index.php */
	font-size: 80%;
	line-height: 1.5em;
	padding: 0;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 1em;
	margin-left: 65px;
}

/**************
 * bottom nav *
 **************/
.bottomNavHolder, .bottomNavHolderHome {
	position: absolute;
	bottom: 7px;
	right: 25px;
	text-align: right;
	margin: 0;
	padding: 0;
	border: 0px;
	z-index: 100;
	/*border: thin solid cyan;*/
}

.bottomNavHolderHome {
	bottom: 35px;
	right: 15px;
}

.bottomNavHolder ul, .bottomNavHolderHome ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.bottomNavHolder ul li, .bottomNavHolderHome ul li {
	display: inline;	
}

.bottomNavHolder a:link, .bottomNavHolder a:active, .bottomNavHolder a:visited, .bottomNavHolder li, .bottomNavHolderHome a:link, .bottomNavHolderHome a:active, .bottomNavHolderHome a:visited, .bottomNavHolderHome li {
	color: #50b3cf;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}

.bottomNavHolderHome a:link, .bottomNavHolderHome a:active, .bottomNavHolderHome a:visited, .bottomNavHolderHome li {
	color: #002271;
}

.bottomNavHolder a:hover, .bottomNavHolderHome a:hover {
	color: #50b3cf;
	text-decoration: underline;
}


/**********
 * footer *
 **********/
.footer, .footerHome {
	position: absolute;
	bottom: 7px;
	right: 25px;
	text-align: right;
	margin: 0;
	padding: 0;
	border: 0px;
	z-index: 99;
	/*border: thin solid cyan;*/
}

.footerHome {
	bottom: 0px;
	right: 15px;
}

.footer a:link, .footer a:active, .footer a:visited, .footer p, .footerHome a:link, .footerHome a:active, .footerHome a:visited, .footerHome p {
	color: #FFF;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
}

.footerHome a:link, .footerHome a:active, .footerHome a:visited, .footerHome p {
	color: #002271;
}

.footer a:hover, .footerHome a:hover {
	text-decoration: underline;
}

.footer p, .footerHome p {
	font-weight: normal;
}
