body {
	background-image: url(images/bkgd_tophat.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

/* FOOTER STYLES
-------------------------------------- */

table#footer {
	margin-top: 40px;
	border-top: 1px solid #E6E6E6;
	}
table#footer td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	line-height: 14px;
	padding: 5px 10px 10px 10px;
	}
table#footer a:link { color: #B63636; text-decoration: underline; }
table#footer a:visited { text-decoration: underline; color: #981A1A; }
table#footer a:hover { text-decoration: none; color: #B63636; }
table#footer a:active { text-decoration: underline; color: #B63636; }

/* TOPBAR STYLES 
-------------------------------------- */

table#topbar {
	margin-top: 30px;
	border-bottom: 2px solid #E6E6E6;
	}
table#utilitybar {
	margin-bottom: 15px;
	}
td#utility_tagline{
	}
#phone-number {
font-family: Arial, Helvetica, sans-serif;
font-weight:bold;
color: #777;
font-size:14px;
letter-spacing:1px;
padding-right: 15px;
}

	

/* Navbar
--------------------------------------------*/
table#navbar {
	background-color: transparent;
	}
table#navbar td {
	font-family: Trebuchet, 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 25px;
	vertical-align: bottom;
	text-align: center;
	border-left: 1px solid #E6E6E6;
	text-transform: uppercase;
	letter-spacing: 1px;
	/*line-height:25px;*/
	}
table#navbar td a {
	text-decoration:none;
	display:block;
	margin:0 1px 0 1px;
	padding:0;
	/*line-height:25px;*/
	cursor:pointer;
	vertical-align:bottom;
	}
table#navbar td a:link, table#navbar td a:visited {
	color:#B63636;
	/*height:25px;
	line-height:25px;*/
	vertical-align:bottom;
	padding: 0 5px 0 5px;
	}
table#navbar td a:hover {
	color:#333333;
	/*height:25px;
	line-height:25px;*/
	vertical-align:bottom;
		padding: 0 5px 0 5px;
	}
table#navbar a.dropbutton {
	display:block;
	cursor:pointer;
	/*height:25px;
	line-height:25px;*/
	vertical-align:bottom;
	}




/* DropMenu Instances 
	Each Instance of a DropMenu DIV should have a unique
	ID that specifies the menu's location on the page
--------------------------------------------*/
#CategoryOne {
	margin:0 0 0 1px; /* Adjusts left margin for placement of the DropMenu */
	}
#CategoryTwo {
	margin:0 0 0 96px;
	}
#CategoryThree {
	margin:0 0 0 283px;
	}
#CategoryFour {
	margin:0 0 0 445px;
	}
#CategoryFive {
	margin:0 0 0 435px;
	}
#CategoryFive2col { 
	margin:0 0 0 240px;
	}	

/* DropMenu Widths
---------------------------------------------*/	
div.dropmenu, .dropmenu table, .dropmenu td, .dropmenu2col td, .dropmenu td a, .dropmenu2col td a {
	width:150px; /* Sets the width of single column and each column of 2column Menus */
}
div.dropmenu2col, .dropmenu2col table, {
	width:300px; /* Sets overall width of 2 column table - should be double the number above */
}

div.dropmenu {
/* All of these were originally in each DropMenu ID */
	visibility:hidden;
	position:absolute;
/*	height:60px;*/
/*	width:170px;*/
	cursor:pointer;
	padding:0px;
}
div.dropmenu2col {
/* This was originally in the 2column DropMenu ID */
	visibility:hidden;
	position:absolute;
/*	width:340px; */
/*	height:220px; */
	cursor:pointer;
}	

	
/* DropMenu Classes
	Each DropMenu DIV should be given a class 
	of either "dropmenu" or "dropmenu2col"
--------------------------------------------*/
.dropmenu table {
	border:1px solid #333333;
	border-top: 1px solid #AAA;
/*	width: 170px; */
	margin: 0; 
	padding: 0;
	background-color: #FFFFFF;
	}
	
.dropmenu2col table {
	border:1px solid #333333;
	border-top: 1px solid #AAA;
/*	width: 340px; */
	margin: 0; 
	padding: 0;
	background-color: #FFFFFF;
	}
		
.dropmenu td, .dropmenu2col td {
	color:#333; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:10px; 
	border-right:1px solid #ddd; 
	border-bottom:1px solid #ddd;
/*	width:170px; */
	line-height:15px;
	}

.dropmenu td a, .dropmenu2col td a {
	color:#333;
	text-decoration:none; 
	line-height:15px;
	}

.dropmenu td a {   /*  width:170px; */ padding:5px 0 5px 12px; } 
.dropmenu2col td a { /* width:170px; */ padding:2px 0 2px 12px; }

.dropmenu td a:link, .dropmenu td a:visited, .dropmenu2col td a:link, .dropmenu2col td a:visited {
	display:block;
	margin:0;
	vertical-align:middle;
	color:#333;
	text-decoration:none; 

	}
.dropmenu td a:hover, .dropmenu2col td a:hover {
	color:#B63636;
	background:#EFEFEF;
	}
	
/* ARROW IMAGES for DropMenus 
--------------------------------------------
table#navbar a.dropbutton:link, table#navbar a.dropbutton:visited {
	background-image:url("/images/arrow_down.gif");  
	background-repeat:no-repeat;
	background-position: 2px 5px;
	padding-left:12px; 
	}

table#navbar a.dropbutton:hover {
	background-image:url("/images/arrow_down_over.gif"); 
	background-repeat:no-repeat;
	background-position:2px 5px;
	
	}
*/


