@charset "UTF-8";

body {
	background-color: #f0f0f0;
}

p {
	/*margin: 0;*/
}

a {
	color: black;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a:visited {
	color: black;
}

h1,h2,h3,h4,h5 {
	color: #999933;
}

img {
	border: none;
	border-style: none;
}

.center {
	text-align: center;
	margin: 0 auto 0 auto;
}

#main {
	position:relative;
	width: 760px;
	margin: 0 auto 0 auto;
	
	background-color: #ffffff;
}

#header {
	position:relative;
	width: 760px;
	height: 75px;
	margin: 0 auto 0 auto;
	padding: 10px 0 10px 0;
	
	background-color: #f0f0f0;
}

#logo {
	width: 100%;
	height: 75px;
	position: relative;
	margin: 0;
	
	background: url(../images/header_new2.png) #f0f0f0 center center no-repeat;
}


#mainMenu {
	position: relative;
	width: 760px;
	height: 20px;
	padding: 0 0 0 0;
	margin: 0;
	
	background-color: #f0f0f0;
}
#mainMenu li a {
	height: 20px;
	background:#d0d0d0 url(../images/corner3.gif) top right no-repeat;
	color: black;
	margin: 0 2.5px 0 0;
}
#mainMenu li a:hover {
	color: white;
	background-color: #505050;
	text-decoration:none;
}
#mainMenu li a:visited {
	color: black;
}
#mainMenu li a:visited:hover {
	color: white;
	background-color: #505050;
	text-decoration:none;
}

#subMenu {
	position: relative;
	width: 149px;
	margin: 10px 0 10px 0;
}
#subMenu li {
	background:#e0e0e0 url(../images/corner.gif) top right no-repeat;
}
#subMenu li a {
}
#subMenu li a:hover {
	/*color: white;
	background-color: #505050;*/
	text-decoration: underline;
}
#subMenu li a:visited {
	color: black;
}
#subMenu li a:visited:hover {
	/*color: white;
	background-color: #505050;*/
	text-decoration: underline;
}

#pageinfo {
	width: 760px;
	margin: 0 0 20px 0;
	height: 200px;
}

#pagedescription {
	width: 325px;
	float: left;
	height: 200px;
	background-color: #505050;
	overflow:hidden;
	border-right: 1px white solid;
}
#pagedescription p {
	margin: 10px;
	vertical-align: middle;
	color: #FFFFFF;
}

#mainphoto {
	width: 434px;
	float: right;
	height: 200px;
	margin: 0 auto 0 auto;
	
	overflow: hidden;
}

#leftcolumn {
	position: relative;
	width: 555px;
	float: left;
	margin: 0 5px 10px 30px;
	padding: 0 5px 0 0px;
	border-right: 1px solid #d8d8d8;
}

.sectiontitle {
	position: relative;
	width: 540px;
	margin: 10px 10px 10px 10px;
}

.newsitem {
	position: relative;
	width: 520px;
	margin: 10px 10px 10px 10px;
	padding: 10px;
	border-bottom: dotted black 1px;
}

.newsitem .title {
	margin: 0;
}

.newsitem .datelocation {
	font-size: 0.8em;
}

.newsitem .description {
	margin: 10px 0 10px 0;
}

.newsitem .notes {
}

#whoweare {
	/*background-color: #f0f0f0;*/
	padding: 10px 0 10px 0;
}

#whoweare p {
	margin-left: 20px;
	margin-right: 20px;
}


#rightcolumn {
	position: relative;
	width: 154px;
	float: right;
	margin: 0 0 10px 5px;
	padding: 0 5px 0 0;
}
#rightcolumn p {
	font-size: 0.8em;
}

#joinlink {
	width: 150px;
	height: 35px;
}

#facebook {
	height: 48px;
	width: 48px;
}
#YouTube {
	height: 48px;
	width: 48px;
}

.horizontallist {
	position: relative;
	list-style: none;
	padding: 0;
}

.horizontallistItem { 
	display: inline;
}

.horizontalmenulink {
	float: left;
	padding: 0 10px 0 10px;
}

.verticallist {
	position: relative;
	list-style: none;
	padding: 0;
}

.verticallistitem {
	margin: 0 0 5px 0;
}

.verticalmenulink {
	width: 140px;
}

.bigger {
	font-size: 14px;
	color: #999933;
	font-weight: bold;
}

#footer {
	position: relative;
	width: 100%;
	height: 39px;
	margin: 0 auto 0 auto;
	background-color: #fafafa;
	border-top:1px solid #d8d8d8;
	
	text-align: center;
	vertical-align: middle;
}
#footer span {
	position: relative;
	width: 100%;
	height: 39px;
	
	color: #505050;
}
