@charset "utf-8";
/* CSS Document */

* img {border:none;}

.nyroModalBg {
	position: fixed;
	overflow: hidden;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	opacity: 0.7;
	filter: alpha(opacity=70);
	z-index: 1000;
	background: #000;
}
.nmReposition {
	position: absolute;
}
.nyroModalCloseButton {
	top: -13px;
	right: -13px;
	width: 12px;
	height: 12px;
	text-indent: -9999em;
}
.nyroModalTitle {
	display:none;
	top: -26px;
	left: 0;
	margin: 0;
	font-size: 1.1em;
	color: #ddd;
}
.nyroModalCont {
	position: absolute;
	border: 0;
	margin: 0;
	z-index: 1001;
	background-color:#fff;
}
.nyroModalError {
	width: 250px;
	height: 250px;
	color: red;
	border:4px solid red;
}
.nyroModalError div {
	min-width: 0;
	min-height: 0;
	/*padding: 10px;*/
}
.nyroModalLink, .nyroModalDom, .nyroModalForm, .nyroModalFormFile {
	position: relative;
	padding: 0;
	min-height: 0;
	min-width: 250px;
	max-width: 1000px;
}
.nyroModalImage, .nyroModalSwf, .nyroModalIframe, .nyroModalIframeForm {
	position: relative;
	overflow: hidden;
}
.nyroModalHidden {
	left: -9999em;
	top: -9999em;
}
.nyroModalLoad {
	position: absolute;
	width: 100px;
	height: 100px;
	padding: 0;
	background: #fff url('../images/ajax-loader.gif') no-repeat center;
}
.nyroModalPrev, .nyroModalNext {
	outline: none;
	position: absolute;
	top: 0;
	height: 60%;
	width: 150px;
	min-height: 50px;
	max-height: 300px;
	cursor: pointer;
	text-indent: -9999em;
}
.nyroModalImage .nyroModalPrev, .nyroModalImage .nyroModalNext {
	height: 100%;
	width: 40%;
	max-height: none;
}
.nyroModalPrev {
	left: 0;
}
.nyroModalNext {
	right: 0;
	background-position: right 20%;
}
.nyroModalNext:hover {
	background-position: right 20%;
}

.blbHeader {
	background-color: #215F8B;
	height: 40px;
	overflow: hidden;
	width:auto !important;
}

.blbHeader h3 {
	color: white;
	display: inline;
	float: left;
	font-size: 16px;
	font-weight: bold;
	padding: 11px 10px 9px 10px;
	font-family: Verdana, sans-serif;
	margin:0px;
}

.blbHeader a {
	display: inline;
	display: block;
	float: right;
	padding: 9px 10px;
}

.boxContainer {width:580px; margin:20px 10px 10px;}
.boxContainer img {margin:0 20px 0 10px;}
#DealerLocatorAll .boxContainer p.cntText.mrg {margin-left: 52px;}