/* The Big Reset.  */
body, div, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dd, dt, blockquote, fieldset, legend, label, input, textarea, form {
    margin: 0; padding: 0; border: 0;
	font-family: Arial, Verdana, Helvetica, sans-serif; 
}

body {
	position:relative;
	background-color:#FFFFFF;
	font-size: 12px;
}
/* /The Big Reset.  */


.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;}
	
/* skinF */
/* these are the Header Row Classes*/
.HeaderRow1 {
	background-color: #999999;
	height: 95px;
}	
.HeaderRow2 {
	background-color: #0055AA;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	height: 25px;
}	
.HeaderRow3 { background-color: #004282; }

.BreadCrumb {
	background-color: #004282;
	height:15px; 
	color:ccc; 
	font-size:10px;
}		

#buttonbox {
	text-align: center;
	margin: 1px 1px 1px 1px;
    white-space: nowrap;
}
#buttonboxoff a, #buttonboxoff a:visited {
	background-color: #e2e2e2;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	cursor: hand;
	margin: 1px;
	text-decoration: none;
	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; 
	border-left:#999999 solid 1px; 
	height:22px;
	padding: 2px;
	text-align:center;
	clear:both;
}

#buttonboxoff a:hover, #buttonboxoff a:active {
	background-color: #e2e2e2;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	cursor: hand;
	margin: 1px;
	text-decoration: none;
	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;
}

/* 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*/
.calendar{
	width: 156px;
	margin: 0px 0px 0px 0px;}
	
.calendarHeader{
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: 700; 
	background-color: #004282;
	}
	
	
td.calendar_on{
	font-family: Tahoma, Arial, Helvetica, Geneva, Sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	background-color: #004282;
	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: #004282;
	cursor: pointer;
	text-align: center;
	padding: 2px;}

/*top navigation main links*/
div#td_links a, div#td_links a:link{
	color: #000;
	border: none 0px;
	display: block;
	margin: 0px;
	padding: 2px;
	text-decoration: none;
	font-weight: bold;
	height: 18px;
	text-align: center;
	vertical-align: middle;
}


div#td_links a:hover, div#td_links a:active{
	background: #004282; 
	color: #ffffff;
	border:  none 0px;
	display: block;
	margin: 0px;
	padding: 2px;
	text-decoration: none;
	font-weight: bold;
	height: 18px;
	text-align: center;
	vertical-align: middle;
	}

/*default for site*/

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: #004282;
	font-size: 11px;}
a:visited {
	color: #004282;
	font-size: 11px;}
a:active {
	color: #ff0000;
	font-size: 11px;}	
a:hover {
	color: #ff0000;
	font-size: 11px;}
	
	
	 
	
