/* CSS Document */
body {
	background-color: #CBB676;
	padding: 0;
	margin: 0;
}

#background {
	background-image: url(../images/asp/background.jpg);
	background-color: #1D8AB0;
	background-repeat: repeat-x;
	height: 600px;
	width: 800px;
}

#backgroundLanding {
	background-image: url(../newsPages/landingPage/images/background2.jpg);
	background-repeat: repeat-y;
	height: 600px;
	width: 800px;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: underline;
}

a:hover {
	color: #CBB676;
}

/* Story formatting */

.bodycopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	padding-top: 3px;
	margin-top: 3px;
}

.date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CBB676;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CBB676;
	padding-left: 20px;
}

/* End Story Formatting */



/* Story contents Div */

.story {
	padding-left: 70px;
	padding-right: 50px;
	padding-bottom: 25px;
}

.headline {
	border-bottom-color: #CBB676;
	border-bottom-style: double;
	border-bottom-width: thin;
	margin-left: 70px;
	margin-right: 50px;
	padding-bottom: 3px;
}

/* End Story contents Div */



/* Dealer topics subnavigation */

.dealerTopicHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CBB676;
	padding-top: 0px;
	padding-bottom: 30px;
	padding-left: 70px;
	padding-right: 50px;
	line-height: 16px;
}

.dealerTopicHead a {
	color: #CCCCCC;
	text-decoration: none;
	font-weight: normal;
}

.dealerTopicHead a:hover {
	color: #CBB676;
	text-decoration: underline;
}

.dealerTopicHead a.onPage {
	color: #CBB676;
	text-decoration: underline;
}

/* End Dealer topics subnavigation */

/* Landing page */

#memo {
	color: #CBB676;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	line-height: 24px;
	text-align: center;
	padding-top: 50px;
	padding-left: 200px;
	padding-right: 200px;
}

a.redirect {
	font-size: 16px;
}
	

/* End Landing Page*/



/* 2008 New Products Grid */

.newProductMainHeadline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #0A5B7F;
	font-weight: bold;
}

.newProductMainSubhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

#newProductContent {
	border-bottom-color: #0A5B7F;
	border-bottom-style: double;
	border-bottom-width: thin;
	margin-left: 7px;
	padding-bottom: 3px;
	padding-top: 20px;
}

#newProductNames {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 35px;
}


/* 2008 New Products Grid */




/* ASP Formatting */
.welcome {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: bold;
	color: #CBB676;
	padding-top: 0px;
	padding-bottom: 30px;
	padding-left: 70px;
	padding-right: 50px;
}

.loginDescription {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #1D8AB0;
}

.loginPrompt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #CBB676;
}

.dealerLogin {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	color: #CBB676;
}

.loginWhiteText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}


.logoutHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: bold;
	color: #CBB676;
}

#logOutCopy {
	padding-left: 100px;
	padding-right: 175px;
}

#logOutCopy a {
	color: #CBB676;
	text-decoration: none;
	font-weight: bold;
}

/* End ASP Formatting */



/* Photos */

.floatLeft {
	float: left;
	clear: left;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-right: 10px;
}

/* End Photos */