/* Top Elements */

* {
	margin: 0;
	padding: 0;
	outline: 0
}
body {
	background: #3B4938 url(../images/bkgrd.jpg) no-repeat top center;
	font: 80%/1.6em Verdana, Tahoma, Arial, Geneva, sans-serif;
	color: #000;
	text-align: center;
	margin: 0 0 50px 0;
}
/* links */

a, a:visited {
	color: #4B160E;
	background: inherit;
	text-decoration: underline;
}
a:hover {
	color: #4B160E;
	background: inherit;
	text-decoration: none;
}
/* headers */
h1, h2, h3 {
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
	color: #4B160E;
}
h1 {
	font-size: 230%;
	font-weight: normal;
	letter-spacing: -1px;
}
h2 {
	font-size: 180%;
	color: #4B160E;
}
h3 {
	font-size: 150%;
	font-weight: normal;
}
h1, h2, h3, p {
	padding: 10px;
	margin: 0;
}
strong {
	font-size: 115%
}
ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
}
ul {
	list-style: none;
}
/* images */

img {
	background: #fafafa;
	border: 1px solid #dcdcdc;
	padding: 5px;
}
img.float-right {
	margin: 5px 0px 10px 10px;
}
img.float-left {
	margin: 5px 10px 10px 0px;
}
/********************************************
LAYOUT
********************************************/ 

#wrap {
	position: relative;
	background: #fff url(../images/wrap-bg.jpg) repeat-y;
	width: 900px;
	margin: 20px auto 0 auto;
	text-align: left;
}
#content-wrap {
	position: relative;
	background: #fff url(../images/content-bg.jpg) repeat-x;
	clear: both;
	float: left;
	width: 870px;
	padding: 0;
	display: inline;
	border-top: 5px solid #fff;
	border-left: 15px solid #fff;
	border-right: 15px solid #fff;
}
#header {
	position: relative;
	background: #fff url(../images/header-bg.jpg) repeat-x;
	width: 870px;
	height: 100px;
	padding: 0;
	margin: 0px auto;
	border-top: 15px solid #fff;
}
#header h1#logo-text a {
	position: absolute;
	margin: 0;
	padding: 0;
	font: normal 42px Georgia, "Times New Roman", Times, serif;
	letter-spacing: -1.5px;
	color: #fff;
	text-transform: none;
	text-decoration: none;
	/* change the values of top and left to adjust the position of the logo*/
	top: 22px;
	left: 20px;
}
#header p#slogan {
	position: absolute;
	margin: 0;
	padding: 0;
	font: normal 12px Georgia, "Times New Roman", Times, serif;
	text-transform: none;
	color: #fff;
	/* change the values of top and left to adjust the position of the slogan*/
	top: 67px;
	left: 25px;
}
/* header links */

#header #header-links {
	position: absolute;
	top: 25px;
	right: 10px;
	color: #5F411D;
	font: normal 11px Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
}
#header #header-links a {
	color: #5F411D;
	text-decoration: none;
	padding: 0 2px;
	font-weight: bold;
}
#header #header-links a:hover {
	color: #111;
}
/* header-photo */

#header-photo {
	clear: both;
	background: #fff url(../images/header-photo.gif) no-repeat;
	margin: 5px auto;
	padding: 0;
	height:206px;
	width: 870px;
}
#header-photo img {
	border: none;
	margin: 0;
	padding: 0;
}
#header-photo span {
	position: relative;
	top: 25px;
	float: right;
	width: 400px;
}
#header-photo h1 {
	color: #fff;
	font-size: 31px;
	line-height: 31px;
}
#header-photo h2 {
	color: #fff;
	font-size: 15px;
	font-weight: normal;
	line-height: 15px;
}
/* Navigation */

#nav {
	clear: both;
	margin: 0;
	padding: 0;
	height: 45px;
}
#nav ul {
	float: left;
	list-style: none;
	/*background: url(../images/nav.jpg) repeat-x;*/
	background: #4B160E;
	width: 870px;
	height: 45px;
	text-transform: uppercase;
	margin: 0 0 0 15px;
	padding: 0;
	display: inline;
}
#nav ul li {
	display: inline;
	margin: 0;
	padding: 0;
}
#nav ul li a {
	display: block;
	float: left;
	width: auto;
	margin: 0;
	padding: 0 7px;
	/*border-right: 1px solid #fff;*/
	font: bold 12px/45px "Century Gothic", "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
	color: #fff;
}
#nav ul li a:hover, #nav ul li a:active, #nav ul li#current a {
	/*background: url(../images/nav-hover.jpg) repeat-x;*/
	background: #fff;
	color: #000;
}
/*#nav ul li#current a {
	background: url(../images/nav-current.jpg) repeat-x;
}*/
/* Main Column */

#fullmain {
	float: left;
	width: 830px;
	padding: 15px 0 0 0;
	margin: 0 0 0 10px;
	display: inline;
}
#main {
	float: left;
	width: 550px;
	padding: 15px 0 0 0;
	margin: 0 0 0 10px;
	display: inline;
}
#fullmain h2, #main h2 {
	margin-top: 10px;
	padding-bottom: 3px;
	font: normal 2.3em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #4B160E;
	letter-spacing: -1px;
	text-transform: none;
}
#fullmain h2 a, #main h2 a {
	color: #4B160E;
	text-decoration: none;
}
#fullmain ul li, #main ul li {
	list-style-image: url(../images/bullet.gif);
	margin: 0 0 7px;
}
/* Contact Form */
#contactform {
	margin: 10px 0 0 13px;
}
/* Sidebar */	

#sidebar {
	float: right;
	width: 280px;
	padding: 25px 0 0 0;
	margin: 0;
}
#sidebar h3 {
	margin-top: 10px;
	padding: 5px 5px;
	font: normal 1.6em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #4B160E;
}
#sidebar ul.sidemenu {
	text-align: left;
	margin: 7px 10px 8px 0px;
	padding: 0;
	text-decoration: none;
	border-top: 1px solid #EBEBEB;
}
#sidebar ul.sidemenu li {
	list-style: none;
	border-bottom: 1px solid #EBEBEB;
	padding: 5px 0 5px 5px;
	margin: 0 2px;
}
* html body #sidebar ul.sidemenu li {
	height: 1%;
}
#sidebar ul.sidemenu li a {
	text-decoration: none;
	background-image: none;
	color: #4B160E;
}
#sidebar ul.sidemenu li a:hover {
	color: #4B160E;
}
#sidebar ul.sidemenu ul {
	margin: 0 0 0 5px;
	padding: 0;
}
#sidebar ul.sidemenu ul li {
	border: none;
}
/* footer */

#footer-wrap {
	clear: both;
	width: 900px;
	margin: 0 auto;
	font-size: 95%;
	text-align: center;
	padding: 15px 0;
	border-top: 15px solid #fff;
	color: #fff;
}
#footer-wrap a:hover {
	color: #000;
}
/* bottom */
/* alignment classes */

.float-left {
	float: left;
}
.float-right {
	float: right;
}
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
/* display and additional classes */

.clear {
	clear: both;
}