/* nav links */
a.navTop:link, a.navTop:visited { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #666666; font-weight: 700; text-decoration: none}
a.navTop:hover {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #666666; font-weight: 700; text-decoration: underline}
.navDivider { color: #666666; font-size: 12px;  }

/* SubMenu nav links */
a.SubMenu:link, a.SubMenu:visited { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #ffffff; font-weight: 700; text-decoration: none}
a.SubMenu:hover {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #ffffff; text-decoration: underline}

/* container header styles */		
/*
.headerBox {
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	background-color: #336699;
	width: auto;
	height: 23px;
	padding: 3px;
	margin: 0px 0px 0px 0px;
	border-top: 1px solid #004282;
	border-right: 1px solid #004282;
	border-bottom: none ;
	border-left: 1px solid #004282;
	text-align: left;
	vertical-align: middle;
}
	
.headerbox_content {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	background-color: #ffffff;
	width: auto;
	padding-left: 3px;
	padding-bottom: 4px;
	margin: 0px 0px 10px 0px;
	border-top: none;
	border-right: 1px solid #004282;
	border-bottom: 1px solid #004282;
	border-left: 1px solid #004282;
}
*/

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: 98%;
	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;}
					
/* when a user onFocus highlight */	
.inputStyle2_on {
	background-color: #ffffcc;
	color: #000000;
	font-size: 11px;
	margin: 1px;
	border-style: solid;
	border-width: 1px;}
	
	/* when a user onFocus highlight */	
.inputStyle_on {
	background-color: #ffffcc;
	color: #000000;
	font-size: 11px;
	width: 98%;
	margin: 1px;
	border-style: solid;
	border-width: 1px;}		
		
/* these control MAIN nested table styles */		
			
.tableNestBg {
	background-color: #fff;}
.tableNest1 {
	background-color: #FFFFFF !important;}
.tableNest2 {
	background-color: #fff;}	
.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 {
	background-color: #6699CC;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;}

.smallcontent {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px;
}

/*******  ALL POP-UP CALENDAR CSS   *******/
/* Default attributes of table container for entire calendar */
.table-style {
	font-family: arial;
	border-width: 1; 
	border-style: solid; 
	border-color: #a0a0a0; 
	background-color: #ffffff;
	font-family: arial; 
	font-size: 11px;
}

/* Default attributes of DIV containing table container for entire calendar.
 * You probably don't want to alter this style.
 */
.div-style {
	z-index: +999;
	position: absolute;
	visibility: hidden;
}

/* Default attributes used in calendar title (month and year columns).*/
.title-style {
	padding: 2px;
	font-family: arial; 
	font-size: 11px;
	color: #3a6ea5;
	text-align: center;	
}

/* Default attributes used in calendar title background.*/
.title-background-style {
	background-color: #cee3ef;
}

/* Normal appearance of controls in calendar title. */
/* Note: The right, left and down icons are images, which must be edited if you need to change them. */
.title-control-normal-style {
	border-style: solid;
	border-width: 1;
	border-color: #3a6ea5; 
	cursor: pointer;
}

/* Moused-over (selected) appearance of controls in calendar title. */
.title-control-select-style {
	border-style: solid;
	border-width: 1;
	border-color: #3a6ea5; 
	cursor: pointer;
}

/* Default attributes of drop down lists (month and year). */
.dropdown-style {
	font-family: arial; 
	font-size: 11px; 
	border-width: 1; 
	border-style: solid; 
	border-color: #a0a0a0;
	background-color: #cee3ef;
	cursor: pointer;
}

/* Default attributes selected (mouse-over) item in drop down lists (month and year). */
.dropdown-select-style {
	background-color: #3a6ea5;
}

/* Default attributes unselected (mouse-off) item in drop down lists (month and year). */
.dropdown-normal-style {
	background-color: #0;
}

/* Default attributes of calendar body (weekday titles and numbers). */
.body-style {
	padding: 5px;
	background-color: #cee3ef;
	font-family: verdana; 
	font-size: 10px;
}

/* Attributes of current day in calendar body. */
.current-day-style {
	color: red;
	font-weight: bold;
	text-decoration: none;
}

/* Attributes of end-of-week days (Sundays) in calendar body. */
.end-of-weekday-style {
	color: #909090;
	text-decoration: none;
}

/* Attributes of all other days in calendar body. */
.normal-day-style {
	color: black;
	text-decoration: none;
}

/* Attributes of border around selected day in calendar body. */
.selected-day-style {
	border-style: solid;
	border-width: 1px; 
	border-color: #a0a0a0;
}

/* Default attributes of designated holidays. */
.holiday-style {
	background-color: #FFDDDD;
}

/* Attributes of today display at bottom on calendar */
.today-style {
	padding: 0px;
	color: black;
	background-color: #cee3ef;
	text-align: center;
	text-decoration: none;
}

/* Attributes of week number division (divider.gif) */
.weeknumber-div-style {
	background-color: #d0d0d0; 
	padding: 0px;
}

/* HEADERBOX STYLES */
.headerBox{
	list-style-position: inside !important;
	width:154px;
	height:16px;
	margin:0;
	padding: 3px;
	background-color:#CDCCC8;
	background-image:url('../Images/headerBoxBG.jpg');
	background-repeat:repeat-x;
	border:1px solid #231F20;
	border-bottom:0;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;		
	text-align: left;
}
.headerbox_content, .headerbox_content_personal{
	border:1px solid #231F20;
	margin:0;
	margin-bottom:14px;
	padding: 3px;
	border-top:0;
	width:154px;
	background-color:#FFFFFF;
	font-size: 12px;
}
/* /HEADERBOX STYLES */

/*default for links*/	
a:link {
	color: #393939;
	font-size: 11px;
}
a:visited {
	color: #313131;
	font-size: 11px;
}
a:hover {
	color: #111111;
	font-size: 11px;
}
a:active {
	color: #000000;
	font-size: 11px;
}	
	
	
div#outerPageBlock{
	position:relative;
}
div#innerPageBlock{
	position:relative;
	width:1020px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	margin-bottom:20px;
}

div#headerBlock{
	position:relative;
	height:104px;
	
}
div#hb_home_hit, #hb_spacer{
	width:350px;
	height:104px;
}
.hb_log{
	position:absolute;
	height:21px;
	right:0;
	bottom:0;
	padding-top:3px;
	background-repeat:no-repeat;
	border:1px solid #231F20;
	border-bottom:0;
	background-image:url(../Images/liBG.jpg);
	background-repeat:repeat-x;
}
.hb_log.in{
	width:386px;
	padding-left:6px;
	/*
	
	background-image:url('../Images/loginBG.jpg');
*/
}
.hb_log.out{
	padding-left:6px;
	padding-right:6px;
	/*
background-image:url('../Images/logoutBG.jpg');
*/
}
div#lbUN,
div#lbPW{
	float:left;	
	padding-right:4px;
	font-size:11px;
}
div#lbUN .inputStyle,
div#lbPW .inputStyle{
	width:80px;	
}
div#navBlock{
	height:36px;
	background-image:url('../Images/navBG.jpg');
	background-repeat:repeat-x;
}
.dynamicMenuHolder{
	width:1020px;
	height:27px;
	padding-top:9px;
	background-image:url('../Images/navBG.jpg');
	background-repeat:repeat-x;
}
.dynamicMenuHolder .navTopMiddle,
.dynamicMenuHolder .navTopMiddleRollover{
	float:left;
	padding-left:15px;
	padding-right:15px;
	font-weight:bold;
	font-size:14px;
	cursor:hand;
	cursor:pointer;
}

.dynamicMenuHolder .navTopMiddle{
	color:#FFFF00;
}

.dynamicMenuHolder .navTopMiddleRollover{
	color:#FFFFFF;
}
.dynamicMenuHolder .navTopRight{
	float:left;
	width:2px;
	height:18px;
	background-color:#FFFF00;
}

.dynamicMenuHolder .topDropDownXML{
	position:absolute;
	top:140px;
	z-index:2000;
	display:none;
}
.dynamicMenuHolder .homeMenuItem{
	width:160px;
	height:22px;
	background-image:url(../Images/navDDBG.png);
	background-repeat:repeat-x;
	border:1px solid #FFFFFF;
	border-top:0;
	z-index:2000;
}
.dynamicMenuHolder .homeMenuItem a:link,
.dynamicMenuHolder .homeMenuItem a:visited,
.dynamicMenuHolder .homeMenuItem a:hover,
.dynamicMenuHolder .homeMenuItem a:active{
	display:block;
	width:150px;
	height:19px;
	padding-left:10px;
	padding-top:3px;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}
.dynamicMenuHolder .homeMenuItem a:link{
	color:#FFFFFF;
}
.dynamicMenuHolder .homeMenuItem a:visited{
	color:#FFFFFF;
}
.dynamicMenuHolder .homeMenuItem a:hover{
	color:#FFFF00;
	background-color:#222222;
}
.dynamicMenuHolder .homeMenuItem a:active{
	color:#FFFF00;
}
div#navBlock ul li{
	float:left;
	height:28px;
	padding-top:8px;
	background-image:url('../Images/navBG.jpg');
	background-repeat:repeat-x;
	list-style-type:none;
	color:#FFFF00;
	font-weight:bold;
	font-size:20px;
}
div#navBlock ul li img{
	padding:0;
	margin:0;
	clear:none;
}
div#navBlock ul li a:link,
div#navBlock ul li a:visited,
div#navBlock ul li a:hover,
div#navBlock ul li a:active{
	font-weight:bold;
	font-size:14px;
	text-decoration:none;
	padding-left:4px;
	padding-right:4px;
}
div#navBlock ul li a:link,
div#navBlock ul li a:visited{
	color:#FFFF00;
	
}

