@charset "UTF-8";
body{
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	
}

.textLinks {
	text-decoration:underline;
	color:#000000;
}

#siteContainer{
	width:100%;
	height:100%;	
	background-image:url(../images/Background_black_top.gif);
	background-repeat:repeat-x;


}

#mainCanvas {
	width:900px;
	margin-left:auto;
	margin-right:auto;
	min-height:600px;
	

}


body {
	height:100%;
}

#mainHeader {
	height:210px;
	width:900px;
	margin-left:auto;
	margin-right:auto;
	background-color:#000000;
	z-index:1;

}
#mainNav {
	
	height:30px;
	width:100%;
	background-image:url(../images/MainNavBackground.gif);
	margin-bottom:30px;
	
}

#mainNav ul{
	width:750px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	padding-top:5px;
	list-style-type:none;
	height:25px;
	
	
}


#mainNav ul li {
	display:inline;
	border-right:#FFF solid 1px;
	
}


#mainNav ul li a {
	color:#FFFFFF;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	padding:2px 8px 1px 10px;
	font-size:14px;
}

#mainNav ul li a:hover{
	color:#333333;
	
}



#footerBar {
	width:100%;
	height:15px;
	position: fixed;
	bottom:0%;
	z-index:10;

}


/* Volunteers Page */

.volunteerClearRow {
	background-image:url(../images/navigation_transparent_background.png);
}


#volunteerTable {
	font-size:12px;
}


#volunteerTable td {
	padding:10px 0px 10px 10px;
	vertical-align:top;
}





/* Schedule of Events Page */

#scheduleEventsCanvas {
	width:600px; 
	float:left;  
	line-height:18px;

}


#scheduleEventsTopHalf{
	width:inherit;
	height:300px;
	padding-left:20px;
}

#scheduleEventsBottomHalf{
	background-color:#94a72c;
	width:inherit;
	height:250px;
	border-top:4px #FFF solid;
	padding-left:20px;
	padding-top:20px;
	padding-bottom:20px;
	overflow:scroll;

}

.scheduleEventsLeftTopTextBox {
	
	float:left;
}

.scheduleEventsMapContainer {
	height:300px;
	float:left;
	width:390px;
	margin-left:10px;
}


.scheduleHeader {
	font-weight:bold;
	font-size:19px;
	color: #000;
}


.scheduleSuNavTextBox {
	width:inherit;
	padding:20px 10px 20px 10px;
	
}






.bold {
	font-weight:bold;
}



body.home a {
	color:#666666;
}



.links {
	color:#000000;
}

#scheduleEventsTopHalf ul {
	margin-top:0px;
	

}
