
/* The mighty Back40 Design, Inc. style sheet */

/* ~~~[ general ]~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */	
a {
	color: #000;	
}
	a:hover {
		color: #2F6CA5;	
	}
	
p {
	margin: 0 0 15px 0;
}

#content ul {
	list-style: square;
	padding: 0 0 0 15px;
}
	#content ul li {
		padding: 0 0 5px 0;
	}
	
.right {
	float: right;
	margin: 0 0 15px 15px;
	clear: right;
}

.img {
	border: 1px solid #d3d3d3;
	padding: 4px;
}

.submit {
	background: url(images/template/nav-bg.jpg) top left repeat-y;
	border: 2px solid #004481;
	padding: 2px 4px;
	color: #004481;
	text-transform: uppercase;
}
	.bold {
		font-weight: bold;
	} 
	
hr.border {
	visibility: visible;
	clear: both;
	height: 1px;
	border: none;
	border-bottom: 1px solid #efece5;
	margin: 5px;
}
	
	
	
	
	
/* news and/calendar pages */
dl.calendar {
	margin: 0 0 15px 0;
	clear: both;
	padding-bottom: 15px;
	border-bottom: 1px solid #efece5;
} 
	dl.calendar dt {
		font-size: 1.5em;	
		font-weight: normal;
	}
		dl.calendar dt a {
			text-decoration: none;
		}
	dl.calendar dd {
		margin: 0;
		padding: 0;
	}
		dl.calendar dd.date, p.date {
			text-transform: uppercase;
			font-size: .8em;
			color: #b7b7b7;
		}
		
		
/* gallery page */
.gallery {
	list-style: none;
	margin: 0;
	padding: 0;
}
	.gallery li {
		list-style: none;
		float: left;
		display: block;
		margin: 0 20px 20px 0;
		padding: 4px;
		height: 105px;
		width: 135px;
		overflow: hidden;
		border: 1px solid #d3d3d3;
	}
		.gallery li img {
			margin: -20px;
		}
	



	
/* ~~~[ homepage ]~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */	
#homeHero {
	width: 380px;
	float: right;
	margin: 0 21px 0 0 !important;
	margin: 0 11px 0 0;
}

#homeBlurb {
	float: left;
	background: url(images/template/nav-bg.jpg) top left repeat-y;
	display: block;
	height: 173px;
	width: 328px;
	border: 15px solid #004481;
	border-width: 15px 0;
	margin: 0 0 0 21px !important;
	margin: 0 0 0 11px;
	padding: 25px 15px;
	font-family: arial;
	font-size: 1.7em;
	color: #4F8BC9;
}

#events {
	float: right;
	display: block;
	width: 374px;
	margin: 0 21px 0 0 !important;
	margin: 0 11px 0 0;
	border-top: 1px solid #efefef;
	border-left: 3px solid #02529b;
	border-right: 3px solid #02529b;
	border-bottom: 10px solid #02529b;
	min-height: 270px;
	height: auto !important;
	height: 270px;
}
	#events h2 {		
		background: url(images/template/events-bg.jpg) top center no-repeat;
		margin: 0;
		color: #fff;
		padding: 5px 0 0 10px;
		height: 27px;
		border-bottom: 1px solid #99BAD7;
		border-top: 16px solid #02529b;
	}
	
	#events dl {
		margin: 12px 12px 15px 12px;
		padding-bottom: 10px;
		border-bottom: 1px solid #99BAD7;
	}
		#events dl dt {
			font-weight: bold;
		}
		#events dl dd {
			margin: 0;
			padding: 0;
			line-height: 1.2;
		}
		
		#events dl dd a {
			font-weight: bold;
			color: #FDB945;
			text-decoration: none;
		}
	
#buttons {
	float: left;
	background: #02529b;
	width: 330px;
	margin: 0 0 0 21px !important;
	margin: 0 0 0 11px;
	padding: 14px;
	border-top: 1px solid #efefef;
}
	#buttons img {
		display: block;
		margin-bottom: 5px;
	}
	
#addressHome {
	width: 337px;
	float: left;
	clear: left;
	background: #fff;
	margin: 15px 0 0 21px !important;
	margin: 15px 0 0 11px;
	font-weight: bold;
	line-height: 1.4;
}

	
/* ~~~[ template ]~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */	
#pageContainer {
	width: 780px;
	margin: 8px auto;
	text-align: left;
}