div#navBlock ul li a:hover,
div#navBlock ul li a:active{
	color:#FFFFFF;
}
div#homeContentBlock{
	
}
div#homeFollowBlock{
	position:absolute;
	right:1px;
	top:331px;
	z-index:20;
}
div#homeFollowBlock .hfb,
div#homeFollowBlock .hfb_on{
	height:19px;
	padding-top:3px;
	padding-left:6px;
	width:164px;
	border-bottom:1px solid #CCCCCC;
	cursor:hand;
	cursor:pointer;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}
div#homeFollowBlock .hfb{
	background-image:url('../Images/headerBoxBG.jpg');
	background-repeat:repeat-x;
	color:#CCCCCC;	
}
div#homeFollowBlock .hfb_on{
	background-image:url('../Images/headerBoxBG_on.jpg');
	background-repeat:repeat-x;
	color:#FFFFFF;	
}
/*
div#homeFollowBlock .hfb a:link,
div#homeFollowBlock .hfb_on a:link,
div#homeFollowBlock .hfb a:visited,
div#homeFollowBlock .hfb_on a:visited,
div#homeFollowBlock .hfb a:hover,
div#homeFollowBlock .hfb_on a:hover,
div#homeFollowBlock .hfb a:active,
div#homeFollowBlock .hfb_on a:active{
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}

div#homeFollowBlock .hfb a:link,
div#homeFollowBlock .hfb a:visited,
div#homeFollowBlock .hfb a:hover,
div#homeFollowBlock .hfb a:active{
	color:#CCCCCC;
}
div#homeFollowBlock .hfb_on a:link,
div#homeFollowBlock .hfb_on a:visited,
div#homeFollowBlock .hfb_on a:hover,
div#homeFollowBlock .hfb_on a:active{
	color:#FFFFFF;
}
*/
div#innerContentBlock{
	min-height:500px;
	overflow:auto;
	background-image:url('../Images/mainContentBG.gif');
	background-repeat:repeat-y;	
	
}
div#innerContentNoSideBarBlock{
	min-height:500px;
	overflow:auto;
	background-image:url('../Images/mainContentNoSideBarBG.gif');
	background-repeat:repeat-y;	
}
div#leftContentBlock{
	float:left;
	width:820px;
	padding:10px;
}
div#rightContentBlock{
	float:right;
	width:160px;
	margin-right:10px;
}
div#footerBlock{
	background-image:url('../Images/footerBG.jpg');
	background-repeat:repeat-x;	
	height:30px;
	
}
div#footerHolderLeft{
	float:left;
	margin-top:2px;
	color:#ffe500;
}
div#footerBlock div#footerHolderLeft a:link,
div#footerBlock div#footerHolderLeft a:visited,
div#footerBlock div#footerHolderLeft a:hover,
div#footerBlock div#footerHolderLeft a:active{
	color:#ffe500;
	font-size:12px;
	font-weight:bold;
	padding-left:6px;
	padding-right:6px;
}
div#footerBlock div#footerHolderLeft a:link,
div#footerBlock div#footerHolderLeft a:visited{
	text-decoration:none;
}
div#footerBlock div#footerHolderLeft a:hover,
div#footerBlock div#footerHolderLeft a:active{
	text-decoration:underline;
}
div#footerHolderRight{
	float:right;
}
div#footerBlock div#innerFooterLeft{
	float:right;
	margin-top:6px;
	color:#faed7d;
	font-size:12px;
}
div#footerBlock div#innerFooterLeft #dpFooterSitemapLink{
	padding-left:6px !important;
	padding-right:3px !important;
}
div#footerBlock div#innerFooterLeft a:link,
div#footerBlock div#innerFooterLeft a:visited,
div#footerBlock div#innerFooterLeft a:hover,
div#footerBlock div#innerFooterLeft a:active{
	color:#faed7d;
	font-size:12px;
	font-weight:bold;
}
div#footerBlock div#innerFooterLeft a:link,
div#footerBlock div#innerFooterLeft a:visited{
	text-decoration:none;
}
div#footerBlock div#innerFooterLeft a:hover,
div#footerBlock div#innerFooterLeft a:active{
	text-decoration:underline;
}
div#footerBlock div#innerFooterRight{
	display:none;
}
div#otherSites{
	height:36px;
	margin-top:10px;
	padding-left:20px;
}
div#otherSites p{
	color:#484848;
	font-size:11px;
}
div#otherSites #PortalLinks li{
	float:left;
	list-style-type:none;
}
div#otherSites #PortalLinks li a:link,
div#otherSites #PortalLinks li a:visited,
div#otherSites #PortalLinks li a:hover,
div#otherSites #PortalLinks li a:active{
	margin-right:20px;
	color:#484848;
	font-size:11px;
}
div#moreInfo{
	clear:both;
	padding:0 20px;
}
div#moreInfo div#miTopTabs{
	text-align:right;
}
/* HOME PAGE STYLES */
div#homMiddleBlock{
	width:1020px;
	height:76px;
	border-top:1px solid #231f20;
	border-bottom:1px solid #231f20;
}
div#homMiddleBlock .hmbChoice{
	float:left;
	width:170px;
}
div#homeLowerBlock{
	width:1018px;
	height:242px;
	padding-top:10px;
	padding-bottom:10px;
	border-left:1px solid #231F20;
	border-right:1px solid #231F20;
}
.hlb{
	float:left;
	height:242px;
}
.hlb.incentives{
	width:296px;
	height:240px;
	padding-left:4px;
	padding-top:2px;
	background-image:url(../Images/homeIncentiveBG.jpg);
	background-repeat:no-repeat;	
}
.hlb.incentives div#innerIncentiveBlock{
	width:278px;
	height:222px;
	margin-left:10px;
	margin-top:10px;
	overflow:hidden;
}
/* HOME CAR SEARCH */
.hlb.search{
	width:200px;
	margin-left:23px;
	background-image:url(../Images/homeSearchBG.jpg);
	background-repeat:no-repeat;	
}
.hlb.search div#carSearchIDformHolder{
	margin-top:30px;
	margin-left:10px;
}
.hlb.search div#carSearchIDformHolder .strongHeader{
	font-size:11px;
	font-weight:bold;
}
.hlb.search div#carSearchIDformHolder #carSearchIDCarTypeSelect,
.hlb.search div#carSearchIDformHolder div#makeSelect .inputStyle,
.hlb.search div#carSearchIDformHolder div#modelSelect .inputStyle,
.hlb.search div#carSearchIDformHolder div#priceSelect .inputStyle2,
.hlb.search div#carSearchIDformHolder div#mileageSelect .inputStyle2{
	margin-bottom:4px;
	border:1px dotted #BCBDB7;
	color:#615200;
	font-size:11px !important;	
}
.hlb.search div#carSearchIDformHolder #carSearchIDCarTypeSelect,
.hlb.search div#carSearchIDformHolder div#makeSelect .inputStyle,
.hlb.search div#carSearchIDformHolder div#modelSelect .inputStyle{
	width:180px;
}
.hlb.search div#carSearchIDformHolder div#priceSelect .inputStyle2,
.hlb.search div#carSearchIDformHolder div#mileageSelect .inputStyle2{
	width:88px;	
}
.hlb.search div#carSearchIDformHolder div#carSearchIDinputHolder{
	margin-top:4px;
	margin-left:51px;
}
	

