@charset "UTF-8";
/* CSS Document */
body {
	font: 100% Arial, Helvetica, sans-serif;
	background: #c9d5EB;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
/* overall container adds 5px white on sides */
#container {
	background: #FFFFFF;
	width: 770px ;
	margin-left: auto ;
	margin-right: auto ;
	padding: 0px 5px 0px 5px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
/*
//
//
//
*/
/******** Top Navigation Styles ********/
/* Top Nav Container */ 
#topNav {
	background-image: url(../images/bkgd_header.gif);
	background-repeat: repeat-x;
	overflow: hidden;
	height: 41px;
}
/* Top Nav Buttons */
#topNav a {
	text-decoration: none;
	color: #654e27;
}
#topNav ul{	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #654e27;
	list-style-type: none;
	margin: 0;
	padding: 11px 0 0 0;
	text-shadow: #cfc6a8 1px 1px 1px;
}
#topNav li {
	border-right: 2px solid #a6bca8;
	float: right;
	margin: 0px;
	padding: 0px 7px 0px 6px;
}
#topNav li.last{
	border-right: 0px;
	padding-right: 4px;
}
/* Top Nav Search Box */
#topNav #searchBox{
	float: right;
	height:38px;
}
#topNav #searchBox form{
	padding: 8px 4px 0px 0px;
}
#topNav #searchBox input {
	padding: 0px;
	margin: 0px;
}
#topNav #searchBox input.button {
	vertical-align:middle; 
	border:none;
}
/*
//
//
//
*/
/******** Main Navigation Dropdown Styles ********/
/* Main Nav Dropdown Menues */
.menu { 
	left: 0; 
	margin: 0px 1px 0px 0px; 
	padding: 0px 1px 0px 0px; 
	text-align: left; 	
}
.menu a { 
	border-left: 1px solid #578476; 
	border-right: 1px solid #578476; 
	border-top: 1px solid #FFF; 
	border-bottom: 1px solid #578476;
	color: #245c49; 
	display: block; 
	font: 12px Arial, sans-serif; 
	padding: 6px 10px; 
	text-decoration: none;
}

.options { 
	background: #fff; 
	border: none; 
	border: 1px; 
	margin: 1px;
	margin-bottom: -10px;
}
.options a {
	margin: 0 0px;
	padding-right: 10px;
	background-image: url(../images/bkgd_menulink.gif);
	background-repeat: repeat-x;
}
.options a:hover, .options a:active {
	color: #005131; 
	background-image: url(../images/bkgd_menulink_r.gif);
}
/*
//
//
//
*/
/******** Footer Styles ********/
/* Footer Container */ 
#footer {
	height: 46px;
	background-image: url(../images/bkgd_footer.gif);
	background-repeat: repeat-x;
	padding: 5px 0px 0px 0px;
	margin:0 auto 0 auto; /* in full to help IE5Mac */
	text-align: center;
}
/* Text Formatting For Footer */ 
#footer a {
	text-decoration: none;
	color: #654e27;
}
#footer ul{	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #654e27;
	list-style-type: none;
	padding: 11px 0 0 0;
	text-shadow: #cfc6a8 1px 1px 1px;
}

#footer li {
	border-right: 2px solid #a6bca8;
	display: inline;
	padding: 0px 7px 0px 6px;
}

#footer li.last{
	border-right: 0px;
	padding-right: 4px;
}
/*
//
//
//
*/
/******** Copywrite Styles ********/
/* Copywrite Container */ 
#copywrite {
	width: 780px;
	height: 20px;
	margin:0px auto 0px auto; /* in full to help IE5Mac */
	padding: 0px;
	text-align: center;
}
/* Text Formatting For Container */ 
#copywrite p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color:#4B4A70
}
#copywrite a{
	color:#4B4A70
}
.clear {
	clear:both;
}
/**/
