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

body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/wrapperBG.jpg);
	background-repeat: repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
}
 
#wrapper {
	padding: 0px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;	
	margin-top: 70px;
	border: 1px solid #666;
}
#content {
	width: 900px;
	padding: 0;
	margin: 0;
	background-color: #FFF;
	border-left: 1px thin #999;
	
}

#header {
	background-image: url(images/header.jpg);
	width: 900px;
	height: 207px;
	background-repeat: no-repeat;
	height: 206px;
}
#topnav {
	position: absolute;
	top: 250px;
	text-align: left;
	width: 600px;
	padding-left: 2px;
}
#topnav ul {
	margin: 0px;
	list-style-type: none;
	padding: 0px;
	font-weight: bold;
}

 #topnav ul li {
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	font-weight: normal;
	font-size: 14px;
}

#topnav ul li.last {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#topnav ul li a {
	text-decoration: none;
	color: #FFF;
}
#topnav ul li a:visited {
	color: #FFF;
	text-decoration: none;
}
 #topnav ul li a:hover {
	color: #FFF;
	text-decoration: underline;
}

#nav {
	position: absolute;
	top: 175px;
	text-align: right;
	left: 380px;
	width: 500px;
}
#nav ul {
	margin: 0px;
	list-style-type: none;
	padding: 0px;
}

 #nav ul li {
	display: inline;
	padding-right: 5px; 
	padding-left: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000;
	font-weight: normal;
	font-size: 16px;
}

#nav ul li.last {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#nav ul li a {
	text-decoration: none;
	color: #000;
}
#nav ul li a:visited {
	color: #000;
	text-decoration: underline;
}
 #nav ul li a:hover {
	color: #000;
	text-decoration: underline;
}
#left {
	width: 570px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 10px;
	padding-top: 5px;
	float: left;
	background-color: #FFF;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
}
#leftonly {
	width: 870px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 10px;
	padding-top: 15px;
	float: left;
	background-color: #FFF;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
}

#right {
	padding: 0;
	width: 311px;
	margin-left: 588px;
	margin-top: 0;
	
}

.img-desc {
	height: 260px;
	padding: 0px;
	margin: 0px;
	background-image: url(images/capitolBack.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
	background-position: top;
}
.img-pro {
	padding: 0px;
	margin-bottom: 15px;
	margin-left: 15px;
	float: right;
	border: 1px solid black;
}

#footer {
	padding-top: 5px;
	padding-bottom: 5px;
	clear: both;
	width: 900px;
	text-align: center;
	background-color: #4b5b7e;
	color: white;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
}

#footer ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
 #footer ul li {
	display: inline;
	border-right: 1px solid white;
	padding-right: 2px;
	padding-left: 2px;
	font-size: 11px;
}
#footer ul li.last {
	border-right: none;
	padding-right: 0px;
}
.headshot {
	clear: both;
	margin-top: 15px;
	float: right;
	border: 1px solid black;
	padding: 5px;
}
h1 a, a: visited, a:hover, a:active {
	color: #000;
	text-decoration: none;
}
	