body {
	text-align: center;
	margin: 0;
	padding: 0;
	background:#000 url(../images/backgrounds/Lighthousebackground.jpg)no-repeat top left fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;

}
html {
	background: #000 url(../images/backgrounds/backgroundsunset.jpg) repeat-x;
}
div#wrapper {
	width: 960px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	border-left: #666 1px solid;
	border-right: #666 1px solid;
	border-bottom: #666 1px solid;
	background: #f2f3f4;
}
div#header {
	text-align: left;
	height: 120px;
	margin: 0px;
	padding: 0px;
}
div#header img {
	margin-left: 5px;
	margin-top: 12px;
}
div#contact {
	float: right;
	text-align: right;
	width: 205px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
}


div#contact p {
	text-align: right;
	font-family: Verdana, Geneva, sans-serif;
	font-size:11px;
	font-weight: bold;
	line-height: 1.0em;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	color: #000;
	letter-spacing: .06em;
}
div#navigation {
	background-color: #281d38;
	float: left;
	text-align: center;
	padding-top:0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;

}
div#navigation ul {
	width: 950px;
	padding: 0;
	margin: 5px 0px 5px 0px;
}
div#navigation li{
	display: inline;
	line-height: 30px;
	padding-right: .5em;
	padding-left: .5em;
	padding-bottom: 0px;
	padding-top: 0px;
	margin: 0px;
}

div#navigation a {
	font-size:11px;
	color: #fff;
	text-decoration: none;
	letter-spacing: .12em;
	font-family: Verdana, Geneva, sans-serif;
	text-transform: uppercase;
}
div#navigation .current {
	padding: 4px 2px 6px 2px;
	background-color: #857d91;}
	
div#navigation a:link {
	color: #fff;
	text-decoration: none;
	border-bottom: none;
}
div#navigation a:visited {
	color: #fff;
	text-decoration: none;
	border-bottom: none;
}
div#navigation a:hover {
	color: #fff;
	text-decoration:none;
	border-bottom: 2px solid;
}
p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: .8em;
	line-height: 1.7em;
	margin-bottom: 0px;
	padding-right: 20px;
	padding-left: 15px;
	padding-bottom: 10px;
	text-align: left;
	margin-top: 0px;
	color: #333;
	margin-left: 0px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	color: #9e6d0c;
	padding-left: 15px;
	margin-bottom: 5px;
}
h2 {
font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #9e6f11;
	margin-bottom: 0px;
	padding-left: 15px;
	margin-left: 0px;
	margin-right: 5px;
	padding-bottom: 5px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin-right: 0px;
	color: #524427;
	margin-bottom: 5px;
	text-align: left;
	margin-top: 0px;
	margin-left: 15px;
	margin-right: 5px;
	
}

a:link {color: #9e6d0c;
	text-decoration: none;
	border-bottom: #9e6d0c 1px solid;}
	
a:visited {color: #9e6d0c;
	text-decoration: none;
	border-bottom: #9e6d0c 1px solid;}
	
a:hover {color: #775b24;
	text-decoration: none;
		border-bottom: #775b24 1px solid;}
	
.italics {
	font-style: italic;
}
.italicssmall {
	font-style: italic;
	font-size: .85em;
}
.title {
	font-size: 1em;
	padding-top: 10px;
	font-style: italic;
}
.center {text-align:center;}
.image-left {
	float: left;
	border: 2px solid #666;
	margin-top: 2px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 10px;
	padding: 2px;
	position: relative;

	}
	.image-boxlft {
	float: left;
	border: 1px solid #333;
	margin-top: 2px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 10px;
	padding: 0px;
	position: relative;

	}
		.image-boxctr {
	float: left; 
	border: 1px solid #333;
	margin-top: 2px;
	margin-left: 35px;
	margin-bottom: 5px;
	margin-right: 10px;
	padding: 0px;
	position: relative;

	}
		.image-boxrgt {
	float: right;
	border: 1px solid #333;
	margin-top: 2px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 10px;
	padding: 0px;
	position: relative;

	}
.image-right {
	float: right;
	border: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	background-position: right;
	float: right;
	margin-right: -1px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 2px;
	}



div#main {
	background:#fff;
	border: 1px solid #fff;
	padding:3px 10px;
	-webkit-border-radius:20px;
	-moz-border-radius:25px;
	display: inline;
	float: left;
	width:590px;
	height: 850px;
	margin-left:20px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-top:5px;
	padding:5px;
	
}
div#about {
	background-image: url(../images/backgrounds/mainbox_about.png);
	display: inline;
	float: left;
	width:590px;
	height: 150px;
	margin-left:20px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-top:5px;
	padding:5px;
	
}

div#genpages {
	display: inline;
	background:#fff;
	border: 1px solid #fff;
	padding:3px 10px;
	-webkit-border-radius:20px;
	-moz-border-radius:25px;
	float: left;
	width:590px;
	margin-left:20px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	padding-top:5px;
	padding:5px;
	
}

