/* Module or special stylesheets are called in below... */
@import url("news.css");
@import url("contact.css");
@import url("directions.css");
@import url("offline.css");
@import url("gallery.css");
@import url("calendar.css");
@import url("poll.css");
@import url("staff.css");

* {
	margin:0;
	padding:0;
}
body {
	margin:0;
	padding:0;
	background-image:url(../../images/top-bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#f3efe0;
	text-align:center;
}
a, img {
	outline:none;
	border:none;
}	
a, a.link, a:visited {
	color:#1e4c1e;	
	text-decoration:underline;
}
a:hover {
	text-decoration:none;	
}
blockquote {
	width:600px;
	margin:10px auto;
	padding:10px;
	background-color:#F2F2F2;
	color: #666;
}
blockquote a, blockquote a.link, blockquote a:visited {
	color:#666;
}		
#pagecurl {
	position:absolute;
	right:0;
	top:0;
	width:143px;
	height:114px;
}
#topWrapper {
	width:900px;
	margin:0 auto;
	text-align:left;
}
#callout {
	width:470px;
	float:right;
	height:85px;
	color: #fff;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-shadow: black 1px 1px 1px;
	letter-spacing: 2px;
	line-height: 85px;
	padding: 0 15px;
	position: relative;
}
#logoWrap {
	width:830px;
	margin:0 auto;
	height: 132px;
	*margin:-85px auto 0 auto; /* IE 7 and below hack */
	position: relative;
}
#logo {
	width:342px;
	height:132px;
	float:left;
}
#nav {
	width:900px;
	height:58px;
	margin:-50px auto 0 auto;
	text-align:left;
	background-image:url(../../images/nav-bg.png);
	background-position:top;
	background-repeat:no-repeat;
}
ul.nav {
	list-style:none;
	width: 500px;
	height: 58px;
	float: right;
	position: relative;
	z-index: 200;
}
ul.nav li {
	display:inline;	
}
ul.nav li a, ul.nav li a.link, ul.nav li a:visited {
	display:block;
	float:left;
	text-decoration:none;
	color: #fff;
	text-transform: uppercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-shadow: black 1px 1px 1px;
	font-size: 14px;
	line-height: 50px;
	*line-height:58px; /* IE 7 and below hack */
	padding: 0 15px;
}
#wrapper {
	text-align:left;	
	width:830px;
	margin:0 auto;
	padding:20px;
	background-color:#fff;
}
.col {
	width:190px;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5;
}
.col a, .col a.link, .col a:visited {
	color:#1e4c1e;
	font-size:11px;
	text-decoration:underline;
	font-weight: bolder;
}
.col a:hover {
	text-decoration:none;	
}
.pad {
	margin-left:23px;
}
.col span {
	font-size:18px;
	color:#238e23;
	font-family: Georgia, "Times New Roman", Times, serif;
	display: block;
	margin: 0 0 10px 0;
}
.wide {
	width:830px;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5;
}
.wide h1 {
	font-size:18px;
	color:#238e23;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0 0 10px 0;	
}
.wide h2 {
	font-size:14px;
	color:#000;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 10px 0;
	font-weight: bold;
}
.wide li {
	margin: 0 0 0 20px;
}
.gray {
	width:790px;
	padding:20px;
	background-color:#E6E6E6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	text-align: center;
	text-transform: uppercase;
}
.gray span {
	font-size:18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	display: block;
	margin: 0 0 10px 0;
}
.gray a, .gray a.link, .gray a:visited {
	color:#666;
}
#footer {
	width:830px;
	margin:0 auto;
	padding:20px;
	color:#1e4c1e;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
}