/* BEGIN PAGE LEVEL CSS */
body {
  background:#fff;
  margin:0;
  padding:1%;
  color:#000;
  height:100%;
  font:x-small/12px Verdana, Arial, Helvetica, sans-sarif;
  voice-family: "\"}\""; voice-family:inherit;
  } html>body {font-size:12px;}
  
form{display:inline}
img{border:none;}
  
.content {
	color:#000000; 
	text-decoration:none; 
	font-family: Verdana, Tahoma, Sans-serif; 
	font-size: 12px;
}

.footer {
	color: #636466;
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
}


.rc_box_header{
    width: 230px;
	height:30px;
    font-size: 10px;
    font-weight: bold;
    border-bottom:1px solid #b5a98b;
	border-top:2px solid #b5a98b;
	border-left: 1px dashed #cccccc;
	border-right: 1px dashed #cccccc;
	background-color:#dee6f6;
    color: #4f4b72;
    /*background-color: #ffcc66;border: 1px dashed #cccccc;*/
    padding:6px;
}

.rc_box_content{
    width: 230px;
    font-size: 9px;
    line-height:12px;
    border: 1px dashed #cccccc;
    background-color: #fdfbf5;
    padding:6px;
	
}

.rc_box_category{
    font-size: 10px;
    font-weight: bold;
    background-color: #efe7cf;
    width: 100px;
    padding-top: 1px;
    padding-right: 50px;
    padding-left: 2px;
    padding-bottom: 1px;
}
.rc_box_text {
	color:#000000; 
	text-decoration:none; 
	font-weight:normal; 
	font-family: Verdana, Tahoma, Sans-serif; 
	font-size: 10px; 
	text-align:left;
}
.dateadded {
	color:#9900ff; 
	text-decoration:none; 
	font-weight:normal; 
	font-family: Verdana, Tahoma, Sans-serif; 
	font-size: 9px; 
	text-align:right;
}

.selectfield {
	background-color: #ffffff;
	vertical-align:top;
	font-family: verdana;
	border: #94bae3 1px solid;
	font-size: 12px;
	color: #000000;
}

.SearchField input.submit {
	background: url(/images/N_GoButton.gif) no-repeat;
	width: 23px;
	height: 23px;
	margin-left: 4px;
	/*float: right;*/
	border: 0;	
}

/* THE PUBLICTITLE_LEAD AND _POST ARE FOR THE TOP_NAV.ASP */
.publicTitle_Lead {
	font-family: Arial, Verdana, Helvetica;
	font-size: 25px;
	/*color:#5FBD47;*/
	color:#007ac2;
	text-decoration: none;
	font-weight:bold;
	text-transform:lowercase;
}

.publicTitle_Post {
	font-family: Arial, Verdana, Helvetica;
	font-size: 45px;
	color:#94bae3;
	text-decoration: none;
	font-weight:bold;
	text-transform:lowercase;
}

/* HEADERS & SWITCHCONTENT ARE FOR THE MAIN TITLE */
.headers{
    width: 650px;
    font-size: 14px;
	font-family:Arial, Helvetica, sans-serif;
    font-weight: bold;
    border-bottom: solid 1px #b5a98b;
    color: #cc6409;
	margin-top:3px; 
	padding:6px 6px 2px 6px; 
	background-color:#f2f5f4;	
}

.switchcontent{
    width: 650px;  
    border-top-width: 0;
    background-color: #fdfbf5;
    padding:6px;
	
}
.showstate{ /*Definition for state toggling image */
    cursor:hand;
    cursor:pointer;
    float: right;
    margin-top: 2px;
    margin-right: 3px;
}

/* HEADERS2, RCLINK & SWITCHCONTENT_SM ARE FOR THE SIDEBAR CONTENT */
.headers2{
    width: 250px;
    font-size: 14px;
    font-weight: bold; 
 	font-family:Arial, Helvetica, sans-serif;
    color: #4f4b72;
    background-color: #dee6f6;
    padding:6px;
	border-top: solid 5px #c4b89d;
	border-bottom: solid 1px #b5a98b;
}

.switchcontent_sm{
    width: 250px;
    border-bottom: solid 1px #b5a98b;
    border-top-width: 0;   
    padding:6px;
	background-color:#f2f5f4;
}

a.rclink {
	font-family: Verdana, Tahoma, Sans-serif; 
	font-size: 10px; color: #2e4f8b; 
	line-height:15px;
}

a.rclink:hover {
	text-decoration:none;
}
/* END PAGE LEVEL CSS */


a.link {
	color:#000000; 
	text-decoration:underline; 
	font-weight:bold; 
	font-family: Verdana, Tahoma, Sans-serif; 
	font-size: 11px; 
	color: #2e4f8b; 
	line-height:15px;
}

/* ######### BEGIN Chrome Style for Drop Down Menu ######### */

.dropmenudiv{
	position: absolute;
	top: 0;
	/*border: 1px solid #BBB;THEME CHANGE HERE
	border-bottom-width: 0;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	padding: 0;
	background-color: #c0b6b2;
	margin-top: 3px;
	z-index: 100;
	width: 160px; /* Width of drop down box (non first item) */
	visibility: hidden;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=2); /*Add Shadow in IE. Remove if desired*/
}

