body {
	margin: 0;
	padding: 0;
	background-color: #FAF0DD;
	background-image: url(../images/pageBg.gif); 
	background-repeat: repeat-x;
	font-family: sans-serif;
	color: #604617;
	font-size: 12px;
}
.mainSection {
	width: 802px;
	margin: 0px auto;
	background-image: url(../images/templateBg.gif); 
	background-repeat: repeat-y;
}
.header {
	width: 802px;
	height: 213px;
	margin: 0;
	padding: 0;
	background-image: url(../images/header.gif); 
	background-repeat: no-repeat;
}
.content {
	width: 802px;
}
.leftColumn {
	width: 188px;
	position: relative;
	float: left;
	margin-left: 26px;
}
.navLinks {
	font-family: sans-serif;
	color: #604617;
	font-size: 12px;
	font-weight: bold;
	padding-left: 5px;
}
.navLinks ul {
	margin:0 0 10px 0; 
	padding: 0; 
	list-style: none;
}
.navLinks li {
	width:178px;
	line-height:16pt;
	display: block; 
}
.navLinks a {
	display: block; 
	padding-right: 15px; 
	color: #604617;
	text-decoration:none;
	font-weight: bold; 
	padding-left:20px;
}

.navLinks ul li a:hover {
	background-color: #E6D8C1;
}
.newsBox {
	background-image: url(../images/newsBoxBg.gif); 
	background-repeat: repeat-y;
	font-family: sans-serif;
	color: #604617;
	font-size: 12px;
	padding-left: 18px;
	padding-right: 12px;
}	
.newsBoxFooter {
	width: 188px;
	height: 28px;
	background-image: url(../images/newsBoxFoot.gif); 
	background-repeat: no-repeat;
}
.rightColumn {
	width: 565px;
	float: left;
}
.topNav {
	width: 565px;
	height: 57px;
}
.footerBg {
	width: 100%;
	height: 40px;
	margin: 0;
	padding: 0;
	background-image: url(../images/lower_pgBg.gif); 
}
.footer {
	width: 802px;
	height: 40px;
	margin: 0px auto;
	padding: 0;
	background-image: url(../images/templateFooter.gif); 
	background-repeat: no-repeat;
}
.footerContentLeft {
	position: relative;
	float: left;
	width: 188px;
	height: 32px;
	text-align: center;
	padding-top: 6px;
	margin-left: 26px;
	color: #404040;
	border-top: 1px solid #CACACA;
}
.footerContentRight {
	position: relative;
	float: left;
	width: 565px;
	height: 26px;
	text-align: center;
	padding-top: 12px;
	color: #404040;
	border-top: 1px solid #E8E8E8;
}
.footerContentRight a {
	text-decoration: none;
	color: #404040;
}
.footerContentRight a:hover {
	text-decoration: underline;
}
.mainContent {
	padding: 0px 10px 10px 10px;
}
.spotlight {
	padding: 0px 10px 10px 10px;
}
a.blockButton {
	color: #604617;
	background-color: #F2EBDF;
	padding: 2px;
	text-decoration: none;
}
a.blockButton:hover {
	color: #F2EBDF;
	background-color: #604617;
}
.mainContent li {
	margin-bottom: 6px;
}
h1 {
	font-size: 20px;
}
hr {
	border: 0;
	height: 1px;
	color: #E6D8C1;
	background-color: #E6D8C1;
}
.searchBox {
	padding-left: 5px;
	padding-top: 10px;
}
/* -- Pagination Styles ----------------------------------- */

.paginationTextLink, .paginationNumLink {
	color: #604617;
	text-decoration: none;
}
.paginationTextLink:hover, .paginationNumLink:hover {
	background-color: #F2EBDF;
}
.paginationInactive {
	color: #D2BC93;
}
/*
.pagination a {
	font-weight: bold;
	color: #604617;
	text-decoration: none;
}
*/

/* -- Form Design ----------------------------------- */

.form {
	margin:0;
	padding:0;
}
.ctr {
	text-align: center;
}
.form .button {
	background-color:#F2EBDF;
	border: 1px solid #E6D8C1;
	color:#604617;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-align:left;
	margin:2px 12px 0 0;
	cursor: pointer;
}
.right {
	float: right;
}
.form .button:hover {
	background-color:#604617;
	border: 1px solid #E6D8C1;
	color:#F2EBDF;
	cursor: pointer;
}
.form .select {
	background-color:#F2EBDF;
	border:1px solid #E6D8C1;
	color:#604617;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
}
.form .textBox, .form .textArea {
	background-color:#F2EBDF;
	border:1px solid #E6D8C1;
	color:#604617;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-align:left;
	width:150px;
	margin:0 auto;
	padding:1px 3px;
}
.form .textArea {
	width:400px;
}
.NavHeader {
	margin-top: 5px;
	padding-left: 10px;
	border-top: 1px solid #604617;
	border-bottom: 1px solid #604617;
}
.NavHeader, .NavHeader a {
	background-color: #F2EBDF;
	color: #604617;
	font-weight: bold;
	text-decoration: none;
}
.NavHeader a:hover {
	background-color: #604617;
	color: #F2EBDF;
	font-weight: bold;
	text-decoration: none;
}
top {
	margin-top: 0;
	margin-bottom: 15px;
}
.floatLeft {
	float:left;
	margin: 15px;
}
.FloatLeft {
	float:left;
	margin: 15px;
}
.floatRight {
	margin: 15px;
	border: 1px solid #F2EBDF;
	float:right;
	clear:both;
}
.halfThumbSize {
	width: 75px;;
}
div.clipThumb {
	width: 75px;
	height: 50px;
	overflow: hidden;
}
a.spotlight img {
	background-color: transparent;
	padding: 0;
	border: 1px solid #F2EBDF;
}
a.spotlight:hover img {
	border: 1px solid #604617;
}
a.spotlightProjTitle {
	color: #604617;
	text-decoration: none;
}
a.spotlightProjTitle:hover {
	text-decoration: underline;
}

.leadPhoto {
	width: 500px;
	height: 350px;
	overflow: hidden;
	border: 1px solid #F2EBDF;
}
.leadPhoto:hover {
	border: 1px solid #604617;
}
a.newsBoxLink {
	color: #604617;
	text-decoration: none;
}	
a.newsBoxLink:hover {
	color: #808080;
	text-decoration: none;
}	
.em_light {
	font-style: italic;
	color: #DB843C;
}
.projImgThumbs {
	width: 150px;
	text-align: center;
	float: right;
	font-size: 8px;
	margin-top: 15px;
	padding: 5px;
	clear: both;
}
.thumbnailSidebar {
	width: 156px;
	text-align: center;
	float: right;
	padding: 3px;
	margin: 3px;
	background-color: #F2EBDF;
	border: 1px solid #E6D8C1;
	clear: both;
}
.newsImgThumbs {
	width: 210px;
	text-align: center;
	float: right;
	font-size: 8px;
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 0px;
	clear: both;
}
.newsImgThumbs img {
	width: 200px;
	margin-bottom: 0;
	padding-botom: 0;
}
.thumbnailSidebarArticle {
	width: 202px;
	text-align: center;
	float: right;
	padding: 3px;
	margin: 3px;
	background-color: #F2EBDF;
	border: 1px solid #E6D8C1;
	clear: both;
}
