@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #333333;
	line-height: 1.4em;
	position: relative;
}
.oneColLiqCtrHdr #container {
	width: 950px;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColLiqCtrHdr #header {
	text-align: left;
	padding: 0;
	margin-left: 15px;
	margin-right: 15px;
}
.oneColLiqCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColLiqCtrHdr #mainContent {
	background: #FFFFFF;
	clear: both;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	text-align: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000099;
}
.oneColLiqCtrHdr #footer {
	clear: left;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 
.oneColLiqCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#title {
	float: left;
	width: 250px;
	color: #666666;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#navmenu {
	float: right;
	width: 620px;
	border: thin none #003399;
	color: #666666;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: right;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 1em;
}
a:link {
	color: #000066;
	text-decoration: none;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
a:visited {
	color: #000066;
	text-decoration: none;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
a:hover {
	color: #FF9900;
	font-weight: bold;
	text-decoration: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
a:active {
	color: #000066;
	text-decoration: none;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 140%;
	color: #B0AC90;
	text-align: right;
}
.floatleft {
	float: left;
	margin-right: 15px;
}

.floatright {
	float: right;
	margin-left: 5%;
}

.hometext {
	line-height: 1.4em;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: justify;
	font-size: 1.2em;
	font-weight: bold;
	font-family: "Gill Sans MT", Verdana, sans-serif;
	color: #FFFFFF;
}
.lithotext {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}



.biogtext {
	text-align: justify;
	margin-left: 15px;
	margin-right: 15px;
	line-height: 1.8em;
	color: #333333;
}
.biogtext a:link {
	text-decoration: underline;
	font-weight: normal;
	text-transform: uppercase;
}
.biogtext a:visited {
	text-decoration: underline;
	font-weight: normal;
	text-transform: uppercase;
}
.biogtext a:hover {
	text-decoration: underline;
	font-weight: normal;
	color: #FF9900;
	text-transform: uppercase;
}

.biogtext a:active {
	text-decoration: underline;
	font-weight: normal;
	text-transform: uppercase;
}
.email_large {
	font-size: 120%
}
#homeimage {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 100px;
	width: 850px;
}
.homeimage {
	margin-right: 15px;
	margin-left: 15px;
}
.homeimageleft {
	margin-right: 20px;
}
.homeimageright {
	margin-left: 20px;
}
#homeslides {
	margin-right: auto;
	margin-left: auto;
	border: 15px solid #000000;
	width: 460px;
	height: 440px;
	padding-top: 18px;
	-webkit-box-shadow: 5px 5px 3px #cccccc;
	-moz-box-shadow: 5px 5px 3px #cccccc;
	box-shadow: 5px 5px 3px #cccccc;
}


.lithobox {
	text-align: center;
	height: 275px;
	width: 255px;
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	font-size: 0.9em;
}

.rowdiv {
	height: 300px;
	width: 835px;
	margin-right: auto;
	margin-left: auto;
}
.hare_bg {
	background-image: url(images/pngs/hare_head_cutout_2x.png);
	background-repeat: no-repeat;
	height: 210px;
	width: 150px;
	position: fixed;
	right: 0px;
	bottom: -10px;
}
.rightcaption {
	float: right;
	width: 30px;
}
.events_intro {
	clear: both;
	height: 270px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
.event_box {
	height: 330px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	clear: both;
}
.charity {
	height: 320px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
.drawing_box {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	text-align: justify;
}
.gallerywrapper {
	margin-right: auto;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 850px;
}