/* /HOME CAR SEARCH */

.hlb.video{
	width:468px;
	margin-left:23px;
	padding-left:4px;
	padding-top:6px;
	background-image:url(../Images/homeVideoBG.jpg);
	background-repeat:no-repeat; 
	z-index:1;
}
div#homeFadesBlock{
	position:absolute;
	height:260px;
	top:0;
	right:0;
	z-index:1;	
	border-right:1px solid #231F20;
}
.homePicFade{
	position:absolute;
	height:260px;
	top:0;
	right:0;
	z-index:1;	
}
/* /HOME PAGE STYLES */

/* CUSTOM CONTENT STYLES */
.cContent{
	padding:30px;
	font-family:verdana,geneva;
	font-size:8pt;
}
.cContent h1{
	margin-bottom:1em;
	color:#333333;
	font-size:8pt;	
	font-weight:bold;
}
.cContent p{
	font-size:8pt;
	margin-bottom:1em;
}
.cContent .ccIndent{
	margin-left:50px;
}
.cContent .ccIndent.nb{
	margin-bottom:0;
	
}
.cContent .ccIndent.nb.b{
	font-weight:bold;
}
.cContent ul{
	margin-left:50px;
	margin-bottom:1em;
}
.cContent ul li{
	list-style-type:disc;
	font-size:8pt;
}
/* /CUSTOM CONTENT STYLES */

