body {
	margin:0;
	padding:0;
	background-image: url(../images/bg_services.gif);
	background-repeat: repeat-y;
	background-position:  left top;
	font-family: verdana;
}

a {
	color: #7E373D;
}


td {
	margin: 0px;
}





/* ----------------- All Divs and Navigation elements ----------------- */


.titlebar 
{
	width: 800px;
	height: 46px;
}

img[width="800"] {display:block;}

#leftColumn 
{
	width: 40px;
	float: left;
	margin: 0px;
	padding: 0px;
	padding-top: 2px;
}

/* contains main and right feature */
.container
{
	width: 760px;
	float: left;
	margin:0px;
}

.main
{
	width: 555px;
	padding-left: 5px;
	float: left;
	
}

.main p
{
	font-family: Verdana, Arial;
	font-size: 0.8em;
	line-height: 1.3em;
	color: #000000;
	margin-top: 2px;
}

.featureTable {
	margin: 0px;
	background-image: url(../images/topleft_services.gif);
	background-repeat: no-repeat;
	background-position:  left top;
	background-color: #FDDFAE;
	
}

/* ----------------- Right Feature Boxes ----------------- */

.rightfeat
{
	width: 190px;
	float: right;
	background-color: #FDDFAE;
	margin-left: 10px;
	padding:0px;
	margin-top: 1px;
	height: 100%;
}

.rightfeat p 
{
	font-family: Verdana, Arial;
	font-size: 0.7em;
	color: #574320;
	padding: 5px 5px 5px 5px;
	margin: 0px;
}

.rightbox
{
	background-color: #FCD28D;
	padding-top: 5px;
	padding-bottom: 5px;
	
}

.rightbox p 
{
	padding: 0px 5px 5px 5px;
	margin: 0px;
}

.specials 
{
	border: 2px solid #FF9900;
	margin-top: 2px;
	margin-bottom: 2px;
}

.footer {
	width: 755px;
	float: right;
	background-color: #FF9900;
	background-image: url(../images/footerbot_services.gif);
	background-repeat: no-repeat;
	background-position:  right bottom;
	
}

.footer p {
	padding: 5px;
	color: #D9E3D9;
	font-family: Verdana, Arial, Helvetica;
	font-size: 0.7em;
	margin: 0px;
}

.footer a 
{
	color: #FFFFFF;
	text-decoration: none;
}

.busFeatures {
	border: 1px solid #F90;
	background-color: #FDDFAE;
	padding: 0px 5px 0px 5px;
}

.bushr {
	color: #F90;
	height: 1px;
}


/* ------------------- Top Nav ---------------------- */
	






/* ----------------- All Fonts and Headings ----------------- */

h1 
{
	font-family: Verdana, Arial;
	font-size: 1em;
	margin-top: 10px;
	margin-bottom: 0;
	color: #FF9900;
}

h2
{
	font-family: Verdana, Arial;
	font-size: 0.9em;
	margin-top: 10px;
	margin-bottom: 0;
	color: #FF9900;
}

h3
{
	font-family: Verdana, Arial;
	font-size: 0.8em;
	margin-top: 10px;
	margin-bottom: 0;
	color: #FF9900;
}



/* PRIMARY SITE NAVIGATION */


	#menu a { text-decoration:none;	}
	#menu
	{
		margin: 10px 0px 0px 40px;
		padding: 0;
		list-style: none;
	}

	/* The first level 'li' elements */
	#menu li
	{
		float: left;
		position: relative;
		z-index: 100;
		margin: 0;
		border-right: 1px solid #FF9900;
	}

	/* The first level 'a' elements */
	#menu li a
	{
		color: #FF9900;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		display: block;
		padding: 5px 8px 5px 8px;
		margin: 0px;
	}

	/* The first level 'a hover' elements */
	#menu li a:hover
	{
		background-color: #FF9900;
		color: #FFFFFF;
	}

	/* The first level 'a hover' selected */
	#menu li a.selected
	{
		background-color: #FF9900;
		color: #FFFFFF;
	}

	/* The 'ul' elements of the drop downs */
	#menu li ul
	{
		display: none;
		position: absolute;
		margin: 0;
		padding: 0;
		list-style: none;
		width: 150px;
		background-color: #FEF2DE;
	}

	/* The 'li' elements in the actual drop downs*/
	#menu li ul li
	{
		background-color: #FEF2DE;
		padding: 0;
		margin: 0;
	}

	/* The 'a' elements in the actual drop downs*/
	#menu li ul li a
	{
		width: 150px;
	}

	/* The 'li' elements in the actual drop downs*/
	#menu li ul li a:hover
	{
		width: 150px;
	}


	#menu li > ul > li > a {width:140px;}
	#menu li > ul > li > a:hover {width:140px;}


	/* required to fix IE */
	#menu li > ul {
		top: auto;
		left: auto;
	}


	/* The thing that works the magic */
	#menu li:hover ul{ display: block; }
	#menu li.over ul { display: block; }