body {
	margin: 0;
	padding: 0;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
	font-size: 11px;
	line-height: 16px;
	background: #000 url(../webimages/background.gif) repeat-x left top;
}
body.popup {
	background: #fff;
}

a {
	color: #524340;
	text-decoration: underline;
}
	a:hover {
		text-decoration: none;
	}
img {
	border: 0;
}
input, select, textarea {
	font-size: 11px;
}
p {
	margin: 0;
	padding: 0 0 10px;
}
h1 {
	margin: 0;
	padding: 0;
	font-size: 22px;
	line-height: 24px;
}
h2 {
	margin: 0;
	padding: 0;
	font-size: 18px;
	line-height: 20px;
}
h3 {
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 18px;
}
h4 {
	margin: 0;
	padding: 0 0 10px;
	font-size: 12px;
	line-height: 16px;
}
h5 {
	margin: 0;
	padding: 10px 0 0;
	font-size: 11px;
	line-height: 16px;
}
ul, ol {
	margin: 0;
	padding: 5px 0 10px 35px;
}
.content ul li {
	padding: 0 0 3px 0;
}
ol li {
	padding: 0 0 10px;
}
table {
	margin: 0 0 10px;
	padding: 0;
	border: 0;
	border-collapse: collapse;
}
	td {
		vertical-align: top;
	}
hr {
	height: 1px;
	border: 0;
	width: 100%;
	color: #d4d0cf;
	background: #d4d0cf;
}

img.left {
	float: left;
	margin: 0 15px 10px 0;
}
img.right {
	float: right;
	margin: 0 0 10px 15px;
}
table.left {
	float: left;
	margin: 0 15px 10px 0;
}
table.right {
	float: right;
	margin: 0 0 10px 15px;
}
table.outline {
	border: 1px solid #d4d0cf;
	border-spacing: 15px;
	border-collapse: separate;
}
table.form {
	border: 0;
}
	table.form td {
		padding: 5px;
	}

.required {
	color: #ff0000;
}

#bg {
	min-width: 960px;
	min-height: 650px;
	background: url(../webimages/background.jpg) no-repeat center top;
}
* html #bg {
	height: 650px;
	overflow: visible;
}

#page {
	width: 960px;
	overflow: hidden;
	margin: 0 auto;
}

#header {
	position: relative;
	height: 95px;
	z-index: 500;
}
.popup #header {
	height: 93px;
	border-bottom: 2px solid #fff;
	background: #524340;
}
	#header .logo {
		float: left;
		padding: 37px 0 0;
		width: 207px;
		overflow: hidden;
	}
	.popup #header .logo {
		float: none;
		width: 500px;
		margin: 0 auto;
	}
	#header .dashboard {
		float: right;
		width: 753px;
		text-align: right;
	}
		.dashboard .utility {
			padding: 15px 0 14px;
			color: #fff;
			font-size: 11px;
			line-height: 20px;
		}
			.dashboard .utility a {
				color: #fff;
				text-decoration: none;
			}
				.dashboard .utility a.emailSignup {
					padding: 0 0 0 25px;
					background: url(../webimages/dashboard_utility_email.gif) no-repeat left center;
				}
				.dashboard .utility a:hover {
					text-decoration: underline;
				}
			.dashboard .utility ul {
				display: -moz-inline-stack;
				display: inline-block;
				vertical-align: middle;
				margin: 0;
				padding: 0;
				list-style: none;
				zoom: 1;
				*display: inline;
			}
			.dashboard .utility li {
				display: -moz-inline-stack;
				display: inline-block;
				vertical-align: middle;
				padding: 0 8px 0 9px;
				background: url(../webimages/dashboard_utility_border.gif) no-repeat left center;
				zoom: 1;
				*display: inline;
			}
				.dashboard .utility li.first {
					background: none;
				}
			.dashboard .search {
				display: -moz-inline-stack;
				display: inline-block;
				vertical-align: middle;
				padding: 0 0 0 3px;
			}
				.dashboard .search input.textbox {
					vertical-align: middle;
					border: 0;
					color: #524340;
					padding: 2px;
					height: 14px;
				}
				.dashboard .search a.submitSearch {
					display: -moz-inline-stack;
					display: inline-block;
					vertical-align: middle;
					height: 18px;
					width: 20px;
					background: url(../webimages/dashboard_search_submitSearch.gif) no-repeat left top;
				}
					.dashboard .search a.submitSearch span {
						display: none;
					}

