/* competitiontrailers.css  */

body, h1, h2, h3, h4, h5, h6, p, ul, li, span  {
	margin: 0;
}

h1  {
	margin: 5px 0px;
}

h3  {
	margin: 5px 0px;
}
body  {
	background: url(images/body_BG.jpg) repeat-x top left;
}
a {
	outline: none;
}
img {
	border: none;
}

#pgWrapper  {
	position: relative;
	width: 896px;
	margin: auto;
}

#logo  {
	position: absolute;
	top: 30px;
	left: 25px;
	z-index: 9999;
}

#wrap_nav  {
	margin-top: 10px;
}

#nav li  {
	float: left;
	margin-left: 28px;
}

#nav li a  {
	color: #A8A8A8;
	font: bolder 14px/18px Arial, Helvetica, Sans-Serif;
	text-transform: uppercase;
	text-decoration: none;
}
#nav li a:hover  {
	color: #E30000;
}

#main  {
	position: relative;
	background: url(images/mainBG.png) repeat-y top left;
	z-index: 999;
}

#topCap  {
	background: url(images/topCap.png) no-repeat top left;
	height: 21px;
	margin-top: 20px;
}

#topGrad  {
	position: absolute;
	background: url(images/topGradientBG.png) no-repeat top left;
	width: 895px;
	height: 325px;
	top: 0px;
/* 	z-index: 500; */
}

#content  {
	position: relative;
	background: url(images/botGradientBG.png) no-repeat bottom left;
	font: normal 12px/14px Arial, Helvetica, Sans-Serif;
	z-index: 999;
}
#content a:link, #content a:visited {
	font: bold 12px Arial, Helvetica, Sans-Serif;
	color: #000;
	text-decoration: none;
}
#content a:hover, #content a:active {
	font: bold 12px Arial, Helvetica, Sans-Serif;
	color: #FF0000;
	text-decoration: underline;
}

#slideshow  {
	width: 858px;
	margin-left: 19px;
}

#colLeft  {
	position: relative;
	float: left;
	width: 500px;
	margin: 90px 0px 50px 50px;
	z-index: 999;
}

#colRight {
	position: relative;
	width: 250px;
	float: left;
	margin-top: 90px;
	margin-left: 40px;
	margin-bottom: 231px;
	z-index: 999;
}

#footer  {
	height: 46px;
	background: url(images/botCap.png) no-repeat top left;
	text-align: center;
	font: normal 12px/30px Arial, Helvetica, Sans-Serif;
	color: #E30000;
}

#footer a  {
	color: #E30000;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0px 2px 0px 2px;
}
#copyright  {
	color: #363636;
	text-align: center;
	font: bold 12px/16px Arial, Helvetica, Sans-Serif;
}
#copyright a  {
	color: #363636;
	text-decoration: none;
}
#copyright a:hover  {
	text-decoration: underline;
}

#disclaimer  {
	color: #7B7B7B;
	text-align: center;
	font: normal 10px/25px Arial, Helvetica, Sans-Serif;
	margin-bottom: 25px;
}
#disclaimer a  {
	color: #7B7B7B;
	text-decoration: none;
}
#disclaimer a:hover  {
	text-decoration: underline;
}

.float  {
	float: left;
}

.clear  {
	clear: both;
	height: 0px;
}

.callout  {
	margin-top: 15px;
	text-align: center;
	z-index: 99;
}
.for_sale_row  {
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dashed #000;
}