div#chatBlock{
	margin-top:10px;
}
div#enewsBlock input{
		border:1px solid #231F20;
		background-color:#EEEEEE;
}
div#mainPaymentWindowBlock{
	position:fixed;
	width:300px;
	height:350px;
	top:10px;
	right:20px;
	background-color:#EEEEEE;
	border:1px solid #231F20;
	z-index:3000;
}
div#mpwb_x{
	padding:4px;
	text-align:right;
	font-size:14px;
	font-weight:bold;
}
div#mpwb_if iframe{
	height:300px;
	border:0;
}
div#layoutChatBlock{
	padding-top:30px;
	padding-bottom:30px;
}

/* Show Transmission */
.detail_row .Car_Transmission {
	display:inline;
	font-size:11px;
}

/* Show Drivetrain */
.detail_row .Car_Drive,
.summary_tab .summary_description .Car_Drive,
#vehicle_list tbody tr td a .Car_Drive {
	display: inline;
}

div#htlModelInfoBlock{
	z-index:1000;
}

div#innerIncentiveBlock,
div#IncentiveSlideShow, 
.IncentiveSlide
{
	z-index:1;
}
div#htlModelInfoBlock{
	position:absolute;
	top:0;
	left:-100px;
	width:166px;
	height:296px;
	background-image:url(/Skin/DefaultTemplates/Kendall_v1/Images/modelInfoBG.png);
	background-repeat:no-repeat;
}
.htlMI{
	
}
.hltMI.image{
	width:136px;
	margin-top:1px;
	margin-left:15px;
}
.htlMI.top{
	width:156px;
	margin-top:40px;
	margin-left:5px;
}
.htlMI.bottom{
	width:156px;
	margin-top:4px;
	margin-left:4px;
}
.htlMI.bottom .htlCarChoice{
	height:29px;
	margin-bottom:4px;
}
.hlt a:link,
.hlt a:visited,
.hlt a:hover,
.hlt a:active{
	position:relative !important;
	top:-5px;
}
.htlMI.top .htlCarChoice{
	height:20px;
}