#primaryMenu {
	color: #fff;
	text-transform: uppercase;
	font-size: 11px;
	line-height: 24px;
}
	#primaryMenu a {
		display: block;
		display: inline-block;
		padding: 0 15px;
		color: #fff;
		text-decoration: none;
	}
		#primaryMenu .hover a {
			background: #ffc423;
			color: #524340;
		}
	#primaryMenu ul {
		float: right;
		margin: 0;
		padding: 0;
		list-style: none;
	}
	#primaryMenu li {
		position: relative;
		float: left;
	}
		#primaryMenu li ul {
			display: none;
			position: absolute;
			top: 24px;
			left: 0;
			width: 150px;
			padding: 0 0 5px;
			border: 1px solid #ffc423;
			background: #fff;
			text-align: left;
			line-height: 16px;
			z-index: 500;
		}
		    #primaryMenu li.first ul {
		        width: 250px;
		    }
		    #primaryMenu li.second ul {
		        width: 180px;
		    }
			#primaryMenu li.hover ul {
				display: block;
			}
			#primaryMenu li ul li {
				position: static;
				float: none;
			}
			#primaryMenu li.hover ul a {
				padding: 4px 15px;
				width: 120px;
				color: #000;
				background: #fff;
			}
			#primaryMenu li.first ul a {
				width: 220px;
			}
			#primaryMenu li.second ul a {
				width: 150px;
			}
				#primaryMenu li ul a:hover {
					background: #ffc423;
					color: #524340;
				}

	.twoCol {
		background: url(../webimages/body_twoCol.gif) repeat-y left top;
		min-height: 493px;
		width: 960px;
		overflow: hidden;
	}
	* html .twoCol {
		height: 493px;
		overflow: visible;
	}
	.fullCol {
		padding: 12px 0;
		background: #fff url(../webimages/body_shadow.gif) repeat-x left top;
		min-height: 469px;
		width: 960px;
		overflow: hidden;
	}
	* html .fullCol {
		height: 469px;
		overflow: visible;
	}
	.homeCol {
		padding: 0;
		background: #fff url(../webimages/body_shadow.gif) repeat-x left top;
		min-height: 493px;
		width: 960px;
		overflow: hidden;
	}
	* html .homeCol {
		height: 493px;
		overflow: visible;
	}

.leftCol { display: none; }
	.twoCol .leftCol {
		float: left;
		display: inline;
		width: 207px;
		padding: 12px 0;
		overflow: hidden;
		background: url(../webimages/body_shadow.gif) repeat-x left top;
	}
	.twoCol .rightCol {
		float: right;
		width: 743px;
		padding: 12px 0;
		overflow: hidden;
		background: url(../webimages/body_shadow.gif) repeat-x left top;
	}
	
	.popup #body {
		padding: 12px 0 0;
		background: url(../webimages/body_shadow.gif) repeat-x left top;
	}

.mainMenu {
	padding: 0 3px;
}
	.mainMenu h2 {
		margin: 0;
		padding: 0 16px;
		font-size: 18px;
		line-height: 30px;
		color: #896e64;
		font-weight: bold;
		text-transform: uppercase;
	}
		.mainMenu h2 a {
			color: #896e64;
			text-decoration: none;
		}
			.mainMenu h2 a:hover {
				text-deocoration: underline;
			}
	.mainMenu ul {
		margin: 0;
		padding: 10px 0;
		list-style: none;
		font-size: 11px;
		line-height: 20px;
	}
		.mainMenu li {
			padding: 2px 0 1px;
		}
		.mainMenu ul a {
			display: block;
			color: #010101;
			padding: 3px 16px 4px;
			text-decoration: none;
		}
			.mainMenu ul a:hover {
				text-decoration: underline;
			}
			.mainMenu ul a.selected {
				background: #d4d0cf;
				color: #524340;
			}
				.mainMenu ul a.selected:hover {
					text-decoration: none;
				}
		.mainMenu ul ul {
			padding: 0 0 10px;
		}
			.mainMenu ul ul li {
				padding: 1px 0;
			}
			.mainMenu ul ul a {
				padding: 3px 16px 4px 37px;
				background: url(../webimages/mainMenu_bullet.gif) no-repeat 25px center;
			}
				.mainMenu ul ul a.selected {
					background: #d4d0cf url(../webimages/mainMenu_bullet_sel.gif) no-repeat 25px center;
				}
			
