/* CSS Document */
BODY {
	margin: 0px;
	text-align: center;
	background: #ccc url(/images/bg.gif) top center repeat-y;	
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#leftpanel a:link, #leftpanel a:active, #leftpanel a:visited {
	text-decoration: none;
	color: #538ac6;	
	font-weight: bold;
}

#leftpanel H1 {
	font-size: 19px;
	font-weight: bold;	
}

#leftpanel H2 {
	font-size: 17px;
	font-weight: bold;	
}

#leftpanel P {
	font-size: 16px;	
	line-height: 20px;
}


#rightpanel h2 {
	font-size: 16px;
	font-weight: bold;	
}

#rightpanel P {
	font-size: 13px;	
	line-height: 18px;
}

#rightpanel UL {
	font-size: 13px;	
}

#wrapper {
	margin: auto;
	text-align: left;
	width: 971px;
	padding: 0px;	
}

#header {
	clear: both;
	background: url(/images/bg-header.gif) top center repeat-x;
	height: 73px;
	margin: 10px 0px 0px 0px;
	padding: 0px;		
}

.logo {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 204px;
	height: 73px;	
}

.callus {
	float: right;	
	padding: 0px;
	margin: 0px;
}

/* Menu Styles */

#menu {
	clear: both;
	background: #538ac6;
	height: 28px;	
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	color: #fff;
	padding: 1px;
}

#menu UL {
	list-style-type: none;	
	margin: 0px;
	padding: 0px;
}

#menu LI.standard {
	float: left;	
	border-right: 1px solid #fff;
	height: 25px;
	padding: 3px 5px 0px 5px;
}

#menu LI.alt {
	float: left;	
	border-right: 0px;
	height: 25px;
	width: 83px;
	padding: 3px 5px 0px 5px;
}

#menu LI:hover {
	background: #8bc742;	
}

#menu a:link, #menu a:active, #menu a:visited, #menu a:hover {
	text-decoration: none;
	color: #fff;	
}

/* Menu Styles End */

#hero {
	float: left;
	width: 691px;
	height: 214px;
	margin: 0px;
	padding: 0px;
}	

#applicationthanks {
	clear: both;	
	padding: 0px;
	margin: 0px;
}

#application {
	float: right;
	width: 280px;
	height: 214px;
	margin: 0px;
	padding: 0px;
	background: #a3a29e;	
}

#application form {
	margin: 0px;
	padding: 0px;	
}

#application label {
	float: left;
	color: #000;	
	font-size: 12px;
	width: 100px;
	margin: 0px;
	padding: 0px;
}

#application input {
	height: 16px;
	font-size: 12px;	
	background: #ccc;
	border: 1px solid #666;
	margin: 0px;
	padding: 0px;
}

#application select {
	font-size: 12px;
	height: 20px;	
	background: #ccc;
	border: 1px solid #666;
	width: 131px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

#application p {
	margin: 0px;
	padding: 0px;
	font-size: 12px;	
}

#application H2 {
	margin: 5px 0px 5px 0px;
	padding: 0px;
	font-size: 15px;
	font-weight: bold;	
}

#application p.submit {
	text-align: right;	
	margin: 3px 5px 0px 0px;
	padding: 0px;
}

#application a:link, #application a:active, #application a:visited {
	color: #000;	
}

/* Home Page Panels */

#calculator {
	float: left;
	width: 270px;
	height: 90px;
	background: url(/images/bg-panels.jpg)	top center repeat-x;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	color: #fff;
	padding: 5px;
}

#calculator a:link, #calculator a:active, #calculator a:visited, #calculator a:hover {
	text-decoration: none;
	color: #fff;	
}

#calculator:hover {
	background: url(/images/bg-panels-alt.gif) top center repeat-x;	
}

#calculator H2 {
	font-size: 19px;
	margin: 0px;
	padding: 0px;
}

#calculator p {
	font-size: 11px;	
	margin: 5px 0px 0px 0px;
	padding: 0px;
}

#carsearch {
	float: left;
	width: 399px;
	height: 90px;
	background: url(/images/bg-panels.jpg)	top center repeat-x;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	color: #fff;
	padding: 5px;
}


#carsearch a:link, #carsearch a:active, #carsearch a:visited, #carsearch a:hover {
	text-decoration: none;
	color: #fff;	
}

#carsearch:hover {
	background: url(/images/bg-panels-alt.gif) top center repeat-x;	
}

#carsearch H2 {
	font-size: 19px;
	margin: 0px;
	padding: 0px;
}

#carsearch p {
	font-size: 11px;	
	margin: 5px 0px 0px 0px;
	padding: 0px;
}

#franchise {
	float: left;
	width: 270px;
	height: 90px;
	background: url(/images/bg-panels.jpg)	top center repeat-x;
	border-top: 1px solid #fff;
	color: #fff;
	padding: 5px;
}

#franchise a:link, #franchise a:active, #franchise a:visited, #franchise a:hover {
	text-decoration: none;
	color: #fff;	
}

#franchise:hover {
	background: url(/images/bg-panels-alt.gif) top center repeat-x;	
}

#franchise H2 {
	font-size: 19px;
	margin: 0px;
	padding: 0px;
}

#franchise p {
	font-size: 11px;	
	margin: 5px 0px 0px 0px;
	padding: 0px;
}

/* End Home Page Panels */

#leftpanel {
	float: left;
	width: 680px;	
	margin: 0px;
	padding: 0px 10px 0px 0px;
	border-right: 1px dotted #000;
}

#leftpanel label {
	float: left;
	width: 200px;	
	font-weight: bold;
}


#footer {
	clear: both;	
	border-top: 1px dotted #000;
}

#rightpanel {
	float: right;
	width: 270px;	
}

#rightpanel label {
	float: left;
	width: 100px;
	font-size: 11px;	
}

#facebook {
	clear: both;
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #fff;	
}