/*CONSTANT*/

body {
	margin: 0px;
	padding: 0px;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #bababa;
}

h1, h2, h3, h4, h5, h6, h7 {
	color: #002740;
}

p, h1, h2, h3, h4, h5, h6, h7 {
	margin-top: 0px;
	padding-top: 0px;
}

p {
	line-height: 1.3em;
}

hr {
	color: #002740;
	border: #002740 1px solid;
}

/*LAYOUT*/

#wrapper {
	width: 950px;
	margin: 0px auto;
	padding: 0px;
	background-image: url(images/bg_center.jpg);
	background-position: center center;
	background-repeat: repeat-y;
}

#header {
	width: 900px;
	padding: 25px 25px 0px 25px;
	background-image: url(images/bg_top.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

.divider {
	width: 900px;
	padding: 5px 25px;
}

#page {
	width: 900px;
	margin: 0px 25px;
}

#left {
	position: relative;
	float: left;
	width: 150px;
	margin: 0px;
	padding: 0px 5px;
}

#left p {
	text-align: left;
	font-size: .8em;
	font-style: italic;
	border: #bababa 1px solid;
	padding: 3px;
}

#left a#morequote {
	color: #002740;
	text-decoration: underline;
}

#right {
	position: relative;
	float: left;
	width: 735px;
	margin: 0px;
	padding: 0px 5px 10px 0px;
}

#right a {
	color: #002740;
	text-decoration: underline;
}

#content {
	margin: 0px 10px;
}

#footer {
	width: 900px;
	margin: 0px;
	padding: 0px 25px 30px 25px;
	text-align: center;
	font-size: .8em;
	background-image: url(images/bg_bottom.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
}

#footer p {
	margin: 0px;
	padding: 0px;
}

#footer a {
	color: #002740;
	text-decoration: underline;
}

/*NAVIGATION*/

#menu {
	text-align: left;
	margin-bottom: 10px;
}

dl, dt, dd, #menu ul {
	margin: 0px 0px 3px 0px;
	padding: 0px;
}

dt {
	color: #ffffff;
	font-weight: bold;
	cursor: pointer;
	padding: 0px 7px;
	line-height: 20px;
	background-image: url(images/navbar1.jpg);
	background-position: center left;
	background-repeat: no-repeat;
	text-transform: uppercase;
}

dt#donate_link {
	background-image: url(images/navbarSpecial.jpg);
}

dt:hover, dt#donate_link:hover {
	background-image: url(images/navbar2.jpg);
	background-position: center left;
	background-repeat: no-repeat;
}

body#home dt#home_link, body#about dt#about_link, body#programs dt#programs_link, body#events dt#events_link, body#fundraisers dt#fundraisers_link, body#volunteerPage dt#volunteer_link, body#location dt#location_link, body#collingsPage dt#collings_link, body#contactPage dt#contact_link, body#donatePage dt#donate_link, body#blog dt#news_link  {
	background-image: url(images/navbar2.jpg);
	background-position: center left;
	background-repeat: no-repeat;
}

dt a {
	color: #ffffff;
	display: block;
	width: 145px;
	font-weight: bold;
	text-decoration: none;
}

dt a:hover {
	text-decoration: none;
}

#menu li {
	padding: 0px;
	list-style-type: none;
}

#menu li a {
	color: #002740;
	display: block;
	width: 130px;
	font-size: 12px;
	font-weight: normal;
	margin: 0px 5px;
	padding: 1px 5px;
	text-decoration: none;
}

#menu li a:hover {
	color: #002740;
	background-color: #e0e0e0;
	text-decoration: none;
}

.CurrentMenuItem {
	background-color: #ffecc3;
}

/*MISC*/

.blue {
	color: #002740;
}

.blue_border {
	border: #002740 1px solid;
}

.green {
	color: #6a8b89;
}

.yellow {
	color: #ffecc3;
}