* { 
	margin: 0;
	padding: 0; 
}

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body {
	padding: 20px;
	margin: 0;
	border: 0;
	font-size: 76%;
	font-family: Arial, Helvetica, sans-serif;
	background-color:black;
	/*background: url(../images/halloween-skyscraper.jpg) no-repeat; */
	background-position:center;
	background-attachment: fixed;
	background-position: center top;
	background-repeat:no-repeat;

}

H1	{
	color: #1C2777;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
}

H2, caption	{
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.4em;
	font-weight: bold;
}

H3	{ 
	font: bold 1.2em Arial, Helvetica, sans-serif; 
	color: #FFF; 
	margin: 20px 20px 10px 20px;
}

H4	{ 
	font: bold 0.9em Arial, Helvetica, sans-serif; 
	color: #FFF; 
}

H5	{ 
	font: Arial, Helvetica, sans-serif;
	font-size:0.9em;
	color: #FFF; 
}
p1
{
font: Arial, Helvetica, sans-serif;
font-size:0.9em;
	color: #FFF; 
}
p {
	line-height: 1.4em;
	color: #000033;
}

a {
	text-decoration: none;
	color:#FFF;
}

a:hover {
	text-decoration: underline;
	color: #1C2777;
}

img {
	border:none;
}


input, textarea, select {
	width: 140px;
	font-size: 0.9em;
}

textarea {
	width: 200px;
	font-size: 1em;
	font-family:Arial, Helvetica, sans-serif;
}

.submit {
	margin-left: 140px;
}



/*************TABLE*****************/

table.eventtable{
border:0px;
background-color:black;
   width:311px;
 height: 240px;
}

table.eventtable td.eventtabletd
{
     
	 width:80px;
      height: 90px;
	  padding-left:
        white-space: nowrap;
	
	padding-left:10px;
}

table.eventtable td
{

text-align:left;
padding-left:5px;
	 width:186px;
      height: 90px;
	  padding-left:
     }
	 
table.eventtable a {
	color: #FFFFFF;
	text-decoration: underline;
}

table.eventtable a:hover {
	color: #CC6600;
}		 
	 
/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#wrap {
	width: 765px;
	max-width: 765px;
	position: absolute;
	left: 50%;
	margin-left: -385px;
	background-color: #FFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
		padding-left:1px;
	padding-right:1px;
		
	top: 5px;
}
/*#wrap {
	width: 770px;
	max-width: 770px;
	position: absolute;
	left: 50%;
	margin-left: -385px;
	background-color: #FFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/wrapper_background.gif);
	background-repeat: repeat-y;
	padding-right: 3px;
	padding-left: 3px;
	top:10px;
}*/

/*****  header  *****/

#header {
clear:both;
	height: 116px;
	width: 765px;
	margin-bottom: 3px;

}

#header p {
	color:black;
}

.moreLinkheader {
	right: 306px;
	position: absolute;
	top: 2px;
	width: 205px;
	color: black;
	height: 21px;
}

.moreLinkheader1{
	right: 5px;
	position: absolute;
	top: -1px;
	width: 353px;
	color:black;
	height: 20px;
	font-weight:bold;
	font-size:11px;;
	padding-top:5px;
}
.moreLinkheader1 a, .moreLinkheader1 p  {
color:#231F20;
size:0.5em;
}
#sub{
background-color:white;
border-left:300px;
border-bottom:0px;
padding-bottom:0px;
height:8px;
}

/*****  main content  *****/


#content  {
	clear: both;
	width: 765px;
}
#photo_content {
	clear: both;
	width: 765px;
	height: 596px;
	/*background-image: url(../images/background_full.jpg);*/
	background-repeat: no-repeat;
}

#photo_library {
	width: 471px;
	height: 612px;
	float: left;
/*	background-image: url(../images/background_photo_library.jpg);*/
    background-color:black;
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	color:#FFFFFF;
}
/*.................
#content_left {
	clear: both;
	float: left;
	width: 253px;
	height: 380px;
	background-color:black;
	/*background-image: url(../images/left_background.jpg);*/
	background-repeat: no-repeat;
	padding-top: 20px;
}

#content_middle {
	float: left;
	width: 293px;
	height: 380px;
	background-color:black;
	/*background-image: url(../images/middle_background.jpg);*/
	background-repeat: no-repeat;
	padding-top: 20px;
padding-right: 0px;
	padding-left: 20px;
	color:#FFFFFF;
}

