/* CSS Document */



/*____________________*/

.erqBanner {
	height: 100px;
	opacity: 1.00;
	width: 850px;
	z-index: 1;
	margin-left: auto;
	margin-right: auto;
	top: 0px;
	margin-bottom:auto;
}

.photoBanner {
	height: 140px;
	opacity: 1.00;
	width: 850px;
	z-index: 1;
	margin-left: auto;
	margin-right: auto;
	vertical-align:middle;
	margin-bottom:auto;
}


.paypalDonation {
	z-index: 1;
	margin-bottom:auto;
}

.rightimg {
	float:right;
	margin-left:20px;
	margin-bottom: 6px;
	border: 1px solid #9f9f9f;
}

.mapimg {
	padding: 5px;
	border: 1px solid #9f9f9f;
}

.img {
	border-width: 1px;
	border-bottom-style:solid;
	border-color:#000000;
	padding:9px;
	align:center;
}

#navigation {
	position:absolute;
	top: 2em;
	left: 1.5em;
	width: 7em;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}

#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#navigation li a {
	display: block;
	padding: 7px 7px 7px 0.5em;
	border-right:: 1px solid #9F9F9F;
	background-color: #B3A692;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
}

#navigation li {
	border-bottom: 3px solid #FFFFCC;
}
#navigation li a:hover {
	background-color: #A99479;
	color: #FFFFFF;
}

#content {
	margin-left: 12.5em;
	margin-right: 2em;
}

h1 {
	font: 180% Arial, Helvetica, sans-serif;
}

h2 {
	font: 140% Arial, Helvetica, sans-serif;
}

h3 {
	font: 120% Arial, Helvetica, sans-serif;
}

h4  {
	font: 120% Arial, Helvetica, sans-serif;
	margin-left: 40px;
	
}

#content p {
	font-size: 80%;
	line-height: 1.6em;
	padding-left: 1.2em;
	font:Arial, Helvetica, sans-serif;	
}

#leftSide {
	position:absolute;
	width:140px;
	top:0px;
	left:0px;
	padding:10px 10px 0px 10px;
	background-color:B3A692;
}

#leftSide h3 {
	font: 120% Arial, Helvetica, sans-serif;
	margin:0;
	padding-bottom:4px;
}

#leftSide h2 {
	font: 100% Arial, Helvetica, sans-serif;
	margin:0;
	padding-bottom:2px;
}

#leftSide p {
	font-size: 70%;
	line-height: 1.2em;
	padding-left: 1.2em;	
}

.newsBox {
	padding: 2px 4px 2px 6px;
	margin: 0 0 10px 0;
	border: 1px dotted #b1b1b1;
	background-color: #f4f4f4;
}

.address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #ffffff;
	font-style:normal;
	font-variant:normal;
	font-weight: normal;
	letter-spacing: 0;
	line-height: 20px;
	opacity: 1.00;
	text-decoration: none;
	text-transform: none;
	height: 28px;
	position: absolute;
	width: 900px;
	z-index: 1;
	line-height: 20px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding-bottom: 0pt;
	padding-top: 0pt;
	text-align: center;
	text-indent: 0px;
}




/*
	Calendar CSS - by Nathan Smith - www.sonspring.com
*/

/* =Basic HTML
----------------------------------------------------------------------

a
{
	cursor: pointer;
	text-decoration: none;
}

body
{

	
	cursor: default;
	margin: 0;
	padding: 0;
}

caption
{
	background: url(../img/logo.gif) no-repeat;
	border-top: 5px solid #c96;
	margin: 0 auto;
	padding: 0;
	text-align: right;
	font: 20px/30px Georgia, serif;
}

p
{
	margin: 0;
	padding: 0;
}

strong
{
	text-transform: uppercase;
}

table
{
	background: #fff;
	border-bottom: 3px solid #9c6;
	border-right: 1px solid #ccb;
	margin: 0 auto;
	padding: 0;
}

th,
td
{
	border-left: 1px solid #ccb;
	border-top: 1px solid #ccb;
	font-family: Verdana, sans-serif;
	padding: 0;
	vertical-align: top;
	width: 150px;
	margin: 0;
	height: inherit;
}

td a
{
	background: url(../img/arrow.gif) no-repeat center left;
	color: #33f;
	margin: 0;
	padding: 0 0 2px 2px;
}

td a:hover
{
	text-decoration: underline;
}

/* =Classes
----------------------------------------------------------------------

col.Sat,
col.Sun
{
	background: #efe;
}

div.buttons
{
	font: 10px Verdana, sans-serif;
	padding: 10px 0 20px;
	text-align: center;
}

div.buttons a
{
	background: #ddc;
	border: 1px solid #bba;
	color: #000;
	padding: 3px 5px;
}

div.buttons a:hover
{
	background-color: #efe;
	color: #693;
}

tr.day
{
	color: #665;
	font-size: 9px;
	height: 90px;
	margin: 0;
	padding:0;
}

tr.number
{
	background: #eee;
	color: #998;
	font-size: 10px;
	height: 15px;
	text-align: right;
	vertical-align: middle;
}

th
{
	background: #998;
	color: #fff;
	font-size: 11px;
	font-variant: small-caps;
	font-weight: normal;
	height: 15px;
	text-transform: capitalize;
	text-align: center;
	vertical-align: middle;
}

