html, body, ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}
img {
	border: 0;
}
a {
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.more {
	text-align: right;
}
.left {
	float: left;
}
.clear {
	clear: both;
}

body, h1, h2, h3, form {
	font: 10px tahoma, arial, sans-serif;
	margin: 0;
	padding: 0;
	color: #5C5C5C;
}

h5 {
	font: 13px tahoma, arial, sans-serif;
    margin: 0;
	margin-top: 6px;
	padding: 0;
	color: #5C5C5C;
}

body {
/*	background: url(images/header_bg.jpg) repeat-x;*/
	text-align: center;
}
.popupbody {
	background: none;
	text-align: center;
}

#wrapper {
	text-align: left;
	margin: auto;
	width: 874px;
}


#header {
	height: 203px;
	position: absolute;
}
#header h1 {
	margin-top: 44px;
}
#header h1 img {
	display: block;
}
#nav {
	margin-top: 7px;
}
#nav img {
	float: left;
}

#headline {
	padding-top: 205px;
}

#photo {
	float: left;
	width: 624px;
}
#photo div {
	border: 1px solid #D8D8D8;
	padding: 2px;
}
#photo img {
	display: block;
}

#search-news {
	float: right;
	width: 140px;
}
#search-news div {
	padding: 3px 0;
	margin: 0;
}
#search-news #q {
	width: 140px;
	border: 1px solid #859D31;
}
#search-news .downcast {
	background: #E6E7E7;
	border-top: 1px solid #CFD0D0;
	padding: 3px 4px 4px 4px;
	margin: 2px 0 0 0;
}
#search-news h3 {
	background: url(images/bullet_letter.gif) no-repeat;
	padding-left: 15px;
	font-weight: bold;
	margin: 1em 0 0.4em 0;
}
#search-news p {
	padding-left: 15px;
	padding-right: 2px;
	margin: 0.1em 0;
}
a {
	font-weight: bold;
	color: #5C5C5C;
}

#body {
	padding-top: 2em;
	text-align: justify;
}

#body-left {
	float: left;
	width: 408px;
}
#body-right {
	float: right;
	width: 330px;
}

#body-left ul.plussbullets {
	margin-top: 45px;
	margin-left: 120px;
	padding: 0;
	font-weight: bold;
}
#body-left ul.plussbullets li {
	background: top left url(images/bullet_plus.gif) no-repeat;
	margin: 0 0 10px 0;
	padding: 0 0 0 25px;
}

#body h2, #body p {
	margin: 0.3em 0;
}

#body-right p {
	margin-right: 2em;
}

#body a.green {
	color: #9AAB68;
	font-weight: normal;
	text-decoration: underline;
}

#gallery img {
	float: left;
}

#footer {
	color: #FFFFFF;
	background: #42453D url(images/footer_bg.gif) repeat-x;
	padding: 6px 0 5px 0;
	margin-top: 2em;
	font-weight: bold;
}
#footer p {
	margin: 0;
	padding: 0;
}

#q {
	width: 180px;
	border: 1px solid #9AAB68;
}

.leadentry {
	width: 200px;
	height: 40px;
	float:left;
}

.main_button {
    width: 70px;
	text-align: center;
	font: bold 10px tahoma;
	border: 1px solid #9AAB68;
	cursor: pointer;
	background-color: #AAAAAA;
	height: 18px;
	margin: 0px 0px 0px 5px;
}

.display_user {
    background-color:#CCCCCC;
	border: 1px solid #9AAB68;
	padding-top: 10px;
	padding-left: 10px;
	width: 640px;
	float: left;
	margin-top: 20px;
	margin-bottom: 10px;
}

.display_user table {
    margin: 5px 0px 10px 0px;
}

.display_user th {
    font-size: 13px;
}

.td {
	width: 120px;
	border: 1px solid #9AAB68;
}

.mainentry {
    display: inline;
	float: left;
	margin-left: 20px;
}

.entry {
    font: 13px tahoma;
}

.left_fields {
    width: 200px;
	height: 40px;
	float:left;
}

#left-entry {
    position: inline;
    float: left;
    width: 140px;
}

#middle-entry-1 {
    position: inline;
	float: left;
    margin-left: -15px;
    width: 200px;
    padding-top: 5px;
}

#middle-entry-2 {
    position: inline;
	float: left;
    margin-left: 0px;
    width: 200px;
    padding-top: 5px;
}

#right-entry {
   position: inline;
   float: left;
   margin: 0;
   margin-top: -155px;
   padding: 0;
   margin-left: 550px;
}

/* MAIN NAV */
#navcontainer {
	padding-top:19px;

}

@-moz-document url-prefix() {
  #navcontainer {
     padding-top:18px;
  }
}

#navlist
{
padding: 0px;
margin: 0px;
font: 12px Tahoma;
font-weight:normal;
color: #FFF;
}

#navlist li
{
list-style: none;
margin: 0px;
padding:0px;
display: inline;
}

#navlist li a
{
padding: 7px;
border: none;
border-bottom: none;
font-weight:normal;
background: #4F2B83;
float:left;
text-align: center;
text-decoration: none;
width:60px;
}

#navlist li a:link { color: #fff; }
#navlist li a:visited { color: #fff; }

#navlist li a:hover
{
color: #FFF;
background: #AAAAAA;
border-color: #5b5c56;
}

#navlist li a#current
{
	background: #AAAAAA /*#809052 */;
}


 /* The Modal (background) */
.modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
	background-color: #fefefe;
	margin: 5% auto; /* 15% from the top and centered */
	padding: 20px;
	height: 400px;
	border: 1px solid #888;
	width: 80%; /* Could be more or less, depending on screen size */
}

#modalText {
	width: 90%;
	height: 90%;
}

/* The Close Button */
.close {
	color: #aaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
}

.close:hover,
.close:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
} 



