/* CSS Document */

/* Background Initialization*/

body {
	font-family: "Lucida Grande", Verdana, Lucida, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background: #fefaea;
	color: #2f2926;	
}

/* commented backslash hack \*/ 
html, body {height:100%;} 
/* end hack */

*, html, body {
	margin: 0;
	padding: 0;
}




/* Classes and Tags */

h1 {
	font: normal 3.0em "Savoye LET", "Brush Script MT", "Monotype Corsiva", serif;
	color: #508876;
	margin: 0 0 .5em 0;

}

h2 {
	font: normal 1.8em Georgia, "Times New Roman", Times, serif;
	color: #508876;
	margin: 0 0 .4em 0;

}

h3 {
	color: #8b9166;
	font-size: 1.5em;
	margin: 0 0 3px 0;

}

p {
	font-size: 1.3em;
	margin: 0 0 1em 0;

}

p.address {
	margin: 4em 0 0 0;
	

}

p.finePrint, span.finePrint {
	color:#666666;
	font: italic 1.3em Georgia, "Times New Roman", Times, serif; 

}

dd .finePrint {
	color:#666666;
	font: italic 1.0em Georgia, "Times New Roman", Times, serif;
	padding: 1em 0 0 20px;

}

img { border: none;}

.announce { color:#CC3300; }

.announce a, .announce a:visited { color:#CC3300; text-decoration:underline;}
.announce a:hover { text-decoration: none;}

.last {
	border-bottom: 1px solid #508876;
	width: 40%;
	text-align: center;
	margin: 1em 0 1em 30%;

}



/* Content Divs */

#wrapper {
	width: 865px;
	min-height: 100%;
	margin-bottom: -30px;
	height:auto;
	background: transparent url(../images/page_background.jpg) repeat-y left top;

}

* html #wrapper { height: 100%;}

#masthead {
	width: 850px;
	height: 210px;
	background: transparent url(../images/masthead.jpg) no-repeat left top;

}

#navColumn {
	float: left;
	width: 175px;
	padding: 20px 0 0 0;

}

#navColumn ul {
	list-style-type: none;
	text-align: left;
	margin: 0 0 0 15px;

}

#navColumn ul li a {
	background: transparent url(../images/nav_off.gif) no-repeat 128px 0.3em;
	display: block;
	text-decoration: none;
	font: normal 1.2em "Lucida Grande", Verdana, Lucida, Arial, Helvetica, sans-serif;
	line-height: 25px;
	color: #FFF;

}

#navColumn ul li a:hover, #navColumn ul li a#current {
	background: transparent url(../images/nav_on.gif) no-repeat 128px 0.3em;
	color: #b3bb83;

}

#mainContent {
	margin: 20px 0 0 200px;
	position: relative;

}

#forText {
	width: 420px;

}

#forText ul {
	list-style-type: none;
	text-align: left;
	margin: 0 0 0 15px;

}

#forText ul li a {
	text-decoration: none;
	font-size: 1.3em;
	color: #2f2926;

}

#forText ul li a:hover {
	text-decoration: none;
	color: #508876;

}

#forText table {
	width: 300px;
	color: #508876;
	font: 1.3em "Lucida Grande", Verdana, Lucida, Arial, Helvetica, sans-serif;
	margin: 0 0 2em 2em;

}

#forText table td.holder {
	width: 200px;

}

#forText dt {
	color: #508876;
	font-size: 1.4em;
	margin-top: 10px;
}

#forText dd {
	font-size: 1.3em;
	padding: 0 0 0.5em 0;

}

#forImages {
	position: absolute;
	top: 0;
	left: 440px;
	width: 179px;

}

#forImages img {
	padding: 0 0 15px 0;
	margin: 0 0 20px 0;

}

#clearFooter {
	height: 30px;
	clear: both;

}

#footer {
	height: 30px;
	clear: both;
	margin: 0 0 0 200px;
	width: 420px;
	color: #8cadcd;
	font: 0.8em "Lucida Grande", Verdana, Lucida, Arial, Helvetica, sans-serif;

}

#footer img { 
	position: relative;
	top: 4px;

}

/*  FORM STYLES */

form {
	font-size: 1.2em;

}

form li {
	list-style: none;
	padding: 2px;
	margin: 0;
	width: auto;
}

form label {
	float: left;
	line-height: 1.5;
	width: 140px;
	display: inline;
	color: #4b5415;

}

form input, form select, form textarea {
	background-color: #e3eda5;
	border: 1px solid #666;
	color: #4b5415;
	width: 250px;

}

form textarea {	
	font-family: "Lucida Grande", Verdana, Lucida, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}

form input.submit {
	width: 80px;
	height: 25px;
	text-align: center;
	position: absolute;
	left: 143px;

}
