/* Global Elements */

* {
	padding: 0; 
	margin: 0;
}

html, body {
	height: 100%;
}

body {
	background: #e3e2e2 center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #2e1d05;
	width: 100%;
	display: table;
	height: 100%;
}

img {
	border: none;
}

span {
	display: block;
}

.hide {
	display: none;
}

p {
	padding-bottom: 8px;
}

.para-push {
	margin-top: 20px;
}

.para-after-h1 {
	padding-top: 8px;
}

/* Wrappers */

#wrapper-main {
	position: relative;
	width: 790px;
	margin: 0 auto;
	min-height: 100%;
	height: 100%;
    height: auto !important;
}

html>body #wrapper-main {
    height: auto;
}

#wrapper-nav {
	height: 170px;
	padding-left: 382px;
	top: 55px;
	position: relative;
	margin: 0 auto;
}

#wrapper-content {
	width: 100%;
	position: relative;
	margin: 0 auto;
	background: url(images/background-top.jpg) center top no-repeat;
}

#wrapper-footer {
	width: 100%;
	padding-bottom: 125px;
	position: relative;
	margin: 0 auto;
	background: #fff center;
}

#wrapper-footer:after {
  display: block;
  clear: both;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

#wrapper-floats {
	position: relative;
	margin: 0 auto;
	clear: both;
	width: 100%;
}

#wrapper-left {
	width: 497px;
	padding-left: 5px;
	float: left;
}

#wrapper-right {
	float: right;
	padding-top: 7px;
	width: 275px;
}

#wrapper-full {
	width: 98%;
	padding-left: 10px;
}

#wrapper-contact {
	float: left;
	width: 457px;
}

#wrapper-contact-rgt {
	float: right;
	padding-right: 5px;
	width: 275px;
}

/* Content Elements */

#header {
	position: relative;
	margin: 0 auto;
	width: 785px;
	float: left;
}

.p-background {
	margin-left: 9px;
	background: url(images/background-p.jpg) repeat-x;
	width: 445px;
	padding: 6px;
}

.p-background-full {
	margin-left: 9px;
	background: url(images/background-p.jpg) repeat-x;
	width: 92%;
	padding: 6px;
}

#wrapper-main h1 {
	padding-left: 2px;
	padding-top: 2px;
	padding-bottom: 6px;
	margin-top: 8px;
	color: #916222;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 30px;
	width: 100%;
	font-weight: lighter;
	background: url(images/background-h1.jpg) repeat-x;
}

/* Navigation Elements */

#navlist {
	height: 43px;
}

#navlist li {
	height: 43px;
	float: left;
}

#navlist li a {
	display: block; 
	overflow: hidden;
}

#wrapper-nav ul { 
	list-style-type: none; 
	margin: 0 auto; 
	padding: 0px;
}

#wrapper-nav li {
	margin: 0px; 
	padding: 0px;
}

.left-nav-indent {
	padding: 0;
	margin: 0;
	list-style-type: none;
	padding-top: 3px;
}

.left-nav {
	background: url(images/background-li.jpg) no-repeat;
	background-position: 0.1em;
	padding-left: 22px;
}


/* Form Elements */

form {
	padding-top: 10px;
}

label {
	float: left;
	text-align: right;
	display: block;
	width: 6em;
	margin-right: 0.5em;
}

input, textarea, select {
	color: #92621a;
	background: #fff;
	border: solid 1px #92621a;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px;
}

.submit input {
	margin-left: 6.5em;
}


/* Link Elements */

a span {
	display: none;
}

a:link, a:visited {

	color: #d59430;
	text-decoration: underline;
}

a:hover, a:active {

	color: #ecb868;
	text-decoration: underline;
}

#header a {
	width: 377px;
	height: 114px;
	display: block;
	border: none;
	outline: none;
}

	/* Top Navigation */
	
		a#home:link, a#home:visited {
			width: 76px;
			height: 43px;
			background: url(images/nav-home.jpg) no-repeat;
			background-position: 0 0;
		}

		a#home:hover, a#home:active {
			background-position: -76px 0;
		}
		
		a#about:link, a#about:visited {
			width: 105px;
			height: 43px;
			background: url(images/nav-about-new.jpg) no-repeat;
			background-position: 0 0;
		}

		a#about:hover, a#about:active {
			background-position: -105px 0;
		}
		
		a#serv:link, a#serv:visited {
			width: 94px;
			height: 43px;
			background: url(images/nav-serv.jpg) no-repeat;
			background-position: 0 0;
		}

		a#serv:hover, a#serv:active {
			background-position: -94px 0;
		}
		
		a#contact:link, a#contact:visited {
			width: 91px;
			height: 43px;
			background: url(images/nav-contact.jpg) no-repeat;
			background-position: 0 0;
		}

		a#contact:hover, a#contact:active {
			background-position: -91px 0;
		}
		
	/* Footer Links */
	
		#footer-nav a:link {
			text-decoration: none;
			color: #fff;
		}
		
		#footer-nav a:visited {
			text-decoration: none;
			color: #fff;
		}
		
		#footer-nav a:hover {
			text-decoration: none;
			color: #f6dfbb;
		}
		
		#footer-nav a:active {
			text-decoration: none;
			color: #f6dfbb;
		}
		
		#footer-sig a:link {
			text-decoration: underline;
			color: #83510c;
		}
		
		#footer-sig a:visited {
			text-decoration: underline;
			color: #83510c;
		}
		
		#footer-sig a:hover {
			text-decoration: underline;
			color: #bfa178;
		}
		
		#footer-sig a:active {
			text-decoration: underline;
			color: #bfa178;
		}
		
	/* Left Navigation Elements */
	
		.left-nav a:link {
			font-size: 16px;
			font-weight: bold;
			color: #d59430;
			text-decoration: none;
		}
		
		.left-nav a:visited {
			font-size: 16px;
			font-weight: bold;
			color: #d59430;
			text-decoration: none;
		}
		
		.left-nav a:hover {
			font-size: 16px;
			font-weight: bold;
			color: #ecb868;
			text-decoration: none;
		}
		
		.left-nav a:active {
			font-size: 16px;
			font-weight: bold;
			color: #ecb868;
			text-decoration: none;
		}


/* Footer Elements */

#footer {
	background: url(images/background-footer.jpg) no-repeat top;
	height: 101px;
	color: #d38821;
	text-align: center;
	position: absolute;
	bottom: 0 !important;
	bottom: -1px;
	width: 100%;
	font-size: 12px;
}

#footer-nav {
	padding-top: 7px;
	text-transform: uppercase;
	color: #fff;
	font-size: 14px;
}

#footer-sig {
	padding-top: 50px;
	font-size: 14px;
}
