/*CSS Document*/
BODY
{
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #E7E1D0;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #003300;
}
A {
	text-decoration: none;
}
A:hover {
	text-decoration: underline;
	color: #900;
}
.sbfnorm #container
{
	width: 1100px;
	margin: 0 auto;
	border: 0px solid #000000;
	text-align: left;
}
.sbfnorm #header
{
	background-image: url(images/headerbg.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	height: 127px;
	margin: 0px;
	padding-left: 20px;
	border: solid #090 0px;
	position: relative;
	z-index: 50;
}

.sbfnorm #mainContent
{
	width: auto;
	background-image: url(images/mainbg.jpg);
	background-position: center;
	background-repeat: repeat-y;
	margin: auto;
	padding: 20px 80px 0px 100px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 16px;
	border: solid #F54 0px;
	position: relative;
}

.sbfnorm #mainContent A
{
	color: #9A9E23;
	text-decoration: none;
}

.sbfnorm #mainContent A:hover
{
	color: #900;
}

.staffpicdiv {
	float: left;
	margin-right: 10px;
	width: 195px;
	height: 100%;
}

.staffpic {
	border: solid #030 1px;
}

.staffdiv {
	width: 100%;
	height: auto;
	overflow: auto;
	margin: 0;
	padding: 0;
}

/* INDEX PICS */

.sbfnorm #mainphoto {
	border: solid #E4DEC7 5px;
	margin-bottom: 6px;
}
.sbfnorm #license {
	position: absolute;
	right: 100px;
	top: 376px;
}

/* NEWS BOX */

.sbfnorm #newsbox {
	position: absolute;
	right: 105px;
	top: 500px;
	padding: 0px;
	height: 168px;
	width: 324px;
	border: double #900 3px;
}
.sbfnorm #newsbox #newstitle {
	width: 319px;
	height: 17px;
	padding: 3px;
	background: #9a9e23;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	border-bottom: solid #900 1px;
}
.sbfnorm #newsbox #newscontent {
	width: 324px;
	height: 128px;
	padding: 0px;
	overflow: auto;
}
.sbfnorm #newsbox #newslink {
	width: 319px;
	height: 15px;
	padding: 0px 5px 0px 0px;
	background: #9a9e23;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #fff;
	border-top: solid #900 1px;
}
.sbfnorm #newsbox #newslink a {
	color: #fff;
}
.sbfnorm #newsbox #newslink a:hover {
	color: #030;
}
	

/* END NEWS BOX */

.sbfnorm H2
{
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	font-style: italic;
	margin-top: 5px;
	margin-bottom: 0px;
	padding: 0px;
}
.sbfnorm #container #mainContent .embellish
{
	float: right;
	border: 1px solid #300;
	margin-top: 10px;
	margin-left: 15px;
}
.sbfnorm #container #mainContent .sectiontitle
{
	margin-top: 10px;
}
.sbfnorm #container #footer #footerleft
{
	color: #FFFFFF;
	float: left;
	margin-left: -1px;
	background-image: url(images/footleftbg.png);
	background-repeat: repeat-x;
	width: 346px;
	height: 12px;
	padding-left: 8px;
	padding-bottom: 4px;
	padding-right: 6px;
	padding-top: 3px;
	font-size: 8pt;
}
#botleftcont {
	position: absolute;
	top: 65px;
	left: 50px;
	height: 43px;
	border: solid #C60 0px;
}

#botleft
{
	font-size: 7.9pt;
}
#botleft A {
	text-decoration: none;
	color: #003300;
}
#botleft A:hover {
	text-decoration: underline;
	color: #963;
}
#botrightcont
{
	position: absolute;
	top: 65px;
	right: 50px;
	height: 43px;
	border: solid #C60 0px;
}
#botright {
	font-size: 7pt;
	color: #963;
}
#botright A
{
	color: #963;
	text-decoration: none;
}
#botright A:hover
{
	text-decoration: underline;
}
.sbfnorm #container #footer #footerleft A
{
	color: #FFFFFF;
	text-decoration: none;
}
.sbfnorm #container #footer #footerleft A:hover
{
	color: #030;
}
.sbfnorm #container #footer #footerright
{
	float: right;
	padding-top: 3px;
}
.sbfnorm #footer
{
	background-image: url(images/footbg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	padding-top: 29px;
	padding-right: 65px;
	padding-bottom: 10px;
	padding-left: 65px;
	height: 90px;
	position: relative;
}
.sbfnorm #logo
{
	float: left;
	margin-top: 15px;
	margin-right: 20px;
	margin-left: 30px;
}
.sbfnorm #container #header #title
{
	position: relative;
	top: 20px;
	left: 15px;
}
.sbfnorm #menubar
{
	height: 26px;
	width: auto;
	padding-top: 0px;
	padding-right: 50px;
}

/* CSS DROPDOWN */

#menubar
{
	float: right;
	border: solid #F60 0px;
	position: absolute;
	right: 0px;
	bottom: 7px;
}
#menubar UL
{
	padding: 0;
	margin: 0;
	list-style: none;
}
#menubar LI
{
	float: left;
	position: relative;
	width: auto;
	background: url(images/norm_right.jpg) no-repeat top right;
}
#menubar LI LI
{
	float: left;
	position: relative;
	width: 100%;
	background: #9a9e23;
	border-width: 1px 1px 0px;
	border-style: solid;
	border-color: #FFFFFF;
}
#menubar LI A
{
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background: url(images/norm_left.jpg) no-repeat top left;
	padding: 5px 10px 0px;
	color: #FFFFFF;
}
#menubar LI LI A
{
	background: #9a9e23;
}
#menubar LI A:hover
{
	color: #A94007;
}
#menubar LI UL
{
	display: none;
	position: absolute;
	top: 1em;
	left: 0;
}
#menubar LI>UL
{
	top: auto;
	left: auto;
}
#menubar LI:hover UL, LI.over UL
{
	display: block;
}
#maincontent
{
	clear: left;
}

.indent {
	margin-left: 10px;
}

/* ROLLOVER BUTTONS */

a.roll1 {
	display: block;
	width: 87px;
	height: 20px;
	text-decoration: none;
	background: url(images/subscribe.jpg);
	position: absolute;
	right: 10px;
	top: 23px;
	}

a.roll1:hover {
	background-position: 0 -20px;
	}

a.roll2 {
	display: block;
	width: 87px;
	height: 20px;
	text-decoration: none;
	background: url(images/donate.jpg);
	position: absolute;
	right: 10px;
	top: 43px;
	}

a.roll2:hover {
	background-position: 0 -20px;
	}

a.roll3 {
	display: block;
	width: 87px;
	height: 20px;
	text-decoration: none;
	background: url(images/volunteer.jpg);
	position: absolute;
	right: 10px;
	top: 63px;
	}

a.roll3:hover {
	background-position: 0 -20px;
	}

.displace {
	position: absolute;
	left: -5000px;
	}
	