.breadcrumb {
	color: #000;
	padding: 5px 20px;
}
	.breadcrumb a {
		color: #524340;
		text-decoration: none;
	}
		.breadcrumb a.selected {
			color: #000;
		}
		.breadcrumb a:hover {
			text-decoration: underline;
		}
	.breadcrumb .divider {
		color: #524340;
		padding: 0 5px;
	}
		
.banner {
	padding: 7px 0;
	margin: 0 3px;
	width: 737px;
	overflow: hidden;
}
.fullCol .banner {
	width: 954px;
}
	.banner p {
		padding: 0;
	}
	
.content {
	padding: 10px 20px;
	overflow: hidden;
	zoom: 1;
}
.popup .content {
	width: 500px;
	margin: 0 auto;
	overflow: hidden;
}

#footer {
	width: 960px;
	overflow: hidden;
	padding: 16px 0 0;
}
	#footer ul.menu {
		float: right;
		margin: 0;
		padding: 0;
		list-style: none;
		color: #fff;
	}
		#footer ul.menu a {
			color: #fff;
			text-decoration: none;
		}
			#footer ul.menu a:hover {
				text-decoration: underline;
			}
		#footer ul.menu li {
			float: left;
			padding: 0 8px 0 7px;
			background: url(../webimages/footer_menu_border.gif) no-repeat right center;
		}
			#footer ul.menu li.last {
				padding: 0 0 0 7px;
				background: none;
			}
	#footer .text {
		float: left;
		color: #999;
	}
		#footer .text p {
			padding: 0;
		}
	
#pageFooterWrap {
	width: 960px;
	margin: 0 auto;
	padding: 0 0 15px;
}

.sitemapCol {
	float: left;
	width: 280px;
	padding: 0 0 20px 26px;
	overflow: hidden;
}
	.sitemapCol h4 {
		font-size: 14px;
		line-height: 20px;
		padding: 15px 0 0;
	}
		.sitemapCol h4 a {
			text-decoration: none;
		}
			.sitemapCol h4 a:hover {
				text-decoration: underline;
			}
	.sitemapCol ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
		.sitemapCol ul ul {
			padding: 2px 0 5px 15px;
		}
	
.homeBanner {
	position: relative;
	margin: 0 0 0 3px;
	width: 954px;
	height: 319px;
	overflow: hidden;
}
	.homeBanner ul {
		margin: 0;
		padding: 0;
		list-style: none
	}
	/*.homeBanner li {
		position: absolute;
		top: 0;
		left: 3px;
		z-index: 10;
	}
		.homeBanner li:first-child {
			z-index: 15;
		}*/
		.homeBanner li img {
			width: 954px;
			height: 319px;
		}
.homePrevious {
	position: absolute;
	top: 11px;
	left: 914px;
	height: 15px;
	width: 16px;
	overflow: hidden;
	z-index: 300;
}
	.homePrevious a {
		display: none;
		width: 16px;
		height: 15px;
		overflow: hidden;
		background: url(../webimages/homePrevious.png) no-repeat left top;
	}
	* html .homePrevious a {
		cursor: pointer;
		background: url(../webimages/spacer.gif) repeat left top;
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='webimages/homePrevious.png', sizingMethod='crop');
	}
		.homePrevious a span {
			display: none;
		}
