@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	font-size:80%;
	background:#eae5d1 url(../images/tail_top.jpg) repeat-x left top;
	font-family:Verdana, Geneva, sans-serif;
}

h1 {
	font-size:150%;
}
h2 {
	font-size:150%;
}
p {
	font-size:95%;
	line-height:20px;
}
a {
	color:#e15417;
	font-size:100%;
	font-family: Arial, Helvetica, sans-serif;
}

strong {
	font-size:90%;
}

/* --- Top Bar --- */

.tail-top {
	background:url(../images/tail-top.jpg) center top repeat-x;
}
.tail-center {
	background:url(../images/tail-center.gif) center top;
}
.tail-center1 {
	background:url(../images/tail-center-bg.gif) center 388px repeat-x;
}
.tail-bottom {
	background:url(../images/tail-bottom.jpg) left bottom repeat-x;
}
#topbar {
	height: 142px;
	width: 100%;
	background: #679b35 url(../images/topbar_bg.jpg) repeat-x right top;
	position: relative;
	padding: 0;
	margin: 0;
}
#logo {
	width:277px;
	left: 20px;
	top: 30px;
	position: absolute;
}
#logo img {
	border: none;
}

/* --- Top Nav --- */

#topnav {
	margin:0;
	left:35%;
	bottom:25px;
	padding-left: 20px;
	position: absolute;
	width: 602px;
}
#topnav li {
	list-style:none;
	float: left;
	background:url(../images/right_tab.gif) no-repeat right top;
	margin-right: 5px;
}
#topnav a {
	font-size:110%;
	display: block;
	color:#FFF;
	text-decoration: none;
	text-align:center;
	background:url(../images/left_tab.gif) no-repeat;
	padding: 5px 20px 5px 20px;
	margin-bottom: 2px;
}
#topnav a:hover {
	color:#659633;
}

/* --- Photo Bar --- */

#photobar {
	background:url(../images/photobar_bg.jpg) repeat-x left top;
	position:relative;
	width:100%;
	height:246px;
	white-space:nowrap;
}
#photobar #photobarbg {
	position:absolute;
	background:url(../images/right-bg.jpg) repeat-x;
	top:0px;
	right:-10px;
	width:35px;
	height:246px;
}
#photocon {
}
#photobar .markjontzp {
	margin:0 0 0 4%;
}
#photobar .housep {
	margin:0 0 0 5%;
	padding:0;
}

/* --- Main --- */

#main {
	width: 980px;
	margin: 29px auto 0 auto;
	padding: 0 0 0 10px;
}

/* --- Footer and nav --- */

#footer {
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	padding:0;
	background:#3f3f39 url(../images/footer_bg.jpg) repeat-x;
	position:relative;
	color:#FFF;
	clear:both;
}
#footer li {
	display:inline;
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #FFF;
}
#footer .contact {
	border-right:none;
}
#footernav a {
	text-decoration:none;
	color:#FFF;
}
#footernav {
	padding:25px 0 0 0;
	margin:0 auto 0 auto;
	text-align:center;
}
#footernav p {
	text-align:center;
	font-size: 12px;
	padding-bottom:2px;
	margin:0;
	padding:0 0 20px 0;
}
#footernav p a {
	text-decoration:underline;
}
.both-clear {
	clear:both;
}
