* {margin:0;padding:0;}

body {
  position: relative;
	font-family: Georgia, Times, serif;
  color: #717171;
  font-size: 13px;
	background-color:  #FDFDFB;
  background-image: url('images/body_bg.jpg');
  background-repeat: repeat-x;
	background-position: center top;
  text-align: center;
}
img {
  border: 0;
}
a, a:link, a:visited {
	color: #3a5976;
	text-decoration: underline;
}
a:focus, a:hover, a:active {
	text-decoration: none;
}

.clear {
	clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.left {
	float: left;
}
.right {
	float: right;
}

.imgright {
	float: right;
	padding-left:15px;
}

#page{				
  position: relative;
  margin: 0 auto;
  width: 1000px;
  text-align: left;
}

#header {
  width: 100%;
  height: 145px;
}
#logo {
  position: absolute;
  top: 0;
  left: -75px;
}
#referring {
  position: absolute;
  top: 0;
  right: 0;
}
#emptd a, #emptd a:link, #emptd a:visited {
	color: #FFF;
	text-decoration: none;
}


#nav {
  width: 100%;
	height: 42px;
  margin: 1px 0 0 0;
	padding: 0;
}
#nav ul {
	list-style: none;
}
#nav ul li {
  float: left;
	padding: 0;
  margin: 0 14px 0 0;
	font-size: 15px;
}
#nav ul li a, #nav ul li a:visited, #nav ul li a:link {
  display: block;
  text-align: center;
	color: #6B672A;
  padding: 7px 18px;
	text-decoration: none;
  border-top: 5px solid #FFFFFF;
}
#nav ul li:hover a, #nav ul li:focus a, #nav ul li:active a {
  border-top: 5px solid #A5A166;
  background-color: #BAB88A;
	color: #6B672A;
}
#nav ul li.insec a {
  border-top-color: #7E2F04;
  background-color: #983E0D;
  color: #FFFFFF;

}
#nav ul li.insec:hover a {
  color: #FFFFFF;
}
.spec_div {
  width: 0;
  height: 0;
  border-width: 5px 30px 0 30px;
  border-style: solid;
  border-top-color: transparent;
  border-right-color: transparent;
  border-left-color: transparent;
  border-bottom-color: transparent;
}
#sidebar {
  float: right;
  width: 240px;
  margin: 35px 50px 0 0;
}
#sidebar h2 {
  color: #983e0d;
  font-size: 20px;
  font-weight: normal;
  margin: 10px 0;
}
#sidebar h3 {
  color: #87844a;
  font-size: 20px;
  font-weight: normal;
  margin: 50px 0 10px 0;
}
#sidebar select {
  width: 240px;
}
div.news_item {
  margin: 5px 0 30px 0;
  font-size: 14px;
}

img#divider {
  position: absolute;
  top: 210px;
  left: 655px;
}

#picturebox {
  position: relative;
  top: 20px;
}
#picturebox img {
  position: absolute;
}

#content {
  position: relative;
	width: 640px;
  min-height: 550px;
	margin: 0;
	padding: 10px 0;
}
#content .home {
  width: 600px;
  padding: 10px 0 50px 0;
  line-height: 180%;
}

#content .text {
  width: 600px;
  padding: 10px 0 50px 0;
  line-height: 150%;
}
#content .atext {
  width: 950px;
  padding: 10px 0 50px 0;
  line-height: 150%;
}
#content .text h1, #content .atext h1 {
  color: #983e0d;
  font-size: 40px;
  font-weight: normal;
  margin: 15px 0;
}

#footer {
  position: relative;
  background: url('footer_bg.jpg');
  padding: 10px 0;
  font-size: 11px;
	color: #ffffff;
}
#footer p {
	text-align: center;
	color: #ffffff;
	font-size: 11px;
	padding: 15px 0;

}
#footer a, #footer a:visited, #footer p a, #footer p a:visited {
	color: #ffffff;
  font-size: 11px;
	text-decoration: underline;
}
#footer a:focus, #footer p a:focus, #footer a:hover, #footer p a:hover, #footer a:active, #footer p a:active {
	text-decoration:none;
}
p#copyline, #footer_nav {
  margin: 0 auto;
  width: 1000px;
  text-align: left;
 line-height:180%;
}
#footer #directions {
  width: 950px;
  text-align: right;
  margin: -50px auto 0 auto;
}
