/* Global Styles */

body {
	background: #fff url(../images/global/BG-shadow.jpg) no-repeat top center fixed;
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 12px;
	line-height: 15px;
}

h1, .header1 {
	font: 30px Georgia, "Times New Roman", Times, serif;
	/* font-weight: 600; */
	color: #004e7d;
	margin: 0;
}

h2, .header2 {
	font: 18px Georgia, "Times New Roman", Times, serif;
	font-weight: 600;
	color: #df0f2c;
	margin: 0;
}

p {
	font-size: 12px;
	line-height: 20px;
	color: #333;
}

p.noLeading {
	line-height: normal;
}

p a:link, p a:active, p a:visited {
	color: #004e7d;
}

p a:hover {
	color: #df0f2c;
}

a.link:link, a.link:active, a.link:visited {
	color: #004e7d;
}

a.link:hover {
	color: #df0f2c;
}

a.faq:link, a.faq:active, a.faq:visited {
	color: #df0f2c;
}

a.faq:hover {
	color: #004e7d;
}

dl {
}

dt {
	display: block;
	margin: 0;
	padding: 10px;
	background: #808080;
	font-size: 16px;
	font-style: italic;
	color: #ccc;
}

dt a:link, dt a:active, dt a:visited {
	color: #fff;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

dt a:hover {
	color: #d6e3ed;
	text-decoration: underline;
}

dd {
	display: block;
	margin: 0 0 20px 0;
	padding: 10px;
	background: #d6e3ed;
}

dd a:link, dd a:active, dd a:visited {
	color: #004e7d;
	font-weight: bold;
}

dd a:hover {
	color: #df0f2c;
}

/* Form "FieldSet" Styling */
.fieldset {
	margin-bottom: 15px;
	background-color:#d6e3ed;
	padding: 10px;
	border: 1px solid #ccc;
}

.fieldset h2, .fieldset span.fieldsetHeader {
	float: none;
	padding: 0 0 10px 0;
	display: block;
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #004176;
}

.fieldset div {
	clear: both;
	margin-top: 1px;
}

.fieldset div.label {
	float: left;
	width: 200px;
	margin-right: 10px;
	background-color: #eef4f8; 
	padding: 5px 10px;
}

.fieldset .requireInfo{
	font: normal 10px Arial, Helvetica, sans-serif;
	color: red;
}

.fieldset div.required {
	width: 195px;
	border-right: 5px solid red;
}

.fieldset div.error {
	color: white;
	background: red url(../images/global/white-arrow.gif) no-repeat 100% 23%;
}

.errorMessage {
	color: white;
	font-size: 11px;
}

.formElement {
	background-color: #fafcfe;
	border: 1px solid #b3c8d8;
}

/* Alerts Box */
.alert-widget { width:730px; margin-bottom:10px; background:#EEF8FD url(../images/global/alerts-left.gif) repeat-y; }
.alert-widget h2 { width:auto; height:30px; padding:6px 0 0 0; margin:0; color:#252525; font-size:1.3em; font-weight:bold; }
.alert-widget .top { height:40px; margin:0; background:url(../images/global/alerts-top.gif) repeat-x; }
.alert-widget .top .left { height:39px; width: 80%; padding-top:1px; float:left; padding-left:16px; background: url(../images/global/alerts-tl.gif) no-repeat; }
.alert-widget .top .left img { vertical-align:middle; margin-right:10px; }
.alert-widget .top .right { height:40px; width:16px; float:right; background:url(../images/global/alerts-tr.gif) no-repeat; }
.alert-widget .content { margin-left:20px; padding-right:20px; font-size:1em; background:#EEF8FD url(../images/global/alerts-right.gif) repeat-y right; }
.alert-widget .content p { margin:0; padding:5px 0;}
.alert-widget .content p em { font-weight:bold; color:#C00; font-style:normal; }
.alert-widget .content p.dms { font-weight:bold; color:#FF6C3B; border-bottom:none; }
.alert-widget .content div.dms { float:none; width:150px; padding-bottom:3px; }
.alert-widget .bottom { height:18px; background: url(../images/global/alerts-bottom.gif) repeat-x bottom; }
.alert-widget .bottom .left { height:18px; width:18px; float:left; background: url(../images/global/alerts-bl.gif) no-repeat bottom left; }
.alert-widget .bottom .right { height:18px; width:18px; float:right; background: url(../images/global/alerts-br.gif) no-repeat bottom right; }

/* Dealer Listings */

div.odd {
	float: left;
	width: 25%;
	background-color: #d6e3ed;
	color: #004e7d;
	padding: 5px 10px;
}

div.even {
	float: left;
	width: 25%;
	color: #004e7d;
	padding: 5px 10px;
	background-color: #e8f0f6;
}

div.dealer {
	float: left;
	width: 50%;
	background-color: #fff;
	padding: 5px 10px 5px 20px;
	font-weight: 900;
}

div.title {
	font-size: 14px;
	background: #333;
	color: #fff;
	font-weight: 900;
}

div.dealerDetails {
	display: block;
}

div.dealerDetails span {
	float: left;
	padding: 20px;
}

#preview{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
}

#wrapper {
	width: 770px !important;
	margin: 0px auto;
}

#masthead {
	border-bottom: 1px solid #ccc;
	width: 770px;
	top: 0px;
	left: 0px;
	background: url(../images/global/BG-T1-Nav.jpg) repeat-x left bottom scroll;
}

#masthead img.logo {
	float: left;
}

#masthead span {
	font-size: 10px;
	text-align: center;
	padding: 10px;
	float: right;
}

#masthead span a {
	text-decoration: none;
	color: #004176;
}

