body {
	background-color: #FFFFFF;
	margin: 0px;	
	font-family: Arial, Helvetica, sans-serif;
}

img {
	border: none;
}

p {
	font-size: 10pt;
}

a:link {
	color: #006600;
}

a:visited {
	color: #003300;
}

a:hover {
	color: #00CC00;
}

a:active {
	color: #003300;
}

#active-tab {
	position: absolute;
	height: 42px;
	width: 141px;
	left: 227px;
	bottom: -1px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	line-height: 16px;
	background-image: url(/images/active-tab.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	z-index: 2;
}

.tabs>#active-tab {
	bottom: 0px;	
}

#active-tab p {
	padding: 0px;
	margin: 16px 0px 0px 0px;	
}

.tabs {
	position: relative;
	padding: 0px;
	padding-top: 5px;
	margin: 0px;
	margin-top: 0.5em;
	height: 41px;
	width: 750px;
	vertical-align: bottom;
	background-image: url(/images/tab-bottom.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
	font-family: sans-serif;
}

.tabs img {
	vertical-align: bottom;	
}

.tabs a {
	text-decoration: none;
	color: #000000;	
}


table.tab-row {
	position: absolute;
	bottom: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
}

table.tab-row td {
	padding: 0px 0px 0px 3px;
	margin: 0px;
}

/* Begin tabs */

#home #active-tab {
	left: -9px;
}

#showroom #active-tab {
	left: 111px;
}

#finassist #active-tab {
	left: 232px;
}

#finassist #active-tab p {
	margin: 10px 0px 0px 0px;	
}

#faqs #active-tab {
	left: 351px;
}

#schedule #active-tab {
	left: 471px;
}

#contact #active-tab {
	left: 594px;
}

/* End Tabs */

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	font-weight: bold;
	color: #1f6835;
	margin: 0px;
	margin-top: 2em;
}

.announcement {
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	text-align: left;
	font-weight: bold;
	color: #660000;
	margin-top: 70px;
}

.features {
	font-size: 12px;
	text-align: left;
}

.features li {
	list-style-type: square;
	margin-bottom: 0.25em;
}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #508B53;
}
.poweredby {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	text-align: right;
}

.summary {
	color:#FFFFFF;
	position: relative;
	background-color: rgb(84, 146, 65);
	padding: 0.5em;
	padding-left: 2em;
	font-size: 12pt;
	margin-top: 2em;
	width: 700px;
}

.summary h1 {
	font-size:30px;
	font-weight:bolder;
	margin: 0px;
		
}

.summary .corner-ne {
	position: absolute;
	top: 0px;
	right: 0px;
}


.summary .corner-se {
	position: absolute;
	bottom: -1px;
	right: 0px;
}

.summary .corner-se {
	bottom: 0px;
}

.content {
	padding: 1em;
	padding-left: 2em;
	width: 650px;
	background-color: rgb(195, 222, 153);
}
