* { 
	margin: 0;
	padding: 0; 
}

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

body {
	padding: 20px;
	margin: 0;
	border: 0;
	font-size: 76%;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/background_january2009.jpg);	
	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: 1.5em;
	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; 
}

p {
	line-height: 1.4em;
	color: #000033;
}

p1
{
font: Arial, Helvetica, sans-serif;
font-size:1.2em;
	color: #FFF; 
}

* html p1
{
font: Arial, Helvetica, sans-serif;
font-size:1.2em;
	color: #FFF; 
}

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

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

img {
	border:none;
}

img.enlarge { 
width:430px; 

} 


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

table.eventtable{
border:0px;
background-color:#1D3686;
   width:430px;
 height: 280px;
}

table.eventtable td.eventtabletd
{
     
	 width:150px;
      height: 140px;
	  padding-left:
        white-space: nowrap;
	
	padding-left:20px;
}

table.eventtable td
{

text-align:left;
padding-left:10px;
	 width:280px;
      height: 140px;
	  padding-left:
     }
	 
table.eventtable a {
	color: #FFFFFF;
	text-decoration: underline;
}

table.eventtable a:hover {
	color: #CC6600;
}	 
	 

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#wrap {
	width: 1065px;
	max-width: 1065px;
	position: absolute;
	left: 50%;
	margin-left: -535px;
	background-color: #FFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
/*	background-image: url(../images/wrapper_backgroundbig.gif);*/
	background-repeat: repeat-y;
	/*padding-right: 2px;*/
	padding-left: 2px;
	top: 5px;
}

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

#header {
clear:both;
	height: 116px;
	width: 1064px;
	margin-bottom: 3px;
	
}
#header p {
color:black;
}
.moreLinkheader {
	right: 387px;
	position: absolute;
	top: 2px;
	width: 190px;
	color:black;
	height: 21px;
	
}
.moreLinkheader1{
	right: 10px;
	position: absolute;
	top: -1px;
	width: 353px;
	color:black;
	height: 20px;
	font-weight:bold;
	font-size:12px;
	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: 1064px;
}

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

#photo_library {
	width: 663px;
	height: 712px;
	float: left;
	background-image: url(../images/background_photo_biglibrary.jpg);
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	color:#FFFFFF;
}

#content_left {
	clear: both;
	float: left;
	width: 360px;
	height: 480px;
	background-image: url(../images/left_cont_background.jpg);
	background-repeat: no-repeat;
	padding-top: 20px;
	
}
#content_left p {
padding-left:40px;}

#content_middle {
	float: left;
	width: 470px;
	height: 480px;
	background-image: url(../images/middle_cont_background.jpg);
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	color:#FFFFFF;
}

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


#content_right {
	background-image: url(../images/right_cont_background.jpg);
	background-repeat: no-repeat;
	float: right;
	width: 194px;
	height: 480px;
	padding-top: 20px;
}

#content_copyleft {
	clear: both;
	float: left;
	width: 360px;
	height:712px;
	background-image: url(../images/left_bigbackground.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: 470px;
	height: 712px;
	background-image: url(../images/middle_bigbackground.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: 10px;
	padding-left: 20px;
	margin: 0px;
}

/* IE only*********************/




*html .nav ul li a:hover {
background-image:url(../images/nav_backhover.gif);

color:white;



	text-decoration: none;
}



*html .subnavtab ul li:hover a, .subnavtab ul li#current {
            color:#CC0000;
}


* html #content_left {
	clear: both;
	float: left;
	width: 360px;
	height: 480px;
	background-image: url(../images/left_cont_background.jpg);
	background-repeat: no-repeat;
	padding-top: 20px;
	
}
* html #content_left p {
padding-left:40px;}

* html #content_middle {
	float: left;
	width: 470px;
	height: 480px;
	background-image: url(../images/middle_cont_background.jpg);
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	color:#FFFFFF;
}

* html #content_right {
	background-image: url(../images/right_cont_background.jpg);
	background-repeat: no-repeat;
	float: right;
	width: 194px;
	height: 480px;
	padding-top: 20px;
}


* html #content_copyleft {
	clear: both;
	float: left;
	width: 360px;
	height:712px;
	background-image: url(../images/left_bigbackground.jpg);
		
	background-repeat: no-repeat;
	padding-top: 20px;
}

* html #content_copymiddle {
	float: left;
	width: 470px;
	height: 712px;
	background-image: url(../images/middle_bigbackground.jpg);
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	color:#FFFFFF;
}

* html #content_copyright {
	background-image: url(../images/right_bigbackground.jpg);
		
	background-repeat: no-repeat;
	float: right;
	width: 194px;
	height: 712px;
	padding-top: 20px;
}

/****End of IE ************/



#content_copyright {
	background-image: url(../images/right_bigbackground.jpg);
	background-repeat: no-repeat;
	float: right;
	width: 194px;
	height: 712px;
	padding-top: 20px;
}

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

#footer {
	clear: both;
	width: 1064px;
	height: 60px;
	background-color: #DCF1FC;
	color: #0099FF;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	background-image: url(../images/footerquote.gif);
	background-repeat: no-repeat;
	background-position: right;	
}
.footerfloating{
	position: absolute;
	width: 59px;
	color:black;
	height: 1px;
	left: 949px;
	top: 598px;
		}