.homeNext {
	position: absolute;
	top: 11px;
	left: 933px;
	height: 15px;
	width: 16px;
	overflow: hidden;
	z-index: 300;
}
	.homeNext a {
		display: none;
		width: 16px;
		height: 15px;
		overflow: hidden;
		background: url(../webimages/homeNext.png) no-repeat left top;
	}
	* html .homeNext a {
		cursor: pointer;
		background: url(../webimages/spacer.gif) repeat left top;
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='webimages/homeNext.png', sizingMethod='crop');
	}
		.homeNext a span {
			display: none;
		}
.homeAreas {
	padding: 3px 0 3px 3px;
	width: 954px;
	height: 168px;
	overflow: hidden;
}
	.homeAreas ul {
		margin: 0;
		padding: 0;
		width: 957px;
		list-style: none;
	}
	.homeAreas li {
		float: left;
		width: 236px;
		height: 168px;
		padding: 0 3px 0 0;
		overflow: hidden;
	}
		.homeAreas li img {
			width: 236px;
			height: 168px;
		}
	
#locator {
	margin: 10px auto;
	width: 661px;
	padding: 12px 20px;
	border: 1px solid #d4d0cf;
	overflow: hidden;
}
	#locator table {
		margin: 0;
		table-layout: fixed;
	}
	#locator td {
		padding: 3px 20px 3px 0;
	}
		#locator input.textbox {
			width: 320px;
			padding: 2px 0 2px 4px;
			border-top: 1px solid #777;
			border-right: 1px solid #bcbcbc;
			border-bottom: 1px solid #e4e4e4;
			border-left: 1px solid #bcbcbc;
		}
a.findDealers {
	display: -moz-inline-stack;
	display: inline-block;
	height: 23px;
	margin: 8px 0 0;
	background: url(../webimages/submitButton.gif) no-repeat left top;
	color: #54443e;
	font-size: 12px;
	line-height: 1.2em;
	text-decoration: none;
}
	a.findDealers span {
		display: -moz-inline-stack;
		display: inline-block;
		height: 21px;
		padding: 2px 10px 0 8px;
		background: url(../webimages/submitButton.gif) no-repeat right -23px;
	}
		
.locatorMap {
	margin: 0 auto;
	padding: 25px 0 15px;
	width: 701px;
	overflow: hidden;
}

#map_canvas {
	float: left;
	width: 350px;
	height: 375px;
	border: 0;
}
.dealers {
	float: right;
	width: 345px;
	overflow: hidden;
}
	.dealerLabel {
		height: 85px;
		overflow: hidden;
	}
		.dealerLabel h3 {
			padding: 4px 10px;
			font-size: 12px;
			line-height: 18px;
			color: #000;
			background: #d4d0cf;
		}
		.dealerLabel p {
			padding: 4px 10px;
		}
#dealer_list {
	position: relative;
	float: left;
	display: none;
	padding: 0 0 0 10px;
	border: 0;
	width: 335px;
	height: 290px;
	overflow: auto;
}
	#dealer_list .DealerInfo {
		padding: 15px 20px 5px 20px;
		border-bottom: 1px solid #d4d0cf;
	}
	#dealer_list .SelectedDealer {
		background: #eff3f6;
	}
	#dealer_list .DealerInfo:last-child {
		border: 0;
	}
		.DealerInfo .Icons {
			display: none;
		}
		.DealerInfo p {
			padding: 0;
		}
		    .DealerInfo p.URLs {
		        display: none;
		    }
			.DealerInfo p.Comp {
				color: #524340;
				font-weight: bold;
			}
			.DealerInfo p.City, .DealerInfo p.State, .DealerInfo p.ZIP {
				display: inline;
			}
			.DealerInfo p.Comp, .DealerInfo p.Str1, .DealerInfo p.Str2, .DealerInfo p.City {
				text-transform: capitalize;
			}
			.DealerInfo p.State {
				text-transform: uppercase;
			}
			#map_canvas .DealerInfo p.Comp, #dealer_list .SelectedDealer p.Comp {
				color: #000;
			}

.EktronAjaxLoading { display: none; }