@charset "utf-8";
/* CSS Document */

html * {
	padding:0;
	margin:0;
}

html {
	height:100%;
}
body {
	background: #000 url(../images/bodyBg.jpg) center top repeat-y;
	color: #fff;
	margin: 0;
	padding: 0 0 20px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:72.5%;
	height:100%;	
}

/* Generic Text Formatting */
h1 { 
	font-size: 1.8em;
	padding: 10px 22px;
	font-weight: normal;
	color: #ffc;
	}
a, a:link, a:active, a:visited {
	color: #ffc;
	font-weight: bold;
}

/* Generic Form Formatting */
.formactions {
	text-align: center;
	border-top: 1px solid #000;
	padding: 10px 0;
}
.buttonPrimary {
	background:url(../images/buttonBg.jpg) repeat-x top left #fff;
	padding:2px 4px;
	font-weight: bold;
	color:#000;
	border:1px solid #333;
	cursor:pointer;
	margin:0 .5em;
}
.buttonSecondary {
	background:url(../images/buttonSecondaryBg.jpg) repeat-x top left #666;
	padding:2px 4px;
	font-weight: bold;
	color:#fff;
	border:1px solid #333;
	cursor:pointer;
	margin:0 .5em;
}
.reqFieldLegend {
	text-align: right;
	margin: 0 15px 5px 0;
}
#mainContent .reqFieldLegend {
	text-align: right;
	float: right;
	margin-right: 20px;
	margin-left: 40px;
}
.reqFieldIndicator {
	color: #F00;
}

/* Page Structure */
#contentWrapper {
	width: 840px;
	margin: 0 auto 20px auto;
	padding: 1px 0;
	background: url(../images/contentwidthBg.gif) center top repeat-y;
	position: relative;
}
#siteBranding {
	margin: 10px 0 0 0;
	position: relative;
	left: 8px;
}
#homeIntro {

	margin: 0;
	padding: 285px 0 50px 0;
	padding-left:70px;
	width: 700px;
	background: url(../images/homeIntroBg.jpg) left top no-repeat;
	font-size: 1.2em;
	position: relative;
	left: 8px;
}
#homeIntro p {
	margin: 0 15px 10px 15px;
}

/* Home Page Email Subscription Form */
#homeSubscribe {
	margin: 0 0 0 0;
	padding: 0px 0 7px 0;
	width: 234px;
	background: url(../images/wrapBottomBg.gif) bottom right no-repeat;
	position: absolute;
	top: 80px;
	right: 0;
}
	#homeSubscribe .reqFieldLegend {
		margin: 0 15px 5px 0;
	}
	#homeSubscribe div.formHomeSubscribe {
		background: #666 url(../images/subscribeFormBg.jpg) top left repeat-x;
		padding: 15px;
	}
		#homeSubscribe div.formHomeSubscribe label {
			display: block;
			margin: 10px 0;
		}
			#homeSubscribe div.formHomeSubscribe label strong {
				display: block;
			}
			#homeSubscribe div.formHomeSubscribe label input {
				width: 200px;
				border: 1px solid #000;
			}
		#homeSubscribe div.formHomeSubscribe .formactions {
			text-align: center;
			border: none;
			padding: none;
			margin: none;
		}
#formUnsubscribe {
	width: 450px;
	margin: 0 auto;
}

#mainContent {
	background: #666 url(../images/wrapBottomBg.gif) bottom left no-repeat;
	padding: 5px 0 12px 22px;
	margin: 0 30px 10px 0;
	color: #fff;
}
	#mainContent .individualField {
		display: block;
		text-align: center;
	}
		#mainContent .individualField strong {
			color: #ffc;
		}
	#mainContent h2, #mainContent h3, #mainContent h4, #mainContent h5, #mainContent h6, #mainContent p {
		margin: 10px 0;
	}
	#mainContent h2, #mainContent h3, #mainContent h4, #mainContent h5, #mainContent h6 {
		color: #ffc;
	}
	#mainContent h2 {
		font-size: 2.0em;
	}
	#mainContent h3 {
		font-size: 1.8em;
	}
	#mainContent h4 {
		font-size: 1.6em;
	}
	#mainContent h5 {
		font-size: 1.4em;
	}
	#mainContent h6 {
		font-size: 1.2em;
	}
	#mainContent ul, #mainContent ol {
		margin: 10px 0 10px 30px;
	}
.backToHome {
	margin: 0 0 35px 22px;
}
#fordInTheNews {
	float: none;
	clear: both;
	position: relative;
}
	#fordInTheNews h2 {
		background: #666 url(../images/wrapBottomBg.gif) bottom left no-repeat;
		padding: 5px 0 12px 22px;
		color: #ffc;
		font-size: 2.0em;
	}
		#fordInTheNews #stories {
			width:823px;
			margin: 0 0 0 8px;
			list-style: none;
		}
		#fordInTheNews #stories li {
			float: left;
			width: 381px;
			padding: 10px 15px;
		}
		#fordInTheNews #stories li p.storyInfo {
			font-size:0.9em;
			color:#999;
		}
		#fordInTheNews #stories li#story01 {
			background: url(../images/story01Bg.jpg) bottom right no-repeat;
		}
		#fordInTheNews #stories li#story02 {
			background: url(../images/story02Bg.jpg) bottom left no-repeat;
		}
		#fordInTheNews #stories li#story03 {
			background: url(../images/story03Bg.jpg) top right no-repeat;
		}
		#fordInTheNews #stories li#story04 {
			
		}
.faq dt {
	margin-top: 10px;
	font-weight: bold;
}
.faq dd {
	margin-bottom: 10px;
}
	.faq dd .backToTop {
		margin-top: 10px;
		text-align: center;
	}
#relatedImageContent {
	float: right;
	width: 200px;
	margin: 20px;
	padding: 10px 10px 0 10px;
	border: 1px solid #ccc;
}
#relatedImageContent img {
	margin-bottom: 10px;
}
#footer {
	background: #666 url(../images/wrapTopBg.gif) top left no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0 0 -1px 0;
	padding: 17px 0 10px 0;
	font-size: 0.9em;
	float: none;
	clear: both;
}
	#contentWrapper #footer a, #contentWrapper #footer a:link, #contentWrapper #footer a:active, #contentWrapper #footer a:visited {
		color: #fff;
		font-weight: normal;
	}
