﻿@import url('undo.css');
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #f2f2f7;
    background: #f2f2f7 url("../images/borders/page_bg.png") repeat-y center top;
	-moz-opacity: .999;
}
#container {
	width: 748px;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
/*	background-image: url('../images/borders/background.gif');
	background-repeat: repeat;
	background-attachment: scroll; */
    background: #FFFFFF url("../images/borders/side_nav_border.gif") repeat-y left top;
}

/* Masthead Styles */
#masthead {
	text-align: center;
	width: 746px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fafaff;
	font-style: normal;
	font-family: "Footlight MT Light";
	font-weight: normal;
	font-size: medium;
	background-image: url('../images/borders/liquid2.png');
	background-repeat: no-repeat;
}
#masthead img {
	margin-top: 10px;
	width: 550px;
	height: 45px;
}
#masthead h1 {
	color: #3d6c87;
	font-family: "Felix Titling";
	font-size: 36px;
	font-weight: 900;
}
#masthead h3 {
	color: #336699;
	margin-bottom: 5px;
	font-weight: bold;
	font-family: "Footlight MT Light";
	font-size: 20px;
}

/* Navigation Styles */
#navigation {
	float: left;
	width: 170px;
	margin: 0;
	background-color: #fff;
	border-right: 1px #dcdcdc solid;
}
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #fff;
	background-color: #fff;
}
#navigation a {
	color: #3d6c87;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #fff;
	background-color: #fff;
}
#navigation a:hover {
	color: #fff;
	text-decoration: none;
	border: 1px solid #5f8ea9;
	background-color: #5f8ea9;
}

/* Content Styles */
#content {
	width: 560px;
	margin: 10px 0 10px 181px;
	background-color: #fff;
	list-style-type: none;
}
#content h1,h2,h3,h4,h5,h6,p,td {
	color: #3d6c87;
}
#content h2 {
	margin-bottom: 10px;
	text-align: center;
	font-family: "Script MT Bold";
	font-size: 2.5em;
}
#content h3 {
	margin-bottom: 5px;
	font-size: 1.3em;
	text-align: center;
}
#content p {
	margin: 2px 0 2px 10px;
}
#content .centered {
	text-align: center;
}
#content .aList {
	color: #336699;
	text-align: center;
	margin: 20px 0 20px 20px;
	padding: 10px;
	font-size: 1.5em;
	list-style-type: none;
	line-height: 1.5em;
}
#content img {
	padding: 5px;
	border: 1px solid #808080;
}
#content a {
	color: #5f8ea9;
	text-decoration: underline;
}
#content a:hover {
	color: #fff;
	background: #3d6c87;
	text-decoration: underline;
}
#content fieldset {
	margin: 5px;
	padding-bottom: 5px;
}
#gallery {
	height:500px;
	width: 555px;
	margin-top: 15px;
}

#gallery div {
	text-align: center;
	width: 555px;
	height: 500px;
}

#gallery img {
	padding: 10px;
	border: 1px solid #333;
	background-color: #FFF;
}

#gallery div p {
	font: bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif;	
}

#slideshow {
	margin-top: 15px;
	margin-bottom: 15px;
}

#slideshow div {
	text-align: center;
	width: 550px;
	height: 520px;
}

#slideshow img {
	height:450px;
	width: 510px;
	padding: 10px;
	border: 1px solid #333;
	background-color: #FFF;
}
#slideshow div h2 {
	text-decoration: none;
}
#slideshow div p {
	font: bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif;	
}

#controls {
	text-align: center;
	margin-bottom: 20px;
}
#pager    a, #main .control  {
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	background: #0E3B3B;
	padding: 2px 5px;
	text-decoration: none;
	margin-left: 5px;
	cursor: pointer;
}
#pager a.activeSlide {
	background-color: #E6E2AF;
	color: #000;
}
#pager a:hover, #playControl:hover {
	background: #900;
}

.button {
	width: 125px;
	margin: 5px;
}

/* Footer Styles */
#footer {
	text-align: center;
	clear: both;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #808080;
	background-color: #fefeff;
}
#footer p {
	color: #808080;
	margin-top: 5px;
}
#footer a {
	color: #5f8ea9;
	text-decoration: underline;
}
#footer a:hover {
	color: #33627d;
	text-decoration: none;
}


a {
	color: #5f8ea9;
	text-decoration: underline;
}
a:hover {
	color: #33627d;
	text-decoration: underline;
}

.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}