* html #content_middle { /*IE only. */
	padding-top:20px;
	padding-right: 0px;
	padding-left: 20px;
	margin: 0px;
}


#content_right {
	background-color:black;
	/*background-image: url(../images/right_background.jpg);*/
	background-repeat: no-repeat;
	float: right;
	width: 178px;
	height: 380px;
	padding-top: 20px;
}
/*****************/
#content_copyleft {
	clear: both;
	float: left;
		width: 253px;
	height: 612px;
	background-color:black;
/*background-image: url(../images/left_copybackground.jpg);*/
	background-repeat: no-repeat;
	padding-top: 20px;
}
#content_copyleft img, #content_right img, #content_copyright img {
	text-align: center;
	float: left;
	margin-left: 20px;
	margin-bottom: 20px;
}

#content_copymiddle {
	float: left;
	width: 294px;
	height: 612px;
	background-color:black;
	/*background-image: url(../images/middle_copybackground.jpg);*/
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	color:#FFFFFF;
}

* html #content_copymiddle { /*IE only. */
	padding-top: 20px;
	padding-right: 3px;
	padding-left: 18px;
	margin: 0px;
}

#content_copyright {
	background-color:black;
	/*background-image: url(../images/right_copybackground.jpg);*/
	background-repeat: no-repeat;
	float: right;
	width: 178px;
	height: 612px;
	padding-top: 20px;
}

/*****  footer  *****/

#footer {
	clear: both;
	width: 764px;
	height: 60px;
	background-color: white;
	color: white;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	background-image: url(../images/footerquote.gif);
	background-repeat: no-repeat;
	
}

.footerfloating{
	position: absolute;
	width: 59px;
	color:black;
	height: 56px;
	left: 666px;
	top: 495px;
		}
.footerfloating1{
	position: absolute;
	width: 59px;
	color:black;
	height: 56px;
	left: 658px;
	top: 727px;
		}

.footerfloating2{
	position: absolute;
	width: 59px;
	color:black;
	height: 56px;
	left: 667px;
	top: 756px;
		}
.footerfloatingquote{
	position: absolute;
	width: 254px;
	color:black;
	height: 55px;
	left: 435px;
	top: 577px;
		}

/***********************************************/
/* header styles                               */
/***********************************************/


/***********************************************/
/* nav styles                               */
/***********************************************/

.nav {
	font-family: arial, sans-serif; 
	width: 765px;
	height: 30px; 
	position: relative; 
	font-size: 0.9em;
	z-index: 100;
	background-repeat: repeat-x;
	font-weight: bold;
	background-color:yellow;
	color:black;

	background-repeat: repeat-x;
}

.nav ul li a, .nav ul li a:visited {
          display: block; 
    text-decoration: none;
	margin-left: 0px;
    width: 153px;
    height: 20px;
    color: #000066;
    line-height: 1em;
    font-size: 1em;
    padding-top: 10px;
	overflow: hidden;
  	background-repeat: repeat-x;        
	text-align: center;
			
			
}
/*************************FOR IE**************/


*html .nav ul li a:hover {
/*background-image:url(../images/nav_backhover.gif);*/
color:black;
background-color:white;
text-decoration: none;
}



*html .subnavtab ul li:hover a, .subnavtab ul li#current {
            color:black;
			background-color:white;
}

/**********End IE*********************/
/* specific to non IE browsers */
.nav ul li a:hover {
	color:black;
	background-color:white;
	/*background: url(../images/nav_back.gif);*/
	text-decoration: none;
}

.nav ul {
	padding: 0; 
	margin: 0; 
	list-style: none;
}

.nav ul li {
	float: left;
	position: relative;
	margin-right: 0px;
}

.nav ul li ul {
	display: none;
}


.nav ul li.activenav
{

	display:block; 
	text-decoration:none; 
	width: 150px;
	height: 20px;
	color:white;
	line-height: 1em;
	font-size: 1em;
	padding-top: 10px;
	overflow:hidden;
	border-right:2px;
	background-color:white;
	color:black;
	/*background-image:url(../images/nav_backhover.gif);*/
	background-repeat: repeat-x;
	padding-left:2px;
	text-align:center;
}




/*******************************************/
/**Sub Nav***/

.subnavtab{
width: 765px;
overflow: hidden;
height: 25px;
background-color:yellow;
border-bottom: 2px solid white;
background-repeat: repeat-x;
 /*bottom horizontal line that runs beneath tabs*/

}