.gasComplianceDetail{
	padding:10px;
	font-size:10px;
	text-align:left;
	color:#666666;
}
.buyOnlineBlock{
	text-align:center;
	padding:20px;
}
.buyOnlineResultsBlock{ 
	padding:10px 0; 
	float:right;
}

/* TOYOTA RENTAL FORM STYLES */
.krfServiceBlock{
	position:relative;
}
.krfServiceBlock div#feedbackFormBlock{
	position:relative;
	width:400px;
}
.krfServiceBlock div#feedbackTitleBox{
	display:none;
}
.krfServiceBlock div#krfDateBlock{
	position:absolute;
	left:420px;
	top:56px;
}
.krfServiceBlock div#feedbackCommentsInput #feedbackCommentsInputField{
	height:50px;
}
div#krfMessageBlock{
	
}
div#krfMessageBlock p{
	margin-bottom:1em;
}
.krfServiceBlock #kendallFeedbackCC{
	display:none !important;
}
/* TOYOTA RENTAL FORM STYLES */

/* Interest Submitted popup */
.contact-shortly {
	display:none;
}
/* Interest Submitted popup */

#searchfilter_location .label {
	display: block !important;
}
 
#dpSideNavigationLocation {
	display: none !important;
}

.CustomDisclaimer {
	font-size: 9px;
	font-weight: bold;
	margin: 20px 0 0 16px;
}
