@charset "utf-8";
/* CSS Document */

/* Fonts */
@font-face {
    font-family: 'ChunkFiveRegular';
    src: url('../font/Chunkfive-webfont.eot');
    src: url('../font/Chunkfive-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/Chunkfive-webfont.woff') format('woff'),
         url('../font/Chunkfive-webfont.ttf') format('truetype'),
         url('../font/Chunkfive-webfont.svg#ChunkFiveRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'PTSansBold';
    src: url('../font/PTS75F-webfont.eot');
    src: url('../font/PTS75F-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/PTS75F-webfont.woff') format('woff'),
         url('../font/PTS75F-webfont.ttf') format('truetype'),
         url('../font/PTS75F-webfont.svg#PTSansBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'PTSansRegular';
    src: url('../font/PTS55F-webfont.eot');
    src: url('../font/PTS55F-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/PTS55F-webfont.woff') format('woff'),
         url('../font/PTS55F-webfont.ttf') format('truetype'),
         url('../font/PTS55F-webfont.svg#PTSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'PTSansNarrowRegular';
    src: url('../font/ptn57f-webfont.eot');
    src: url('../font/ptn57f-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/ptn57f-webfont.woff') format('woff'),
         url('../font/ptn57f-webfont.ttf') format('truetype'),
         url('../font/ptn57f-webfont.svg#PTSansNarrowRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'PTSansNarrowBold';
    src: url('../font/PTN77F-webfont.eot');
    src: url('../font/PTN77F-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/PTN77F-webfont.woff') format('woff'),
         url('../font/PTN77F-webfont.ttf') format('truetype'),
         url('../font/PTN77F-webfont.svg#PTSansNarrowBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* End Fonts */

body.not-front .section-wrap h2, h1 {
    font-family: 'PTSansNarrowRegular';
	font-size: 30px;
	color: #414141;
	padding: 0px 0px 20px 0px;
}

body.not-front .section-wrap h2 { padding-bottom: 10px; }

body.front h1 {
	color: #6e9228;
	padding: 0px 0px 13px 0px;
}

.stripe h1 {
	color: #6e9228;
	text-align: left;
	clear:both;
	width: 1004px;
	margin: 0 auto;
	padding: 20px 0px 0px 20px;
	height: 50px;
	border-bottom: 1px #CCC dotted;
}

.msie7 .stripe h1 { line-height: 41px; }

h3 {
    font-family: 'PTSansNarrowRegular';
	color: #6e9228;
	font-size: 20px;
	padding: 12px 0px;
}

.section-wrap p {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #7a7a7a;
	line-height: 19px;
	padding: 10px 0px 9px 0px;
}

.node-15 .section-wrap .content-wrap ul {
	padding: 10px 0px 9px 20px;
}
.node-15 .section-wrap .content-wrap ul li {
	padding: 3px 0px 2px 0px;
	list-style-type: disc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #7a7a7a;
	line-height: 19px;
}

body.front .section-wrap p {
	color: #626262;
	font-size: 15px;
	line-height: 23px;
	padding: 3px 0px;
}

#footer p {
	color: #ffffff;
}

hr {
	height: 1px;
	color: #e5e5e5;
	background-color: #e5e5e5;
	border: 0px;
	margin: 23px 0px;
	clear: both;
}
.content-wrap .node ul { padding: 9px 0px 9px 11px; }
.content-wrap .node li {
	background: url(../img/bullet.gif) left 10px no-repeat;
	padding: 0px 0px 0px 10px;
	line-height: 24px;
	color: #7a7a7a;
	font-size: 13px;
}

.content-wrap .site-map-box li {
	padding: 3px 0px;
}
.content-wrap ul.site-map-menu ul {
	padding-bottom: 20px;
}
.content-wrap ul.site-map-menu ul ul {
	padding-bottom: 0px;
}

.content-wrap .site-map-box a,
.content-wrap .node a {
	color: #6e9228;
}
.content-wrap ol {
	list-style-type: decimal;
	display:block;
	margin: 0px 0px 0px 18px;
}

td {
	vertical-align: top;
}

.section-wrap td p {
	padding-top: 0px;
}

blockquote {
	margin: 0px 30px;
	font-size: 0.9em;
}


/********** Confirm Selection Page **********/


.confirm selection a.green-confirm-button{
	display: block;
	width: 180px;
	height: 64px;
	background-repeat: no-repeat;
	background-position: 0 0;
	}

.confirm selection a.proceed {
	background-image: url(../img/proceed-test-drive-button.png);
	}

.confirm selection a.dashboard {
	background-image: url(../img/go-to-dashboard-button.png);
	}
	
.confirm selection a.green-confirm-button:hover {
	background-position: 0 -64px;
	}	

.confirm selection a.green-confirm-button span {
	position: absolute;
	text-indent: -9999px;
	}	