/*===========================================================
	Body Styles
===========================================================*/
body {
	background-color: #8E7F78;
	font: 14px Arial, Helvetica, sans-serif;
	color:#642428;
	margin: 0px;
	padding: 0px;
}

#siteWrapper {
	width: 703px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	border-right:25px solid #9E8F85;
	border-left:25px solid #9E8F85;
	background-color: #F3F1F0;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/*===========================================================
	Header Styles
===========================================================*/
#header img { border: 0px; }



/*===========================================================
	Content Styles
===========================================================*/
#content {
	padding:16px 0 25px 33px;
	border-left:15px solid #757061;
	border-right:15px solid #757061;
	border-bottom:15px solid #757061;
	background: #F3F1F0 url(/lib/images/hp_bg.gif) repeat-y top;
	width:640px;
}

a {
	color:#2E5B5C;	
}
a:hover {
	text-decoration:none;
	}

h1 {
	font: 22px Georgia, "Times New Roman", Times, serif;
	
}

h2 {
	font: 18px Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}

h3 {
	font: 16px Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}

#hpleft {
	float:left;
	width:355px;
	padding:10px 0 0 0;
	}
#hpleft .inset {
	margin:0 10px 13px 0;
	float:left;
	border:1px solid #642428;
	}
#hpleft .intro {
	font-size:18px;
	}
	
#hpright {
	float:right;
	width:260px;
	}
#hpright .address {
	margin:0 5px 0 75px;
	color:#2E5B5C;
	font-size:12px;
	}
.credit {
	font-size:10px;
	}
.credit a {
	text-decoration:none;
}

#hpevents, #hpnews {
	display: block;
	font: 12px Arial, Helvetica, sans-serif;
	
	margin-bottom: 20px;
	padding-left: 25px;
	padding-right: 10px;
	width: 315px;

}

#hpevents { color: #2E5B5C; }

#hpevents a {
	color: #642428;
	text-decoration: none;
}

#hpnews a { text-decoration: none; }


/*===========================================================
	Table Styles
===========================================================*/

td, th {
	padding:6px;
	}
th {
	font-weight:bold;
	background-color:#662AA1;
	color:#FFFDD1;
	}
tr.alt {
	background-color:#DAAA84;
	}

/*===========================================================
	Navigation Styles
===========================================================*/

#nav {
	width:703px;
	background-color:#35696A;
	height:29px;
	}

#subnav {
	background-image: url(/lib/images/subnav_bg.gif);
	text-align: left;
	width: 150px;
}

#subnav ul { 
	margin: 0px;
	padding: 0px;
}

#subnav li {
	display: inline;
	margin: 0px;
}

#subnav li a {
	color: #FFFDD1;
	background-color: #7640AB;
	background-image: url(/lib/images/subnav_bg.gif);
	background-repeat: repeat-y;
	border-bottom: 1px solid #9B74C2;
	display: block;
	padding: 8px 2px 8px 26px;
	text-decoration: none;
}

#subnav li a:hover {
	background: #669966;
	border-bottom: 1px solid #548754;
}

#subnav li.primaryON, #subnav li.primaryON a {
	background: #669966;
	border-bottom: 1px solid #548754;
	font-weight: bold;
}

#subnav li.child, #subnav li.child a {
	background: #89B089;
	border-bottom: 1px solid #548754;
	font-size: 10px;
	text-indent: 8px;
}

#subnav li.childON, #subnav li.childON a {
	background: #7AA47A;
	border-bottom: 1px solid #548754;
	font-size: 10px;
	font-weight: bold;
	text-indent: 8px;
}

#subnav li.child a:hover, #subnav li.childON a:hover {
	background: #7AA47A;
}



/*===========================================================
	Form Styles
===========================================================*/
input.button {
	background-color: #669966;
	border: 0px;
	color: #FFFFFF;
	height: 23px;
	width: 38px;
	
}

input.searchfield {
	background-color: #C8B3DD;
	border: 1px solid #7E3C59;
	height: 18px;
	width: 178px;
	margin-bottom:2px;
}




/*===========================================================
	FireControl Styles
===========================================================*/
#toolbar a {
	background: #FF7F00;
	padding: 2px 5px;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration:none;
}
