img {
  border: none;
}

body {
 	margin: 0 auto;
  padding: 0 0;
  font-family: verdana, arial, helvetica;
	background: #000000 url('background-internal.gif') no-repeat 0 0;
  font-size: 1em;
  color: #ffffff;
}
body.load {
}

#main {
  font-size: 1em;
  display: block;
  margin: 0 auto;
  text-align: left;
	position: absolute;
	margin-top: 40px;
	margin-left: 190px;
  padding-bottom: 30px;
  width: 70%;
  height: 400px;
  overflow: auto;
}

a, a:visited {
  text-decoration: none;
  color: #000000;
}
a:hover {
  text-decoration: underline;
}

h1.hide,
h2.hide {
  display: none;
}

h3 {
  font-family: verdana, arial, helvetica;
  font-weight: normal;
}

#emailForm {
  position: absolute;
  top: 770px;
  left: 13px;
  font-size: 1em;
  display: block;
  margin: 0;
  padding: 0;
  padding-bottom: 30px;
	color: #7b9a61;
}
form {
  width: 400px;
  margin:0;
  padding:0;
  font-size: 1em;
}

input#userEmail {
  width: 180px;
  border: none;
  background-color: #7b9a61;
  color: #000000;
  padding: 2px;
  font-size: .8em;
  margin: 0;
	position: relative;
	float: left;
	margin-right: 2px;
	padding-left: 5px;
  border: 2px solid #7b9a61;
}

input#userEmail:hover {
  border: 2px solid #ffffff;
}

input#submitLinkNew {
  background-image: url('submit.gif');
  background-repeat: no-repeat;
  background-position: 0px 0px;
  width: 70px;
  height: 25px;
  margin: 0;
  display: block;
}

input#submitLinkNew:hover {
  background-image: url('submit-over.gif');
}

textarea {
  width: 400px;
}

hr {
  color: #7b9a61;
  height: 2px;
  background-color:#7b9a61;
	border:0px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.white {
  color: #ffffff;
}

#topnav {
  position: absolute; width:930px;
  top: 710px;
  left: 190px;
}

#topnav a, #topnav a:visited {
  margin: 0;
  font-size:  .9em;
  font-weight: bold;
  position: relative;
  float: left;
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: underline;
}
#topnav a:hover {
  color: #ffffff;
  text-decoration: none;
}

#specialevent {
  position: absolute;
  top: 756px;
  left: 5px;
  color: #ffffff;
  font-size: .8em;
  font-weight: bold;
}
#specialevent a, #specialevent a:visited {
  position: relative;
  color: #ffffff;
}

#specialevent {
  background: transparent url('/site/upcoming-events.gif') no-repeat 0px 0px;
  width: 70px;
  display:block;
  padding: 7px;
  padding-left: 165px;
  height: 20px;
}
#specialevent a, #specialevent a:visited {
  position: relative;
  left: 2px;
  color: #ffffff;
  width: 700px;
  display:block;
}

#topnav a:hover {
  color: #ffffff;
}

#recentPosts {
  display: block;
  position: absolute;
  top: 0px;
  left: 510px;
  margin:0;
  padding:0;
  width: 150px;
}

#recentPosts p {
  margin: 0;
  padding: 0;
  padding-bottom: 4px;
  font-size: .8em;
}

#recentPosts a, #recentPosts a:visited {
  color: #000000;
  font-weight: bold;
}

#recentPosts a:hover {
  text-decoration: underline;
}


/***************************************************
  CSS TRICKS
***************************************************/

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


