@charset "UTF-8";
/* CSS Document Nick Pavlis*/


body {
	font: 85% Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.3;
	background: #84A0FC url(images/background.jpg) repeat-x;
	margin: 0 auto;
	padding: 0;
	color: #333333;
}
.greeting {
	font-size: 90%;
	background: #fff;
	border-bottom: 1px solid #171676;
	padding: .5em;
	position: absolute;
	top: 0;
	width: 100%;
}
img {
	border: none;
}
p {
	margin: 0;
	padding: 0;
	padding-bottom: 1em;
}
h1, h2, h3, h4 {
	color: #000099;
	line-height: normal;
}
h2 {
	font-size: 1.3em;
	font-weight: bold;
}
h3 {
	font-size: 1.1em;
	margin: 1em 0 .5em;
	padding: 0;
	color: #1A9254;
}

a:link, a:visited {
	color: #B50500;
}
a:hover, a:active {
	color: #000099;
}
#pageContainer {
	position: relative;
	top: 52px;
	width: 850px;
	margin: 0 auto;
	text-align: left;
	border: 4px solid #F1EFDB;
	background: #fff;
}
#header {
	position: absolute;
	top: -4px;
	left: -4px;
	width: 858px;
	height: 279px;
	background: url(images/header2.jpg) no-repeat;
}
#contentWrapper {
	position: relative;
	top: 275px;
	margin-bottom: 275px;
	border: 6px solid #DE0900;
	border-bottom: none;
	border-top: none;
	padding: 1em;
	background: #F1EFDB;
}



#navContainer {
	height: 37px;
	position: relative;
	width: 838px;
	top: 275px;
	border: 6px solid #DE0900;
	border-top: none;
	border-bottom: 8px solid #002143;
	background: url(images/mnu_bck.jpg) repeat-x;
}

#topNav {
	position: relative;
	width: 838px;
	left: 0;
	margin: 0;
	padding: 0;
}


#topNav li {
	list-style: none;
	margin: 0;
	float: left;
	height: 37px;
}
#topNav a {
	height: 37px;
	display: block;
	text-decoration: none;
}

#topNav span {
	position: absolute;
	top: -10000px;
}


/**Current Events Menu**/
.menu1 a:link, .menu1 a:visited {
	width: 218px;
	background: url(images/mnu_distNews.jpg) no-repeat 0 0;
}
.menu1 a:active, .menu1 a:hover {
	background: url(images/mnu_distNews.jpg) no-repeat -218px;
}
.menu1 a.current {
	background: url(images/mnu_distNews.jpg) no-repeat -436px;
}

/**Calendar Menu**/
.menu2 a:link, .menu2 a:visited {
	width: 218px;
	background: url(images/mnu_calendar.jpg) no-repeat 0 0;
}
.menu2 a:active, .menu2 a:hover {
	background: url(images/mnu_calendar.jpg) no-repeat -218px;
}
.menu2 a.current {
	background: url(images/mnu_calendar.jpg) no-repeat -436px;
}

/**links Menu**/
.menu3 a:link, .menu3 a:visited {
	width: 139px;
	background: url(images/mnu_links.jpg) no-repeat 0 0;
}
.menu3 a:active, .menu3 a:hover {
	background: url(images/mnu_links.jpg) no-repeat -139px;
}
.menu3 a.current {
	background: url(images/mnu_links.jpg) no-repeat -278px;
}

/**contact Menu**/
.menu4 a:link, .menu4 a:visited {
	width: 125px;
	background: url(images/mnu_contact2.jpg) no-repeat 0 0;
}
.menu4 a:active, .menu4 a:hover {
	background: url(images/mnu_contact2.jpg) no-repeat -125px;
}
.menu4 a.current {
	background: url(images/mnu_contact2.jpg) no-repeat -250px;
}


/**Contribute Menu
.menu4 a:link, .menu4 a:visited {
	width: 139px;
	background: url(images/mnu_contribute2.jpg) no-repeat 0 0;
}
.menu4 a:active, .menu4 a:hover {
	background: url(images/mnu_contribute2.jpg) no-repeat -139px;
}
.menu4 a.current {
	background: url(images/mnu_contribute2.jpg) no-repeat -278px;
}
**/

