@charset "UTF-8";
/* CSS For Cash For Clunkers */

/*  
Sticky Footer Solution
by Steve Hatcher 
http://stever.ca
http://www.cssstickyfooter.com
*/

* {
	margin:0;
	padding:0;
} 

html, body {
	height: 100%;
}

#wrap {
	height: 100%;
	background-image: url('../images/content-bg.png');
	background-position: center;
	background-repeat: repeat-y;s
	z-index: 101;
}

body > #wrap {
	height: auto; 
	min-height: 100%;
}

#main {
	width: 1040px;
	left: 50%;
	padding-bottom: 200px;
	clear: both;
	position: relative;
	margin-left: -520px;
}

#footer {
	background-image: url('../images/footer.png');
	background-position: center top;
	background-repeat: no-repeat;
	position: relative;
	margin-top: -200px;
	height: 200px;
	background-color: #ececec;
	clear:both;
} 


/* CLEAR FIX*/

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/

* html .clearfix { 
	height: 1%;
}

.clearfix {
}

/* End hide from IE-mac */

/* Overall Page Attributes */

#header {
	background-color: #ececec;
	width: 100%;
	height: 200px;
}

#header-background {
	background-image: url('../images/header-bg.png');
	background-position: center top;
	background-repeat: no-repeat;
	left: 50%;
	margin-left: -520px;
	width: 1040px;
	height: 200px;
	position: absolute;
}

#left-content {
	width: 700px;
	float: left;
}

#right-content {
	width: 330px;
	float: right;
}

/* Navigation */

A.topnav:link { font-family: Helvetica, Verdana, Geneva, sans-serif; color: #16386b; font-size: 18px; text-decoration: none }
A.topnav:visited { font-family: Helvetica, Verdana, Geneva, sans-serif; color: #16386b; font-size: 18px; text-decoration: none }
A.topnav:hover { font-family: Helvetica, Verdana, Geneva, sans-serif; color: #16386b; font-size: 18px; text-decoration: underline }
A.topnav:active { font-family: Helvetica, Verdana, Geneva, sans-serif; color: #16386b; font-size: 18px; text-decoration: underline }

A.sidenav:link { font-family: Helvetica, Verdana, Geneva, sans-serif; color: #16386b; font-size: 14px; text-decoration: none }
A.sidenav:visited { font-family: Helvetica, Verdana, Geneva, sans-serif; color: #16386b; font-size: 14px; text-decoration: none }
A.sidenav:hover { font-family: Helvetica, Verdana, Geneva, sans-serif; color: #16386b; font-size: 14px; text-decoration: underline }
A.sidenav:active { font-family: Helvetica, Verdana, Geneva, sans-serif; color: #16386b; font-size: 14px; text-decoration: underline }

A.bottomnav:link { font-family: Helvetica, Verdana, Geneva, sans-serif; color: #333; font-size: 14px; text-decoration: none }
A.bottomnav:visited { font-family: Helvetica, Verdana, Geneva, sans-serif; color: #333; font-size: 14px; text-decoration: none }
A.bottomnav:hover { font-family: Helvetica, Verdana, Geneva, sans-serif; color: #333; font-size: 14px; text-decoration: underline }
A.bottomnav:active { font-family: Helvetica, Verdana, Geneva, sans-serif; color: #333; font-size: 14px; text-decoration: underline }

/* Header attributes */

.navigation {
	background-image: url('../images/navigation.png');
	background-repeat: no-repeat;
	width: 130px;
	height: 44px;
	text-align: center;
	display: inline-block;
	position: relative;
	top: 106px;
	padding-top: 15px;
	float: right;
}

/* Main content attributes */

h2 {
	color: #16386b;
	font-family: Helvetica, Verdana, Geneva, sans-serif;
	font-size: 24px;
	margin: 5px;
	padding-left: 30px;
	padding-right: 15px;
}

.content-title {
	background-image: url('../images/content-title.png');
	background-repeat: no-repeat;
	height: 50px;
	width: 520px;
	margin-left: 10px;
	text-align: right;
}

.story-title {
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 7px;
	font-size: 24px;
	font-family: Helvetica, Verdana, Geneva, sans-serif;
	color: #FFF;
}

.content-story {
	padding-left: 30px;
	padding-right: 15px;
	font-family: Helvetica, Verdana, Geneva, sans-serif;
	font-size: 16px;
	line-height: 24px;
	text-indent: 40px;
	color: #565656;
	border-right: 1px solid #BBB;
}

.content-bullets ul {
	padding-left: 45px;
}


ul {
	padding-left: 45px;
}

li {
	padding-right: 15px;
	font-family: Helvetica, Verdana, Geneva, sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #565656;
}

#full {
	width: 900px;
	left: 50%;
	margin-left: -275px;
	position: relative;
	z-index: 998;
}

/* Sidebar Properties */

.sidebar-title {
	background-image: url('../images/sidebar-title.png');
	background-repeat: no-repeat;
	width: 315px;
	height: 50px;
	float: right;
	margin-right: 10px;
}

.sidebar-link {
	display: block;
	float: right;
	background-color: #ececec;
	width: 290px;
	margin-top: 4px;
	margin-bottom: 4px;
	margin-right: 24px;
	padding-left: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
}

.sidebar-story {
	padding-left: 15px;
	padding-right: 35px;
	font-family: Helvetica, Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 20px;
	text-indent: 40px;
	color: #565656;
}

/* Footer Properties */

#sitemap {
	display: block;
	width: 1000px;
	left: 50%;
	top: 20px;
	margin-left: -500px;
	padding: 20px;
	position: relative;
	font-family: Helvetica, Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #333;
}

.footernav {
	display: inline-block;
	margin: 10px;
}

