/*top navigation for home page*/

#topnav a#last {
color: #FFFFFF;
}




h2 {
text-transform:uppercase;
font-size: 1.5em;
font-weight: normal;
margin-bottom: 5px;
color:#0099FF;
line-height: 120%;
}

h3 {
text-transform:uppercase;
font-size: 1.5em;
font-weight: normal;
margin-top: 24px;
margin-bottom: 5px;
color:#0099FF;
line-height: 120%;
}

h4 {
text-transform:uppercase;
font-size: 1.2em;
font-weight: normal;
margin-top: 24px;
margin-bottom: 0px;
color:#0099FF;
}


/* contact columns*/

#contact-left {
width: 120px;
float: left;
margin-bottom: 24px;
margin-right: 24px;
font-size: 0.9em;
color:#BEC5CD;
}

#contact-middle {
float: left;
width: 460px;
border-left: 1px solid #2A313A;
padding-left: 24px;
border-right: 1px solid #2A313A;
padding-right: 24px;
}

#contact-right {
float: right;
width: 130px;
margin-bottom: 24px;
margin-left: 24px;
font-size: 0.9em;
color:#BEC5CD;
}

#contact-right-larger {
float: right;
width: 648px;
border-left: 1px solid #2A313A;
padding-left: 24px;
margin-bottom: 24px;
}

#contact-left p {
margin-bottom: 5px;
line-height: 110%;
}

#contact-right p {
margin-bottom: 10px;
line-height: 110%;
}

/*form stryles*/

#form {
margin-top: 30px;
width: 460px;
}

.field1 {
background-color: #2A313A;
width: 448px;
height: 40px;
border: 0px solid #252525;
font-size: 2em;
color:#FFFFFF;
padding: 2px 2px 2px 10px;
}


.field2 {
border: 0px;
background-color: #2A313A;
color: #FFFFFF;
padding:2px;
width: 448px;
height: 25px;
font-size: 1em;
}

.field3 {
background-color: #2A313A;
width: 448px;
height: 150px;
border: 0px solid #252525;
font-size:1em;
color:#FFFFFF;
padding: 10px 10px 10px 10px;
}

.field4 {
background-color: #2A313A;
width: 448px;
height: 50px;
border: 0px solid #252525;
font-size:1em;
color:#FFFFFF;
padding: 10px 10px 10px 10px;
}


.label1 {
	display: block;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 5px;
	color:#FFFFFF;
}

.labelno {
	display: none;
}

.button1 {
display:block;
font-weight:normal;
font-style:normal;
text-transform: uppercase;
font-size: 0.8em;
margin-top: 27px;
width: 120px;
text-align:center;
background-color: #2A313A;
cursor:pointer;
color: #FFFFFF;
border: 0px solid #2A313A;
padding: 10px 6px 10px 6px;
}

#mandatory {
padding-bottom: 20px;
border-bottom: 1px dotted #2A313A;
margin-bottom: 20px;
}

#privacy {
border-top: 1px dotted #2A313A;
padding-top: 10px;
}

#privacy span {
background-color:#0099FF;
}

/*quote*/
.form-section-header {
font-size: 2em;
}

.form-section-header2 {
font-size: 2em;
border-top: 1px dotted #2A313A;
padding-top: 20px;
margin-top: 20px;
}


/*newsletter*/
#newsletter-text {
background-image:url(images/newsletter-background.jpg);
border-bottom: 8px solid #FFFFFF;
border-left: 8px solid #FFFFFF;
border-right: 8px solid #FFFFFF;
padding: 5px 19px 5px 19px;
}

#newsletter-text p {
font-size: 1.2em;
line-height: 120%;
color: #FFFFFF;
}

#newsletter-text p a 
{
	display:block;
	font-weight:normal;
	color:#FFFFFF;
	font-style:normal;
	text-transform:uppercase;
	background-color:#1E2329;
	padding: 8px 3px 8px 3px;
	text-align:center;
	margin-bottom: 12px;
	margin-top: 12px;
}

#newsletter-text p a:hover
{
	background-color:#2A313A;
	color: #FFFFFF;
}

#newsletter-link p {
margin-bottom: 0px;
}
