/* Reset styles -------------------------------------------------------------- */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {margin:0; padding:0;}
table {border-collapse:collapse; border-spacing:0;}
fieldset,img {border:0;}
address,caption,cite,code,dfn,em,th,var {font-style:normal; font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%; font-weight:normal;}
q:before,q:after {content:'';}

/* Start screen styles ------------------------------------------------------------------ */
body {
	margin: 0;
	padding: 0;
	font: 14px/125% tahoma, verdana, arial; 
	background: url(../../images/body-bg.jpg) top center repeat-x #FFEECC;
}
h1 {
	font-size: 150%;
	font-weight: bold;
}
h2 {
	font-size: 150%;
	font-weight: bold;
	margin: 20px 0 10px 0;
}
p {
	margin-bottom: 1em;
}
a {
	color: #600;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/* Container ---------------------------------------------------------------------------- */
#container {
	width: 765px;
	height: 908px;
	margin: 0 auto;
}
/* Header ------------------------------------------------------------------------------- */
#header {
	width: 765px;
	height: 110px;
	background: url(../../images/header-bg.gif) no-repeat;
}
/* Main --------------------------------------------------------------------------------- */
#main {
	width: 765px;
	margin-top: 15px;
}
/* Navigation --------------------------------------------------------------------------- */
#nav {
	float: left;
	width: 175px;
}

#nav li a {
	display: block;
	padding: 5px 5px 5px 18px;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid #e5cb95;
	background: url(../../images/nav-bg.gif) left center no-repeat;
}
#nav li a:hover {
	text-decoration: none;
	color: #FFF;
	background-position: -256px center;
}
#nav ul ul li a {
	padding-left: 28px;
	font-size: 12px;
	font-weight: normal;
	background: url(../../images/nav-bg2.gif) left center no-repeat;
}
#nav ul ul li a:hover {
	background-position: -256px center;
}
/* Content ------------------------------------------------------------------------------ */
#content {
	float: left;
	padding-left: 15px;
	width: 574px;
	border-left: 1px solid #e5cb95;
}
#content h1 {
	padding: 10px;
	margin-bottom: 10px;
	color: #ccb17a;
	background: url(../../images/wood3.jpg);
}
#content p {
	line-height: 1.5em;
}
.imgbdr {
	border: 2px solid #4d2e0f;
}
.staffimg {
	text-align: center;
	float:left;
	margin: 0 30px 20px 0;
}
.staffimg span {
	font-size: 11px;
}
.thumb {
	border: 2px solid #4d2e0f;
	float: left;
	width: 106px;
	height: 74px;
	overflow: hidden;
	margin: 0 4px 10px 0;
}
#footer-contact {
	clear: both;
	padding: 5px 0;
	border-top: 1px solid #e5cb95;
	border-bottom: 1px solid #e5cb95;
	margin-top: 20px;
}
#footer-links {
	clear: both;
	margin: 10px 0;
	text-align: center;
}