/********* Reset Broswer CSS ************************/


html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, em, img, ol, ul, li, table, tbody, tfoot, thead, tr, th, td, hr {
	margin: 0;
	padding: 0;
}

a img { border: none; }

/********* Standard styles CSS ************************/

body {
	font-size:76%;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	background-color:#736e5b;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

p, table, li {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px; /* do not change this value! */
}

a {	text-decoration: underline; color: #000000; }

h1 a{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: normal;
	color: #222222;
	letter-spacing: -1px;
}

h1 a:hover{
	letter-spacing: -1px;
	text-decoration: underline;
}

h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: normal;
	color: #222222;
	letter-spacing: -1px;
	padding-bottom: 12px;
}

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #222222;
}

h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ac381a;
}

h4 { font-family:Arial, Helvetica, sans-serif; font-size: 12px; color: #222222; font-weight: bolder; padding: 4px 0 8px 0; }

hr {
	background-color:#a9a083;
	border:0 none;
	color:#a9a083;
	height:0.95px;
	margin-bottom:15px;
	width:100%;
}

.formfield { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #555; background-color: #fff; border: 1px solid #d1c4a2; padding-left: 2px; }

.button { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; text-transform: uppercase; background-color: #fff; border: 2px outset #ccc; }

.clear {
	clear: both;
}

/******************* ID's specific to the site **********************/

#container {
	width: 976px;
	margin-right: auto;
	margin-left: auto;
	position:relative;
}

#header {
	height: 148px;
	width: 976px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/bg-header.jpg);
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	color: #000000;
}
.donate {
	position: absolute;
	left: 769px;
	top: 41px;
}
#searchtable {
	position: absolute;
	left: 350px;
	top: 12px;
}

#header a {
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

#header a:hover { text-decoration: underline; }

#flash{ }

#nav {
	height:45px;
	width:976px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/bg-nav.jpg);
	background-repeat: no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	letter-spacing: -1px;
}

#content {
	width: 976px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/bg-content.gif);
	background-repeat: repeat-y;
	height: auto;
	padding-bottom: 12px;
}
.searchbox {
	background-image: url(../images/searchbox.gif);
	height: 18px;
	width: 153px;
	border: 1px solid #ffffff;
}
.searchbutton {
	margin-top: -21px;
	margin-left:6px;
	background-color: #fdefbe;
	border: 1px solid #FFFFFF;
	padding: 1px;
	font-size: 0.9em;
	font-weight: bold;
	color: #666666;
}

html>/**/body .searchbutton {
	margin-top: -21px;
	margin-left: 6px;
	float: right;
	background-color: #fdefbe;
	border: 1px solid #FFFFFF;
	padding: 1px;
	font-size: 0.9em;
	font-weight: bold;
	color: #666666;
}
.negmargintop {
	margin-top: -1px;
	float: left;
}

html>/**/body .negmargintop {
	margin-top: 0px;
	float: left;
}

#maincontent {
	float: left;
	width: 676px;
}
#maincontent p, #pagecontent p {
	padding-bottom: .8em;
	line-height: 1.5em;
	color: #333333;
}

#formcontent {
	float:left;
	width: 940px;
}

#newscontent {
	float:left;
	width: 940px;
}

#tabs {
	margin-left: 15px;
	margin-top: 9px;
	border: 1px solid #FFFFFF;
	width: 652px;
}
.logo {
	position: absolute;
	left: 26px;
	top: 52px;
}

#sidecontent {
	float: left;
	padding-top: 9px;
	width: 280px;
}

html>body #sidecontent {
	float: left;
	padding-top: 9px;
	width: 300px;
}

#sidecontent ul li {
	list-style-type: none;
	margin-bottom: 5px;
}
.chatbutton {
	float: left;
	padding: 0;
}

html>body .chatbutton {
	float: left;
	padding: 0 2px 0 0;
}

.videobutton {
	float: left;
}


#pagecontent {
	margin-left: 32px;
	margin-top: 25px;
	margin-right: 28px;
}
#pagecontent td {
	padding:3px;
}

#pagecontent ul{ padding: 0 0 10px 15px; color: #333333; }

#pagecontent ol{
	padding: 0 0 10px 15px;
}


#pagecontent h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ac381a;
	padding:4px 0 6px 0;
}
.pagetitle {
	background-image: url(../images/h1bg.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 21px;
	width: 623px;
	padding:8px 8px 25px 8px;
	margin:0 0 0 -10px;
}

.pagetitle2{
	background-image: url(../images/h1bg2.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 21px;
	width: 623px;
	padding:8px 8px 25px 8px;
	margin:0 0 0 -10px;
}

.pagetitle3{
	background-image: url(../images/h1bg3.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 21px;
	width: 623px;
	padding:8px 8px 25px 8px;
	margin:0 0 0 -10px;
}

.pagetitle4{
	background-image: url(../images/h1bg4.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 21px;
	width: 623px;
	padding:8px 8px 25px 8px;
	margin:0 0 0 -10px;
}

.pagetitle5{
	background-image: url(../images/h1bg5.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 21px;
	width: 623px;
	padding:8px 8px 25px 8px;
	margin:0 0 0 -10px;
}


.pagetitleform{
	background-image: url(../images/h1bgform.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 21px;
	width: 912px;
	padding:8px 8px 25px 8px;
	margin:0 0 0 -10px;
}

.pagetitlelong{
	background-image: url(../images/h1bglong.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 21px;
	width: 912px;
	padding:8px 8px 25px 8px;
	margin:0 0 0 -10px;
}


#pagecontent h2{
	padding: 8px 0 10px 0;
}

#pagecontent img{
	padding: 4px;
	border: 1px solid #B4AFA0;
}
#sidecontent a img {
	border: 1px solid #FFFFFF;
}
#sidecontent a:hover img {
	border: 1px solid #958F79;
}
#events {
	padding-top: 15px;
	width: 280px;
}
#events h2 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #8b8368;
	border-bottom-color: #b1a785;
	background-image: url(../images/events-icon.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 3px;
}
#events h3 {
	margin: 10px 0 2px 0;
}

#events a {
	font-weight:bold;
}

#events p {
	font-size:12px;
	padding-bottom: .8em;
	line-height: 1.5em;
	color: #333333;
}

#events li {
	padding-bottom: .8em;
	line-height: 1.5em;
	color: #333333;
}

#quicklinks {
	padding: 18px 0 10px 5px;
	padding-bottom:10px;
	width: 265px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #b1a785;
	margin-top:-1px;
		
}

#quicklinks li {
	padding-bottom:5px;
	padding-left: 7px;
}


#quicklinks h2 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #8b8368;
	border-bottom-color: #b1a785;
	background-image: url(../images/quicklinks-bg.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-top: 7px;
	padding-bottom: 10px;
	padding-left: 3px;
}
#quicklinks h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight:normal;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 11px;
	margin-left: 4px;
}

#footer {
	width: 976px;
	height: 68px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	background-image: url(../images/bg-footer.jpg);
	background-repeat: no-repeat;
	color: #000000;
	font-size: 11px;
	padding-top: 10px;
	position:relative;
}
#footer p {
	font-size: 11px;
	text-align: right;
	line-height: 1.4em;
	padding-right: 18px;
}

#footer a {
	text-decoration: none;
	color: #000000;
}

#footer a:hover {
	text-decoration: underline;
}
