﻿/* CSS layout */
.cross {
	list-style-image: url('../images/smallcross.JPG');
	height: 24px;
	list-style-position: outside;
	list-style-type: none;
}

body {
	font-family: Georgia, "Times New Roman", serif;
	background-image: url('../images/background.jpg');
	width: 100%;
	background-repeat: repeat;
	behavior: url("../java/csshover.htc");
	color: #333333;
}

#masthead {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	width: 882px;
	height: 200px;
	background-image: url('../images/masthead.jpg');
}

#top_nav {
	margin-right: auto;
	margin-left: auto;
	width: 882px;
	background-color: #BEB55B;
	font-size: .9em;
	text-align: center;
}
#top_nav ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#top_nav li {
	float: left;
	position: relative;
	padding: 5px;
	background-color: #BEB55B;
	color: #FFFFFF;
	font-variant: small-caps;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	width: 111px;
}

#page_content {
	padding: 20px;
	margin-right: auto;
	width: 842px;
	margin-left: auto;
	background-color: #FFFFFF;
}
#footer {
	background-color: #003366;
	color: #FFFFFF;
	font-size: .7em;
	text-align: center;
	width: 882px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: Verdana, "Trebuchet MS", Arial, sans-serif;
	clear: both;
}
#footer a:link {
	text-decoration: none;
	color: #FFFFFF;
}
#footer a:visited {
	color: #FFFFFF;
	text-decoration:none;
}

#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#right_column {
	float: right;
	width: 310px;
	margin-left: 10px;
	text-align: center;
	position: relative;
	top: 30px;
	left: 0px;
	margin-bottom: 30px;
}
h2 {
	font-size: 1.2em;
	color: #666666;
	font-weight: normal;
}
h1 {
	color: #1677EA;
	font-weight: normal;
	font-size: 1.5em;
}
#top_nav li ul {
	display: none;
	position: absolute;
	width: 116px;
	top: 0px;
	right: 0px;
}

#top_nav li ul li {
	width: 244px;
	text-align: left;
	top:2px;
	left:-11px;
}
#top_nav li>ul {
	top: auto;
	left: auto;
}

#top_nav li a {
	display: block;
	text-decoration: none;
	color: #ffffff
}

#top_nav li:hover ul {
	display: block;
	color: #000000;
}

#top_nav a:hover {
	color: #000000;
}

.masthead_menu {
	text-align: right;
	color: #FFFFFF;
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
}
.centered_text {
	text-align: center;
}
.italics {
	font-style: italic;
}
#masthead a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#masthead a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#masthead a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.img_float_right {
	float: right;
	padding-right: 10px;
	padding-bottom: 10px;
}
.img_float_left {
	float: left;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
}

.indent {
	text-indent: 3em;
}
.smaller {
	font-size: smaller;
}

.our_story {
	width: 300px;
	text-align: center;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}
#calendar {
	margin-top: 280px;
	text-align: left;
	position: relative;
	width: 330px;
}
.bold {
	font-weight: bold;
}
.content {
	position: absolute;
	width: 307px;
	height: 232px;
	top: 0px;
	left: 0px;
}


.box_top {
	background-image: url('../images/box/top.jpg');
	background-repeat: repeat-x;
	background-position: center top;
}
.box_lower {
	background-image: url('../images/box/lower.jpg');
	background-repeat: repeat-x;
	background-position: bottom;
}
.box_left {
	background-image: url('../images/box/left.jpg');
	background-repeat: repeat-y;
	background-position: left;
}
.box_right {
	background-image: url('../images/box/right.jpg');
	background-repeat: repeat-y;
	background-position: right;
}
.box_top_left {
	background-position: left top;
	background-image: url('../images/box/upperleft.jpg');
	background-repeat: no-repeat;
}
.center {
	padding: 10px 30px 20px 20px;
}
#left_column {
	width: 500px;
	text-align: center;
	float: left;
	padding-top: 20px;
	padding-left: 20px;
}


.box_top_right {
	background-image: url('../images/box/upperright.jpg');
	background-repeat: no-repeat;
	background-position: right top;
}
.box_lower_left {
	background-position: left bottom;
	background-image: url('../images/box/lowerleft.jpg');
	background-repeat: no-repeat;
}
.box_lower_right {
	background-position: right bottom;
	background-image: url('../images/box/lowerright.jpg');
	background-repeat: no-repeat;
}


.clearFix {
	clear: both;
}
#calendar2 {
	margin-top: 10px;
	text-align: left;
	position: relative;
	width: 330px;
}



