legend {
	color: #555555;
}
td.prsOdd {
	padding: 5px;
}
td.prsEven {
	background-color: #F4F0FF;
	border-top: 1px solid #EADDFF;
	border-bottom: 1px solid #EADDFF;
	padding: 5px;
}
body, td, input, select, textarea, .normal, .prs {
	margin: 0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-weight: normal;
	/*overflow: auto;*/
}

.normal-home  {
	font-family : verdana,arial,helvetica;
	font-size : 10px;
	color : #FFFFFF;
	line-height: normal;
	text-align : left;
}

html, body {
	background : #FFFFFF;
	margin : 0px;
	padding : 0px;
}

th.prs {
	font-weight: bold;
}

h1 {
	font-size: 18px;
	color: #1A1349;
	border-bottom: 1px solid #1A1349;
	margin-bottom: 12px;
	margin-top: 0px;
	padding: 0px 0px 0px 10px;
	background-color: #F4F0FF;
}

h2 {
	font-size: 12px;
	color: #1A1349;
	border-bottom: 1px solid #1A1349;
	margin-bottom: 12px;
	padding-bottom: 0px;	
}

h3 {
	border-bottom: 1px solid #555555;
	margin-bottom: 0px;
	font-size: 12px;
}

.footer  {
	font-family : verdana,arial,helvetica;
	font-size : 10px;
	color : #666666;
}

a:link, a:visited {
	color : #1A1349;
}

a:hover {
	color : #C7BF7B;
}

a.footer:link, a.footer:visited {
	font-family : verdana,arial,helvetica;
	font-size : 10px;
	color : #666666;
}

a.footer:hover {
	font-family : verdana,arial,helvetica;
	font-size : 10px;
	color : #C7BF7B;
}

