/* CSS Document */

body {
	background-color: #FFFFFF;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: "Lucida Grande", "Trebuchet MS", "Lucida Sans";
	color: #000000;
	}
.roundedCornersTop {
	width: 650px;
	overflow: hidden;
	background-image: url(../images/roundedCornerTop.gif);
	background-repeat: no-repeat;
	height: 30px;
	margin-right: auto;
	margin-left: auto;
	}
.roundedCornersBottom {
	width: 650px;
	overflow: hidden;
	background-image: url(../images/roundedCornerBottom.gif);
	background-repeat: no-repeat;
	height: 30px;
	background-position: top;
	margin-right: auto;
	margin-left: auto;
	}
.container {
	background-color: #FFFFFF;
	width: 650px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	background-image: url(../images/yellowBkg.gif);
	background-repeat: repeat-y;
	overflow: hidden;
	}
.header {
	background-color: #F5BA31;
	height: 45px;
	width: 650px;
	background-image: url(../images/headTitle.gif);
	background-repeat: no-repeat;
	background-position: left top;
	}
.logo {
	position: absolute;
	z-index: 10;
	margin-top: 5px;
	margin-left: 539px;
	background-image: url(../images/logo.gif);
	height: 102px;
	width: 82px;
	}
.checkerBar {
	background-color: #000000;
	width: 650px;
	height: 27px;
	background-image: url(../images/checkers.gif);
	background-repeat: repeat;
	}
.flashBanner {
	width: 650px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-color: #000000;
	}
.featuredDriver {
	float: left;
	clear: left;
	min-height: 250px;
	width: 113px;
	background-color: #F5BA31;
	font-family: "Lucida Grande", "Trebuchet MS", "Lucida Sans";
	font-size: 11px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 15px;
	height: 100%;
	}
.content {
	width: 450px;
	background-color: #FFFFFF;
	font-family: "Lucida Grande", "Trebuchet MS", "Lucida Sans";
	font-size: 12px;
	color: #000000;
	padding-left: 35px;
	padding-top: 4px;
	margin-right: 33px;
	padding-bottom: 25px;
	text-align: justify;
	float: right;
	}
.contentHead {
	font-weight: bold;
	font-size: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	margin-top: 6px;
	margin-bottom: 6px;
	}
#footer {
	background-color: #F5BA31;
	min-height: 85px;
	width: 650px;
	float: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	}
#footer a {
	color: #000000;
	text-decoration: none;
	}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
	}
.footerNavWrapper {
	width: 622px;
	padding-right: 30px;
	padding-left: 30px;
	float: left;
	}
.footerNav {
	font-family: "Lucida Grande", "Trebuchet MS", "Lucida Sans";
	font-size: 11px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	padding-top: 7px;
	margin-top: 10px;
	padding-bottom: 7px;
	padding-right: 6px;
	padding-left: 6px;
	float: left;
	}
.footerNavLast {
	font-family: "Lucida Grande", "Trebuchet MS", "Lucida Sans";
	font-size: 11px;
	float: left;
	padding-top: 7px;
	margin-top: 10px;
	padding-bottom: 7px;
	padding-right: 6px;
	padding-left: 6px;
}
.footerNavContact {
	float: left;
	font-family: "Lucida Grande", "Trebuchet MS", "Lucida Sans";
	font-size: 11px;
	color: #000000;
	text-align: center;
	width: 650px;
	clear: left;
	padding-top: 10px;
	}
.footerTitle {
	float: left;
	width: 650px;
	text-align: center;
	font-family: "Lucida Grande", "Trebuchet MS", "Lucida Sans";
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 10px;
	clear: left;
	}
.navWrapper {
	float: left;
	clear: both;
	width: 128px;
	}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 132px; /* Width of Menu Items */
	font-size: 11px;
	}
ul li {
	position: relative;
	}	
li ul {
	position: absolute;
	left: 129px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	}

/* Styles for Menu Items */
ul li a {
	display: block;
	text-decoration: none;
	color: #000000;
	background-color: #F5BA31;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 15px;
	background-image: url(../images/navTip.gif);
	background-repeat: no-repeat;
	background-position: right center;
	}
/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */
ul li a:hover {
	color: #FFFFFF;
	background-color: #000000;
	background-image: none;
	} /* Hover Styles */	
li ul li a {
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 9px;
	background-color: #000000;
	color: #FFFFFF;
	width: 135px;
	}
li ul li a:hover {
	background-color: #000000;
	color: #F5BA31;
	background-image: url(../images/navTip.gif);
	background-repeat: no-repeat;
	background-position: right center;
	} /* Sub Menu Styles */	
li:hover ul, li.over ul {
	display: block;
	} /* The magic */

