@charset "UTF-8";
/* CSS Document */

* { margin:0; padding: 0;}

body {
	background: #f4f1e5 url(../img/backgroundTexture.gif) repeat-x;
	font-family: Helvetica, Arial, Verdana, sans-serif;
}


/* General Formatting */

h1 {
	font: 30px Helvetica, Arial, Verdana, sans-serif;
	color:#0066a4;
	margin-bottom: 25px;
}

h2 {
	font: 14px Helvetica, Arial, Verdana, sans-serif;
	color:#0066a4;
	float:left;
	text-transform: uppercase;
	line-height: 14px;
	font-weight: bold;
	margin: 10px 20px 0px 20px;
}

h3 {
	font: 16px Helvetica, Arial, Verdana, sans-serif;
	color: #419639;
	font-weight: bold;
	margin-bottom: 10px;
}
	
img { border: none; }

p {
	font: 16px Helvetica, Arial, Verdana, sans-serif;
	color:#000;
	line-height: 26px;
	margin-bottom: 20px;
}

a {
	color: #0066a4;
	text-decoration: underline;
}

a:hover {
	color: #4c4c4c;
}

.required {
	color: #cc0000;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 0px;
}

.bold { font-weight: bold; }

.top { margin-top: 15px; }


/* Content Area Formatting */

#wrapper {
	width: 920px;
	margin: 0px auto;
}

#header {
	width: 920px;
	height: 80px;
	padding-top: 55px;
	/* background: url(../img/saveGreen-logo.gif) right bottom no-repeat; */
}

#content {
	width: 920px;
	margin-top: 10px;
}

#contentMain {
	width: 920px;
	float: left;
}

#copyArea {
	width: 650px;
	float: left;
	background: url(../img/mainContentBkgrnd.gif) top left no-repeat;
	min-height: 535px;
	padding: 30px;
	margin-top: 15px;
}

#framedImage {
	width: 235;
	position: relative;
	z-index: 50;
	top: -70px;
	left: 25px;
}

#bulletList { 
	margin: 0px 0px 35px 20px;
	width: 585px;
}
#bulletList ul {
	list-style-image:url(../img/bulletLeaf.gif);
}
#bulletList li {
	margin-bottom: 10px;
	line-height: 22px;
	width: 485px;
	padding: 7px;
	background-color: #daeefa;

}


/* Form Field Formatting */

fieldset.reserve {
	border: none;
	width: 100%;
	height: 37px;
	margin: 0 auto;
	background: url(../img/resNumBar.gif) no-repeat;
	text-align: left;
}
.reserve input, .reserve button {
	border: none;
	float: left;
	margin-top: 5px;
}
.reserve input.box {
	color: #0066a4;
	font-size: 12px;
	width: 256px;
	height: 22px;
	padding: 4px 5px;
	border: none;
	background: url(../img/reserveBox.gif) no-repeat;
	margin-right: 5px;
	margin-top: 8px;
}

.reserve button.btn {
	width: 32px;
	height: 28px;
	cursor: pointer;
	background: url(../img/btn_go.gif) no-repeat top right;
}

.reserve button.btn:hover {
	background: url(../img/btn_go.gif) no-repeat bottom right;
}


.requestForm {
	width: 100%;
	border-collapse: collapse;
}

.requestForm td {
	border: 1px solid #acacac;
	padding: 9px;
	font-size: 12px;
}

.requestForm tr td {
	background-color: #fff;
	color: #5f5f5f;
}

.requestForm tr.screen td {
	background-color: #e8f1e3;
	color: #5f5f5f;
}



/* End Form Field */



/* Navigation */

#nav {
	width: 630px;
	padding-top: 15px;
	float: left;
}

#navBar {
	width: 200px;
	margin-right: 10px;
	padding-top: 15px;
	float: left;
}

.btn1 {
	position: absolute;
	top: 0; left:0;
	width: 199px;
	margin-right:10px;
}
.btn2 {
	position: absolute;
	z-index: 99;
	top: 0; left:210px;
	width: 199px;
	margin-right:10px;
	display:block;
}
.btn3 {
	position: absolute;
	top: 0; left:420px;
	width: 199px;
	margin-right:10px;
	display: block;
}

