@charset "utf-8";
/* screen display styles */
/* site wide information */
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #CCCCCC;
	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: #003173;
	font-size: 13px;
}

img {
	border:none;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

a:link {
	color: #999999;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #4e639c;
}
a:active {
	color: #ffffff;
}
td,th {
	font-size: 100%;}
a {
	font-size: 12px;}
li {
	line-height: 1.6em;
}

ul {

}

p {
	margin-top: 4px;
	margin-bottom: 4px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

blockquote {
	margin-top: 8px;
	margin-bottom: 20px;
}


h1 {
	font: bold 45px Tahoma, "Lucida Sans", "Times New Roman";
	color: #2e4074;
}

h2 {
	font: bold 24px Tahoma, "Lucida Sans", "Times New Roman";
	color: #2e4074;
}


h3 {
	font: bold 22px Tahoma, "Lucida Sans", "Times New Roman";
	color: #2e4074;
}

h4 {
	font: bold 18px Tahoma, "Lucida Sans", "Times New Roman";
	color: #2e4074;
	margin-top: 5px;
	margin-bottom: 8px;
}

.inline {
}

.center {
	text-align: center;
	font-family: Tahoma, "Lucida Sans", "Times New Roman";
	font-size: 24px;
	font-weight: bold;
}
.clearrt {
	clear: right;
}
.alignrt {
	text-align: right;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}

.clearfloatrt { /* 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:right;
    height:0;
    font-size: 1px;
    line-height: 0px;
} 
.clearfloatlft { /* 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:left;
    height:0;
    font-size: 1px;
    line-height: 0px;
} 


#container {
	width: 1000px;  /* using 1000px, less than a full 1080px width, allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-right: auto;
	margin-left: auto;
} 
#wrapper {

}
/* Information for header */
#header {
	background: #003173 url(../images/GdwlWebHdrNwYlw2bkg.jpg) no-repeat;
	height: 165px;
} 

/* Content menu and Menubar info follows */
#contentmenubar {
	height: 37px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	
}

.contentmenuactivehighlight {
	color: #FFFFCC;
	font: 15px Arial, Helvetica, sans-serif;
}
#menubar {
	height: 37px;
	width: 1000px;
	background: #FFFFFF;
}
/* Information for #content */
#content {
	width: 1000px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
} 

.contentsubheader {
	color: #003173;
	font: bold 15px Arial, Helvetica, sans-serif;
}

.contentsubsubheader {
	color: #003173;
	font: bold 13px Arial, Helvetica, sans-serif;
}


/* Information for sidebarHome */
#sidebarHome {
	float: left; /* since this element is floated, a width must be given */
	width: 254px;
}

#content a:link {
	color: #003173;
	font-size: 14px;
	text-decoration: underline;
}
#content a:visited {
	color: #333333;
	font-size: 14px;
	text-decoration: underline;
}
#content a:hover {
	color: #999999;
	font-size: 14px;
	text-decoration: underline;
}
#content a:active {
	color: #999999;
	font-size: 14px;
	text-decoration: underline;
}

/* Information for sidebar */
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 220px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 6px;
	font: normal 12px Arial, Helvetica, sans-serif;
	margin: 3px;
}
#sbmenu {
	width: 210px;
	padding-left: 20px;
}