#logo .boxy {
	margin: 0 30px 0 0;
}	

#logo .words {
	position: absolute;
	margin: 30px 0 0 0;
}	

/* navigation */
#nav {
	clear: both;
	margin: 25px 0 0 0;
	padding: 0 0 7px 0;
	text-align: center;
	background: url(images/template/content-topper.jpg) bottom center no-repeat;
}
	#nav li {
		display: inline;
		list-style: none;
		color: #00529C;
		font-size: 1.2em;
		font-family: arial;
		font-weight: bold;
		padding: 0 3px;
	}
		#nav li a {
			padding: 0 7px 2px 7px;
			color: #00529C;
			text-decoration: none;
		}
		#nav li a:hover, #nav li a.active {
			text-decoration: none;
			border-bottom: 3px solid #FDB945;
		}
		
/* content area */
#container {
	margin: 0;
	padding: 15px 0 0 0;
}
	.homeContainer {		
		background: url(images/template/content-bg.jpg) top center repeat-y;
	}
	.secContainer {		
		background: url(images/template/content-bg-inner.jpg) 20% center repeat-y;
	}

#sidebar {
	float: left;
	width: 187px;
	border-top: 28px solid #fff;
	margin: -15px 0 0 24px !important;
	margin: -15px 0 0 12px;
	padding: 0;
	min-height: 405px;
	height: auto !important;
	height: 405px;
}
	#sidebar ul {
		list-style: none;
		padding: 0;
		margin: 0;		
		border-top: 1px solid #B9CAE0;
	}	
		#sidebar ul li {
			border-bottom: 1px solid #B9CAE0;
			color: #00529C;
			font-size: 1.2em;
			font-family: arial;
		}	
			#sidebar ul li a {		
				display: block;
				padding: 5px 5px 5px 15px;		
				color: #00529C;
				text-decoration: none;
			}	
			#sidebar ul li a:hover, #sidebar ul li a.active {				
				color: #000;
				background: #dce8f4;
			}	

#content {
	float: right;
	border-right: 3px solid #004481;
	margin: 0 21px 0 0 !important;
	margin: 0 11px 0 0;
	padding: 0 20px 15px 0;
	width: 490px;
	min-height: 390px;
	height: auto !important;
	height: 390px;
	line-height: 1.4;
}


/* bottom */
#bottom {
	margin: -30px 0 20px 0;
	padding: 25px 0 0 20px;
	clear: both;
	background: #fff url(images/template/content-bottom.jpg) top left no-repeat;
	color: #B4B4B4;
}
#bottomHome {
	margin: -30px 0 0 0;
	padding: 25px 0 0 20px;
	clear: both;
	background: #fff url(images/template/content-bottom-home.jpg) top left no-repeat;
	color: #B4B4B4;
}
	#bottom ul, #bottomHome ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
		#bottom ul li, #bottomHome ul li {
			display: inline;
			line-height: 1.5;
		}
		#bottom a, #bottomHome a {
			text-decoration: none;
			color: #B4B4B4;			
		}
		#bottom a:hover, #bottomHome a:hover {
			color: #333;			
		}

		
		
		
/* ~~~[ headings ]~~~~~~~~~~~~~~~~~~~~~~~~~~*/		
h2, h3, h4 {
	font-family:  arial; 
	color: #333;
}
	
h1 {
	font-family:  georgia; 
	font-size: 2.3em;
	color: #004481;
	margin: 0 0 10px 0;
	font-weight: normal;
}	
	
h2 {
	font-size: 1.8em;	
	margin: 20px 0 0 0;
	color: #314A98;
	font-weight: normal;
}	
	
h3 {
	font-size: 1.5em;
	margin: 20px 0 0 0;
}	
	
h4 {
	font-size: 1.3em;
	margin: 20px 0 10px 0;
	border-bottom: 1px solid #0099D9;
}	
		

		
	
			
/* overwriting */
html, body, form, img {
	margin: 0; 
	padding: 0; 
	border: 0;
}

font {
	font-size: 1em;
	color: #666;
	font-family: verdana, arial, geneva;
}



/* body */
body {
	background: #fff url(images/template/page-bg.jpg) top left repeat-x;
	font-family: verdana, arial, geneva;
	color: #666;
	font-size: 70%;
	text-align: center;
}	

hr {
	visibility: hidden;
	clear: both;
	height: 1px;
	border: none;
}
	
.clear {
	clear: both;
}



