#Fallblowout {
	color: #00F;
	font-family: "Trajan Pro";
}
a:link, a:visited, a:active
{
	color: #006;
	font-weight: bolder;
	font-style: italic;
	font-family: Garamond;
	font-size: 14px;
}

body
{
	background: #C7BD95;
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-family:  Garamond, Times, serif;
	border-collapse: collapse;
	font-size: 12pt;
	text-align: center;
}

h1
{
font-size: 18pt;
}

img
{
border: 0px;
}

img.left
{
float: left;
margin-right: 15px;
margin-bottom: 5px;
margin-top: 5px;
}

img.right
{
float: right;
margin-left: 15px;
margin-bottom: 5px;
margin-top: 5px;
}

img.topleft
{
float: left;
margin-right: 15px;
margin-bottom: 5px;
}

img.topright
{
float: right;
margin-left: 15px;
margin-bottom: 5px;
}

table
{
	border-collapse: collapse;
	font-size: 12pt;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

table.bcollapse
{
border-collapse: collapse;
}

table.index
{
width: 658px;
}

table.logos
{
margin-bottom: 10px;
}

table.logos td
{
padding: 10px;
vertical-align: middle;
text-align: center;
border: 1px solid #737144;
}

table.main
{
width: 800px;
background: #FFFFFF;
border-left: 2px solid #5A3D1B;
border-right: 2px solid #5A3D1B;
border-bottom: 2px solid #5A3D1B;
}

table.sprinkler td
{
padding-top: 10px;
}

table.xmas td
{
padding: 10px;
}

table.xmas tr
{
border: 1px solid #5A3D1B;
}


td
{
	border-collapse: collapse;
	padding: 0px;
	margin: 0px;
	vertical-align: top;
	color: #A00;
}

td.content
{
vertical-align: top;
padding: 15px;
}

td.content img
{
}

td.content td
{
vertical-align: top;
}

td.copyright
{
text-align: center;
}

td.hour
{
width: 309px;
padding-left: 10px;
padding-right: 10px;
padding-bottom: 25px;
text-align: center;
background: #FFFFFF;
border: 1px solid #C8BD95;
}

td.hour2
{
width: 618px;
padding-left: 10px;
padding-right: 10px;
padding-bottom: 25px;
text-align: center;
background: #FFFFFF;
border: 1px solid #C8BD95;
}

td.image
{
padding-left: 2px;
padding-right: 2px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background: #FFFFFF;
}


td.navigation
{
vertical-align: top;
width: 142px;
background: #737144;
text-align: center;
border-right: 1px solid #CCCC66;
}

td.navigation td
{
height: 36px;
vertical-align: top;
}

td.pcnlogo
{
width: 800px;
text-align: center;
height: 110px;
}

td.text
{
}

td#title
{
text-align: center;
vertical-align: middle;
border-bottom: 1px solid #5A3D1B;
}

td.xmastree
{
width: 329px;
text-align: center;
}

td.logo
{

}

/*DROP DOWN MENUS */

ul 
{
margin: 0;
padding: 0;
list-style: none;
width: 142px; /* Width of Menu Items */
position: relative;

font-size: 11pt; 
}
	
ul li 
{
position: relative;
}
	
li ul 
{
position: absolute;
left: 141px; /* Set 1px less than menu width */
top: 0px;
display: none;
}

ul li ul
{
text-align: center;
background: #fff;
border: 1px solid #C5BA7E;
}

ul li ul li
{
padding: 1px;
line-height: 22px;
border: 1px solid #5A3D1B;
}

/* Styles for Menu Items */
ul li a 
{
display: block;
text-decoration: none;
background: #FFF;
color: #5A3D1B;
font-size: 11pt;
font-weight: bold;
}
	
/* Holly Hack. IE Requirement \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

li:hover ul, li.over ul { display: block; } /* The magic */
