/* CSS Document */
.hideMe {
	clear: both;
	float: none;
	height: 0px;
	width: 0px;
	overflow: hidden;
	position: absolute;
	top: 0px;
	right: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: Tahoma;
	font-style: normal;
	color: #000000;
	text-align: justify;
}

.greyDiv {
	position:absolute;
	top:0px;
	left:0px; 
	height:100%; 
	width:100%;
	z-index: 20;
	visibility:hidden; 
	background-color: #333333; 
	opacity: .4;
	filter: alpha(opacity=40);
	background-color:transparent !important;
}

.arrowExplain {
	visibility: hidden;
	position: absolute;
	z-index: 5;
	top: 50px;
	left: 100px;
}

.transpInnerTxt {
	position: absolute;
	top: 55px;
	left: 33px;
	width: 188px;
	height: 55px;
	text-align:center;
	font-size:small;
	font-weight: bold;
}

a:link {
	color: #006600;
}
a:visited {
	color: #009933;
}
a:hover {
	color: #0000FF;
}
a:active {
	color: #77EB66;
}

.disclaimer {
	font-size: x-small;
}

.SmallText {
	font-size: small;
}

.tableBorderNoBG {
	background-color: #FFFFFF;
	border: 1px solid #009400;
	padding: 7px;
}

img {
	border-width: 0px;
	border-style: none;
}

.TableDarkGreen {
	background-color: #009304;
	font-weight: bold;
	color: #FFFFFF;
}

.TableGreen {
	background-color: #46BB39;
}

.TableLightGreen {
	background-color: #77EB66;
}

.TableGrey {
	background-color: #CCCCCC;
}

.TableNewCar {
	background-color: #6699FF;
}

.TableNewCar, .TableGrey {
	font-family:"Times New Roman", Times, serif;
	font-size:small;
	padding-left: 4px;
}

.TableNewCar, .TableGrey, .TableLightGreen, .TableGreen, .TableDarkGreen {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #999999;
}

.TableLightGreen, .TableGreen, .TableDarkGreen {
	text-align: center;
	font-family:"Courier New", Courier, monospace;
	font-size: small;
}

.TableBorder {
	background-color: #DEFFD2;
	border: 1px solid #009603;
	text-align:justify;
	padding: 10px;
	background-color: #DEFFD2;
}

.FormTableBorder {
	border: 1px solid #009603;
	background-color: #FFFFFF;
	width: 200px;
}

.TableHeadings {
	font-weight: bold;
	text-align: center;
}

.style3 {
	font-weight: bold;
	text-align:center;
}

.newsItem {
	background-color: #DEFFD2;
	margin-bottom: 10px;
	border-bottom-style: dotted;
	border-top-color: #006600;
	border-right-color: #006600;
	border-bottom-color: #006600;
	border-left-color: #006600;
	padding: 10px;
	width: 100%;
}
.newsHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #000000;
	text-transform: capitalize;
	font-variant: small-caps;
	text-align:left;
}
.newsDate {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-small;
	text-align:right;
	font-weight:bold;
}
.newsText {
	font-family: Tahoma, Arial, sans-serif;
	font-size: small;
	text-align: justify;
}

.dealerLoc {
	position: absolute;
	top: 0px;
	left: 0px;
	visibility: hidden;
	z-index:21;
}

.dealerSearchTextboxHome {
	height:24px;
	width:105px;
	background-color: transparent;
	border: none;
	font-size: x-small;
	color:#666666;
}

.findButton {
	position: absolute;
	top: 77px;
	left: 258px;
	background-color: transparent;
}

.dealerSearchTextboxDL {
	border: none;
	color: #000000;
	width: 165px;
	height: 20px;
	background-color: transparent;
	padding-top: 5px;
	padding-left: 5px;
}

.DLTextboxDiv {
	position: absolute;
	top: 77px;
	left: 86px;
	background-color: transparent;
}

.closeButton {
	position:absolute;
	top: 28px;
	left: 355px;
}