.footerfloating1{
	position: absolute;
	width: 59px;
	color:black;
	height: 56px;
	left: 956px;
	top: 839px;
		}
		.footerfloating2{
	position: absolute;
	width: 59px;
	color:black;
	height: 56px;
	left: 946px;
	top: 867px;
		}
		.flower{
	position:absolute;
	width: 82px;
	text-align: githt;
	margin: 0px;
	padding-top:1px;
	padding-bottom:1px;
	top: 869px;
	height: -80px;
	left: 945px;
	
	
}
		
		.footerfloatingquote{
	position: absolute;
	width: 254px;
	color:black;
	height: 55px;
	left: 435px;
	top: 577px;
		}


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

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

	background-image:url(../images/nav_backbig.gif);
	background-repeat: repeat-x;
}

* html .nav ul li a, .nav ul li a:visited {
            display:block; 
            text-decoration:none;
			margin-left:0px;
            width: 211px;
            height: 30px;
            color: #000066;
         /*   line-height: 1em;*/
            font-size: 1em;
            padding-top: 10px;
			overflow:hidden;
            background-image: url(../images/nav_upbig.gif);
		    background-repeat: repeat-x;        
			text-align:center;
			
			
}

.nav ul li a, .nav ul li a:visited {
            display:block; 
            text-decoration:none;
			margin-left:0px;
            width: 211px;
            height: 30px;
            color: #000066;
           /* line-height: 1em;*/
            font-size: 1em;
            padding-top: 10px;
			overflow:hidden;
            background-image: url(../images/nav_upbig.gif);
		    background-repeat: repeat-x;        
			text-align:center;
			
			
}

/* specific to non IE browsers */
.nav ul li a:hover {
	color:#FFF;
	width:211px;
	
	background: url(../images/nav_backhover.gif);
	text-decoration: none;
}

.nav ul {
	padding:0; 
	margin:0; 
	list-style: none;
}
.nav ul li {
	float: left;
	position: relative;
	margin-right: 2px;
}
.nav ul li ul {
	display: none;
}

/* specific to non IE browsers */

.nav ul li.activenav
{

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



/*******************************************/
/**Sub Nav***/
.subnavtab{

float:left;
position:relative; 
z-index: 100;
width: 1064px;
overflow: hidden;
height: 30px;
background-color:#001560;
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 1.2em arial;
list-style-type: none;

}

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

.subnavtab ul li{
	float: left;
	position: relative;
	margin-right: 2px;
	}


.subnavtab ul li a, .subnavtab ul li a:visited{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 3px 5px;
border-spacing:5px;
padding-top:10px;
height: 30px;
background-color:#001560;

background-repeat: repeat-x;
}

.subnavtab li.active{
padding: 3px 5px;
float: left;
padding-top:10px;
font-weight:bolder;
padding-top:10px;
display: block;
height:30px;
overflow:hidden;
color:#F03D05;
background-color:#001560;
background-repeat: repeat-x;

	
}
.subnavtab li.activediv{
padding: 3px 5px;
float: left;
font-weight:bolder;
padding-top:10px;
display: block;
height:30px;
overflow:hidden;
color:#519BC0;
background-color:#001560;
background-repeat: repeat-x;
	
}

.subnavtab ul li a:hover {
	color:#F03D05;
		
	text-decoration: none;
}
/***********************************************/
/* content styles                              */
/***********************************************/

/*****  left nav  *****/

.leftNav {
	width: 353px;
}

.leftNav ul {
	list-style-type: none;
	text-align: left;
	margin-left: 20px;
}

.leftNav li {
	line-height: 2em;
	height: 25px;
}

.leftNav ul li a {
	font-size: 0.9em;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	vertical-align: top;
	background: transparent url(../images/trans.gif) left center no-repeat;
	padding-left: 25px;
	text-align: left;
}

.leftNav ul li a:hover {
	color: #0099FF;
	background: transparent url(../images/bullet_leftnav.gif) left center no-repeat;
	text-transform: uppercase;
	font-size: 1em;
}

.leftNav ul li#current {
	color:#FFF;
	background: transparent url(../images/bullet_leftnav.gif) left center no-repeat;
	padding-left: 25px;
	text-transform: uppercase;
	font-weight:bold;
	font-size: 1em;
}

.leftNav ul li#sub {
	color:#009933;
	padding-left: 20px;
	font-weight: normal;
	font-size: 0.9em;
}

.leftNav ul li#sub_current {
	color:#FFF;
	padding-left: 45px;
	text-transform: uppercase;
	font-weight:bold;
	font-size: 0.9em;
	background-color: transparent;
	background-image: url(../images/bullet_leftnav_sub.gif);
	background-repeat: no-repeat;
	background-position: 25px 6px;
	line-height: 1.2px;
}

/* 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: 2em;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FF6600;
	background-repeat: no-repeat;
	width: 430px;
	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;
	font-size: 1.3em;
}

#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;
	font-size:1em;
	
}
#content_copymiddle ul{
font-size:16px;
}

#content_middle li {
	margin-bottom: 5px;
	
}
#content_copymiddle li {
	margin-bottom: 5px;
	font-size:1em;
}

#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: 420px;
	position: absolute;
	top: 710px;
	width: 267px;
}

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

.eventHeader {
	width: 430px;
	height: 35px;
	background-image:url(../images/a_great_day1.gif);
	background-repeat: no-repeat;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #1F358A;
}

.eventHeader p {
	padding-top: 5px;
	padding-left: 15px;
	font-size: 1.3em;
	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;	
	
}

.footer_quotes {
	float:right;
	width: 350px;
	text-align: githt;
	margin: 0px;
	padding-top:0px;
}

/***** 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;	
}
