@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}

body {
	padding:0;
	margin:0;
	text-align:center;
	font-size:62.5%;
	color: #04164B;
	background-color: #0931A3;
	background-image: url(../images/bg_body.jpg);
	background-repeat: repeat-x;
	font-family: Geneva, Arial, Helvetica,sans-serif;	
}

body em {
	font-weight: bold;	
}

#wrapper {
	margin:auto;
	text-align:left;
	width: 906px;
	background-color: #FFFFFF;
	position:relative;	
}

#header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 210px;
	width: 906px;
	position:relative;
}

.headerLink {
	color:#FFFFFF;
	position: absolute;
	left: 5px;
	top: 30px;
	font-size: 1.2em;
	font-weight: bold;
	width: 438px;
	height: 16px;
}

.headerLink a {
	font-weight: bold;
	color: #FFFFFF;
}

.headerLink a:hover {
	font-weight: bold;
	color: #FF0000;
}


#menu {
	background-image: url(../images/bg_menu-up.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 50px;
	width: 906px;
}

ul#nav {	
	list-style-type:none;
	margin:0;
	padding:0;	
}

ul#nav li{
	float:left;
	margin:0;
	padding:0;
}

ul#nav li a{
	display:block;
	float:left;
	padding-left:20px;
	padding-right:20px;
	height:50px;
	line-height:50px;
	text-decoration:none;
	text-align:center;
	color:#FFFFFF;
	font-size: 1.2em;
	font-weight: bold;
}
ul#nav li a:hover {
	background-image: url(../images/bg_menuSelect-dwn.gif);
	background-repeat: repeat;
	background-position: left top;
	text-decoration: underline;
}

ul#nav a.current {
	background-image: url(../images/bg_menuSelect-dwn.gif);;
}

#content-wrapper {
	background-color: #FFFFFF;
	width: 100%;
}

#content-wrapper p,
#content-wrapper ul {
	font-size:1.2em;
	margin-top:10px;
}

#content-wrapper h1, 
#content-wrapper h2, 
#content-wrapper h3  {
	font-size: 1.6em;
	font-weight: bold;
	margin-bottom:10px;	
}

#content-wrapper a:hover {
		color: #FF0000;
}

/* home */
#content-home {
	width:100%;
	background-image: url(../images/bg_home2.jpg);
	background-repeat: no-repeat;
	background-position: right top;	
}

#content-home p {
	font-weight: bolder;
}

.leftContent {
	padding-top:30px;
	margin-left:40px;
	width:40%;
}

/* contact */

/* volunteer */

/* donate */

#slideshow {
	padding-top:30px;
	margin-left:40px;
	margin-right:40px
}

#sideshow h3 {
	margin: 40px;
}

#about {
	padding-top:30px;
	margin-left:40px;
	margin-right:40px
}

#content-page {
	padding-top:30px;
	margin-left:40px;
	width:65%;
}

#footerMenu {
	font-size: 1.0em;
	font-weight: bold;
	text-align: center;
	border-bottom-width: thin;
	border-bottom-style: double;
	border-bottom-color: #FF0000;
}

#footerMenu a:visited {
	color: #0033FF;
}

#footerMenu a:hover {
	color: #CE211B;
}


#footer{
	background-image: url(../images/bg_footer.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #0931A3;
	width: 906px;
}

#footer p, footer a {
	margin:0;
	padding:10px 0 0;
	background-color: #0931A3;
	text-align:	center;
	color:#FFFFFF;
	font-size: 1.0em;
}

#footer a:link, #footer a:visited 	{
	font-weight: bold;
	color: #FFFFFF;
}
#footer a:hover	{
	font-weight: bold;
	color: #CE211B;
	text-decoration: underline;
}

#calendar {
	padding-top:30px;
	margin-left:150px;
	width:600px;
}

table {
	border-collapse:collapse;
	border: 1px solid #000;
	width:600px;
}

table caption {
	padding:1.2em;
	font-size:1.2em;
	font-weight: bold;		
}

th, td {
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
}

.fltRt {
	float: right;
}

#canvas {
	background-image: url(../images/ring-bell.jpg);
	height: 74px;
	background-repeat: no-repeat;
	background-position: left center;
}

#canvas h1, #canvas p {
	margin-left: 118px;
}
