@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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #5ab9e0;
	background-image: url(/_images/fleur-de-lis_tile.gif);
	background-repeat: repeat;
	background-position: 50% 0px;
}

#content-top {
}
#container {
	width: 900px; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header {
	background-image: url(/_images/title.png);
	height: 158px;
	padding: 0;
}
#nav-main {
	height: 55px;
	background-image: url(/_images/nav-main.jpg);
	text-align: left;
}
#masthead {
	background-image: none;
	height: 230px;
	text-align: left;
}
#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 */
}
#mainContent {
	background-image: url(/_images/contentMain-top.png);
	background-repeat: repeat-y;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#footer {
	padding: 0 10px;
}
#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 */
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
#mainContent p {
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#mainContent p.mission {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	width: 100%;
	text-align: center;
	font-size: 1.3em;
	font-style: oblique;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	margin-top: 0px;
}
#mainContent-text {
	background-image: url(/_images/contentMain.jpg);
	background-repeat: none;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	width: 710px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: bottom;
}
#container div#nav {
	background-image: url(../_images/navMain.png);
	height: 55px;
}
#container div#nav ul#nav_main {
	list-style-type: none;
	position: relative;
	width: 900px;
	height: 55px;
	margin: 0px;
	padding: 0px;
}
li#nm_1 {
	position: absolute;
	height: 40px;
	width: 125px;
	left: 75px;
}
li#nm_2 {
	position: absolute;
	height: 40px;
	width: 125px;
	left: 200px;
}
li#nm_3 {
	position: absolute;
	height: 40px;
	width: 125px;
	left: 325px;
}
li#nm_4 {
	position: absolute;
	height: 40px;
	width: 125px;
	left: 450px;
}
li#nm_5 {
	position: absolute;
	height: 40px;
	width: 125px;
	left: 575px;
}
li#nm_6 {
	position: absolute;
	height: 40px;
	width: 125px;
	left: 700px;
}
#nav_main li a:link,#nav_main li a:visited {
	display: block;
	text-align: center;
	color: #393939;
	text-decoration: none;
	height: 33px;
	margin: 0px;
	padding-top: 7px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-weight: normal;
}
#nav_main li a:hover,#nav_main li a:active {
	background-image: url(../_images/nav_interact.jpg);
	color: #000
}
#mainContent-text img {
	display: block;
	float: right;
	border: thin solid #60B9E0;
	padding: 0px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 18px;
	margin-left: 18px;
	font-style: italic;
	font-weight: bold;
}
#mainContent-text img.left {
	float: left;
	margin-right: 18px;
	margin-bottom: 18px;
	margin-left: 0px;
}
#mainContent-text h1 {
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	color: #AD2A22;
	margin: 0px;
	padding-top: 1em;
	padding-right: 0px;
	padding-bottom: 1em;
	padding-left: 0px;
}
#mainContent ol, #mainContent ul {
	font-family: Georgia, "Times New Roman", Times, serif;
}
#mainContent ol li, #mainContent ul li {
	padding-top: 2px;
}
#gallery {
	text-align: center;
	width: 100%;
}
#gallery img {
	padding: 0px;
	margin: 0px;
}
#gallery table tr td img {
}
#mainContent-end {
}
#mainContent-text img.topFade {
	float: left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -20px;
}