.subnavtab ul{
margin: 0;
padding: 0;
padding-left: 0px; /*offset of tabs relative to browser left edge*/
font: bold 0.9em arial;
list-style-type: none;

}

.subnavtab li{
display: inline;
margin: 0;
}




.subnavtab ul li a, .subnavtab ul li a:visited{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 3px 5px; /*padding inside each tab*/
border-spacing:5px;
padding-top:7px;
background-color:yellow;
color:black;
background-repeat: repeat-x;
}

.subnavtab li.active{
padding: 3px 5px;
float: left;
font-weight:bolder;
padding-top:7px;
display: block;
height:25px;
overflow:hidden;
color:black;

background-color:white;
background-repeat: repeat-x;

	
}
.subnavtab li.activediv{
padding: 3px 5px;
float: left;
font-weight:bolder;
padding-top:7px;
display: block;
height:25px;
overflow:hidden;
color:black;
background-color:yellow;
background-repeat: repeat-x;
	
}

.subnavtab ul li a:hover {
	color:black;
	background-color:white;
		
	text-decoration: none;
}

/***********************************************/
/* content styles                              */
/***********************************************/



/* other content */

#content_left img, #content_right img, #content_copyright img {
	text-align: center;
	float: left;
	margin-left: 20px;
	margin-bottom: 20px;
}

#content_right img, #content_copyright img {
	margin-bottom: 12px;
}

#photo_library img {
	margin-right: 5px;
}

#content_middle h4, #content_copymiddle h4, #photo_library h4 {
	font-size: 1.5em;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FF6600;
	background-repeat: no-repeat;
	 width: 293px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 5px;
	font-weight: normal;
}

#content_middle p, #content_copymiddle p, #photo_library p {
	text-align: justify;
	margin-bottom: 7px;
	color:white;
}

#content_middle ul, #content_copymiddle ul {
	list-style-position: outside;
	list-style-image: url(../images/bullet_content.gif);
	list-style-type: none;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
}

#content_middle li, #content_copymiddle li {
	margin-bottom: 5px;
}

#content_middle li a, #content_copymiddle li a {
	text-decoration: underline;	
}

#content_middle p a, #content_copymiddle p a, #photo_library p a {
	color:#FFF;
	text-decoration: underline;
}
#content_middle p a:hover, #content_copymiddle p a:hover, #photo_library p a:hover {
	color:#CC6600;
}

.moreLink {
	right: 240px;
	position: absolute;
	top: 712px;
	width: 267px;
}
.moreLink1 {
	right: 133px;
	position: absolute;
	top: 606px;
	width: 267px;
}

#map {
	width: 310px;
	height: 300px;
}

.eventHeader {
	width: 311px;
	height: 35px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}

.eventHeader p {
	padding-top: 5px;
	padding-left: 5px;
	font-size: 1.2em;
	font-weight: bold;
	color: #CCCCCC;
}
/***********************************************/
/* footer styles                               */
/***********************************************/

#footer a {
	color:#000;
	padding-right: 3px;
	padding-left: 3px;
	font-size: 0.9em;
}

.footer_logos {
	float:left;
	width: 200px;
	text-align: left;
	margin: 0px;
	padding-top:20px;
}

.footer_logos ul {
	list-style:none;
	margin: 0px;
}
.footer_logos ul li {
	display: inline;
	margin: 0px;
}

.footer_links {
	text-align: right;
	float: right;
	width: 360px;
	margin-right:10px;
	padding-top: 20px;	
	
}


/***** Christmas 2008 styles *****/

#crimbo08Header {
	width: 765px;
	height: 119px;
	background-image: url(../images/christmas08_header.gif);
	background-repeat: no-repeat;
}

#crimbo08Header h2 {
	font-size: 4em;
	font-weight: normal;
	color: #FFFFFF;
	margin-left: 30px;
	line-height: 1.2em;
}

#crimbo08Header p {
	font-size: 2em;
	font-weight: normal;
	color: #FFFFFF;	
	margin-left: 150px;
}

#sant08Left {
	width: 380px;
	height: 470px;
	float: left;
	background-image: url(../images/santa08_left.jpg);
	background-repeat: no-repeat;
}

#crimboRight {
	width: 385px;
	height: 470px;
	float: left;
	background-image: url(../images/crimbo_right.gif);
	background-repeat: no-repeat;
}

#crimboRight p {
	margin-left: 35px;
	margin-right: 20px;
	color: #FFFFFF;	
}
