body {
font-size: 1em;
font-family: Arial, Helvetica, sans-serif;
background-image: url(background.gif);
background-repeat: repeat-x;
}

a {
	color: #000080;
	font-weight: bold;
	text-decoration:none;
}


#container {
width:850px;
margin: 0 auto;
height:100px;
}

#header {
width:850px;
float:left;
}


#left {
width: 400px;
margin:5px;
float:left;
text-align:center
}

#right {
width: 360px;
margin:5px;
float:left;

text-align:left; 
float:left;
font-size:13px;
line-height:1.7em;

border:solid 5px #072E79;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
}

#footer {
width: 770px;
float:left;
text-align:left;
font-size:0.7em;
border-top: 1px solid #666666;
border-bottom: 1px solid #666666;
margin:10px;
color:#666666;
}

#footerhome {
width: 770px;
height:450px;
float:left;
text-align:left;
font-size:0.7em;
border-top: 1px solid #666666;
border-bottom: 1px solid #666666;
margin:10px;
color:#666666;
}

#footerbot {
width: 770px;
float:left;
margin-bottom:20px;
}

p.footer {
text-align:center;
font-size:0.7em;
color:#666666;
}

.clear {
clear:both
}

.spacer {
margin:10px;
}

#form{
	/*border:solid 5px #072E79;*/
	background-color:#f7fdff;
	width:340px;
	padding:10px;
	margin-bottom:20px;
	float:left;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#form.error{
	border:solid 5px #BE2E2E;
}

#form p.formtop{
	font-size:0.9em;
	color:#666666;
	border-bottom:solid 1px #b7ddf2;
}

#form p.formbottom {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px 0px 0px 0px;
	border: 0px;
	padding: 7px 10px 7px 10px;
	background-color: #7BBC08;
}


#form label{
	display:block;
	font-weight:bold;
	text-align:left;
	width:300px;
	float:left;
}

#form h1 {
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px 0px 0px 0px;
	border: 0px;
	padding: 7px 7px 7px 30px;
	background-image: url(images/down-arrow.png);
	background-repeat: no-repeat;
	background-position: 2% center;
	background-color: #BE2E2E;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
}

.landingformrow{
width:300px;
height:70px;
float:left;
}

.h4{
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
font-weight:bold;
color:#333333;
}

.footernav{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#CC0033;
text-align:center;
}

#form input.quotesbuttom{
	background-color: #920000;
	cursor:pointer;
	width: 160px;
	height: 60px;
	border: none;
	font-size:1.6em;
	text-align:center;
	color:#FFFFFF;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-top:10px;

}

.fsProgress
{
}
.fsProgressBarContainer
{
    width:340px;
    height:30px;
    background:#BE2E2E;
    position:relative;
    text-align:left;	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;


}
.fsProgressBar
{
	width:0;
    height:30px;
    background:#FF6600;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;

}

.fsProgressText
{
    z-index:10;
	text-align:center;
	font-size: 14px;
    line-height:22px;
    text-align:center;
    width:100%;
    margin-top:-27px;
    padding-bottom:2px;
    color:#FFF;
}

.fsError
{
    width:300px;
    margin:0px 10px 10px 10px;
    font-size:14px;
    background-color:#fee;
    color:#000;
    border:1px solid red;
    padding:10px;
    clear:both;
    text-align:center;
}

.fsValidationError
{
    background-color:#fcc  !important;
	padding:5px;
}
.fsValidationError .fsLabel
{
    color:#ba0000;
}
