/* CSS Document */
@import 'reset.css';
@import 'typography.css';
@import 'tools.css';

body {
	background:url(../images/background.png) repeat;
}

#page_wrapper {
	background:url(../images/background_fade.png) repeat-x;

}

#content_wrapper {
	background:url(../images/clear_panel_Background.png) repeat-y;
	width:905px;
	margin:0 auto;	
}

#panel_fade_wrapper {
	background:url(../images/subpages/panel_fade_background.png) no-repeat;
	height:318px;
	margin-bottom:-260px;

}
#search {
	background:url(../images/search_background.png) no-repeat;
	background-position:right;
	margin:0 auto;
	text-align:right;
	width:875px;
	height:32px;
	padding:4px 20px 0 0;
}
#search form, #search fieldset {
	display: inline;
}
#ajaxSearch_input {
	height:12px;
	width:145px;
	font-size:10px;
}	
#search .ajaxSearch_intro {display:none;}

.ajaxSearch_highlight {background-color:yellow;}
.ajaxSearch_resultDescription {color:#666666; font-style:italic;}
.ajaxSearch_extract {padding-left:15px;}

#header {
	background:url(../images/header.png);
	width:905px;
	height:60px;
	text-indent:-2000px;
}

#header a {
	width:50%;
	display:block;
	height:60px;
}


/*  Navigation 
----------------------------------------*/

#navigation {
	background:url(../images/subpages/navigation_background.png) repeat-x;
	height:28px;
	overflow:hidden;
	width:858px;
	margin-left:13px;
	padding-left:10px;
	border-style:solid;
	border-color:#000000;
	border-width:0 2px 0 2px;
	clear:both;
}
#navigation li {
	padding:0 8px 0 0;
	margin:8px 10px 0 0;
	border-right:1px solid #E6E4DD;
	line-height:1em;
}

#breadcrumbs {
	height:20px;
	background-color:#1A1306;
	width:861px;
	margin-left:13px;
	padding-left:10px;
}



/*  Content 
--------------------------------------*/
#content {
	background-color:#888059;
	border-width:0px 2px 0px 2px;
	border-style:solid;
	border-color:#000000;
	width:868px;
	margin-left:13px;

	min-height:318px;
	
}

#content_footer {
	background:url(../images/body_footer.png) no-repeat;
	width:872px;
	height:13px;
	margin-left:13px;
	position:relative;
	margin-top:0;
	
}
#column_wrapper {
	width:836px;
	background:url(../images/subpages/content_top.png) no-repeat;
	margin-left:15px;
	background-color:#fff;	
}
#column_wrapper_footer {
	width:836px;
	background:url(../images/subpages/content_bottom.png) no-repeat;
	height:74px;	
	margin-left:15px;
	background-color:none;
	
}

.column {float:left;}

#left_content_column, left_content_column_single {
	width: 500px;
	padding-top:15px;
	margin-left:20px;

}

#right_content_column {
	width: 282px;
	padding-top:0;
	margin-left:34px;
	min-height:28px;
	background:url(../images/subpages/local_navigation_top.png) no-repeat;
}

.local_navigation {
	margin-top:1em;
}

#right_content_column li {
	list-style-type:none;
}


/* Page footer 
-----------------------------------------*/

#page_footer {
	background:url(../images/clear_panel_footer.png) no-repeat;
	height:11px;
	width:890px;
	margin:0 auto;
	padding:15px 0 0 15px;	
	text-align:left;
	clear:both;
}
#page_footer a {color:#fff;}

.pic_heading {
padding-top:122px;
padding-left:20px;
height: 29px; 
width: 498px; 
margin-left: -20px; 
margin-top: -15px;
}