table.nav {
	background-color: #FFFFFF;
	height: 20px;
	margin: 3px;
}
td.nav {
	vertical-align: middle;
	text-align: center;
	color: white;
	font-size: 11px;
	width: 120px;
	font-weight: bold;
	border: 1px solid #1A1349;
	margin-right: 5px;
	background-color: #A09D4D;
	height: 20px;
}
a.nav:link {
	color: white;
	text-decoration: none;
	font-weight: bold;
	margin-bottom: 3px;
}
a.nav:hover {
	color: #A09D4D;
	text-decoration: underline;
	font-weight: bold;
	margin-bottom: 3px;
}
a.nav:visited {
	color: white;
	text-decoration: none;
	font-weight: bold;
	margin-bottom: 3px;
}
form {
	/*background-color: #FAFAFA;*/
	/*border: 1px solid #F0F0F0;*/
}
input, textarea {
	padding: 3px;
	border: 1px solid #1A1349;
	background-color: #FFFFFF;
}
select {
	border: 1px solid #1A1349;
}
.stepLabel {
	font-size: 48px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #CCCCCC;
	text-align: center;
	vertical-align: top;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
td.parser, th.parser {
	padding: 3px;
	border-bottom: 1px dashed #CCCCCC;
}
.submit 
{
    color: rgb(43, 51, 60);
}

.submit, .submit-disabled
{
    background-color: rgb(254, 254, 254);
    background-image: url(/images/background_form_element.gif);
    background-repeat: repeat-x;
    background-attachment: scroll;
	 /*
    -x-background-x-position: 0%;
    -x-background-y-position: 0%;
    -moz-background-clip: initial;
    -moz-background-origin: initial;
    -moz-background-inline-policy: initial;
	 */
    border-top-width: 3px;
    border-right-width: 3px;
    border-bottom-width: 3px;
    border-left-width: 3px;
    border-top-style: double;
    border-right-style: double;
    border-bottom-style: double;
    border-left-style: double;
    border-top-color: rgb(196, 204, 204);
    border-right-color: rgb(172, 181, 181);
    border-bottom-color: rgb(111, 119, 119);
    border-left-color: rgb(172, 181, 181);
	 margin: 2px 2px 2px 2px;
}

.submit:hover, .submit:focus
{
    border-top-width: 3px;
    border-right-width: 3px;
    border-bottom-width: 3px;
    border-left-width: 3px;
    border-top-style: double;
    border-right-style: double;
    border-bottom-style: double;
    border-left-style: double;
    border-top-color: rgb(174, 223, 154);
    border-right-color: rgb(148, 218, 120);
    border-bottom-color: rgb(106, 185, 75);
    border-left-color: rgb(148, 218, 120);
}
input.readonly {
	background-color: #FAFAFA;
}
input.checkbox {
	margin-right: 5px;
	margin-top: 3px;
	border: 0px none #ffffff;
}
caption {
	/*height: 30px;*/
	text-align: left;
	vertical-align: middle;
	border-bottom: 1px solid #1A1349;
	color: #1A1349;
	padding: 6px 20px 6px 3px;
	font-weight: bold;
	font-size: 13px;
}
table.info {
	border-left: 1px solid #EADDFF;
	border-right: 1px solid #EADDFF;
	border-bottom: 1px solid #EADDFF;
	border-top: none;
}
caption.info {
	background-color: #F4F0FF;
	font-weight: bold;
	color: #1A1349;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: middle;
	border: none;
}
td.info {
	padding: 10px;
}
.surveyScript {
	font-size: 12px;
	color: Black;
	font-weight: bold;
	margin: 10px;
}
.surveyInstructions {
	font-size: 12px;
	margin: 30px 30px 0px 30px;
}
table.surveyQuestion {
	margin: 10px;
	border-top: 1px dashed #E0E0E0;
	border-right: 1px dashed #E0E0E0;
}
td.surveyQuestionNumber {
	font-size: 36px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #CCCCCC;
	text-align: center;
	vertical-align: top;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
td.surveyQuestionText {
	font-size: 12px;
	color: black;
	font-weight: bold;
	padding: 5px;
	border-bottom: 1px dashed #E0E0E0;
}
td.surveyQuestionAnswer {
	padding: 5px;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px dashed #E0E0E0;
}
textarea.surveyQuestionAnswer {
	width: 98%;
	height: 100px;
}
table.surveyQuestionAnswerInner {
	height: 100%;
	margin-right: 10px;
}
td.surveyQuestionAnswerInner {
	height: 100%;
	width: 55px;
	white-space: nowrap;
	text-transform: uppercase;
	font-size: 12px;
	color: black;
	font-weight: bold;
}
input.surveyQuestionAnswerInner {
	border: none;
	background-color: #FAFAFA;
}
p.surveyCaution {
	border: 2px solid yellow;
	padding: 20px;
	width: 300px;
	background-color: #FFFFD2;
	text-align: left;
	margin-bottom: 20px;
	font-size: 12px;
}
p.surveyPhoneNumber {
	font-size: 24px;
	font-weight: bold;
	color: #B22222;
	margin-bottom: 0px;
	padding-top: 0px;
}
.msgCell {
	color: Blue;
}
.msgInnerTable {
	border: 1px solid blue;
	background-color: #F2F2FF;
}
.msgOuterTable {
	border: 1px none red;
	margin-top: 10px;
	margin-bottom: 10px;
}
a.nund:link {
	text-decoration: none;
	color: #555555;
}
a.nund:hover {
	text-decoration: underline;
	color: red;
}
a.nund:visited {
	text-decoration: none;
	color: #555555;
}
.calendarIcon {
	vertical-align: middle;
}
input.search {
	padding: 0px 0px 0px 3px;
	margin: 0px;
	border: 0px none #ffffff;
	background-color: #1A1349;
	vertical-align: middle;
}
input.login {
	padding: 0px 0px 0px 0px;
	margin: 0px;
	border: 0px none #ffffff;
	background-color: #1A1349;
	vertical-align: middle;
}
.testimonial {
	height: 100%;
	width: 228px;
	/*background-color: #4d5298;*/
	color: white;
	padding: 0px;	
	text-align: left;
}
.testimonialColumn {
	background-image:url(images/testimonial_background.gif);
	background-color: #4d5298;
	background-repeat: no-repeat;
}
.fillBody {
	background-image: url(images/fill_body.gif);
}
.fillHeader {
	background-image: url(images/fill_header.gif);
}
.fillFooter {
	background-image: url(images/fill_footer.gif);
}
.required {
	color: #1A1349;
	font-weight: bold;
}
#content_area {
	padding: 10px 20px 0px 20px; 
	background-color: #FFFFFF;
}
#address {
	width: 375px;
}
#phone {
	width: 250px;
}
#logout {
	z-index: auto;
	position: absolute;
	top: 10px;
	right: 10px;
}
#print_view {
	z-index: auto;
	position: absolute;
	top: 9px;
	right: 38px;
}
#refresh {
	z-index: auto;
	border: 2px solid yellow;
	padding: 20px;
	width: 300px;
	background-color: #FFFFD2;
	visibility: hidden;
	display: inline;
	margin-bottom: 20px;
}
#jumpto {
	background-image: url(images/jump_to.gif);
	background-repeat: no-repeat;
	background-color: #ffffff;
	padding-top: 30px;
	padding-right: 10px;
	right: 20px;
	position: absolute;
	top: 200px;
}
#DoNotCall {
	border-left: 1px solid #1A1349;
	border-bottom: 1px solid #1A1349;
	border-right: 1px solid #1A1349;
	width: 225px;
	background-color: #FFFFD2;
}
#dealershipheader {
	background-color: #1A1349;
	width: 100%;
	height: 47px;
}
#rightColumn {
	position: relative;
	right: 0px;
	height: 100%;
	
}