@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
}

body {
	margin:0;
	padding:0;
	background:#fff;
	font:small/1.4em "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: transparent url(../images/bkgds/pgbkgd.jpg) repeat-x left top;
	color:#333;
		}
		
a {
	color: #333333;
	text-decoration: underline;
}
		
h1 {
	background:transparent;
	margin:0;
	padding:5px;
	color:#666666;
	font-size: 135%;
	line-height: 1.4em;
  }

h2 {
	color:#358411;
	font-size: 118%;
	border-width:0;
  }
h3 {
	color: #8EC63D;
}
		
#topwrapper {
	width: 942px;
	margin: 0 auto;
	background: #ffffff;
	border-right: 1px solid #d33348;
	border-left: 1px solid #d33348;
		}
#header {
	float:left;
	width:100%;
	height:90px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #777777;
	border-bottom-color: #777777;
	margin-top: 10px;
	}

#wrapper {
	width: 922px;
	padding: 10px;
	margin: 0 auto;
	background: #ffffff;
	border-right: 1px solid #d33348;
	border-left: 1px solid #d33348;
		}
		
		
		
/* Top Nav
----------------------------------------------- */
#topnav {
	width: 100%;
	background: #ffffff;
	height:20px;
  }
#topnav ul {
  margin:0;
  padding:1em 12px 0;
  list-style:none;
  }
#topnav li {
  display:inline;
  margin:0;
  padding:0;
  background-image:none;
  line-height:1em;
  text-indent:0;
  }
#topnav a, #topnav strong {
	float:left;
	display:block;
	color:#888;
	margin-top:3px;
	padding:.25em 8px;
	border-width:0;
	font-size:85%;
	text-transform:lowercase;
	text-decoration: underline;
  }
#topnav a strong {
  font-size:100%;
  margin-top:0;
  padding:0;
  }
#topnav strong {
  color:#333;
  }
#topnav a:hover {
  color:#333;
  }
  
/* Other Layout CSS
----------------------------------------------- */



#mainContent {
	width: 100%;
	font-size: 95%;
	background: ffffff;
		}



.columnContainer {
	padding-top: 10px;
	background: transparent;
}

.column {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	}

#mainContent .column {
	width: 297px;
	background: transparent;
	border-top: 1px solid #999999;
	padding-top: 4px;
		}


#mainContent .spanTwo {
	width: 604px;
	background: transparent;
		}
		
		#mainContent .spanThree {
	width: 922px;
	background: transparent;
		}



#bottomwrapper {
	width: 942px;
	margin: 0 auto;
	background: #ffffff;
	border-right: 1px solid #d33348;
	border-left: 1px solid #d33348;
}
#footer {
	text-align: center;
	border-top: 1px solid #8EC63D;
	border-bottom: 1px solid #8EC63D;
	background: url(../images/bkgds/pgbkgd.jpg) repeat-x left center;
	height: 26px;
	padding-top: 6px;
}

/* Table Rules
----------------------------------------------- */
table {
	border-collapse: collapse;
	border: 1px solid #333333;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	color: #363636;
	background: transparent;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
  }
.dealerlink a {
	text-decoration: underline;
}
table a {
	text-decoration: underline;
	color: #333333;
}
table a:hover {
	background-color: transparent;
	color: #000000;
}
td, th {
	border: 1px dotted #333333;
	padding: 0.5em;
	color: #363636;
  }

thead th, tfoot th {
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	;
	text-align: left;
	background: #232323;
	color: #ffffff;
	padding-top:5px;
	letter-spacing: 0.05em;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: dotted;
	border-bottom-style: solid;
	border-left-style: dotted;
	border-top-color: #000000;
	border-right-color: #FFCC00;
	border-bottom-color: #000000;
	border-left-color: #FFCC00;
  }
tbody td a {
  background: transparent;
  text-decoration: none;
  color: #363636;
  }

tbody th a {
  font: normal 11px verdana, arial, helvetica, sans-serif;
  background: transparent;
  text-decoration: none;
  font-weight:normal;
  color: #363636;
  }

tbody th, tbody td {
  vertical-align: top;
  text-align: left;
  }
tfoot td {
  border: 1px solid #333333;
  background: #e9e44e;
  padding-top:3px;
  color: #FFFFFF;
  }
.odd {
  background: #eba170;
  }
tbody tr:hover {
  background: #abdd47;
  border: 1px solid #333333;
  color: #FFFFFF;
  }
tbody tr:hover th,
tbody tr.odd:hover th {
  background: #abdd47;
  color: #FFFFFF;
  }
/* Clearing Rules
----------------------------------------------- */

.clearFix:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
		}
		
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

