/* CSS Document */

body {
	margin: 0px 0px 20px 0px;
	background-color: #8D805A;
	text-align: center;
	}

td, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	}
	
p {
	margin-top:5px;
	margin-bottom:10px;
	}

a {
	text-decoration: underline;
	}

a:link, a:visited, a:active, a:hover {
	color: #562220;
	}

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	}

#container {
	line-height: 140%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding: 0px;
	width: 720px;
	border-left:2px solid #FFFFFF;
	border-right:2px solid #FFFFFF;
	border-bottom:2px solid #FFFFFF;
	background-color: #FFFFFF;
	}

#header {
	border-bottom: 1px solid #FFFFFF;
	height: 100px;
	width:720px;
	background-color: #C8B993;
	}
	
#banner-left {
	border-bottom: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	height: 100px;
	width:154px;
	background-color: #C8B993;
	}
	
#banner-center {
	background-color: #7A8A99;
	border-bottom: 1px solid #FFFFFF;
	height: 100px;
	width:377px;
	background-color: #C8B993;
	}
	
#banner-right {
	background-color: #7A8A99;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	height: 100px;
	width:187px;
	background-color: #C8B993;
	}
	
#footer {
	width: 720px;
	height: 23px;
	background-color: #1C3326;
	border-top: 1px solid #FFFFFF;
	}

#left-column {
	background-color: #562220;
	border-right: 1px solid #FFFFFF;
	}
	
#center-column {
	background-color: #C8B993;
	}
	
#right-column {
	background-color: #C8B993;
	border-left: 1px solid #FFFFFF;
	}

div.home-content {
	margin-top:35px;
	margin-left:30px;
	margin-right:30px;
	}
	
img.center {
	display:block;
	margin-left:auto;
	margin-right:auto;
	}

div.content {
	margin-top:20px;
	margin-left:20px;
	margin-right:20px;
	margin-bottom:25px;
	}
	
div.page-photo {
	border-bottom:1px solid #FFFFFF;
	}

div.navbar {
	margin-bottom:20px;
	}

span.inline-image {
	float:right;
	margin-left:20px;
	margin-bottom:10px;
	}
	
.inline-image img {
	margin-bottom:10px;
	}
	
div.portfolio-entry {
	float:left;
	margin-right:15px;
	margin-bottom:20px;
	width:160px;
	}
	
div.portfolio-tbn {
	padding:1px;
	border: 1px solid #562220;
	margin-bottom:5px;
	}
	
.award-entry {
	width:100%;
	}

.award-title {
	padding-top:40px;
	padding-right:20px;
	}
	
.award-image {
	
	}

hr {
	border: 0px;
	height: 1px;
	background-color: #8D805A;
	color: #8D805A;
	width: 100%;
	margin-top: 2px;
	margin-bottom: 2px;
	}
	
hr.home {
	border: 0px;
	height: 1px;
	background-color: #8D805A;
	color: #8D805A;
	width: 85%;
	margin-top: 2px;
	margin-bottom: 15px;
	}
	
ul.pdf {
	padding-left:0px;
	list-style:none;	
	}
.pdf li {
	padding-left: 26px;
	line-height:200%;
	background: url(images/pdf_icon.gif) no-repeat 0px 50%;
	}