.sbrepeat {
	background: url(../images/menuBtns/sidebarbtnTopRepeater.jpg) repeat-y;
}
.sbbtmrpt {
	background: url(../images/menuBtns/sidbarbtnBtmRepeater.jpg);
}
.sbbtmbtm {
	background: url(../images/menuBtns/sidbarbtnBtmBtm.jpg);
}
.sbmenusize {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
/* Inactivate 
.sbmenusize a:link {
	color: #003173;
	text-decoration: none;
	font-size: 13px;
}
.sbmenusize a:visited {
	color: #999999;
	text-decoration: none;
}
.sbmenusize a:hover {
	color: #005AD5;
	text-decoration: none;
}
.sbmenusize a:active {
	color: #005ad5;
	text-decoration: none;
}
------------- */

#menu {
	font-size: 13px;
	line-height: 1.6em;
}
#menu a:link {
	color: #003173;
	font-size: 12px;
	text-decoration: none;
	line-height: 1.1em;
}
#menu a:visited {
	color: #003173;
	font-size: 12px;
	text-decoration: none;
	line-height: 1.1em;
}
#menu a:hover {
	color: #999999;
	font-size: 12px;
	text-decoration: none;
	line-height: 1.1em;
}
#menu a:active {
	color: #003399;
	font-size: 12px;
	text-decoration: none;
	line-height: 1.1em;
	font-weight: bold;
}
.menubold {
	font-weight: bold;
	color: #003173;
	font-size: 13px;
	line-height: 1.2em;
	padding-bottom: 9px;
}



/* Information for#homecontent */
#homeContent {
	width: 735px;
	margin-left: 256px;
} 
#homeevents {
	color: #003173;
	padding-left: 30px;
	padding-right: 10px;
}
#homeeventstitle {
	font-size: 20px;
	text-align: center;
	font-weight: bold;
}





/* Information for maincontent */
#mainContent {
	margin: 0 0 0 230px; /* 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: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font: 14px Geneva, Arial, Helvetica, sans-serif;
	width: 430px;
} 

 
</style>[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
#sidebar1 { width: 180px; }
</style>
<![endif][if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
#sidebar1 { padding-top: 30px; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
#content2collft {
}
#contentrtimage {
	width: 285px;
	float: right;
}

.bold {
	font-weight: bold;
	font-size: 12px;
}
#astaff {
	width: 350px;
	padding-left: 120px;
}
#contentlist {
	width: 210px;
	padding-left: 20px;
}
#contentlistrt {
	width: 210px;
	padding-left: 20px;
	float: right;
}
#donatelist {
	width: 200px;
	padding-left: 20px;
	float: left;
	height: 500px;
}
#nodonatelist {
	width: 200px;
	padding-left: 20px;
	float: right;
	height: 500px;
}

#hrace {
	width: 350px;
	padding-left: 120px;
}

#hrace a:link {
	color: #003173;
	font: 14px Geneva, Arial, Helvetica, sans-serif;
}
#hrace a:visited {
	color: #003173;font: 14px Geneva, Arial, Helvetica, sans-serif;
}
#hrace a:hover {
	color: #003173;font: 14px Geneva, Arial, Helvetica, sans-serif;
}
#hrace a:active {
	color: #003173;font: 14px Geneva, Arial, Helvetica, sans-serif;
}
/* Footer information */
#footer {
	color: #333333;
	font: normal 12px Geneva, Arial, Helvetica, sans-serif;
	height: 12px;
	background: #CCCCCC;
} 
#footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}
#footer a:link {
	color: #333333;
}
#footer a:visited {
	color: #999999;
}
#footer a:hover {
	color: #4e639c;
}
#footer a:active {
	color: #FFFF66;
}
#footerlft {
	float: left;
} 
#footerrt {
	float: right;
	font-size: 10px;
} 
#survey {
	width: 760px;
	background: #CCFFFF;
}
#surveyl {
	width: 380px;
	background: #99FFFF;
	float: left;
}

#surveyrt {
	width: 380px;
	background: #CCFFFF;
	float: right;
}
.quote {
	font-style: italic;
	text-align: center;
}
#signature {
	font-style: italic;
	font-weight: bold;
	width: 400px;
	text-align: right;
}
#storesinfo {
	padding-left: 50px;
}
#smcontent {
	padding-left: 200px;
}
.hmeventbig {
	font-size: 14px;
	font-weight: bolder;
	color: #039;
}
.eventbodyindent {
	padding-left: 56px;
	margin-top: 10px;
}

