.Main_HeaderBox {
	font-weight: bold;
	background-color: #eee;
	width: 100%;
	height: 23px;
	padding: 3px;
	margin: 0px;
	border-top: 1px solid #eee;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #e2e2e2 ;
	border-left: 1px solid #eee;
	text-align: left;
	color: #000066;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 13px; 
	font-weight: bold;
	text-decoration:none;
	clear: left;
}
	
.Main_HeaderBox_Content {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	background-color: #fff;
	width: 100%;
	padding: 3px;
	margin: 0px;
	border: 1px solid #eee;
}

.Main_HeaderBox a:link, .Main_HeaderBox a:visited {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;}
	
	/* these are exclusive to buybob layout*/
.stHeader { background-color: #333333; }	
.stTopMainNav { background-color: #cc3300; }	
.stTopSubNav { background-color: #336699; }	
.stSubNav { background-color: #336699; color: #ffffff; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: 700; }	
.stTrim	{ background-color: #000000; }	


/* submit buttons */
input.button {
	background-color: #e2e2e2;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	cursor: hand;
	margin: 1px;
	background-image: url("/images/button_bg.gif");
	background-repeat: repeat-x;
	border-top:#CCCCCC solid 1px; 
	border-bottom: #999999 solid 1px; 
	border-right:#CCCCCC solid 1px; 
	text-decoration: none;
	border-left:#999999 solid 1px; 
	height:22px;
	padding: 2px;
	text-align:center;
	clear:both;
}

input.buttonwait {
	background-color: #e2e2e2;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	cursor: wait;
	border-top:#999999 solid 1px; 
	border-bottom: #999999 solid 1px; 
	border-right:#999999 solid 1px; 
	border-left:#999999 solid 1px; 
	text-decoration: none;
	margin: 1px;
	height:22px;
	padding: 2px;
	text-align:center;
	clear:both;
}

input.hover {
	background-color: #e2e2e2;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	cursor: hand;
	text-decoration: none;
	margin: 1px;
	background-repeat: repeat-x;
	border-top:#999999 solid 1px; 
	border-bottom: #CCCCCC solid 1px; 
	border-right:#999999 solid 1px; 
	border-left:#CCCCCC solid 1px; 
	height:22px;
	padding: 2px;
	text-align:center;
	clear:both;
}


/*TABS*/
/* used for seperator when browser deos not support css*/
span.pipe {display: none;}

#tabbox {
	margin: 2px 0px 0px 0px;
    white-space: nowrap;
	padding: 0px;
	border: 0px;
	clear:both;
}
#taboff a, #taboff a:visited {
	color: #333;
	padding: 2px 6px 2px 6px;
	background-color: #CCC;
	text-decoration: none;
	margin: 1px 0px 0px 1px;
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #999;
	border-left: 1px solid #CCC;
	background-image: url("/images/button_bg.gif");
	background-repeat: repeat-x;
	font-size: 11px;
	white-space:nowrap;
	height:22px;
}

#taboff a:hover, #taboff a:active {
	color: #fff;
	padding: 2px 6px 2px 6px;
	background-image: none;
	background-color: #CCC;
	text-decoration: none;
	margin: 1px 0px 0px 1px;
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	font-size: 11px;
	white-space:nowrap;
	height:22px;
}

#tabon a, #tabon a:visited, #tabon a:hover, #tabon a:active {
	color: #000000;
	padding: 2px 6px 2px 6px;
	background-color: #eeeeee;
	text-decoration: none;
	margin: 1px 0px 0px 1px;
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #eee;
	border-left: 1px solid #CCC;
	background-image: none;
	font-size: 11px;
	white-space:nowrap;
	height:22px;
}
/* END tabs */

/* CALENDAR*/
.calendarHeader{
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: 700; 
	background-color: #003366;}
	
	
td.calendar_on{
	font-family: Tahoma, Arial, Helvetica, Geneva, Sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	background-color: #d7ebff;
	text-align: center;
	padding: 2px;
	}

td.calendar_off{
	font-family: Tahoma, Arial, Helvetica, Geneva, Sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #ffffff;
	text-align: center;
	padding: 2px;}

td.calendar_hover{
	font-family: Tahoma, Arial, Helvetica, Geneva, Sans-serif; 
	font-size: 11px;
	color: #000000;
	background-color: #dfebff;
	cursor: pointer;
	text-align: center;
	padding: 2px;}

/*top navigation main links*/
div#td_links a, div#td_links a:link{
	background: #336699;
	color: #ffffff;
	border: solid 1px #646464;
	display: block;
	margin: 0px 0px 1px;
	padding: 2px;
	text-decoration: none;
	font-weight: bold;
	height: 20px;
	text-align: center;
	vertical-align: middle;
}


div#td_links a:hover, div#td_links a:active{
	background: #003366; 
	color: #ffffff;
	border: solid 1px #646464;
	display: block;
	margin: 0px 0px 1px;
	padding: 2px;
	text-decoration: none;
	font-weight: bold;
	height: 20px;
	text-align: center;
	vertical-align: middle;
	}

