/* Global Elements */

* {
	padding: 0; 
	margin: 0;
}

html, body {
	height: 100%;
	background: #ffefc4;
}

body {
	background: #ffefc4 url(images/site/background-main.jpg) center top repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000;
	width: 100%;
	display: table;
	height: 100%;
}

img {
	border: none;
}

span {
	display: block;
}

/* Wrappers */

#wrapper-main {
	background: #f4d172 url(images/site/background-content.jpg) top center no-repeat;
	position: relative;
	width: 742px;
	margin: 0 auto;
	min-height: 650px;
	height: 100%;
    height: auto !important;
}

html>body #wrapper-main {
    height: auto;
}

#wrapper-nav {
	height: 45px;
	background: url(images/site/background-nav_top.jpg) repeat-x;
	width: 100%;
}

#wrapper-content {
	width: 100%;
	position: relative;
	margin: 0 auto;
}

#wrapper-floats {
	width: 100%;
	clear: both;
	position: relative;
	margin: 0 auto;
	top: 19px;
}

#wrapper-floats_subnav {
	width: 100%;
	clear: both;
	position: relative;
	margin: 0 auto;
	top: 34px;
}

#wrapper-floats_calendar {
	width: 100%;
	clear: both;
	position: relative;
	margin: 0 auto;
	top: 9px;
}

#wrapper-body {
	float: left;
	padding-left: 15px;
	width: 452px;
}

#wrapper-fill {
	width: 725px;
	padding-left: 15px;
}

#wrapper-ads {
	float: right;
	padding-right: 15px;
	width: 250px;
}

#wrapper-footer {
	width: 100%;
	padding-bottom: 114px;
	position: relative;
	margin: 0 auto;
}

#wrapper-footer:after {
  display: block;
  clear: both;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

/* Header Elements */

#header {
	width: 100%;
	background: url(images/site/background-header-new1.png) center top no-repeat;
	padding: 0;
	position: relative;
	margin: 0 auto;
}
	

/* Navigation Elements */

#navlist {
	height: 36px;
	width: 100%;
}

#subnav {
	width: 697px;
	height: 15px;
	padding: 5px 0px 5px 45px;
	font-size: 14px;
	clear: both;
	background: #271c03;
	color: #dfab23;
}

#navlist li {
	height: 36px;
	float: left;
}

#navlist li a {
	display: block; 
	overflow: hidden;
}

#wrapper-nav ul { 
	list-style-type: none; 
	margin: 0 auto; 
	padding: 0px;
	width: 742px;
	padding-left: 39px;
}

#wrapper-nav li {
	margin: 0px; 
	padding: 0px;
}

#wrapper-nav a {
	text-decoration: none;
	border: none;
	outline: none;
}


/* Content Elements */

h1 {
	color: #005031;
	font-size: 30px;
	font-style: italic;
	font-weight: bold;
}

h2 {
	color: #005031;
	font-size: 24px;
	padding-top: 12px;
	font-weight: bold;
}

#wrapper-body p {
	padding-left: 15px;
	padding-bottom: 10px;
	line-height: 1.3em;
}

#wrapper-fill p {
	padding-left: 15px;
	padding-bottom: 10px;
	line-height: 1.3em;
}

#wrapper-ads p {
	padding-bottom: 8px;
}

#email-signup {
	margin-top: 108px;
	border: solid #005031 2px;
	padding: 10px;
}

/* Form Elements */

form {
	padding-top: 10px;
}

label {
	float: left;
	text-align: right;
	display: block;
	width: 6em;
	margin-right: 0.5em;
}

input, textarea, select {
	color: #005031;
	background: #ffefc4;
	border: solid 1px #2f2104;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 2px;
}

.submit input {
	margin-left: 6.5em;
}

/* Link Elements */

a span {
	display: none;
}

a:link, a:visited {
	text-decoration: none;
	color: #005031;
	font-style: italic;
	font-weight: bold;
}

a:hover, a:active {
	text-decoration: none;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

	/* Sub Nav Links */

		a.sublinks:link, a.sublinks:visited {
			color: #dfab23;
			text-decoration: underline;
			font-style:normal;
		}

		a.sublinks:hover, a.sublinks:active {
			color: #ffefc4;
			text-decoration: underline;
			font-style:normal;
		}

	/* Footer Links */

		a.footlink:link, a.footlink:visited {
			color: #dfab23;
			text-decoration: underline;
			font-style:normal;
		}

		a.footlink:hover, a.footlink:active {
			color: #ffefc4;
			text-decoration: underline;
			font-style:normal;
		}
		
	/* Navigation Links */
	
		a#home:link, a#home:visited {
			width: 85px;
			height: 36px;
			background: url(images/site/nav-home.jpg) no-repeat;
			background-position: 0 0;
		}

		a#home:hover, a#home:active {
			background-position: -85px 0;
		}
		
		a#history:link, a#history:visited {
			width: 106px;
			height: 36px;
			background: url(images/site/nav-history.jpg) no-repeat;
			background-position: 0 0;
		}

		a#history:hover, a#history:active {
			background-position: -106px 0;
		}
		
		a#services:link, a#services:visited {
			width: 108px;
			height: 36px;
			background: url(images/site/nav-services.jpg) no-repeat;
			background-position: 0 0;
		}

		a#services:hover, a#services:active {
			background-position: -108px 0;
		}
		
		a#location:link, a#location:visited {
			width: 119px;
			height: 36px;
			background: url(images/site/nav-location.jpg) no-repeat;
			background-position: 0 0;
		}

		a#location:hover, a#location:active {
			background-position: -119px 0;
		}
		
		a#info:link, a#info:visited {
			width: 131px;
			height: 36px;
			background: url(images/site/nav-info.jpg) no-repeat;
			background-position: 0 0;
		}

		a#info:hover, a#info:active {
			background-position: -131px 0;
		}
		
		a#contact:link, a#contact:visited {
			width: 113px;
			height: 36px;
			background: url(images/site/nav-contact.jpg) no-repeat;
			background-position: 0 0;
		}

		a#contact:hover, a#contact:active {
			background-position: -113px 0;
		}


#header a {
	width: 214px;
	height: 145px;
	display: block;
	border: none;
	outline: none;
}

/* Location Styles */

.location { font-size: 20px; font-weight: bold; display: block; margin-top: 15px; }

.location em { text-decoration: underline; color: #000; }

.location strong { color: #0f4430; }

.location p { padding: 5px; }

a.location:link, a.location:visited { font-weight: bold; font-style: normal; color: #5d4510; }

a.location:hover, a.location:active { background: #ffefc4; }


/* Footer Elements */

#footer {
	background: url(images/site/background-nav_bottom.jpg) repeat-x;
	height: 84px;
	color: #005031;
	text-align: center;
	position: absolute;
	bottom: 0 !important;
	bottom: -1px;
	width: 100%;
	font-size: 12px;
}

.copyright {
	color: #271c03;
	font-style: italic;
	font-weight: bold;
	padding-top: 19px;
}

.midup-sig {
	color: #dfab23;
	padding-top: 25px;
	font-weight: bold;
}
