/* style reset */
h3 {
	font-size: 1.15em;
}


/* Main Stylesheet definitions */
.clear { float: none !important; clear: both !important; height: 0 !important; }
/* ie hacks temp */
.clear { 
//font-size: 0; 
//line-height: 0; 
}
.mainnav { 
// height: 40px; 
}
/* end ie hacks temp */
body {
	background: rgb(119,122,125);
	margin: 0px;
	font-family: Verdana;
	font-size: .6em;
	color: #666666;
}
a {
	font-size: 1em;
	color: #6699CC;
}
a:link, a:visited {
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}
a img 
{
	border: none;
}

ul li
{
	margin-bottom: 5px;
	
}


ul.arw
{
	margin-left: -20px;
	//margin-left: 25px;
	list-style-image: url(../assets/img/bullet_arrow.gif);
}
ul.arw li 
{
	margin-top: 15px;
	margin-bottom: 0;
}


#pageWrap {
	margin: 0 auto;
	width: 810px;
	padding: 0px;
	background:  url('../assets/img/navfin_head_home.png') no-repeat top white;
}
#pageWrapHome {
	margin: 0 auto;
	width: 810px;
	padding: 0px;
	background:  url('../assets/img/navfin_head_home.png') no-repeat top white;
	background-position: 0 -25px;
}
#topnav {
	width: 790px;
	padding-left: 10px;
	padding-right: 10px;
}
#headLinks {
	color: #6699CC;
	text-align:right;
	padding-top:3px;
	padding-right:5px;
	width:775px;
}
#headLinks a {
	color: #6699CC;
	font-family: Verdana;
	font-size: 8px;
	font-weight: 600;
	text-decoration: none;
}
#headLinks a:link, #headLinks a:visited {
	text-decoration: none;
}
#headLinks a:hover, #headLinks a:active {
	color: #6699CC;
}

.mainnav { background: url("/assets/img/menu/nav-bg.png") repeat-x 0 0; }
.mainnav a { display: block; float: left; }
.mainnav a img { display: block; float: left; }
.mainnav a .active { display: none; }
.mainnav a.active img { display: none; }
.mainnav a.active .active { display: block; }

.mainnav a:hover img { display: none; }
.mainnav a:hover img.active { display: block; }

#mainArea {
	width: 790px;
	padding: 10px;
	height: 100%;
}
#leftColumn {
	float: left;
	width: 173px;
	margin: 0;
	padding-bottom:10px;
	padding-right:5px
}
#sideNav {
	background: #efefef;
	width: 159px;
	display:block;
	padding: 8px 0px 3px 8px;
}
.sideItem {
	width: 155px;
	overflow: visible;
	line-height: 1.5em;
	vertical-align:middle;
	margin-bottom: 10px;
}
.sideItem a {
	font-family: Verdana;
	font-weight: bold;
	color: rgb(119,122,125);
	font-size: 1.1em;
	/*letter-spacing:.05em;*/
}
.sideItem a:link, .sideItem a:visited {
	text-decoration: none;
}
.sideItem a:hover, .sideItem a.blueText {
	color: #6699CC;
	text-decoration: none;
}
.sideItem a:active {
	color: rgb(119,122,125);
	text-decoration: none;
}
#mainContent {
	float: left;
	width: 391px;
	_//height: 340px;
	min-height: 340px;
	padding: 0px 9px 10px 10px;
}
#homeMain {
	float: left;
	padding: 0px 9px 10px 10px;
	width: 391px;
}
#rightColumn {
	float:right; 
	width:200px;
	margin:0;
	margin-bottom: 10px;
	//margin-bottom:0;
}
#news {
	border: 1px solid #666666;
	width: 178px;
	padding:10px 10px 0px 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
a.article {
	color: #666666;
	font-size: .9em;
}
a:link.article, a:visited.article {
	text-decoration:none;
}
a:hover.article {
	text-decoration: underline;
}
a:active.article {
	color: #6699CC;
}

#finddealer {
	background: url('../assets/img/finddealer_bg.png') repeat-x;
	text-align: center;
	padding: 10px 15px 10px 15px;
}
#footer {
	clear: both;
	color: rgb(180,180,180);
	background: rgb(119,122,125);
	font-family: Verdana;
	padding-bottom: 5px;
}
#footer a {
	color: rgb(180,180,180);
	font-size: 1em;
}
#footer a:link, #footer a:visited, #footer a:active {
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}


/* Class Definitions */

.h1, .h2, .h3, .h4, .h5 {
	font-family: Verdana;
	font-weight: bold;
}
.h1 { font-size:2em }
.h2 { font-size:1.8em }
.h3 { font-size:1.6em }
.h4 { font-size:1.4em }
.h5 { font-size:1.2em }
.blueText {
	color: #6699CC;
}
.grayText {
	color: rgb(119,122,125);
}
.whiteText {
	color: rgb(255,255,255);
}



.artDesc {
	padding: 5px 0px 5px 0px;
}
.artDate {
	float:left;
	padding-left: 5px;
	width:85px;
}
.artTitle {
	float:right;
	width:270px;
}

.errorBox {
	background: white;
	padding: 5px;
	border: 2px solid red;
	margin-bottom: 10px;
	text-align: left;	
}
.grayBox {
	border: 1px solid rgb(119,122,125);
	background: #efefef;
	padding: 10px;
	margin-top: 10px;
}
.questionHelper 
{
	visibility: hidden;
	display:none;
	padding: 5px;
	border: 2px solid black;
	background: #6699CC;
	color: #ffffff;
}
.dTreeNav {
	padding-top: 15px;
}
hr {
	color: rgb(119,122,125);
	height: 1px;
}
.dotted {
	border: none 0;
	border-top: 2px dotted rgb(210,210,210);
	height: 2px;
	margin: 12px 0px 10px 0px;
	//margin-bottom:0px;
	padding: 0px;
}
input, select { font-size: 1.25em; }
/******Calculator Styles******/
.calc {
	width: 300px;
	font-weight: bold;
	margin: 0px;
}
.calc input { font-size: 1.25em;border: 1px solid rgb(119,122,125); text-align: right; padding: 2px 3px 2px 0px; vertical-align:middle; }

.calc .TotalAmount {
	font-weight: bold;
	float: right;
	color: #6699CC;
}
.calc .TotalAmount input {
	border-color: white;
	font-weight: bold;
	color: #6699CC;
}
