/* CSS Document */

html {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	background: #878172 url(../images/bg.gif) top center repeat-y;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #161616;
}
* html body { padding-left: 1px; }

body#splash {
	background: #ffffe4 url(../images/bg-splash.jpg) top left repeat-x;
}

#wrapper {
	width: 872px;
	min-height: 100%;
	margin: 0 auto;
	background: url(../images/bg.jpg) bottom center no-repeat;
}

* html #wrapper {
	height: 100%;
}

body#splash #wrapper {
	width: 1005px;
	background: none;
	font-size: 16px;
	text-align: center;
}

#sidebar {
	width: 184px;
	margin: 0px;
	border-top: 1px #fff solid;
	border-left: 1px #fff solid;
	background: url(../images/logo.gif) top left no-repeat;
	padding: 5px 0px 0px 0px;
	color: #ffffff;
	float:left;
}

#sidebar p {
	font-size: 13px;
	padding: 0px;
	margin: 10px 22px;
}

#container {
	width: 659px;
	float:right;
	border-right: 1px #fff solid;
	border-top: 1px #fff solid;
}

#container #nav {
	height: 24px;
	background: #dfd6a3 url(../images/bg-nav.jpg) top left repeat-x;
	margin: 1px 0px 25px 0px;
	padding: 12px 0px 0px 22px;
	list-style-type: none;
}

#splash #nav {
	font: 14px Arial, Helvetica, sans-serif;
	color: #606060;
	margin: 60px 0px 30px 0px;
}

#splash #nav a {
	color: #606060;
	text-decoration: none;
}

#splash #nav a:hover {
	text-decoration: underline;
}


#container #nav li {
	padding: 0px;
	height: 17px;
	width: 157px;
	text-align: center;
	float: left;
	margin: 0px;
}

#container #content {
	margin: 0px 40px;
}

#footer {
	text-align: center;
	font-size: 9px;
	margin: 20px 0px 0px 0px;
}

#feature {
	width: 218px;
	border: 1px #343434 solid;
	background: #e2e2d8 url(../images/bg-feature.jpg) top left repeat-x;
	float:right;
	margin: 0px 0px 10px 10px;
	padding: 10px;
}

#splash .contact {
	font: 12px Tahoma, Arial, Helvetica, sans-serif;
	color: #785f48;
}

#splash #left {
	text-align: left;
	width: 380px;
	float: left;
	margin-left: 75px;
}

#splash #right {
	float: right;
	width: 450px;
	text-align: right;
	margin-right: 55px;
}

.bio {
	padding: 0px 10px 10px 0px;
}


/** LINKS **/
a { 
	color: #414141;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	color: #014a8e;
}



/** FONTS **/
h1 {
	font-size: 18px;
	color: #343434;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}


/** FORMS **/
.field {
	border: 1px #333 solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}