/* --------- 1. defaults  --------- */

* {
	margin: 0;
	padding:0;
}

html {
	font-size: 100%;
	}
	
body {
  	font: 62.5%/1.5 Verdana, Arial, Helvetica, sans-serif;
	background: #c0bee9;
	padding-top: 20px;

}

#masthead, #columnWrapper, #footer {
	font: 1.1em/1.5 Verdana, Arial, sans-serif;
	}

/* --------- 2. structure  --------- */
#wrapper { 
	width: 900px;
	height: 400px;
	margin:0 auto;
	}
	
#masthead {		/* container for header */
	background: #2a502a;
	border: 5px white solid;
	padding: 10px;
}

#footer {		/* container for footer */
	background: #292e6a;
	border: 5px solid #ffffff;
	padding: 10px;
	text-align: center;
	font-size: 1.2em;
	}

.clearFix:after {			/* clear floated content */
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

#columnWrapper {
	background: #ebebeb;
	height: 650px;
	border-left: 5px white solid;
	border-right: 5px white solid;
	}
	
#mainContent {			/* center column */
	float: left;
	width: 475px;
	margin-left: 127px; /* equal to width of nav bar + borders, to move it right */
	border-right: 7px solid #2a502a;
}

#mainContent2 {			/* center column */
	float: left;
	width: 900px;
	margin-left: 127px; /* equal to width of nav bar + borders, to move it right */
	border-right: 7px solid #2a502a;
}

#mainContent ol {
	margin-left:17px;
	list-style: decimal;
}

#navBar {			/* left column */
	float: left;
	width: 120px;
	margin-left: -625px; /* equal to the mainContent width + margin-left */
	border-right: 7px solid #2a502a;
	}
	
#sidebar {		/* right column */
	float: left;
	width: 280px;
	}
	
.columnContentWrapper {
	padding: 20px 10px;
	}
	
#mainContent, #navBar, #sidebar {
	padding-bottom: 32767px !important;
	margin-bottom: -32767px !important;
	}
	
#columnWrapper {
	overflow: hidden;
	}

.noPaddingWrapper {
	padding: 0;
	}

#bottomMainContent {			/* photo */
	width: 450px;
	}

#lowerNavBar {					/* upcoming services */
	padding-top: 20px;
	}

#lowerSidebar {
	padding-top: 20px;
	}
	
.upcomingScrollable {	/* make it scroll */
	height: 400px;
	overflow: auto;
	}

.scrollableColumn {
	height: 575px;
	overflow: auto;
	}
	
.scrollableColumn2 {
	height: 625px;
	overflow: auto;
	}

.padbutton {
	padding-top: 10px;
}

.xpadbutton {
	padding-top: 40px;
}

.boxed {
	border-top: 5px #292e6a solid;
}
/* --------- 3. links & navigation  --------- */

/*a:link {
	color: #f36522;
	}
	
a:visited {
	color: #8a8a8a;
	}

a:hover {
	color: #f22222;
	}

a:active {
	color: #000000;
	}
*/

.singleButton {
	padding:10px;
	}
	
#nonButton a {
	color:black;
	font-size: 1.2em;
	}
	
#button a:link, #button a:visited {
	text-decoration: none;
	font-size: 0.6em;
	font-weight: bold;
	display: block;
	padding: 3px 12px 3px 8px;
	background-color: #292e6a;
	color: #ffffff;
	border-top: #dddddd 1px solid;
	border-right: #333333 1px solid;
	border-bottom: #333333 1px solid;
	border-left: #dddddd 1px solid;
	}
	
#button a:hover {
	background-color: #999999;
	}

#button a:active {
	padding: 2px 13px 4 px 7px;
	background-color: #444444;
	color: #eeeeee;
	border-top: #333333 1px solid;
	border-right: #dddddd 1px solid;
	border-bottom: #dddddd 1px solid;
	border-left: #333333 1px solid; 
	}
	
#xbutton a:link, #xbutton a:visited {
	text-decoration: none;
	font-size: 0.6em;
	font-weight: bold;
	display: block;
	padding: 3px 12px 3px 8px;
	background-color: #9999FF;
	color: #000000;
	border-top: #dddddd 1px solid;
	border-right: #333333 1px solid;
	border-bottom: #333333 1px solid;
	border-left: #dddddd 1px solid;
	}
	
#xbutton a:hover {
	background-color: #999999;
	}

#xbutton a:active {
	padding: 2px 13px 4 px 7px;
	background-color: #444444;
	color: #eeeeee;
	border-top: #333333 1px solid;
	border-right: #dddddd 1px solid;
	border-bottom: #dddddd 1px solid;
	border-left: #333333 1px solid; 
	}
	
#footer p a:link, #footer p a:visited {
	color: #ffffff;
	}
	
/* --------- 4. fonts  --------- */

h1	{
	margin:5px;
	font: 26pt normal italic Arial, sans-serif;
	text-align:right;
	color: white;
}

h2	{
	font: bold 1.5em Arial, sans-serif;
	text-transform: uppercase;
	margin-bottom: 2px;
}

pre {
	font-size: 110%;
}

p {
	margin-bottom: 1em;
	}

ul {
	list-style: square;
	}
	
#footer p {
	color: white;
	text-align: left;
	}
	
#purpose {
	font: italic 1.2em Verdana, Arial, Helvetica, sans-serif;
	text-transform: none;
	color: white;
	}

#bottomMainContent h2 {
	display: block;
	background: #2a502a;
	text-align: center;
	color: #ffffff;
	text-transform: lowercase;
	padding: 3px;
	}
#li {
	indent: 5px;
}

#bottomMainContent ul {
	padding: 5px;
	}

#weeksEvents li {
	font-size: 1.0em;
	}

#weeksEvents li ul {
	font-size: 0.8em;
	font-weight: normal;
	}

.Date {
	padding-top: 5px;
	font: bold 1.1em/1.5 Verdana, Arial, Helvetica, sans-serif;
	}

.event {
	margin-bottom: 10px;
	margin-left: 15px;
}

.serviceTitle {

	font: bold 0.8em/1.1 Verdana, Arial, Helvetica, sans-serif;
	}

.serviceText {
	margin-top: 2px;
	font: normal 0.8em/1.1 Verdana, Arial, Helvetica, sans-serif;
	}

.more {
	display: none;
	border-bottom: 3px solid #666;
}

a.hideLink {
	text-decoration: none;
	color: #900;
	padding-left: 8px;
	background: transparent url('../_images/up.gif') no-repeat left; 
}

a.showLink {
	text-decoration: none;
	color: #900;
	padding-left: 8px;
	background: transparent url('../_images/down.gif') no-repeat left; }
}
a.showLink:hover, a.hideLink:hover {
	border-bottom: 1px dotted #36f;
}
	
/* --------- 5. images  --------- */