body {
	padding-bottom: 0;
}

/*//////////////////////////*/
/*Styling for general forms */

#fixed_wrapper
{
	width: 100%;
	position: fixed;
	padding: 0 10px;
	margin: 0px auto;
	z-index: 0;	
	overflow: visible;
	height: 96px;
}

#nav_wrap {
	margin: 0px auto;
	position: relative;
	width: 964px;
	height: 100px;
	z-index: 20;
	background: url(../img/fog-other.png) no-repeat 149px 78px;
}

.index #nav_wrap {
	background: url(../img/fog-index.png) no-repeat 149px 68px;
}

.search #nav_wrap {
	background: url(../img/fog-search.png) no-repeat 149px 68px;
}

#search_results {
	margin: 0 10px 0 10px;
	padding: 0;
	float: left;
}

#search_results ul {
	list-style-type: none;
	margin: 0 0 18px 0;
}

#search_results li {
	margin-bottom: 9px;
	border-top: 4px solid #ee0014;
	display: inline;
	float: left;
}

dl.search_content {
	float: left;
}

dt.search_title, dd.search_excerpt, dd.search_section, dd.search_date {
	border-top: 1px solid #d4d2cb;
	padding-top: 2px;
	margin-bottom: 9px;
	font-size: 11px;
	line-height: 15px;
	color: #766a63;
}

.search_title {
	width: 138px;
	margin-right: 20px;
	float: left;
	clear: left;
	font-weight: normal;
}

.search_excerpt {
	width: 299px;
	margin-right: 20px;
	margin-left: 0;
	float: left;
	clear: right;
}

.search_section {
	width: 138px;
	margin-right: 20px;
	float: left;
	margin-left: 0;
}

.search_date {
	width: 138px;
	float: left;
	margin-left: 0;
	clear: right;
	font-size: 11px;
	line-height: 15px;
}

#dynamic_wrapper
{
	width: 944px;
	height: 100%;
	padding: 0 10px;
	background-color: #fff;
	margin: 0px auto;
	z-index: 100;
}	
	
#branding
{
	float: left;
	margin-top: 115px;
	left: 0;
	background-color: #fff;
	width: 149px;
	height: 50px;
	z-index: 0;
}

#fixed_brand {
	position: fixed;
	width: 486px;
	z-index: -100;
	margin-top: 180px;
	margin-left: -10px;
}

#fixed_brand {
	height: 144px;
}

#mission {
	font-family: Georgia, Times, "Times New Roman", serif;
	word-spacing: -0.1em;
	width: 148px;
	z-index: 0;
	position: fixed;
	margin-top: 205px;
	padding-bottom: 48px;}

#inner_wrap
{
	width: 953px;
	float: left;
	z-index: 0;
	margin-left: -10px ;
	border-left: 1px solid #ddd;
}

#content_wrap
{
	width: 795px;
	float: right;
	z-index: 200;
	padding-top: 84px;
}

.scroll_offset {
	margin-top: -90px;
	height: 90px;
	width: 1px;
}

.article .scroll_offset {
	margin-top: -84px;
	height: 84px;
}

.index #content_wrap 
{
	background: url(../img/bkgd-index.png) repeat-y;
	
}

.search #content_wrap 
{
	background: url(../img/bkgd-search.png) repeat-y;
	
}

#content_wrap
{
	background: url(../img/bkgd-other.png) repeat-y;
	min-height: 420px;
}

.catalog {
	margin-bottom: 18px !important;
}
.staff {
	border-top: 1px solid #ccc !important;
	margin: 0 10px 0px 10px;
}

/*///////////////////////////*/
/*Styling for main navigation*/

#main_nav
{
	width: 795px;
	list-style-type: none;
	float: left;
	margin: 0;
	height: 96px;
}

#main_nav li
{
	float: left;
	width: 158px;
	height: 80px;
	background-color: #dc291e;
	border-right: 1px solid #c7c2bc;
}

.index #main_nav li, .search #main_nav li {
	height: 72px;
}

#main_nav li a {
	display: block;
	width: 158px;
	height: 72px;
	background-color: #b9b1a9;
}

#main_nav li a:hover, #main_nav li.index a:hover {
	background-color: #dc291e !important;
}

#main_nav li a:active {
	background-color: #ffa200 !important;
}

#main_nav li.focus, #main_nav li.focus a

{
	display: block;
	width: 317px;
	background-color: #dc291e !important;
	border-right: 1px solid #c7c2bc;
}

#main_nav li.index, #main_nav li.index a

{
	display: block;
	width: 317px;
	background-color: #b9b1a9 !important;
	border-right: 1px solid #c7c2bc;
}

.h3 a, .p a {
	display: inline;
	width: 158px;
	height: 18px;
}

/* ////////// */
/* Page Parts */

.content {
	float: left;
	width: 159px;
	padding-bottom: 18px;
	}
	
	
.anchor {
	width: 476px;
}

.index .anchor {
	width: 318px;
}

.sidebar {
	background-color: #e3deca;
	margin: 0 10px 0 10px;
	padding-bottom: 1px;
	margin-bottom: 11px;
}

.image_personnel {
	width: 148px;
	/*height: 148px;*/
	margin: 0 10px 10px 0;
	float: left;
}


.comments {
	float: left;
}

/*//////////////////*/
/*Styling for footer*/

#footer
{
	width: 954px;
	float: left;
	clear: both;
	background: url(../img/bkgd-footer.png) repeat-y 10px 0;
	margin-bottom: 0;
	margin-left: 10px;
}

#location {
	width: 138px;
	float: left;
	padding: 10px 10px 0 10px;
	background-color: #fff;
	z-index: 200;
}

#footer ul {
	list-style-type: none;
	float: left;
	padding: 10px;
	margin: 0;
	width: 139px;
}

#subscribe {
	width: 137px;
	padding: 10px;
	float: left;
}

#subscribe ul {
	width: 100%!important;
	padding: 0;
	border: 0;
}

#subscribe form, #mission form {
	margin: 0;
	padding: 0;
}

#subscribe fieldset, #mission fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

#mission #search {
	width: 130px;
	margin: 3px 0 10px 0;
	height: 16px;
}

#subscribe input#ea {
	width: 133px;
	margin: 3px 0 6px -1px;
	height: 14px;
	opacity: 0.7;
}

#table_results {
	clear: both;
}

