/* *******************************************
 * RESET DEFAULT ELEMENT STYLES
 * http://meyerweb.com/eric/tools/css/reset/
 * v1.0 | 20080212
 * ******************************************* */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }


/* DEFAULT & HELPER STYLES */
a, a:link, a:active, a:visited {
	text-decoration: none;
	color: #CCCCCC;
} a:hover { text-decoration: none; }

.clearFix {
	display: block;
	width: 100%; height: 1px;
	float: none; clear: both;
	font-size: 1px;
}



body {
	background-color: #404040;
	margin: 0; padding: 0;
	width: 100%; height: 100%;
	overflow-x: hidden;
	font: normal 12px Arial,Helvetica;
}


/* CONTAINER ELEMENTS */

#siteContainer {
	display: block;
	min-width: 1280px;
	width: 100%;
	position: relative;
	z-index: 10;
}

#homeLogoBar {
	display: block;
	width: 100%;
	height: 154px;
	position: absolute;
	left: 0; top: 235px;
	background: url(../images-site/bg_logo_banner.jpg) 0 0 repeat-x;
	z-index: 1;
} #homeLogoBar.hidden { display: none; }

#homeMasthead {
	display: block;
	width: 1280px;
	height: 235px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

#homeLogo {
	display: block;
	float: none;
	clear: both;
}

#homeNav {
	display: block;
	margin: 58px 0 0;
}

html body #siteFooter {
	display: block;
	position: relative;
	width: 500px;
	margin: 150px auto 15px;
	text-align: center;
	/* position: fixed;
	bottom: 25px;
	left: 10px;*/
}

#siteFooter.footerText {
	color: #FFFFFF;
	font-style: italic;
	font-size: 11px;
}




/* HOME CONTENT CLASSES */


#homeMasthead .photoPanel {
	display: block;
} #homeMasthead .photoPanel.hidden { display: none; }

#homeLogo img {
	display: block;
	width: 609px;
	height: 65px;
	margin: 47px auto 0;
	text-align: center;
}

#homeNav ul.navLinks {
	display: block;
	width: 715px;
	height: 52px;
	padding: 0 0 0 22px;
	margin: 0 auto;
	float: none; clear: both;
	overflow: hidden;
}   

#homeNav ul.navLinks li {
	display: none;
	width: 260px;
	height: 50px;
	margin: 0 -15px;
	float: left;
	color: #CCCCCC;
	text-align: center;
	font-weight: bold;
	font-size: 17px;
} 

#homeNav ul.navLinks li.hover, #homeNav ul li.active { color: #EEE; background: url(/images-site/bg_index_nav_wideHighlight.gif) center center no-repeat; }	
#homeNav ul.navLinks li:first-child {margin: 0 0 0 -15px;}

#homeNav ul.navLinks li a:link, #homeNav ul.navLinks li a:active, 
  #homeNav ul.navLinks li a:hover, #homeNav ul.navLinks li a:visited {
	display: block;
	text-transform: uppercase;
	background-image: none;
	margin: 15px 0 0;
}

#homeNav ul.subNavLinks {
	display: none;
	width: 950px;
	margin: 0 auto;
	padding: 20px 0 0;
	float: none; clear: both;
} #homeNav ul.subNavLinks.active { display: block; }

#homeNav ul.subNavLinks li {
	display: block;
	width: 300px;
	padding-left: 25px;
	float: left; 
	overflow: hidden;	
} #homeNav ul.subNavLinks li:first-child { padding-left: 0px; }

#homeNav ul.subNavLinks li a {
	display: block;
	text-indent: -9999px;
} #homeNav ul.subNavLinks li a:hover { background-position: 0 -151px; }


#home_navLink_blackparty a {
	width: 300px; height: 150px;
	background: url(/images-site/button_nav_events-blackparty.gif) 0 0 no-repeat;}
#home_navLink_salem a {
	width: 300px; height: 150px;
	background: url(/images-site/button_nav_events-salem.gif) 0 0 no-repeat;}
#home_navLink_allsaints a {
	width: 300px; height: 150px;
	background: url(/images-site/button_nav_events-allsaints.gif) 0 0 no-repeat;}

/* SUBPAGE STYLES */

#subpageNav {
	display: block;
	width: 100%;
	height: 28px;
	background: url(../images-site/bg_subpage_navLinks.jpg) 0 0 repeat-x;
	position: relative;
}

#subpageNav ul.navLinks {
	display: block;
	height: 24px;
	margin: 2px 10px 0;
	font-size:15px;
	font-weight:bold;
	float: right;
}

#subpageNav ul.navLinks li {
	display: block;
	margin: 3px 15px;
	float: left;
	position: relative;
}

#subpageNav ul.navLinks li.hover a { 
	display: block;
	color: #990000;
	border: 1px solid #EEE;
	background-color: #CCC;
}

#subpageNav ul.navLinks li ul {
	display: none;
} #subpageNav ul.navLinks li.hover ul {display:block; position: absolute; top:20px; z-index: 1000;}

#subpageNav ul.navLinks li ul li {
	display:block;
	float:none;
	margin:0;
	width:148px;
	z-index:1000;
} 

#subpageNav ul.navLinks li ul li a {padding: 3px; height: 19px;}
#subpageNav ul.navLinks li ul li a:hover {text-decoration: underline; }

#subpageLogo{
	display: block;
	width: 100%;
	height: 80px;
	background: url(../images-site/bg_subpage_logo_banner.gif) 0 0 repeat-x;
	overflow-y: hidden;
} #subpageLogo img { margin: 15px 0 0 10px; }

#subpageHeader {
	display: block;
	width: 560px;
	height: 40px;
	margin: 30px 0 0 60px; 
}

#eventGalleryContainer {
	display: block;
	width: 985px;
	margin: 30px auto 0;
	float: none; clear: both;
	position: relative;
	background: url(../images-site/bg_gallery-thumbs_middle.gif) 0 0 repeat-y;	
}
#eventGalleryContainer .galleryTopCap {
	display:block; 
	width: 985px; 
	height: 12px;
	left: 0px; top: 0px;
	background: url(../images-site/bg_gallery-thumbs_top.gif) 0 0 no-repeat;	
}
#eventGalleryContainer .galleryThumbnails {}
#eventGalleryContainer .galleryBottomCap {
	display:block; 
	width: 985px; 
	height: 14px; 
	position: absolute;
	left: 0px; bottom: 0px;
	background: url(../images-site/bg_gallery-thumbs_bottom.gif) 0 0 no-repeat;	
}

#eventGalleryContainer .salem2008.imageRotationBox {
	width: 450px;
	position: absolute;
	right: 0;
	top: 40px;
}
			
.salem2008 .rotationSet {
	width: 400px;
	height: 300px;
	margin: 25px auto 15px;
	position: relative;
	overflow: visible;
	text-align: center;
}
					


/* ERROR PAGE CLASSES */

body.serverErrorMsg #homeNav ul li { display: block; }
			
			
			
			
			
			
