/******************************************************************************
 **********                    Friends of Herring River Colors       **********
green		#70780c
brick red	#851a07
lt blue		#338bff
red			#8f0707
teal		#076085

******************************************************************************/

/******************************************************************************
 **********                    Body			              			 **********
******************************************************************************/

div#container	{
	width: 800px;
	padding: 0px 10px 0px 10px;
	border: 0px;
	margin: 0px auto;
	padding-top:5px;
	background-color:#FFFFFF;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#e5e3c3;
}

h1, h2, h3, h4	{
	color: #076085;
	margin-top:10px;
	margin-bottom:0px;
}

h1, h2	{
	font-size:18px;
}

h2	{
	color:#8f0707;
}

p	{
	margin-top:0px;
}

#leftContent	{
	float:left;
	width:460px;
	margin:0px 10px 5px 10px;
}

#rightContent	{
	float:right;
	width:300px;
	margin:0px 10px 5px 0px;
}

ul li	{
	list-style-image:url(/images/leaf-bullet.jpg);
}

#lineSpacing	{
	line-height:18pt;
}
/******************************************************************************
 **********                   Logo +  Navigation	       			 **********
******************************************************************************/
div#topContainer	{
	margin: 0px 0px 0px 0px;
}

div#logo	{
	float:left;
	padding: 5px 10px 0px 10px;
}

#logoBorder	{
	border:1px solid #082c5e;
}
#divider	{
	padding-left:12px;
}

#orgName	{
	font-size:30px;
	color:#076085;
}

#orgLocation	{
	color:#70780c;
	font-size:14px;
}

div#navigation	{
	font-size:14px;
	float:right;
	margin:0px 10px 5px 0px;
	clear:left;
}

#navigation a:link			{color:#076085; text-decoration:none; border-bottom:none;}
#navigation a:visited		{color:#076085; text-decoration:none; border-bottom:none;}
#navigation a:hover			{color:#338bff; border-bottom:1px solid #338bff;}
#navigation a:active		{color:#076085; text-decoration:none;}

.navSpacer	{
	color:#8f0707;
	padding:0px 5px 0px 5px;
}

.imageBorder	{
	clear:both;
	border:1px solid #70780c;
}

a:link			{color:#076085; text-decoration:none; border-bottom:none;}
a:visited		{color:#076085; text-decoration:none; border-bottom:none;}
a:hover			{color:#338bff; border-bottom:1px solid #338bff;}
a:active		{color:#076085; text-decoration:none;}

#donate	{
	float:right;
	margin-top:-25px;
}

/******************************************************************************
 **********                   Footer				       			 **********
******************************************************************************/
div#footer	{
	clear:both;
	border-top:1px solid #8f0707;
	padding-top:5px;
	font-size:12px;
}

div#contact	{
	float:left;
	margin-left:10px;
}

div#midContact	{
	float:left;
	margin-left:120px;
	text-align:center;
}

div#footerLinks	{
	float:right;
	margin-right:10px;
}

div#credit	{
	clear:both;
	font-size:10px;
	text-align:center;
	color:#076085;
}
