/* Master */

html { width: 100%; }

body {
	font: normal 12px Georgia, "Times New Roman", Times, serif;
	color: #333333;
	padding: 0;
	margin: 0 auto;
	text-align: left;
	line-height: 130%;
	background-color: #666;
	background: url(../img/container_bg.gif) repeat-y 50% 0;
	background-attachment: fixed;
}
a:link { color: #36393d; text-decoration: none; border-bottom: none; }
a:visited { color: #36393d; text-decoration: none; border-bottom: none;  }
a:hover { color: #331d00; text-decoration: none;  border-bottom: none; }
a:active { color: #331d00; }

h1 { 
	font-size: 16px;
	color: #36393d;
	margin: 15px 0 10px 0; padding: 0;
	text-transform: uppercase; 
}
h2 { 
	font-size: 14px;
	color: #17467b;
	margin: 20px 0 10px 0; padding: 0;
	clear: both; 
}
h3 { 
	font-size: 12px;
	color: #36393d;
	margin: 0 0 3px 0; padding: 0; 
}

p { padding: 0; margin: 0 0 10px 0; }

p a:link { color: #666; text-decoration: none; border-bottom: 1px #666 solid; }
p a:visited { color: #666; text-decoration: none; border-bottom: 1px #666 solid;  }
p a:hover { color: #331d00; text-decoration: none;  border-bottom: none; }
p a:active { color: #331d00; } 

#container {
	width: 775px;
	margin: 0 auto;
	padding: 0;
}

/* Navigation */
#nav {
    width: 775px; 
	height: 41px;
	background: url("/img/nav.gif") no-repeat;
    margin: 0 auto; 
	padding: 0;
	position: relative;
}

#nav span { display: none; }	
#nav li {
    margin: 0; padding: 0; list-style: none;
    position: absolute; top: 0; }
#nav li a:link { border-bottom: none; }
#nav li a:visited { border-bottom: none; }

#nav li, #nav a {
    height: 41px; display: block; border-bottom: none; }
#nav1 { left: 195px; width: 90px; }
#nav2 { left: 285px; width: 80px; }
#nav3 { left: 365px; width: 55px; }
#nav4 { left: 420px; width: 70px; }
#nav5 { left: 490px; width: 85px; }
	
#nav1 a:hover {
    background: transparent url("/img/nav.gif") -195px -41px no-repeat; border-bottom: none; }
#nav2 a:hover {
    background: transparent url("/img/nav.gif") -285px -41px no-repeat; border-bottom: none; }
#nav3 a:hover {
    background: transparent url("/img/nav.gif") -365px -41px no-repeat; border-bottom: none; }
#nav4 a:hover {
    background: transparent url("/img/nav.gif") -420px -41px no-repeat; border-bottom: none; }
#nav5 a:hover {
    background: transparent url("/img/nav.gif") -490px -41px no-repeat; border-bottom: none; }

/* Navigation End*/

#title {
	padding-top: 15px;
	margin-bottom: 15px;
	height: 275px;
	background-color: #cdeb8b;
}
#title-content {
	padding-top: 15px;
	margin-bottom: 0px;
	height: 50px;
	background-color: #cdeb8b;
}
.spacing { margin: 0 0 12px 0; }
.btn { margin: 25px 0; }

#content {
	margin: 0 auto;
	padding: 0;
}
#left {
	float: left;
	text-align: left;
	width: 277px;
	padding-left: 110px;
}
#right {
	float: right;
	width: 387px;
	text-align: left;
}
#center {
	width: 550px;
	margin-left: 105px;
	text-align: left;
	padding: 0;
}
#center img { margin: 0 0 10px 0; vertical-align: top; }

.bio { clear: both; padding: 10px 0; margin-bottom: 15px; }
.img-float { float: left; margin-right: 10px; }

#footer {
	font-size: 12px;
	clear: both;
	margin: 0;
	padding: 0.5em 1em;
	color: #eee;
	background-color: #3f4c6b;
	text-align: left;
}
.external {
	background: url(../img/externalLink.gif) no-repeat right top;
	padding-right: 10px;
}