/*COLORS
Greens - light to dark

#DEE3D0
#C1C8AB
#69793C

*/

/* style for the entire page - everything visible within the browser window. */
body {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	padding-left: 10px;
	padding-top: 10px;
}

/* style for large table that forms page layout. */
.page {
}


/*------------Styles for table cell containers in page layout.-------------------*/
.logo{
	padding: 0px;
	padding-left: 10px;
	padding-top: 10px;
	border-right: 1px solid #C1C8AB;
}
.banner { padding-bottom: 8px;
}
.nav td.nav_right{
	background-color:#FFFFFF;
	width: 300px;
	border-top: 0px;
	border-right: 0px;
}
.nav_left {
	border-right: 1px solid #C1C8AB;
	border-top: 1px solid #C1C8AB;

}
.left {
	width: 120px;
	padding: 0px 20px 0px 20px;
	border-right: 1px solid #C1C8AB;
}

.left p {
 line-height: 30px;
 width: 150px;
 color: #69793C;
 text-align: right;
}
.right {
	width: 120px;
}
.content {
	padding: 20px;
	padding-top: 6px;
}
.footer {
	padding-top: 20px;
	color: #69793C;
	line-height: 16px;
}

/*------------- Styles for table data and charts. ----------------*/

/* Sets color for table borders.*/
.chart {
	background-color: #C1C8AB;
}

/* Sets color/style for table headings.*/
.chart th {
	background-color: #DEE3D0;
	text-align: left;
}

/* Sets color/style for table cells.*/
.chart td {
	background-color: #FFFFFF;
}

/*------------- Link styles ---------------*/

/* Links within nav bar - regular state */
.nav td{
	background-color: #DEE3D0;
	padding: 4px;
	padding-left: 8px;
	padding-right: 8px;
	border: 1px solid #C1C8AB;
	border-left: 0px;
}

.nav td a {
	font-family:Arial, Helvetica, sans-serif;
	color: #69793C;
	text-decoration: none;
	text-transform: uppercase;
}

/* Links within nav bar - roll-over state */
.nav td a:hover {
	color: #990000;
}

/* Links within nav bar - "on" state */
.nav td.on{
	background-color: #FFFFFF;
	border-bottom: 0px;
}

.nav td.on a {
}

.nav td.on a:hover {
}


/* Regular links on page - normal state */
a {
	color: #69793C;
}

/* Regular links - roll-over state */
a:hover {
	color: #990000;
}


/*------------ Type styles --------------- */

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #DEE3D0;
	text-transform: uppercase;
	font-weight: normal;
}

h2, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #69793C;
	text-transform: uppercase;
	background-image:url(../images/arrow.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	margin-top: 16px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
}

p {
	line-height: 18px;
}

/* Bulleted list */
ul {
	line-height: 16px;
	list-style-type: square;
}

/* Numbered list */
ol {
	line-height: 16px;
	list-style-type: decimal;
}

/* Notes for clients */
.note {
background-color:#CCFF99;
}

ul.subnav{
margin: 0px;
padding: 0px;
}

ul.subnav li {
margin-top: 8px;
}

.homelink{
border-top: 1px solid #C1C8AB;
}

.homelink td {
border-bottom: 1px solid #C1C8AB;
padding: 8px;

}

th {
text-align: left;
}

ul.subnav li {
background-image:url(../images/arrow_small.gif);
background-repeat:no-repeat;
padding-left: 10px;
list-style-type: none;
background-position: 0px 6px;
}

.contact_table {
margin-top: 20px;
}
