html, body, #contents {
	min-height: 100%;
	width: 100%;
	height: 100%;
}
/* The "height" above is a hack for IE5+/Win.  Below we adjust it using the child selector to hide from IE5+/Win  */
html>body, html>body #contents {
	height: auto;
}
/* Without this, Moz1.0 adds a vertical scrollbar */
body {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	background-color: #F4F7EE;
	background-image: url(../img/bodyBack.gif);
	background-repeat: repeat-x;
	font-size: 11px;
	line-height: 18px;
	top: 0px;
	left: 0px;
	width: 100%;
}

#address{
	position: absolute;
	top: 245px;
	width: 135px;
	font-size: 11px;
	line-height: 18px;
	color: #2D2E2B;
	text-align: right;
}
#video{
	position: absolute;
	top: 370px;
	left:20px;
	width: 115px;
	height:88px;
	font-size: 12px;
	line-height: 18px;
	color: #2D2E2B;
	text-align: center;
	font-weight:bold;
	color:#740216;
	z-index:100;
}
#contents {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	margin: 0px 0px 0px 0px;
}
#footer {
	position: absolute;
	bottom: -1px;
	height: 20px;
	font-size: 11px;
	width: 100%;
	text-align: center;
	clear: both;
	line-height: 16px;
	background-color: #CBCEC2;
	border-top: 1px solid #2D2E2B;
	color:#6C6C6C;
}

#footer a {
color: #6C6C6C;
text-decoration:underline;
}

#main {
	margin-bottom: 30px;
	height: auto;
	position: relative;
}
#mainnav{
	width: 116px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 135px;
	top: 90px;
}
#contentcolumn{
	background-color: transparent;
	margin-left: 150px;
	margin-top: 245px;
	width: 550px;
}
#indexlogo{
	position: absolute;
	top: 0px;
	left: 0px;
}
#indexphoto{
	float: right;
	margin-top: 0px;
}
a img{
	border: 0px none;
}
td{
	font-size: 11px;
}
hr{
	border: 1px solid #000000;
	color: #000000;
	font-size: 0px;
	height: 1px;
	line-height: 0px;
}
li{
	line-height: 14px;
	list-style-position: outside;
	margin: 5px 0px 5px 30px;
}
ul{
	list-style-position: outside;
	margin: 4px 0px 8px 0px;
	padding: 0px;
}
h1{
	font-size: 12px;
	margin-bottom: 5px;
	letter-spacing: 1px;
}
.bold{
	font-weight: bold;
}
.border1{
	border: 1px solid #383838;
}
.captioned{
	text-align: center;
	font-weight: bold;
	line-height: 14px;
	color: #454741;
}
.captioned img{
	margin-bottom: 10px;
}
.centertext{
	text-align: center;
}
.copyright{
	color: #CCCCCC;
	font-size: 9px;
	text-decoration: none;
}
.floatleft{
	color: #333333;
	float: left;
	font-size: 11px;
	line-height: 14px;
	margin: 5px 15px 10px 0px;
	position: relative;
}
.floatright{
	color: #333333;
	float: right;
	font-size: 11px;
	line-height: 14px;
	margin: 5px 0px 10px 15px;
	position: relative;
}
.indent{
	margin: 5px 5px 5px 15px;
}
.sitecredit{
	color: #6C6C6C;
}
.submitbutton{
	background-color: #CBCEC2;
	color: #000000;
	border-top: 1px solid #C2C2C2;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #C2C2C2;
	width: 150px;
	cursor: hand;
}
.submitbuttonhover{
	background-color: #740216;
	color: #FFFFFF;
	border-top: 1px solid #C2C2C2;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #C2C2C2;
	width: 150px;
	cursor: hand;
}
.submitbuttonclick{
	background-color: #740216;
	color: #FFFFFF;
	border-top: 1px solid #000000;
	border-right: 1px solid #C2C2C2;
	border-bottom: 1px solid #C2C2C2;
	border-left: 1px solid #000000;
	width: 150px;
	cursor: hand;
}
a.sitecredit:hover{
	color: #F4F7EE;
}
a{
	color: #000000;
	text-decoration: none;
}
a:hover{
	color: #740216;
	text-decoration: underline;
}
a.subnav{
	 background-color: #E1E2D5;
}
.primenav{
	color: #000000;
	letter-spacing: 1px;
	text-decoration: none;
}
/*menu stuff below*/
#nav {
	list-style: none;
}
#nav ul { 
	padding:0px;
	margin:0px;
	list-style: none;
	z-index:99;
	overflow:visible;
	position:absolute;
	width:116px;
}
#nav li { 
	position: relative; 
	border-bottom:none;
	display:block;
	height: auto; /*auto */
	margin:0px;
}
#nav a {
	text-decoration:none; 
	display:block;
	padding: 0px 0px 0px 10px;  
	margin:0px; /*helps Opera with hover */
	width:106px; /* helps IE with hover */
	height: auto;
	font-size: 11px;
	line-height: 17px;
	color: #FFFFFF;
	border-top: 1px solid #757870;
	border-bottom: 1px solid #2D2E2B;
	background-color: #5E605A;
}
#nav ul a {
	text-decoration:none; 
	display:block;
	padding: 0px 0px 0px 10px;  
	margin:0px; /*helps Opera with hover */
	width:106px; /* helps IE with hover */
	height: auto;
	font-size: 11px;
	line-height: 17px;
	color: #FFFFFF;
	border-top: 1px solid #757870;
	border-left: 1px solid #757870;
	border-right: 1px solid #2D2E2B;
	border-bottom: 1px solid #2D2E2B;
	background-color: #5E605A;
}
#nav a:hover{
	background-color: #740216; 
	color: #FFFFFF;
}
#nav ul a:hover{
	background-color: #740216; 
	color: #FFFFFF;
}
#nav ul, #nav ul ul, #nav ul ul ul{
	display:none; 
	position: absolute; 
	top:0px; 
	left:116px;
}
#nav li:hover ul ul, #nav li:hover ul ul ul{
	display:none; 
}
#nav li:hover ul, #nav ul li:hover ul, #nav ul ul li:hover ul{
	display:block;
}
li>ul { 
	top: auto;
	left: auto;
}
/* Win IE only \*/
* html #nav li{
	float:left;
}/* end holly hack */


#topNav {
	margin-left:250px;
	position:absolute;
	margin-top:72px;
	color:#FFFFFF;
	width:400px;
}

#topNav a {
	display:block;
	float:left;
	color:#FFFFFF;
	padding:0 10px 0 10px;
	line-height:20px;
	border-right:1px #333333 solid;
	width:63px;
	text-align:center;
	background-color:#666666;
}

#topNav a:hover {
	text-decoration:none;
	background-color:#740216;
}