/* CSS Document */

/*---------------------  RESET  ---------------------*/

ul, ol, li, h1, h2, h3, h4, h5, h6, form, p, dl, dt, dd, input {
	margin:0;
	padding:0; }

ul, ol, li {
	list-style: none; }

a img,:link img,:visited img {
	border:none; }

a:focus { outline: none }
	
html, body {
	margin: 0;
	padding: 0; }

.clear_float { /* 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 */
	font-size: 1px; /* Sets the font size to 1 pixel */
	line-height: 0px; /* Sets line-height to 0 -font and line-height, even if not explicitly on the page, might add diemnsion to the clearing element rather than make it larely invisible */
	clear: both; /* Keeps floated divs from draping over objects beneath them. */
	height: 0px;
	overflow: hidden; /* Makes sure the clearing element has no height */
	display: block;
}

/*---------------------  GENERAL  ---------------------*/

body {
	padding-bottom: 20px;
	font: 12px Arial, Helvetica, sans-serif;
	text-align:center;
	background: #000000 url(../images/master/bkgrnd_page.gif) repeat-x; }

/*.invisible a:link, a:active, a:hover {
	color:#ffffff;
	text-decoration:none;
}

.invisible a:visited {
	color:#ffffff;
	text-decoration:none;}*/

a {
	color:#CC3300; }

a.white { color: #FFFFFF }


/*---------------------  MASTER  ---------------------*/

#content_wrapper {
	width: 770px;
	margin-left: auto;
	margin-right: auto;
	text-align: left; }

#header_wrapper {
	height: 135px;
	background: #000000 url(../images/master/bkgrnd_header.jpg) repeat-x center; }
	#header_wrapper #header {
		position: relative;
		width: 770px;
		height: 135px;
		margin-left: auto;
		margin-right: auto;
		text-align: left; }
		#header_wrapper #header a {
			color: #FFFFFF;
			text-decoration: none; }
			#header_wrapper #header a.logo {
				display: block;
				position: absolute;
				top: 0;
				left: 0;
				width: 380px;
				height: 75px;
				background: url(../images/master/logo.jpg) no-repeat; }
			#header_wrapper #header .logo h2 {
				text-indent: -8000px; }
		#header_wrapper #header span {
			position: absolute;
			top: 30px;
			right: 0;
			color: #b3b6b5;
			font-size: 0.83em;
			font-weight: bold; }
		#header_wrapper #header ul {
			position: absolute;
			top: 75px;
			left: 0;
			width: 770px;
			height: 60px;
			background: url(../images/master/nav.gif) no-repeat; }
			#header_wrapper #header ul li {
				float: left;
				text-indent: -8000px; }
				#header_wrapper #header ul li a {
					display: block; }
				#header_wrapper #header ul li a.link_one {
					width: 209px;
					height: 60px;
					background: url(../images/master/nav.gif) no-repeat 0 0; }
					#header_wrapper #header ul li a.link_one:hover {
						background-position: 0 -60px; }
				#header_wrapper #header ul li a.link_two {
					width: 210px;
					height: 60px;
					background: url(../images/master/nav.gif) no-repeat -209px 0; }
					#header_wrapper #header ul li a.link_two:hover {
						background-position: -209px -60px; }
				#header_wrapper #header ul li a.link_three {
					width: 111px;
					height: 40px;
					margin-top: 20px;
					background: url(../images/master/nav.gif) no-repeat -419px -20px; }
					#header_wrapper #header ul li a.link_three:hover {
						background-position: -419px -80px; }
				#header_wrapper #header ul li a.link_four {
					width: 129px;
					height: 40px;
					margin-top: 20px;
					background: url(../images/master/nav.gif) no-repeat -530px -20px; }
					#header_wrapper #header ul li a.link_four:hover {
						background-position: -530px -80px; }
				#header_wrapper #header ul li a.link_five {
					width: 111px;
					height: 40px;
					margin-top: 20px;
					background: url(../images/master/nav.gif) no-repeat -659px -20px; }
					#header_wrapper #header ul li a.link_five:hover {
						background-position: -659px -80px; }

