body	 
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	text-align: left;
	background-color: #343A53;
	}

.snow{background: url(../img/snowflakes2.jpg);}
	
a img {border: 0px;}

a:active {color: #600;}
a:link {color: #600;}
a:visited {color: #600;}
a:hover {color: #900; }

.accessaid, h1 
	{
	display: none;
	}		
h2,h3,h4,h5,h6 
	{
	font-size:100%;
	font-weight:normal;
	padding: 0px;
	margin: 0px;
	}
h2 /* page title*/
	{
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #252733;
	margin-left: 40px;
	margin-bottom: 25px;
	letter-spacing: 2px;
	}

h3/* subtitle*/	
	{
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 1px;
	color: #600;
	margin: 50px 0px 20px 20px;
	padding: 2px 0px 2px 10px;
	background-color: #FFC;
	width: 400px; 
	text-transform: uppercase;
	
	}
	
h4 /* tag line front page*/
	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	text-align: center;
	color:#4f3f30;
	padding: 20px 0px 10px 0px ;
	}
h4.red
{color: #900;}

h5 	/* category names*/	
	{
	font-size: 14px;
	font-weight: bold;
	color: black;
	margin-top: 30px;
	margin-bottom: 7px;
	}
h6
{
	font-size: 11px;
	font-weight: bold;
	padding-top: 10px;
}
h6.subtitle {border-bottom: solid grey 1px; padding-top: 20px;}
ul
	{
	padding: 0px; 
	margin: 0px;
	}	

.nodeRoot 
{
bottom: 0px;
left:50%;
position:fixed;
right:50%;
top: 0px;

  /* HACK FOR EXPLORER 6, BECAUSE IT DOESNT UNDERSTAND THE GLOBAL STANDARD 'POSITION:FIXED' */
position: expression( "absolute" );
left: expression( 430 + "px");
  top: expression( ( 10 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}
.node 
{
height:0px;
position:relative;
width:0px;
}

/* Main Structure, wrap the whole layout in a div to keep it narrow and centered */


#wrapper 
	{
	position: relative;
	width: 900px; 
	margin-top: 0px; 
	margin-right: auto;
	margin-left: auto;
	background: #fdf089 url(../img/bkg_flower.jpg) no-repeat bottom right;
	border:1px solid #C60;
	padding: 0px;
	}
#wrapperChristmas
	{
	position: relative;
	width: 900px; 
	margin-top: 0px; 
	margin-right: auto;
	margin-left: auto;
	background: white url(../img/bkg_winter.jpg) no-repeat bottom right;
	border:2px dotted grey;
	padding: 0px;
	}
		
.standout
	{
	text-align: center; 
	font-style: italic;
	}		

/* top navigation */			
.nav_container
	{		
	width: 900px;
	height: 30px;
	margin: 0px 0px 0px 0px;
	padding: 15px 0px 0px 0px;
	background-image: url(../img/bkg_top.jpg); 
	background-repeat: no-repeat;	
	}
.nav_container.pages 
	{background-image: url(../img/bkg_top2.jpg); }
.nav_container.christmas 
	{background-image: none; }
.navigation 
	{
	font-size: 11px;
	font-weight: bold;
	width: 900px;
	list-style-type: none;
	text-align: center;	
	}
.navigation li
	{display: inline;}

.navigation a:link, .navigation a:active, .navigation a:visited
	{color: #4f3f30;text-decoration: none;}

.navigation a:hover
	{color: black;text-decoration: underline}
	
.nav_container2	
	{
	width: 220px;
	position: absolute;
	top: 300px;
	left: 240px;
	}
.navigation2
	{
	font-size: 11px;
	font-weight: bold;
	list-style-type: none;
	line-height: 16px;
	}


.navigation2 a:link, .navigation2 a:visited, .navigation2 a:active
	{color: #043;text-decoration: none;}

.navigation2 a:hover
	{color: #066;text-decoration: underline}
.indent1
{
	margin-left: 10px;
}
.indent2
{
	margin-left: 100px;
}
	
.search_container
	{
	padding: 7px 2px;
	margin-top: 20px;
	}
	
.search_container2
	{
	position: absolute;
	top: 290px;
	left: 730px;
	text-align: center;
	}
	
	
/*  end  top nav */

.logo
	{
	position: absolute;
	top: 110px;
	left: 90px;
	z-index: 5;
	}
.logo.inside
	{
	top: 53px;
	left: 50px;
	}
.content
	{  
	margin: 20px 50px 20px 50px;
	width: 800px;		

	}
.content li
	{
	padding: 1px 0px 7px 0px;
	list-style-type: none; 		
	margin: 0px 30px;
	}
.content li.bulleted
	{
	list-style-type: square; 
	list-style-position: outside;
	}
.main_block
	{
	width: 630px;
	margin-left: 75px;
	}
.search_results
	{
	width: 600px;
	background: white;
	padding: 0px 25px;
	text-align: center;
	}
.signature 
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: oblique;
	font-weight: bold;
	color: #003366;
	}
.footer
	{
	margin:  0px 0px 0px 0px;
	padding: 20px 0px 10px 0px;
	width: 900;
	text-align: center;
	clear: both;
	color:#4f3f30;
	}	
.footer p{padding: 1px; margin: 0px;}
.footer div.browndots{margin-bottom: 10px;}	
.centered
    {
    text-align:center;
    margin-top:0px;
    margin-bottom:10px;
    padding:0px;
    }
.bottom20
	{
	margin-bottom: 25px;
	}
.copy 	
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333366;
	text-align: left;
	}
.floatright 
	{
	text-align: center
	}		
div.floatright img /* for use in wr template for lodging to line up with title */
	{
	float: right;	
	margin-top: -20px;
	}
.floatright2
{
	float: right;	
	padding: 20px;
	clear:both;
}
.floatleft
	{
	float: left;
	padding: 20px;
    clear:both;
	}
.notoppadding{ padding: 0px 20px 20px 20px;}
.nopadding {padding: 0px 0px 20px 20px; }
.browndots
	{
	width: 900px;
	background-image: url(../img/browndot.gif); 
	background-repeat: repeat-x;
	height: 5px;
	}
	
.item
{
	margin: 10px 10px 10px 50px;
	width: 450px;
	border-width: 0px 0px 1px 0px;
	border-color: grey;
	border-style: solid;
	padding-bottom: 15px;

}

.item a:link, .item a:visited, .item a:active
	{color: #066;text-decoration: none;}

.item a:hover
	{color: #066;text-decoration: underline}

.captionlink
{
	font-size: 10px;
	float: right;
	clear: right;
	padding: 2px 0px 20px 0px;
	text-transform: uppercase;	
}	
	table {
		border-collapse: collapse;
		width: 100%;
	}
	
	td, th {
		border: 1px solid #999;
		padding: 0.1em 1em;
	}
	
	.alternative {
		background-color: #ddf;
	}
.christmaslinks
{
	text-align:center;
	
		text-transform: uppercase;	
	font-size: 12px;
	border-bottom: solid 1px grey;
	margin: 35px 0px 20px 0px;
}

.christmaslinks a:link {color: #063; text-decoration: none}
.christmaslinks	a:active {color: #063; text-decoration: none}
.christmaslinks a:visited {color: #063; text-decoration: none}
.christmaslinks	a:hover {color: red; text-decoration: none}


.indent
{
	margin: 0px 50px 0px 50px;
}

.subtitle

{
	padding-top: 10px;
	border-bottom: 1px grey solid:

}

div .centertable
{
	width: 450px;
	margin-left: 100px;

}

table
{ width: 580px;

border: 1px #366 solid;
border-collapse: collapse;
border-spacing: 0px;
margin-bottom: 20px;
}

table.calendar
{
	width: 800px;
	margin: auto;
	
}
table.calendar td{font-size: 10px;}
td
{ 
border: 1px #366 solid;
font-family: Verdana;
font-size: 12px;
color: black; }

td.alignright 
{text-align: right;}

.infobox 
{
	width: 300px;
	text-align: right;
	background-color: gold;
	
}

.introtext
{
	margin: 30px 10px 10px 50px;
	width: 450px;
	padding-bottom: 15px;}

.simplelink
{
	text-align: center;
	font-size: 14px;
}

.simplelink a:active {color: #600;}
.simplelink a:link {color: #600;}
.simplelink a:visited {color: #600;}
.simplelink a:hover {color: #900; }

/* ............. not used yet...............*/	

/* .navigation ul.secondary
		{
		margin-left: -24px;
		margin-top: -5px;
		font-size: 11px;
		color: #F6F;
		line-height: 10px;
		list-style-type: square; 
		list-style-position: outside;
		width: 150px;
		} 
		
.secondary a:active {color:#F3C; text-decoration: none}
.secondary a:link {color:#F3C; text-decoration: none}
.secondary a:hover {color: #CF3; text-decoration: underline}
.secondary a:visited {color:#F3C; text-decoration: none}


 #navigation .primary, #navigation .secondary 	
		{border: 5px solid #fff; 
	
		line-height: 1.3; 
		padding-bottom: 5px; }


.primary 
		{background: #369; 
		font-weight: bold; 
		margin-bottom: 30px; } 
		
		
.primary p 
		{padding-right: 5px; }
*/