/* Tier 1 Navigation Styles */
#T1Nav  {
	clear: both;
	text-align: right;
	list-style: none;
	margin: 0 0 5px 0;
	padding: 0;
}

#T1Nav li {
	display: inline;
	margin-left: -2px;
}

#T1Nav li a {
	text-decoration: none;
	text-align: center;
	padding: 5px 10px;
	border-right: 1px solid #ccc;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #004e7d;
}

#T1Nav li a:hover, #T1Nav li a.hover {
	background-color: #fff;
	color: #df0f2c;
}

/* Header Styles */
#header {
	border-top: 10px solid white;
	border-bottom: 10px solid white;
	background: url(../images/global/BG-accordian.gif) repeat-y left top;
}

#header h1 {
	display: block;
	background: #004176;
	font: 40px Georgia, "Times New Roman", Times, serif;
	font-weight: 600;
	color: #fff;
	margin: 0;
	padding: 10px 15px;
}

#header #headerTitle {
	float: right;
	display: block;
	width: 485px;
	background-color: #004176;
	font: 40px Georgia, "Times New Roman", Times, serif;
	font-weight: 600;
	color: #fff;
	margin: 0;
	padding: 10px 15px;
}

#header #headerPhoto {
	clear: right;
	float: right;
	border-top: 10px solid white;
	bottom: 0;
	right: 0;
}

/* Content Styles */
#content {
	border-top: 1px solid #ccc;
	background: #fff url(../images/global/BG-content-shadow.jpg) repeat-x scroll top left;
	padding: 20px;
}

#leftColumn {
	float: left;
	width: 500px;
	border-right: 1px solid #ccc;
	padding-right: 20px;
	padding-bottom: 20px;
	margin-right: 20px;
}

#rightColumn {
	float: right;
	text-align: left;
}

/* Highlight DIV Container Styles */

.HLdiv-TL {
	color: #5a5a5a;
	background-color: #d6e3ed;
	background: transparent url(../images/global/highlight-div-TR.gif) no-repeat scroll right top;
}

.HLdiv-TR {
	background: transparent url(../images/global/highlight-div-TL.gif) no-repeat scroll left top;
}

.HLdiv-BR {
	background: url(../images/global/highlight-div-BR.gif) no-repeat scroll right bottom;
}

.HLdiv-BL {
	background: transparent url(../images/global/highlight-div-BL.gif) no-repeat scroll left bottom;
	overflow: hidden;
}

.HLdiv-Styles {
	margin: 0px 5px;
	padding: 7px 10px;
}

.HLdiv-Styles h1 {
	margin-bottom: 15px;
	padding: 0;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #fff;
}

.HLdiv-Styles p {
	margin: 0;
	padding-bottom: 10px;
}

.HLdiv-Styles ul {
	list-style: square;
	padding-bottom: 10px;
}

.HLdiv-Styles li {
	margin-left: -25px;
	padding: 0 10px 5px 2px;
}

/* Highlight DIV 2 */

.HLdiv2 {
	border: 1px solid #ccc;
	padding: 15px;
	margin: 15px 0;
	background: #ececec url(../images/global/highlight-div-2-BG.gif) repeat-x;
}

.HLdiv2 h2 {
	margin-bottom: 15px;
	padding: 0;
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #004e7d;
}

/* Footer Styles */

#footer {
	background-color: #f6f6f6;
	border-top: 1px solid #ccc;
	padding: 15px;
	margin-top: 10px;
}

#footer span {
	text-align: center;
	float: left;
	padding: 0 10px;
}

#footer span a {
	color: #646464;
	text-decoration: none;
}

#footer span a:hover {
	color: #3f7c9e;
}

#footer #members {
	float: right;
	padding-right: 15px;
	border-right: 1px solid #ccc;
	margin-right: 15px;
}

#footer #contactinfo {
	float: right;
	font: 11px/12px Arial, Helvetica, sans-serif;
	color: #666;
	text-align: left;
	padding: 0;
}

#copyright {
	padding: 5px;
	margin-bottom: 45px;
	font-size: 10px;
	color: #999;
}

#copyright a:link, #copyright a:active, #copyright a:visited {
	color: #666;
}

#copyright a:hover {
	color: #df0f2c;
}