h1.pagehead {
	padding-top: 7px;
	height: 24px;
	font-size: 15px;
	color: #FFFFFF; }

.top {
	display: block;
	font-size: 0.92em;
	padding-bottom: 15px;
	border-bottom: 1px solid #000000;
	margin-bottom: 15px; }

ul.questions {
	padding-bottom: 25px;
	border-bottom: 1px solid #000000;
	margin-bottom: 15px; }
	ul.questions li {
		margin-bottom: 5px;
		background: url(../images/general/arrow.gif) no-repeat 0 3px;
		padding-left: 15px; }

#content.white {
	padding: 40px 50px 50px 50px;
	background: #FFFFFF url(../images/master/bkgrnd_white_box.gif) no-repeat;
}
		#content.white h2 {
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: 2.17em;
			color: #828282;
			margin-bottom: 10px; }
		#content.white h3 {
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: 1.42em;
			color: #828282;
			margin-bottom: 5px; }
		#content.white .applications {
			padding: 15px 30px 0 30px;
			float: left;
			background: #000000 url(../images/general/bkgrnd_applications.gif) no-repeat; }
			#content.white .applications h3 {
				font-family: Georgia, "Times New Roman", Times, serif;
				font-size: 1.67em;
				color: #FFFFFF;
				margin-bottom: 10px;
				font-weight: normal; }
				#content.white .applications h3 span {
					font-style: italic;
					color: #E9B800; }
			#content.white .applications ul li {
				float: left;
				width: 190px;
				margin-right: 20px;
				color: #FFFFFF; }
				#content.white .applications ul li img {
					margin-bottom: 5px; }
				#content.white .applications ul li h5 {
					font-family: Georgia, "Times New Roman", Times, serif;
					font-size: 1.33em;
					font-weight: normal;
					margin-bottom: 5px; }
				#content.white .applications ul li .text {
					font-size: 0.92em; }
		#content.white .applications ul li.last {
			margin-right: 0; }
			
#content.transparent {
	background-color: none;
	padding: 0; }

#content p {
	margin-bottom: 15px;
	line-height: 1.50em; }

#footer {
	padding-top: 15px;
	border-top: 3px solid #464646; }
		#footer ul li {
			float: left;
			font-size: 0.83em;
			padding-right: 10px;
			border-right: 1px solid #FFFFFF;
			margin-right: 10px; }
			#footer ul li a {
				color: #FFFFFF;
				text-decoration: none; }
			#footer ul li.last {
				padding-right: 0;
				border-right: none;
				margin-right: 0; }
	#footer div.left {
		float: left; }
		#footer div.left p {
			margin-top: 20px;
			font-size: 0.92em;
			line-height: 1.36em;
			color: #969696; }
	#footer div.right {
			float: right; }

/*---------------------  INDEX  ---------------------*/

#content #index_image {
	float: left;
	margin-left: 10px;
	width: 365px;
	padding-top: 35px; }

#content #index_lead_in {
	float: right;
	width: 370px;
	padding-top: 45px;
	color: #FFFFFF; }
	#content #index_lead_in h1 {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-weight: normal;
		font-size: 3.64em;
		margin-bottom: 5px;
		letter-spacing: -1px; }
	#content #index_lead_in p {
		font-size: 1.08em;
		line-height: 1.46em;
		color: #FFFFFF; }
	#content #index_lead_in img {
		margin: 10px 7px 0 0; }

#content #index_left_col, #content #index_right_col  {
	margin-top: 25px;
	color: #FFFFFF;
	font-size: 0.92em;
	padding: 20px 25px 0 25px;
	line-height: 1.36em;
	background-color: #FF0000; }
	#content #index_left_col h3, #content #index_right_col h3  {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-weight: normal;
		font-size: 1.64em;
		margin-bottom: 5px; }
	#content #index_left_col .go_button, #content #index_right_col .go_button  {
		float: right;
		margin-top: 10px; }

#content #index_left_col {
	float: left;
	width: 200px;
	background: url(../images/index/bkgrnd_left.gif) no-repeat; }
	#content #index_left_col span {
		font-style: italic;
		color: #E9B800; }

#content #index_right_col {
	float: right;
	width: 460px;
	background: url(../images/index/bkgrnd_right.gif) no-repeat; }
	#content #index_right_col .inset {
		float: left;
		margin-left: -25px;
		margin-top: -20px; }

/*---------------------  DEALER INQUIRIES  ---------------------*/

#dealer_inquiries {
	background: url(../images/dealer_inquiries/bkgrnd_dealer.gif);
	float: left;
	width: 670px; }
	#dealer_inquiries #left_col {
		float: left;
		width: 320px; }
		#dealer_inquiries #left_col #main_image {
			display: block;
			margin-bottom: 15px; }
		#dealer_inquiries #right_col {
		float: right;
		width: 310px;}
		#dealer_inquiries #right_col h3 {
			font-size: 1.17em;
			padding: 5px 15px;
			margin-bottom: 10px;
			background-color: #000000;
			color: #FFFFFF; }
			#dealer_inquiries #right_col h3 span {
					font-style: italic;
					color: #E9B800; }
