@charset "utf-8";
/* CSS Document */

body, html {
	background: url(images/body-bg.jpg) repeat-x #e3cab6;
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, p, ul, ol {
	margin: 0 0 10px 0;
	color: #300a1e;
}

h1, h2, h3, h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1 {
	border-bottom: 1px solid #451C2E;
	padding-bottom: 8px;
}

p, li {
	font-size: 10pt;
	line-height: 13pt;
}

a {
	font-weight: bold;
	color: #300a1e;
}

a:hover {
	color: #451c2e;
	text-decoration: none;
}

hr {
	height: 1px;
	border: none;
	color: #451C2E;
	background: #451C2E;
	margin: 10px 0;
	clear: both;
}

img {
	border: none;
}

.header {
	height: 85px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: url(images/header-bg.jpg) repeat-x 0 75px #fff;
}

.headerContent {
	width: 940px;
	height: 85px;
	margin: 0 auto;
	position: relative;
}

.logo {
	position: absolute;
	left: -2px;
	bottom: 17px;
}

.nav {
	position: absolute;
	right: 0;
	bottom: 20px;
	height: 17px;
	width: 486px;
	background: url(images/nav-bg.png) no-repeat;
}

	.nav a {
		text-decoration: none;
		height: 27px;
		display: block;
		float: left;
	}
	
	.nav a:hover {
		background: url(images/nav-youarehere.jpg) no-repeat center bottom;
	}
	
	.nav a#contact {
		width: 83px;
		margin-right: 23px;
	}
	
	body#contact .nav a#contact {
		background: url(images/nav-youarehere.jpg) no-repeat center bottom;
	}
	
	.nav a#bios {
		width: 113px;
		margin-right: 24px;
	}
	
	body#bios .nav a#bios {
		background: url(images/nav-youarehere.jpg) no-repeat center bottom;
	}
	
	.nav a#resources {
		width: 166px;
		margin-right: 25px;
	}
	
	body#resources .nav a#resources {
		background: url(images/nav-youarehere.jpg) no-repeat center bottom;
	}
	
	.nav a#home {
		width: 52px;
	}
	
	body#index .nav a#home {
		background: url(images/nav-youarehere.jpg) no-repeat center bottom;
	}

.wrap {
	width: 980px;
	height: 100%;
	padding: 0 20px;
	margin: 0 auto;
}

.container {
	width: 940px;
	padding: 0 20px;
	min-height: 100%;
	float: left;
	background: url(images/container-bg.png) repeat-y;
}

.banner {
	background: #4D3D3D;
	margin-top: 85px;
	height: 140px;
	background: url(images/banner-bg.jpg) no-repeat;
}

.indexBanner {
	height: 407px;
	position: relative;
}

.welcomeBox {
	width: 417px;
	height: 298px;
	padding: 40px;
	background: url(images/welcomeBox-bg.png) no-repeat;
	position: absolute;
	left: 16px;
	top: 14px;
}

	.welcomeBox img {
		margin: 5px 0 10px 0;
	}

.welcomeText {
	font-size: 11pt;
	line-height: 13pt;
}

p.textAlignCenter {
	text-align: center;
	margin: 15px 0 0 0;
}

span.signature {
	font-style: italic;
}
	
.main {
	padding: 30px;
	width: 880px;
	min-height: 350px;
	border-top: 1px solid #451c2e;
	border-bottom: 1px solid #c3b6ba;
	background: url(images/main-bg.jpg) repeat-y;
	position: relative;
	float: left;
}

	body#index .main {
		min-height: 50px;
	}

.buttonWrap {
	width: 880px;
	float: left;
	background: url(images/buttonWrap-bg.png) no-repeat center center;
}

.buttonBox {
	float: left;
	width: 253px;
	text-align: center;

}

	.buttonBox#leftBox {
		padding-right: 30px;
	}

	.buttonBox#midBox {
		width: 312px;
	}
	
	.buttonBox#rightBox {
		padding-left: 30px;
	}	

.map {
	float: right;
	margin-top: 5px;
	margin-bottom: 20px;
}

form {
	width: 500px;
	margin: 20px auto 0 auto;
}

label {
	width: 160px;
	float: left;
	text-align: right;
	margin-right: 8px;
	padding-top: 2px;
}

input[type=text], textarea {
	border: 1px solid #C3B6BA;
	padding: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 320px;
	color: #6E5361;
	font-size: 10pt;
}

input[type=text]:hover, input[type=text]:focus, textarea:hover, textarea:focus {
	color: #000;
}

input[type=submit] {
	border: none;
	background: #F6EDE6;
	padding: 5px;
}

input[type=submit]:hover {
	background: #E1DED9;
}

form h3 {
	background: #F6EDE6;
	padding: 5px;
	margin-top: 20px;
}

.bioThumbWrap {
	width: 100%;
}

.bioThumb {
	width: 176px;
	float: left;
	text-align: center;
}
	.bioThumb p {
		margin: 5px 0 0 0;
	}

.bioPhoto {
	border: 1px solid #C3B6BA;
	margin: 5px 0 0 0;
}

.bio {
	float: right;
	width: 705px;
	margin-bottom: 5px;
}

.footer {
	text-align: center;
	background: url(images/footer-bg.jpg) no-repeat;
	width: 940px;
	min-height: 10px;
	float: left;
}

	.footer p {
		color: #6e5361;
	}

	.footer img {
		margin: 15px 0 10px 0;
	}

	.footer a {
		color: #6e5361;
		text-decoration: none;
	}
	
	.footer a:hover {
		color: #300a1e;
	}
