@charset "UTF-8";
/* CSS Document */
body, html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin:auto;
	font-family: "Gill Sans", "Trebuchet MS", Verdana, "Helvetica CY";
	font-size: 14px;
	color: #333333;
}
.nav {
	margin: 0px;
	padding: 0px;
	height: 113px;
	width: 100%;
	background-attachment: scroll;
	background-image: url(../images/nav_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.header {
	background-attachment: scroll;
	background-color: #993300;
	background-image: url(../images/header_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	height: 99px;
	width: 100%;
}
.content {
	background-attachment: scroll;
	background-color: #e0fcd6;
	background-image: url(../images/content_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	width: 100%;
	min-height:350px;
}
.footer {
	background-attachment: scroll;
	background-color: #b56a35;
	background-image: url(../images/footer_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	width:100%;
	min-height:250px;
	margin:auto;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
/* Home Content */
.home_content {
	padding: 10px;
	width: 815px;
}

/* Interior Content */
.interior_content {
	padding: 10px;
	margin:0px;
	width: 730px;
	height:auto;
	background-color:#FFFFFF;
	text-align: left;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #660033;
}

/* Links */
a:link {
	font-family: "Gill Sans", "Trebuchet MS", Verdana, "Helvetica CY";
	font-size: 14px;
	color: #7aa370;
			text-decoration: none;

}
a:hover {
	font-family: "Gill Sans", "Trebuchet MS", Verdana, "Helvetica CY";
	font-size: 14px;
	color: #330033;
	text-decoration: underline;
}
a:visited {
	font-family: "Gill Sans", "Trebuchet MS", Verdana, "Helvetica CY";
	font-size: 14px;
	color: #7aa370;
		text-decoration: none;

}
strong{
	font-size: 18px;
	color: #660033;
	font-weight: normal;
}
hr{
	height: 1px;
	width: 100%;
	border-top-width: 1px;
	border-top	-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#about_sub{
	font-family: "Gill Sans", "Trebuchet MS", Verdana, "Helvetica CY";
	font-size: 16px;
	color: #660033;
	display: block;
	width:100%;
	height:auto;
	text-align:left;
	padding-left: 80px;
	display: block;
	visibility:hidden;	

}
#about_sub a:link{
	font-family: "Gill Sans", "Trebuchet MS", Verdana, "Helvetica CY";
	font-size: 12px;
	display: block;
	color: #660033;
	background-color: #FFFFFF;
	background-image: url(../images/subNav_bg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding: 5px;
	height: 20px;
	width:150px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #efefef;
	margin-left: 5px;
}

#about_sub a:visited{
	font-family: "Gill Sans", "Trebuchet MS", Verdana, "Helvetica CY";
	font-size: 12px;
	display: block;
	color: #660033;
	background-color: #FFFFFF;
	background-image: url(../images/subNav_bg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding: 5px;
	height: 20px;
	width:150px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #efefef;
	margin-left: 5px;
}
#about_sub a:hover{
	font-family: "Gill Sans", "Trebuchet MS", Verdana, "Helvetica CY";
	font-size: 12px;
	display: block;
	color: #999999;
	padding: 5px;
	height: 20px;
	width:150px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #efefef;
	margin-left: 5px;
	background-image: url(../images/subNavOv_bg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	text-decoration: none;
}
