@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif;
	background-image: url(images/style/body_bg.gif);
	background-repeat: repeat-y;
	background-position: left;
	position:relative;
	font-size: 12px;
}
a {
	color: #2D4585;
}
a:hover {
	color: #F60;
}

#header {
	background-color: #1D3652;
	height: 148px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #162A40;
	position: relative;
	background-image: url(images/style/header_bg.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#header h1  {
	background-image: url(images/style/h1_logo.png);
	text-indent: -9999px;
	display: block;
	height: 106px;
	width: 333px;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: relative;
	left: 20px;
	top: 20px;
}
#header img.elk {
	position: absolute;
	left: 375px;
	bottom: -4px;
}
#header img.ducks {
	position: absolute;
	left: 80%;
	top: 5px;
}
#menu {
	width: 115px;
	padding: 0px;
	top-margin: 20px;
	position: relative;
	left: 30px;
	list-style-type: none;
}


#menu li {
	padding-left: 5px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #FFF;
	margin-bottom: 10px;
}
#menu li a {
	font-size: 18px;
	line-height: 45px;
	color: #FFF;
	background-color: #569D74;
	display: inline;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	margin: 0px;
	text-decoration: none;
	display: block;
	width: 80px;
	outline: none;

}
#menu li a:hover {
	background-color: #F60;
}
#content {
	position: absolute;
	left: 184px;
	top: 170px;
	width: 760px;
	border-right-width: 20px;
	border-right-style: solid;
	border-right-color: #231F20;
}
h2.get_involved {
	background-image: url(images/style/h2_bg.png);
	margin: 0px;
	padding: 0px;
	height: 78px;
	width: 740px;
	clear: both;
	text-indent: -9999px;
}
#facebook {
	float: left;
	width: 390px;
	height: 291px;
	background-color: #EFF5FA;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #1D3652;
	position:relative;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#facebook p {
	padding-right: 15px;
	padding-left: 15px;
	width: 80%;
	position: absolute;
	top: 125px;
	left: 0px;
}
#facebook a.sign_in {
	background-image: url(images/style/sign_in_link.png);
	text-indent: -9999px;
	display: block;
	height: 27px;
	width: 76px;
	position: relative;
	padding: 5px;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #2B4F74;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	outline: none;

}
#facebook a.sign_in:hover {
	background-color: #F60;
}
#anniv {
	float: left;
	margin-right: 40px;
}
div.left, div.right {
	float: left;
	width: 345px;
	margin-left: 25px;
	line-height: 250%;
	font-family: "Arial Black", Gadget, sans-serif;
	color: #231F20;
	font-size: 10px;
	text-align: justify;
	word-spacing: .1em;
	}
div.left p:first-line, div.right p:first-line{
	font-size: 14px;
}
	
div.left {

}

div.right {	

}