/* CSS Document */

* {
	padding: 0;
	margin: 0;
}

body {
	background-color:  #CD0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #686868;
}

a {
	color: #334c92;
}

a:hover {
	color: #5971b6;
}

#accessibility {
	display: none;
}

#container {
	width: 780px;
	background-color: #ffffff;
	margin: 17px auto;
}

#header {
	height: 69px;
	position: relative;
}

#header h1 a {
	text-indent: -9000px;
	overflow: hidden;
	background: url(../images/logo.gif) no-repeat;
	width: 267px;
	height: 69px;
	float: left;
}

#menu {
	list-style: none;
	position: absolute;
	bottom: 6px;
	right: 32px;
}

#menu li {
	display: inline;
}

#menu li a {
	display: block;
	float: left;
	padding: 0px 6px;
	text-indent: -9000px;
	overfloat: hidden;
}

#menu li#menu-home a { background: url(../images/menu.gif) no-repeat 0px -13px; width: 32px; height: 13px; }
#menu li#menu-home a:hover { background: url(../images/menu.gif) no-repeat 0px 0px; } 
#menu li#menu-events a { background: url(../images/menu.gif) no-repeat -48px -13px; width: 36px; height: 13px; }
#menu li#menu-events a:hover { background: url(../images/menu.gif) no-repeat -48px 0px; }
#menu li#menu-officers a { background: url(../images/menu.gif) no-repeat -99px -13px; width: 43px; height: 13px; }
#menu li#menu-officers a:hover { background: url(../images/menu.gif) no-repeat -99px 0px; }
/*#menu li#menu-gallery a { background: url(../images/menu.gif) no-repeat -156px -13px; width: 38px; height: 13px; }
#menu li#menu-gallery a:hover { background: url(../images/menu.gif) no-repeat -156px 0px; } Comment Removed Gallery link that was not functioning*/ 
#menu li#menu-links a { background: url(../images/menu.gif) no-repeat -209px -13px; width: 26px; height: 13px; }
#menu li#menu-links a:hover { background: url(../images/menu.gif) no-repeat -209px 0px; }

#home li#menu-home a { background: url(../images/menu.gif) no-repeat 0px 0px; width: 32px; height: 13px; }
#events li#menu-events a { background: url(../images/menu.gif) no-repeat -48px 0px; width: 36px; height: 13px;}
#officers li#menu-officers a { background: url(../images/menu.gif) no-repeat -99px 0px; }
#links li#menu-links a { background: url(../images/menu.gif) no-repeat -209px 0px; }

#title {
	height: 212px;
	background: url(../images/title_bg.gif) repeat-x;
	position: relative;
}

#title h2 {
	text-indent: -9000px;
	overflow: hidden;
	background: url(../images/title.gif) no-repeat;
	width: 249px;
	height: 35px;
	position: absolute;
	right: 32px;
	bottom: 22px;
}

#main {
	margin: 36px 23px;
	font-size: 1.2em;
}

#main h3 {
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: 1.5em;
	line-height: 1.5em;
	color: #686868;
	border-bottom: 1px solid #686868;
}

#main h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
}

#main p {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	padding-bottom: 12px;
	
}

#content {
	width: 500px;
	float: left;
}

#birthdays {
	list-style: none;
}

#twitter {
	list-style: none;
}

#twitter li {
	margin: 4px 0px;
	border-bottom: 1px dotted #686868;
}

#helpful-links {
	list-style: none;
}

#helpful-links li {
	margin-bottom: 10px;
}

.news-date {
	float: right;
	padding-top: 6px;
}

.news-headline {
	float: left;
	padding-top: 6px;
}

.news-body {
	clear: both;
	border-bottom: 1px dotted #686868;
}

.event-date {
	font-size: 0.9em;
}

#fundraising a {
	text-indent: -9000px;
	overflow: hidden;
	display: block;
	background: url(../images/fundraising.jpg);
	width: 214px;
	height: 120px;
}

h3#fundraising {
	border-bottom: none;
}

#side {
	float: right;
	width: 222px;
}

.more {
	text-align: right;
}

.more a {
	font-size: 0.8em;
}

.text-detail {
	font-size: 1.0em;
}

#officer-listing {
	list-style: none;
}

#officer-listing li {
	display: block;
	padding: 24px 0px;
	margin: 18px 0px;
	border-bottom: 1px dotted #686868;
}

#officer-listing li p {
	margin-left: 104px;
}

#event-listing li {
	display: block;
	padding: 24px 0px;
	margin: 18px 0px;
	border-bottom: 1px dotted #686868;
}

#officer-listing li img {
	float: left;
	padding: 0 4px 4px 0;
}

#footer {
	clear: both;
	width: 724px;
	margin: 0px auto;
	padding-top: 18px;
}

#footer p {
	text-align: center;
	padding: 12px 0px;
	border-top: 1px solid #686868;
}
