@charset "utf-8";

body  {
	font: 1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
	background: #000;
	/*background: #fff url('/images/diamondplate.jpg') top left repeat;*/
}
h1 {
	font-size: 1.75em;
	padding-bottom: 10px;
}
h2 {
	font-size: 1.5em;
	padding-bottom: 10px;
}
h3 {
	font-size: 1.2em;
	padding-bottom: 10px;
}
h4 {
	font-size: 1em;
	padding-bottom: 10px;
}
h5 {
	font-size: 0.75em;
	padding-bottom: 10px;
}
p {
	padding-bottom: 15px;
}
#container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
} 
#header {
	background: #000;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	/*background-image: url(/images/banneralt.jpg);*/
	height: 300px;
	background-repeat: no-repeat;
} 


/* Menu CSS */
#menu {
	padding: 0;
	margin: 0;
}
.menu1 {
	padding:0 0 0 32px; 
	margin:0; 
	list-style:none; 
	height:35px; 
	background-color: #fff;
	background-image: url(/images/button1.gif); 
	position:relative; 
	border:1px solid #000; 
	border-width:0 1px; 
	border-bottom:1px solid #444;
}
.menu1 li {
	float:left;
}
.menu1 li a {
	display:block; 
	float:left; 
	height:35px; 
	line-height:35px; 
	color:#aaa; 
	text-decoration:none; 
	font-size:11px; 
	font-family:arial, verdana, sans-serif; 
	font-weight:bold; 
	text-align:center; 
	padding:0 0 0 8px; 
	cursor:pointer;
}
.menu1 li a b {
	float:left; 
	display:block; 
	padding:0 16px 0 8px;
}
.menu1 li.current a {
	color:#fff; 
	background:url(/images/button3.gif);
}
.menu1 li.current a b {
	background:url(/images/button3.gif) no-repeat right top;
}
.menu1 li a:hover {
	color:#fff; 
	background:#000 url(/images/button2.gif);
}
.menu1 li a:hover b {
	background:url(/images/button2.gif) no-repeat right top;
}
.menu1 li.current a:hover {
	color:#fff; 
	background:#000 url(/images/button3.gif); 
	cursor:default;
}
.menu1 li.current a:hover b {
	background:url(/images/button3.gif) no-repeat right top;
}


/* Sidebar CSS */
#sidebar1 {
	width: 250px;
	top: 0px;
	position: relative;
	left: 0px;
	float: right;
	text-align: right;
}

#sidebar1 img {
	padding: 0 10px 0 10px;
	margin: 0;
}

#sidebar1 p {
	padding-left: 10px;
}

#mainContent {
	margin: 0 250px 0 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 20px;
} 
#footer {
	background:#DDDDDD;
	background-image: url(/images/footeralt.gif);
	background-repeat: no-repeat;
	height: 140px;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 20px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.donations td {
	padding:15px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


/*Events CSS Code Information*/
#calendartop a {
	color: #FFFFFF;
	text-decoration: none;
	FONT-SIZE: 16pt;
}


#calendartop a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	FONT-SIZE: 16pt;
}

#calendartop .headertext {
	color: #FFFFFF;
	FONT-SIZE: 16pt;
}

.DaysText {
	color: #fff;
	font-weight: bold;
	font-size: 16pt;
	width: 34px;
}

.topblue {
	background-color: #3366CC;
}

.topred {
	background-color: #721204;
}

.topblack {
	background-color: #000;
}

.bgccc {
	background-color: #ccc;
}

.bgddd {
	background-color: #ddd;
}

#events .border1 {
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
}

#events .EventsDate {
	FONT-WEIGHT: 700;
	FONT-SIZE: 24pt;
	color: #FFFFFF;
	background-color: #721204;
	padding: 0px;
	width: 64px;
	text-align: center;
	vertical-align: middle;
	height: 100%;
}

.Space1
{
	border:#FFF solid 1px;
}

.Space2
{
	border:#FFF solid 2px;
}

.Space3
{
	border:#FFF solid 3px;
}

.blackborder1
{
	border:#000 solid 1px;
}

.blackborder2
{
	border:#000 solid 2px;
}

.blackborder3
{
	border:#000 solid 3px;
}

#events .EventTextbold {
	FONT-WEIGHT: bold;
	FONT-SIZE: 10pt;
	COLOR: #333333;
	padding-left: 4px;
}

#events .EventText {
	FONT-WEIGHT: normal;
	FONT-SIZE: 10pt;
	COLOR: #333333;
	padding-left: 4px;	
}

#events .EventDate2 {
	FONT-WEIGHT: normal;
	FONT-SIZE: 8pt;
	COLOR: #333333;
	padding-left: 4px;	
}
.daytext1 {
	font-size: 16pt;
	color:#009;
}

#volunteerform {
	background-color:#fff;
	width: 400px;
	border-color: #333;
	border-width: 1px;
}

.txtinput{
	background-image: url(/images/bg_txtinput.jpg);
	border: none;
	float: left;
	display: block;
	width: 308px;
	padding: 4px 5px 2px 5px;
	height: 23px;
	font-size: 15px;
	outline: none;
	margin: 8px 5px 7px 5px;
}

.txtlabel {
	border: none;
	float: right;
	display: block;
	width: 35px;
	padding: 4px 5px 2px 5px;
	height: 23px;
	font-size: 15px;
	outline: none;
	margin: 10px 5px 5px 5px;
}

#wrap {
	margin:0 auto;
	width:430px;
}

.IDinfo{
	margin-top:20px;
	width:120px;
	text-align: right;
	float:left;
	color:#fff;
}
.IDlogo{
	width:310px;
	float:left;
}