/**Register Menu
.menu6 a:link, .menu6 a:visited {
	width: 205px;
	background: url(images/mnu_register2.jpg) no-repeat 0 0;
}
.menu6 a:active, .menu6 a:hover {
	background: url(images/mnu_register2.jpg) no-repeat -205px;
}
.menu6 a.current {
	background: url(images/mnu_register2.jpg) no-repeat -410px;
}
**/




#footer {
	padding: 20px;
	border: 6px solid #DE0900;
	border-top: 8px solid #002143;
	color: #fff;
	width: 798px;
	background: #A00401 url(images/footerBackground.jpg) repeat-x top;
	text-align: center;
	margin-bottom: 2em;
	font-size: 90%;
}
#footer p {
	margin: 0;
	padding: 0;
}
#footer #privacy {
	float: right;
}
#footer #privacy a:active, #footer #privacy a:hover {
	color: #fff;
}
#footer #siteMap {
	display: none;
}
#footer a:link, #footer a:visited {
	color: #fff;
	text-decoration: none;
}

#footer a:hover, #footer a:active {
	color: #171676;
	text-decoration: underline;
}
#footer .photoCredits {
	position: absolute;
	left: -4px;
	bottom: -6px;
	border-top: 4px solid #F1EFDB;
	color: #002143;
	padding-top: 1em;
	padding-bottom: 1em;
	background: #84A0FC;
	width: 858px;
	font-size: 95%;
}
.siteDesign { 
	display: none;
}

.floatRight {
	float: right;
	margin-left: 8px;
}
.floatLeft { 
	float: left;
	margin-right: 8px;
}
.clear {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

/**Site Tweaks**/

.twoThird {
	width: 580px;
	float: left;
	position: relative;
	z-index: 20;
}

.oneThird {
	position: relative;
	z-index: 20;
	width: 200px;
	float: right;
}

#sidebarRight .topSpot {
	background: url(images/rtSidebarTopSpot.jpg) repeat-x 0 0;
	font-size: 110%;
	font-style: italic;
	padding: .5em;
	margin-bottom: 1em;
	margin-top: 0;
}
#sidebarRight {
	margin-top: 70px;
}

.sidebarArticle2 {
	background: url(images/rtSidebarTopSpot.jpg) repeat-x 0 0;
	font-size: 95%;
	padding: .5em;
	margin-top: 1em;
}
.sidebarArticle2 h2 {
	font-size: 110%;
	margin-top: 0;
	padding-top: 0;
}
/**Contact form**/

#formBuilder {

	margin: 1em 2em;
}
#form legend {
	color: #39358D;
}

#formResultsTable td {
	vertical-align: top;
}

#twoColumn .leftColumn {
	float: left;
	margin-right: 1em;
	width: 50%;
}
#twoColumn .rightColumn {
}

.contentInclude #form {
	font-size: 90%;
}

.floatImageRight {
	float: right; 
	padding-left: 1em; 
	margin-left: 5px;
}
.floatImageLeft {
	float: left; 
	padding-right: 1em; 
	margin-right: 5px;
}
.floatImageRight .caption, .floatImageLeft .caption {
	display: block;
	margin-top: .5em;
	text-align: center;
	font-style: italic;
	font-size: 90%;
}
.floatImageRight .caption p, .floatImageLeft .caption p {
	margin-bottom: 0;
	pading-bottom: 0;
}
.clearFloat {
	display: block;
	clear: both;
}


/**Calendar styles**/

#eventList {
	background: url(images/rtSidebarTopSpot.jpg) repeat-x 0 0;
	font-size: 95%;
	padding: .5em;
}

#eventList h3 {
	font-size: 110%;
	color: #000099;
	padding: 0;
	margin: 0;
	padding-bottom: .5em;
	margin-bottom: .5em;
	border-bottom: 2px solid #000099;
}

.eventTitleLink {
	font-weight: bold;
	padding: .3em 0;
	margin-top: .5em;
	display: block;
}

.eventDate {
	display: block;
}

.eventDetail {
	margin-bottom: .5em;
	padding-bottom: .3em;
}

/**slideshow**/

#slideshow h3 {
	color: #000099;
}

#ss_form p {
	font-size: 90%;
}

#ss_select {
	margin-left: 1em;
}

.ssCaption {
	font-size: 90%;
	padding: .5em 0;
	border-top: 1px solid #000066;
	border-bottom: 1px solid #000066;
	margin: .5em 0;
	font-weight: bold;
	width: 600px;
	font-style: italic;
}
	