@charset "UTF-8";
/* CSS Document */

/* Sets element margins, padding, and border to 0 to even out browser differences when adding desired values later. */
html, body, div, p, h1, h2, h3, h4, h5, h6, blockquote, ol, ul, li, dl, dt, dd, td, form, fieldset, a {
     margin: 0;
     padding: 0;
     border: 0;
}body {
	font: 100.1% Arial, Helvetica, sans-serif;
	color: #333;
	background: #FFF;
}
#wrapper {
	font-size: 0.85em;
	width: 962px;
	margin-right: auto;
	margin-left: auto;
	line-height: 1.6em;
	border-top: 0px none;
	text-align: left;
	border-right: 1px solid #7A7A7A;
	border-bottom: 1px solid #7A7A7A;
	border-left: 1px solid #7A7A7A;
}
p {
	text-indent: 15px;
	margin-bottom: 12px;
}
a:link, a:visited, a:active {
	color: #006;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
ul {
	margin-bottom: 12px;
	margin-left: 15px;
	list-style: square url(none);
}
li {
	line-height: 1.8em;
	list-style: square url(none);
}
h2, h3, h4, h5 {
	color: #006;
	font-family: "Arial Black", Gadget, sans-serif;
}
h2 {
	font-size: 1.2em;
}
h3 {
	font-size: 1.1em;
}
#contentWrap {
	background: url(/images/bkg_contentWrap_02.gif) repeat-y;
	border-bottom: 1px solid #7A7A7A;
}
.bold {
	font-weight: bold;
}

#header {
	background: url(/images/bkg_header.jpg) no-repeat center top;
	height: 276px;
}
#header h1 {
	text-indent: -8000px;
}
.clearit {
	font-size: 0.0px;
	line-height: 0.0px;
	clear: both;
	height: 0.0px;
}
#slideWrap {
	margin-bottom: 20px;
}
#lotPg .lotTitle h2 {
	font-size: 1.2em;
	color: #FFF;
}
#lotPg #slideWrap {
	background: #CCC;
}
#lotPg  .content_left img a {
	margin: 9px;
	padding: 0px;
	border-style: none;
}
.lotTitle {
	color: #000;
	background: #999;
	text-align: center;
	padding: 3px;
}
#slideWrap h2 {
	padding-top: 15px;
}
.slide_left {
	float: left;
	width: 650px;
}
#slide_right {
	float: right;
	width: 300px;
}
.content_left {
	float: left;
	width: 240px;
}
.content_right {
	float: right;
	width: 720px;
}
.content_right .cR_main {
	float: left;
	width: 480px;
}
.cR_sub {
	float: right;
	width: 240px;
}
#footer {
	margin-top: 20px;
}
.content {
	padding: 10px;
}
.bmc_leftContentImage .bmc_image {
	margin: 0px;
	padding: 0px;
}
.breadcrumbs {
	font-size: .75em;
	margin-bottom: 10px;
}
.cR_main h2 {
	margin-bottom: 15px;
}
#share {
	margin-top: 12px;
}