#subCol1, #subCol2, #subCol3 {
	z-index: 30;
	position: absolute;
	width: 175px;
	float:left;
	margin: 100px 10px 0px 20px;
	list-style: none;
	font: 14px Helvetica, Arial, Verdana, sans-serif;
	color: #419639;
	text-transform: uppercase;
	text-align: left;
}

#subCol2 {
	margin-left: 220px;
}

#subCol3 {
	margin-left: 425px;
}

#subCol1 {
	margin-left: 30px;
}

#subCol1 li, #subCol2 li, #subCol3 li {
	margin-bottom: 12px;
}
#subCol1 li.top, #subCol2 li.top, #subCol3 li.top {
	margin-top: 12px;
}
#subCol1 li a, #subCol2 li a, #subCol3 li a {
	font: 12px Helvetica, Arial, Verdana, sans-serif;
	color: #0066a4;
	text-transform:capitalize;
	text-decoration: none;
}
#subCol1 li a:hover, #subCol2 li a:hover, #subCol3 li a:hover {
	text-decoration:underline;
}

#navCol {
	width: 175px;
	float:left;
	margin: 10px 10px 5px 20px;
	list-style: none;
	font: 14px Helvetica, Arial, Verdana, sans-serif;
	color: #419639;
	text-transform: uppercase;
}
#navCol li a {
	font: 12px Helvetica, Arial, Verdana, sans-serif;
	color: #0066a4;
	text-transform:capitalize;
	text-decoration: none;
}
#navCol li a:hover {
	text-decoration:underline;
}
#navCol li.top {
	margin-top: 12px;
}
#navCol li a {
	font: 12px Helvetica, Arial, Verdana, sans-serif;
	color: #0066a4;
	text-transform:capitalize;
	text-decoration: none;
	margin-bottom: 12px;
}
#navCol li {
	margin-bottom: 6px;
}

/* Hidden Areas Display on Hover in Navigation */
a.subNav{ position:relative; z-index:24; color:#6E666E; text-decoration:none;}
a.subNav:hover{z-index:25; background-color:#fff}
a.subNav span{display: none}
a.subNav:hover span.learn { display:block; position:relative; top:0px; left:0px; width:616px; height: 287px; background: url(../img/learnHover.gif) no-repeat; }
a.subNav:hover span.act { display:block; position:relative; top:0px; left:0px; width:616px; height: 287px; background: url(../img/actHover.gif) no-repeat; }
a.subNav:hover span.save { display:block; position:relative; top:0px; left:0px; width:616px; height: 287px; background: url(../img/learnHover.gif) no-repeat; }


#nav li { float: left; width: 175px; list-style: none; }
#nav li a { position: relative; color: #636663; text-decoration: none; }

.learn { margin-left: -9999px; text-align:left;  display:inline; position: absolute; width: 616px; height: 287px; background: url(../img/learnHover.gif) no-repeat; }
.act { margin-left: -9999px; display:inline; position: absolute; width: 616px; height: 287px; background: url(../img/actHover.gif) no-repeat; }
.save { margin-left: -9999px; display:inline; position: absolute; width: 616px; height: 287px; background: url(../img/learnHover.gif) no-repeat; }

#nav li a:hover span.learn { margin-left: 0px; }
/* #nav li a:hover span.act { margin-left: 0px; }
#nav li a:hover span.save { margin-left: 0px; } */

#nav li a:hover .btn1 { z-index: -10; }
/* #nav li a:hover .btn2 { z-index: -10; }
#nav li a:hover .btn3 { z-index: -10; }
*/
/* Table Formatting */

table {
	width: 90%;
	border-collapse: collapse;
}

td, th {
	border: 1px solid #acacac;
	padding: 9px;
	font-size: 12px;
}

th {
	background-color: #419639;
	color: #fff;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 5px 9px 3px 9px;
}
tr td {background-color: #fff;
	color: #5f5f5f;
}

tr.screen td {
	background-color: #e8f1e3;
	color: #5f5f5f;
}


/* Footer Formatting */

#footer {
	width: 920px;
	float: left;
	clear: both;
	background: url(../img/footerLine.gif) top left no-repeat;
	padding-top: 25px;
	font-size: 10px;
	margin: 50px 0px;
}