div#upcoming {
	display: inline;
	padding:3px 10px;
	background: #fff url(../images/backgrounds/eventbox.png);
	float: right;
	width:280px;
	height: 500px;
	margin-left: 10px;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;

}
div#upcoming p{
	color: #000;
	font-size: .7em;
	line-height: 1.7em;
	margin:0;
	padding: 5px 10px 5px 10px;

}
div#upcoming h2{
	color: #9e6d0c;
	font-size: .9em;
	line-height: 1.4em;
	font-weight: bold;
	margin-top:8px;
	padding: 10px 10px 0px 10px;

}

div#execdir {
	display: inline;
	background-image: url(../images/backgrounds/edbox.png);
	color: #fff;
	float: right;
	width:280px;
	height: 400px;
	margin-left: 10px;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;

}
div#execdir p{
	color: #000;
	font-size: .7em;
	padding: 10px;
	margin-top: 35px;

}
div#quotes {
	display: inline;
	background-image: url(../images/backgrounds/quotesbox.png);
	color: #fff;
	float: right;
	width:280px;
	height: 400px;
	margin-left: 10px;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;

}
div#quotes p{
	color: #3a1272;
	font-size: .9em;
	padding: 12px;
	margin-top: 35px;
	font-style: italic;
	font-weight: bold;

}
div#quicklinks {
	display: inline;
	background-image: url(../images/backgrounds/quicklinks.png);
	color: #fff;
	float: right;
	width:280px;
	height: 400px;
	margin-left: 10px;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;

}
div#quicklinksinner {
	margin-top: 50px;}
	
div#quicklinks p{
	color: #3a1272;
	font-size: .9em;
	line-height: 1.4em;
	font-weight: bold;

}
div#members {
	display: inline;
	float: left;
	width: 625px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding:0px;

}
div#members p {
	Color: #000;
	padding-top: 50px;
	font-size: .7em;}
div#memberbox {
	display: inline;
	float: left;
	height: 202px;
	margin-left: 20px;
	margin-right: 10px;
	background-image: url(../images/backgrounds/membersbox.png);
	width: 285px;
}
div#sponsorbox {
	display: inline;
	float: right;
	height: 202px;
	margin-left: 10px;
	background-image: url(../images/backgrounds/sponsorsbox.png);
	width: 285px;
}
div#history {
	display: inline;
	float: left;
	width: 600px;
	height: 480px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	padding:0px;
	background-image: url(../images/backgrounds/historybox.png);

}
div#history p {
	Color: #000;
	margin-top: 55px;
	margin-bottom: 0px;
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: .7em;}
	
div#suicideres {
	display: inline;
	float: left;
	width: 600px;
	height: 350px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	padding:0px;
	background-image: url(../images/backgrounds/historybox.png);

}
div#suicideres p {
	Color: #000;
	margin-top: 55px;
	margin-bottom: 0px;
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: .7em;}
.clear:after {
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
br.clear {clear: both;}
.clear {min-height:1px;}

* html .clear{
	height: 1px;
}
div#faqs {
	float: left;
	width: 200px;
	height: 230px;
	padding-top: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-left: 0px;
	margin-bottom: 0px;

}

#faqs p {
	font-family:Verdana, Geneva, sans-serif;
	font-size: .75em;
	line-height: 1em;
	font-weight:bold;
	padding-left: 15px;
	padding-right:5px;
	padding-bottom: 15px;
	margin-bottom: 0px;}
	

div#involved {
	display: inline;
	float: right;
	width: 280px;
	height: 202px;
	background-image: url(../images/backgrounds/involvedbox.png);
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin-left: 10px;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #fff;
	font-weight: normal;
}

#involved p {
	font-family:Verdana, Geneva, sans-serif;
	color: #000;
	text-decoration: none;
	font-size: .7em;
	padding-top: -5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top: 0px;}
	
#involved a:link {color: #9e6d0c;
	font-weight:bold;
	text-decoration: none;}
	

div#footernav {
	clear: both;
	background-color:#966606;
	text-align:center;
	color: #000;
	font-weight: bold;
	font-size: 0.8em;
	margin-top: 10px;
	padding: 10px;
	line-height: 0.6em;
}
div#footernav a:link {
	color: #404d24;
}
div#footernav a:visited {
	color:#404d24;
}
div#footernav a:active {
	color:#404d24;
}
.bold {
	font-weight: bold;
}