*:first-child+html .dropmenudiv{ /*IE7 hack*/margin-top:5px;}
* html .dropmenudiv { /*IE6 hack*/margin-top:5px;}

.dropmenudiv a{
	width: auto;
	display: block;
	padding: 2px 0;	
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #ec710e;
	text-align: left;
	color: #FFFFFF;	
}

.DropMenu a{
	border: 1px solid #7a6a53; 
	margin: 1px;
	text-indent: 4px;
}


* html .dropmenudiv a{ /*IE only hack*/width: 100%;}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #f58604;
}

.arrowFirstMenu a{
	background-image:url(/images/N_menu_arrow.gif);
	border-left: 1px solid #7a6a53;	
	border-right: 1px solid #7a6a53;
	border-bottom: 1px solid #7a6a53;		
	margin-left:1px;
	margin-bottom:1px;
	margin-right:1px;
	
	background-repeat:no-repeat;
	/*width:165px;*/
	text-indent: 4px;
}

.arrowFirstMenu a:hover {
background-image:url(/images/N_menu_arrowH.gif);	
}

.NavOrange {
	height: 45px;
	background: url(/images/N_nav_bg_orange.jpg) repeat-x;	
	background-color: #f58604;
}

.MenuText {
	font: 17px Arial, Helvetica, sans-serif;
	font-weight: bold;
	
}

.MenuText a:link, .MenuText a:visited {
	color: #ffffff;
	text-decoration: none;
}
.MenuText a:active{
	color: #ffffff;
	text-decoration: none;
}

.MenuText .Sm {
	font-size: 11px;
	font-weight: normal;
	margin: -3px 0 0 1px;
}

.MenuText td {padding-right: 40px}

/* ######### END Chrome Style for Drop Down Menu ######### */

/* ######### BEGIN RESOURCE CENTER ####################### */
#outlineCats, #outlineCats a {
	font-family: Verdana, Tahoma, Sans-serif;
	font-size: 11px; 
	color: #BA8D5D;
	line-height:15px;
	font-weight:bold;

}
#outlineCats a:hover {
	text-decoration:none;
	color:#000000;
	
}
#outlineCats ul {
	font-size: 11px; 
	color: #BA8D5D;
	font-weight:bold;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#outlineCats ul ul, #outlineCats ul ul a {
	font-size: 10px; 
	color: #2e4f8b;
	font-weight:normal;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	
}
#outlineCats ul ul ul {
	color: #2e4f8b;
	margin: 0px;
	padding: 0 0 0 10px;
	list-style-type: none;
}
#outlineCats li {
	margin: 0px;
	line-height:normal;
	padding: 0 0 3 0px;
	
}
#outlineCats ul ul li{
	margin: 0px;
	line-height:normal;
	padding: 0 0 3 0px;
	/* Begin Bullet */
	
	background-image:  url(/dealers/redesign/images/bullet1.gif);
	background-repeat: no-repeat;
	background-position: 0px .5em;
	padding: 0 0 0 1em;
	
	/* End Bullet */
	
}
#outlineCats ul ul ul li{
	margin: 0px;
	line-height:normal;
	padding: 0 0 3 0px;
	/* Begin Bullet */
	
	background-image:  url(/dealers/redesign/images/bullet2.gif);
	background-repeat: no-repeat;
	background-position: 0px .5em;
	padding: 0 0 0 1em;
	
	/* End Bullet */
	
}

#outlineCatList, #outlineCatList a {
	font-family: Verdana, Tahoma, Sans-serif;
	font-size: 11px; 
	color: #2E4F8B;
	line-height:15px;
	font-weight:bold;

}
#outlineCatList a:hover {
	text-decoration:none;
	color:#000000;
	
}
#outlineCatList ul {
	font-size: 11px; 
	color: #2E4F8B;
	font-weight:bold;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#outlineCatList ul ul, #outlineCatList ul ul a {
	font-size: 10px; 
	color: #2e4f8b;
	font-weight:normal;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	
}
#outlineCatList ul ul ul {
	color: #2e4f8b;
	margin: 0px;
	padding: 0 0 0 10px;
	list-style-type: none;
}
#outlineCatList li {
	margin: 0px;
	line-height:normal;
	padding: 0 0 3 0px;
	
}
#outlineCatList ul ul li{
	margin: 0px;
	line-height:normal;
	padding: 0 0 3 0px;
	/* Begin Bullet */
	
	background-image:  url(/dealers/redesign/images/bullet1.gif);
	background-repeat: no-repeat;
	background-position: 0px .5em;
	padding: 0 0 0 1em;
	
	/* End Bullet */
	
}
#outlineCatList ul ul ul li{
	margin: 0px;
	line-height:normal;
	padding: 0 0 3 0px;
	/* Begin Bullet */
	
	background-image:  url(/dealers/redesign/images/bullet2.gif);
	background-repeat: no-repeat;
	background-position: 0px .5em;
	padding: 0 0 0 1em;
	
	/* End Bullet */
	
}
/* ######### END RESOURCE CENTER   ####################### */
