body {
	background: #dc6212 url(../images/background_imprints.png) no-repeat scroll;

}

#header {
	position:  absolute;
	top:  35px;
}

#wrapper {
	background: url(../images/background_wrapper.png) repeat-y ;
	float: none;
	display: inline-block;
	clear: none;
	position: absolute;
	top: 345px;
	
}

#footer {
	position: relative;
		
}

#search {
	position: absolute;
	text-align: right;
	z-index: 10;
	
}
.title {
	margin: 30px 0 15px 0;
}

.copyright {
	font-size: 0.75em;
	color: #fff;
}

.copyright a {
	font-size: 1em;
	color: #fff;
}

.posted {
	color:  #666;
	font-size: 1.1em;
}

li {
	list-style-image: url(../images/bullet.png);
	list-style-position: outside;
	margin:  0 0 0 10px;
}

/* Navigation */

#nav {
	background:  50% 0;
	position: absolute;
	display: block;
	top: -26px;
	left:  160px;
	float: left;
		
}

#nav ul {
  list-style-type: none;
  float: right;
  border-left: 1px solid #586732;
  margin: 0 0 20px;
  padding: 0;
  clear: both;
}



#nav ul li {
  display: block;
  float: left;
  text-align: center;
  padding: 0;
  margin: 0;
}



#nav ul li a {
  background: #ccc;
  width: 130px;
  height: 25px;
  border: 1px solid #586732;
  border-left: none;
  padding: 0;
  color: #586732;
  display: block;
  text-align: center;
  text-decoration: none;
font: normal 1.2em/2.0em "Arial Narrow" "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
}



#nav ul li a:hover {
  color: #fff;
  background: #586732;
  text-decoration:none;
}



#nav ul a:active {
  background: #271E3D;
  color: #fff;

}

#nav ul li a.active {
  background: #271E3D;
  border: .1em solid #271E3D;
  color: #fff;
  	border-bottom-color: #f00;
	border-bottom-width: 2px;
}


#search #ajaxSearch_form, #search form {
  position:absolute;
  top: 0;
  right: 0;
}

#ajaxSearch_intro {
margin: 10px 0 15px 0;
}

#ajaxSearch_input {
	width: 160px;
	background: #FFFFFF;
	font-size: 0.8em;
	padding: 3px 1px 2px 1px;
	border: 2px inset gray;
}

#ajaxSearch_submit {
  height: 2em;
	background: #6F9303;
	text-transform: lowercase;
	font-size: 0.9em;
	font-weight: bold;
	color: #FFFFFF;
}

#ajaxSearch_output {
  font-size: 90%;
	background-color: #EFEFEF;
	border: 1px solid #6F9303;
  position: absolute;
  top: 20px;
  right: 0;
  width: 260px;
	z-index: 1;
	padding: 5px;
	margin: 5px 0 15px 0;
}

.ajaxSearch_paging {
  display: block;
  margin: 5px 0 10px;
}
.AS_ajax_result {
  color: #444;
  margin-bottom: 3px;
}
.AS_ajax_resultLink {
  text-decoration: underline;
}
.AS_ajax_resultDescription, .ajaxSearch_resultDescription{
  color: #555;
  padding: 2px;
}
.AS_ajax_resultsIntroFailure{
  padding: 3px;
}
.AS_ajax_highlight1, .ajaxSearch_highlight1{
  color : #CC0000;
  padding: 0;
  font-weight: bold;
}
.AS_ajax_highlight2, .ajaxSearch_highlight2{
  color : #CB53DF;
  padding: 0;
  font-weight: bold;
}
.AS_ajax_highlight3, .ajaxSearch_highlight3{
  color : #DF53B5;
  padding: 0;
  font-weight: bold;
}
.AS_ajax_highlight4, .ajaxSearch_highlight4{
  color : #DF5380;
  padding: 0;
  font-weight: bold;
}
.AS_ajax_highlight5, .ajaxSearch_highlight5{
  color : #A453DF;
  padding: 0;
  font-weight: bold;
}
.AS_ajax_highlight6, .ajaxSearch_highlight6{
  color : #53ADDF;
  padding: 0;
  font-weight: bold;
}
.AS_intro { display: none;}
