/* CSS Document */


/* General Rules
----------------------------------------------- */

body {
	color: #353535;
	font-family: 'Lucida Grande','Lucida Sans Unicode','Trebuchet MS',Verdana,Arial,Sans-serif;
	font-size: 12px;
	line-height: 16px;
	margin: 0;
	text-align: center; /* This is for IE5's benefit */
	}

img { border: none; }

p { margin: .75em 0; }


h1 {
	color: #353535;
	font-size: 28px;
	font-weight: normal;
	}
h2 {
	font-size: 21px;
	font-weight: normal;
	margin: 40px 0 20px 0;
	}

ul, ol { margin: 5px 0 5px 42px; padding: 0; }
ul ul, ol ol { margin-left: 42px; }
ul li { margin: 2px 0; padding: 0; }

blockquote { margin: 10px 20px; }

hr {
	border: none;
	border-top: 1px solid #dfdfdf;
	clear: both;
	margin: 25px 0;
	width: 492px;
	}

a, a:visited { color: #669900; }
a:hover { color: #406000; }



/* Misc Rules
----------------------------------------------- */

.clearBoth { clear: both; }

.floatRight { float: right; }
.floatLeft { float: left; }

.imgFloatRight { float: right; margin: 0 0 8px 8px; }
.imgFloatLeft { float: left; margin: 0 8px 8px 0; }

.alignRight { text-align: right; }
.alignLeft { text-align: left; }

.small { font-size: 90%; }

.noMargin { margin: 0; }
.noTopMargin { margin-top: 0; }
.noBottomMargin { margin-bottom: 0; }

.noBorder { border: none; }

.fade { color: #c18980; }

table {
	border-left: 1px solid #999;
	border-top: 1px solid #999;
	font-size: 10px;
	}
td, th {
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	padding: 5px;
	text-align: center;
	}
th {
	background-color: #999;
	color: #fff;
	font-weight: bold;
	}
th a, th a:visited {
	background: none;
	color: #fff;
	padding: 0;
	text-decoration: underline;
	}
th a:hover { background: none; text-decoration: underline; }



/* Body Wrap
----------------------------------------------- */

#bodyWrap, #bodyWrapHome { text-align: left; }

#headerprint {
	margin: 30px 0 50px 0;
	border-bottom: 1pt solid #ccc;
	text-align: left;
	}
.printheader {
	color: #669900;
	font-size: 100%;
	font-weight: bold;
	}
.printlocation {
	color: #666;
	font-size: 80%;
	}



/* Navigation
----------------------------------------------- */

#mainNav { display: none; }
#navLanding { display: none; }	


/* Sub Nav */

#subNav {
	border-bottom: 1px solid #9cb1a1;
	margin: 17px 0 -10px 0;
	padding-bottom: 5px;
	}
#subNav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#subNav li {
	border-right: 1px solid #c4ddc2;
	color: #c4ddc2;
	display: block;
	float: left;
	margin: 0 12px 0 0;
	padding: 0 12px 0 0;
	}
#subNav li.noBorder { border: none; }
#subNav li a { color: #819787; text-decoration: none; }
#subNav li a:hover { color: #4a463e; }
#subNav li.active a { color: #4a463e; font-weight: bold; }



/* Body
----------------------------------------------- */

#body {
	text-align: left;
	}
	
#introText {
	font-size: 24px;
	}

#homeIntro {
	}
#homeIntro h2 {
	color: #669900;
	font-size: 28px;
	}
#homeIntro p {
	font-size: 16px;
	line-height: 21px;
	text-shadow: #ddf7d8 1px 1px 1px; /* Some finesse for Safari */
	}



/* Footer
----------------------------------------------- */

#footer {
	color: #999;
	font-size: 10px;
	margin: 20px 0 0 0;
	text-align: right;
	}
#footer p { border-top: 1px solid #9cb1a1; padding: 10px 0 18px 0; }