/*default for site*/
body{
	margin: 0px; 
	color: #393939; 
	background-image: url(../images/bg_main.gif);}
	
p,td{
	margin: 0px; 
	color: #393939; 
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;}
	
h4, h3{
	margin: 0px; 
	color: #666666; 
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;}


			 

/*default for links*/	
a:link {
	color: #003366;
	font-size: 11px;}
a:visited {
	color: #003366;
	font-size: 11px;}
a:active {
	color: #ff0000;
	font-size: 11px;}	
a:hover {
	color: #ff0000;
	font-size: 11px;}
	
	
/*BreadCrumb*/
.breadcrumb_trailbox {height: 23px; background: #6699cc; color: #003366; font-size:11px; font-weight: 700;} 
.breadcrumb_trail {color: 000; font-size:11px;}	 
	
/* nav links */
a.navTop:link, a.navTop:visited {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #ffffff; font-weight: 700;}
a.navTop:hover {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #ffffff; font-weight: 700;}
.navDivider { color: #ffffff; font-size: 12px; }


/* container header styles */		
.headerBox {
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	background-color: #003366;
	width: 100%;
	height: 23px;
	padding: 3px;
	margin: 0px 0px 0px 0px;
	border-top: 1px solid #003366;
	border-right: 1px solid #003366;
	border-bottom: none ;
	border-left: 1px solid #003366;
	text-align: left;
	vertical-align: middle;
}
	
.headerbox_content {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	background-color: #ffffff;
	width: 100%;
	padding-left: 3px;
	padding-bottom: 4px;
	margin: 0px 0px 10px 0px;
	border-top: none;
	border-right: 1px solid #003366;
	border-bottom: 1px solid #003366;
	border-left: 1px solid #003366;
}

a.headerbox_link:link, a.headerbox_link:visited {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;}
	
a.headerbox_link:hover {
	color: #000000;
	text-decoration: underline;
	font-weight: normal;
	font-size: 11px;}
	
.BoxWrapper{
	border: 1px solid #000000;}
		
.webSpecials {
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	background-color: #666666;
	width: 604px;
	height: 23px;
	padding-top: 4px;
	padding-left: 4px;
	letter-spacing: 1px;}
	
.recVehicles {
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	background-color: #cccccc;
	width: 300px;
	height: 23px;
	padding-top: 4px;
	padding-left: 4px;
	letter-spacing: 1px;}	
	
.pageHeader {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 20px;
	color: #b4b4b4;
	font-weight: 700;
	margin: 0px;}	
		
.strongLink {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px;
	color: #000066;
	font-weight: 700;}
		
.strong {
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: 700;}	
		
.greeting {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color: #ffffff;
	font-weight: 900;}			

.readmore {
	color: #ff0000;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	font-weight: 700;}
	
.copyright {
	color: #a2a2a2;
	font-size: 11px;}								
					
/* these are form elements */			
.inputStyle {
	background-color: #eeeeee;
	color: #000000;
	font-size: 11px;
	width: 100%;
	margin: 1px;
	border-style: solid;
	border-width: 1px;

}
/*default width style*/	
.inputStyle2 {
	background-color: #eeeeee;
	color: #000000;
	font-size: 11px;
	margin: 1px;
	border-style: solid;
	border-width: 1px;}				
		
		
/* these control MAIN nested table styles */		
			
.tableNestBg {
	background-color: #FFFFFF;}
.tableNest1 {
	background-color: #EEEEEE;}
.tableNest2 {
	background-color: #ffffff;}	
.header {
	color: #000066;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 13px; 
	font-weight: 900;
}
.subheader {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	font-weight: 700;
	background-color: #ffffcc;}	

.tableBar {
	background-color: #eeeeee;}

/*used for result sets and changing background colors*/
.resultsetA {
	background-color: #F7F6F8;}
.resultsetB {
	background-color: #ffffff;}
	
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
	list-style-type: circle;
}

.ExpressSearch {
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;}

.smallcontent {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px;
}