@charset "utf-8";
@import url("reset.css");
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #575757;
	background-image: url(../images/BG_V4_deco.png);
	background-repeat: repeat-x;
	background-position: center top;
}
#wrapper {
	width: 900px;
	overflow: hidden;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header {
	color: #333;
	width: 900px;
	float: left;
	padding-top: 100px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#navigation {
	float: right;
	width: 680px;
	color: #333;
	height: auto;
	padding-left: 220px;
}
.imgHeadshot {
	margin-right: auto;
	margin-left: 10px;
	border: 1px solid #999;
}

#leftcolumn {
	color: #333;
	margin: 0px;
	width: 180px;
	float: left;
	background-color: #818181;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
}
#photoBanner {
	float: left;
	color: #333;
	margin: 0px;
	width: 900px;
	display: inline;
	height: 209px;
	padding: 0px;
}
#contentTop {
	float: left;
	height: 23px;
	width: 900px;
	background-image: url(../images/contentTop.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#contentArea {
	float: left;
	width: 740px;
	background-image: url(../images/BG_content.png);
	background-repeat: repeat-y;
	background-position: center top;
	padding-right: 80px;
	padding-left: 80px;
	padding-top: 20px;
	padding-bottom: 15px;
}
#contentBottom {
	width: 900px;
	clear: both;
	color: #333;
	padding: 0px;
	height: 25px;
	background-image: url(../images/contentBottom.png);
	background-repeat: no-repeat;
	background-position: center top;
}
p {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
h1 {
	font-size: 2em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #771D04;
}
h2 {
	font-size: 1.1em;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-weight: bold;
	color: #771D04;
	letter-spacing: 0.1em;
}
h3 {
	font-size: 1.3em;
	font-weight: normal;
	padding-bottom: 20px;
	padding-top: 0px;
	color: #771D04;
}



#footerOutside {
	width: 900px;
	padding-top: 10px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	color:#000000;
	font-size: 0.8em;
	text-align: center;
}

#footerOutside a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #000000;
	text-decoration: none;
}

#footerOutside a:hover {
text-decoration: underline;
}

#creditBox {
	width: 900px;
	padding-top: 10px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	clear: both;
	text-align: center;
}

#creditBox a {
	color: #000000;
	font-size: 0.8em;
	text-decoration: none;
}

#creditBox a:hover {
	color: #000000;
	font-size: 0.8em;
	text-decoration: underline;
}
#sidebarWrap {
	float: right;
	width: 260px;
	margin-left: 30px;
	margin-bottom: 10px;
}
#contentArea ul{
	padding-left: 20px;
}
.sidebarTop {
	background-image: url(../images/sidebarTop.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 25px;
}
.sidebarBottom {
	background-image: url(../images/sidebarBottom.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 25px;
}
.sidebarContent {
	background-image: url(../images/sidebarFill.png);
	background-repeat: repeat-y;
	background-position: center top;
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.sidebarContent ul{
	background-image: url(../images/sidebarFill.png);
	background-repeat: repeat-y;
	background-position: center top;
	padding-right: 10px;
}
.sidebarContent li{
	padding-bottom: 6px;
	list-style-type: square;
}
#contentArea li{
	padding-bottom: 5px;
	list-style-type: square;
}
#contentArea a:link{
	color: #000;
}

#contentArea a:visited{
	color: #000;
}

#contentArea a:hover{
	color: #000;
}

#contentArea a:active{
	color: #000;
}
.mapWrap {
	float: right;
	height: 300px;
	width: 300px;
	margin-bottom: 20px;
	margin-left: 30px;
	border: 1px solid #666;
}
