body, h1, h2, h3, h4, p, ul, li {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #381F19;
	background-image: url(Assets/site_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #1E100D;
}
#outerholder {
	background-image: url(Assets/Images/shadows.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 40px;
	padding-top: 20px;
}
#holder {
	width: 1000px;
	margin-right: auto;
	margin-bottom: 60px;
	margin-left: auto;
	background-image: url(Assets/Images/site_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#topbar {
	background-image: url(Assets/Images/topbar.jpg);
	height: 40px;
	width: 990px;
	padding-left: 10px;
	background-repeat: no-repeat;
	background-position: center top;
}
#topbar img {
	float: left;	
}
#topbar a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#topbar ul {
	font-size: 100%;
	text-align: center;
	list-style-type: none;
	color: #CCBF7F;
	padding-top: 14px;
	font-family: "Trajan Pro", "Times New Roman", Helvetica, Arial;
	margin-left: 300px;
}
#topbar li {
	display: inline;
}
#topbar li a:link, #topbar li a:visited {
	color: #CCBF7F;
	text-decoration: none;
}
#topbar li a:hover, #topbar li a:active, #topbar li a:focus {
	color: #fceb9f;
}
#header {
	background-image: url(Assets/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 400px;
	width: 1000px;
}
#header span {
	left: -3000px;
	position: absolute;
}
#nav {
	background-image: url(Assets/nav_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 35px;
	width: 1000px;
}
#mainholder {
	background-color: #FFFFE8;
	width: 1000px;
}
#main {
	width: 1000px;
	background-color: #FFFFE8;
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	text-align: left;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #1E100D;
}
#main h2 {
	font-size: 95%;
	font-family: "Trajan Pro", "Times New Roman", Helvetica, Arial;
	margin-top: 10px;
	margin-bottom: 3px;
	margin-left: 10px;
	background-image: url(Assets/vision_line.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 2px;
	text-transform: capitalize;
}
#main h3 {
	font-size: 90%;
	font-weight: bold;
	text-transform: uppercase;
	margin-right: 10px;
	margin-left: 10px;
}
#main h4 {
	font-size: 90%;
	font-weight: bold;
	text-decoration: underline;
	margin-left: 10px;
}

#main p {
	font-size: 90%;
	margin-top: 3px;
	margin-right: 10px;
	margin-left: 10px;
}
#main ol {
	font-size: 90%;
	margin-left: 40px;
}
#main ul {
	font-size: 90%;
	margin-left: 40px;
}
#main a:link, #main a:visited {
	color: #B2501D;
}
#main a:hover, #main a:active, #main a:focus {
	color: #D96022;
}
.clearfloat {
	font-size: 1px;
	line-height: 0px;
	clear: both;
	height: 0px;
}

#mission {
	background-color: #ffffe8;
	height: 140px;
	width: 1000px;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #1E100D;
}
#mission h2 {
	font-family: "Trajan Pro", "Times New Roman", Helvetica, Arial;
	font-size: 95%;
	background-image: url(Assets/vision_line.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 3px;
	margin-left: 10px;
	padding-bottom: 2px;
}
#mission p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 90%;
	margin-right: 10px;
	margin-left: 10px;
}

#footer {
	height: 40px;
	width: 1000px;
}
#copyright {
	height: 35px;
	width: 1000px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 75%;
	color: #B5AB87;
	text-align: center;
	padding-top: 8px;
}
#copyright a:link, #copyright a:visited {
	color: #8C6C38;
	text-decoration: none;
}
#copyright a:hover, #copyright a:active, #copyright a:focus {
	color: #D0A151;
	text-decoration: none;
}
.googlemap {
	margin-left: 169px;
	margin-top: 100px;
}
.floatright {
	margin-bottom: 5px;
	margin-left: 10px;
	float: right;
}
