/*
Theme Name: Custom Theme
Author: Eric Wolfe
*/


/* RESET */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}

a { text-decoration: none;
     color: #003366; }
a:hover { color: #FF0000;
          text-decoration: underline;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
caption, th {
	text-align:left;
}
q:before, q:after {
	content:'';
}
fieldset, img, abbr, acronym {
	border:0;
}
/* END RESET */
body {
	background-image: url(images/pattern.png);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	height:100%;
}
#special {
	background-image: url(images/gradient.png);
	background-repeat: repeat-x;
	min-height: 799px;
}
#page {
	width: 1080px;
	margin-top: 0;
	margin-bottom: 0;
	/*margin-right: auto;
	margin-left: auto;*/
	float:left;
	background-color: #FFF;
}
#back_header {
	position:absolute;
	z-index:-1;
	height:184px;
	width:100%;
	background-color:#86a1cc;
	border-bottom-color:#e5d47c;
	border-bottom-style:solid;
	border-bottom-width:5px;
}
#back_footer {
	display:none;
	position:absolute;
 bottom:;
	z-index:-1;
	height:40px;
	width:100%;
	background-color:#c1d0e5;
}
#back_footer2 {
	display:none;
	position:absolute;
	top:70%;
	height: 30%;
	z-index:-1;
	width:100%;
	background-color:#86a1cc;
}
#header {
	position:relative;
	height:189px;
	margin-bottom:50px;
	background-color:#4873b3;
	border-color:#e0ce77;
	border-bottom-width:0px;
	border-bottom-style:solid;
	overflow:visible;
}
#logo {
	background-image: url(images/logo.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
	height: 258px;
	width: 356px;
	cursor: pointer;
	float: left;
}
#logo span {
	display: none;
}
#navigation {
	position:absolute;
	bottom:0px;
	left:356px;
	background-color:#dfce76;
	height:35px;
	width:724px;
}
li.page_item {
	display: block;
	text-align:center;
	vertical-align:center;
}
li.page_item a {
	display: inline-block;
	text-decoration: none;
	float: left;
	color:#8F8240;
	background-color:#ffec88;
	cursor:pointer;
	font-family:Tahoma, Helvetica;
	font-size:9pt;
	font-style:normal;
	font-weight:bold;
	height:20px;
	padding-left:7px;
	padding-right:6px;
	padding-top:10px;
	margin-right:1px;
}
#navigation li.page-item-3 a {
	padding-left:8px;
	padding-right:9px;
}
#navigation li.page_item a:hover {
	height:25px;
}
li {
	list-style-position: inside;
	list-style-type: circle;
}
table td {
	padding: 10px;
}
h2 {
	clear:both;
	color:#333333;
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	font-weight:bold;
	margin-top:25px;
}
#content {
	float:left;
	padding-left:0px; /*379*/
	position:relative;
	top:-70px;
}
#footer {
	clear: both;
	background-color:#A3b8d8;
	height:36px;
	padding-left:30px;
	font-size:10px;
	color:#031C45;
}
#below_footer {
	width:100%;
	height:20px;
	background-color:#4873b3;
}
#sidebar, #content {
	padding-bottom: 10px;
}
.screen-reader-text {
	display: none;
}
#s {
	width: 175px;
.width: 150px;
}
#searchsubmit {
}
.alignright {
	float: right
}
.alignleft {
	float: left
}
p {
	margin-bottom: 1em;
}

