@charset "utf-8";
* html body{ /*IE6 hack*/
padding: 0 0 0 465px; /*Set value to (0 0 0 WidthOfFrameDiv)*/
}
* html #column3{ /*IE6 hack*/
height: 100%; 
width: 100%; 
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .688em;
	background-color: #514d44;
	background-image: url(images/main_bg1.gif);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	border: 0;
	overflow: hidden;
	height: 100%; 
	max-height: 100%;
}
a:link.white { color:#FFFFFF; text-decoration:none; }
a:visited.white { color:#FFFFFF; text-decoration:none; }
a:hover.white { color:#FFFFFF; text-decoration:underline; }
a:active.white { color:#FFFFFF; text-decoration:none; }

/*Column 1*/
#column1 {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 287px; /*Width of frame div*/
	height: 100%;
	overflow: hidden;
	color: white;
	background-color: #FFFFFF;
	background-image: url(images/bg1.gif);
	background-repeat: repeat-x;
}
#logoPlacement {
	margin-top: 10px;
	margin-right: 12px;
	margin-bottom: 24px;
	margin-left: 12px;
}

#column1content {
	font-size: 1em;
	line-height: 17px;
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 15px;
	color: #514D44;
	}
#column1content h3 {
	font-size: 1.273em;
	color: #9e9c8d;
}
#footer {
	width:287px;
	height:90px;
	bottom: 0;
	position: absolute;
	padding-left:15px;
	background-image: url(images/bg2.gif);
	background-repeat: repeat-x;
	color: #464239;
	line-height:17px;
}
#footer p {
	border-top: 1px solid #d0cfcb;
	width:255px;
	padding-top:6px;
	margin-top:22px
}
#footer a:link {color:#2d6830; text-decoration:none}
#footer a:visited {color:#2d6830; text-decoration:none}
#footer a:hover {color:#2d6830; text-decoration:underline}
#footer a:active {color:#2d6830; text-decoration:none}

/*Column 2*/
#column2 {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 295px;
	width: 170px;
	height: 100%;
	overflow: hidden;
	color: #FFFFFF;
}
#mainNav {
	font-size:1em;
	color:#9e9c8d;
	margin-top: 25px;
	margin-left:15px;
	line-height:20px;
}
#mainNav H3 {
	font-size: 1.273em;
	margin-top: 12px;
	margin-bottom: 12px;
}

/*Column 3*/
#column3 {
	position: fixed;
	top: 0;
	left: 465px; /*Set left value to WidthOfFrameDiv*/
	right: 0;
	bottom: 0;
	overflow:auto;
	overflow-x: hidden;
	color: #FFFFFF;
}
#mainContent {
	margin: 32px 15px 15px 15px;
	padding-bottom:15px;
	color: #d0cfcb;
}
	#mainContent h2 {
		font-size: 2em;
		font-weight: normal;
		color: #9e9c8d;
		margin-top: 0;
		padding-bottom: 15px;
		border-bottom: 1px dotted #9e9c8d;
	}
	#mainContent h3 {
		font-size: 1.5em;
		font-weight: normal;
		color: #9e9c8d;
	}
	#mainContent p {
		font-size: 1.091em;
		line-height: 1.5em;
	}
	#mainContent em {
		font-size: .9em;
		background-color:#39352d;
		line-height:1.48em;
	}
.text500 {
	width: 500px;
}
.imageSpacing {
	margin-bottom: 10px;
	margin-left: 10px;
	float: right;
}
.imageSpacingLeft {
	margin-top: 5px;
	margin-bottom: 10px;
	margin-right: 10px;
	float: left;
}

#featured1 {
	color: #9E9C8D;
	width:486px;
	margin-top: 20px;
}
#featured1 h3 {
	font-size: 1.2em;
	font-weight: bold;
	background-image: url(images/main_headerBack.gif);
	background-repeat: repeat-x;
	padding: 8px;
	padding-left:10px;
}
#flashHolder {
	width: 486px;
}

.featured2 {
	margin-left: 10px;
	clear: both;
	margin-bottom: 20px;
	line-height: 15px;
	color: #d0cfcb;
}
.featured2 img {
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
}
.featured2 strong {
	color: #9E9C8D;
	font-size: 1.091em;
}
.staff {
	width:500px;
}
.staff ul {
	margin-left: 0;
	padding-left:0;
	display: inline;
}
.staff ul li {
	margin-left: 0;
	margin-bottom: 10px;
	margin-right: 8px;
	margin-top: 8px;
	width: 85px;
	list-style: none;
	text-align:center;
	display: block;
	float: left;
}
.formFields {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
.form1 {
	padding-right: 10px;
	vertical-align: top;
	text-align: right;
}
.form2 {
	padding-bottom: 6px;
	vertical-align: top;
}
.formTitle {
	color: #9e9c8d;
	padding-top: 8px;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 14px;
}
