@charset "UTF-8";

* {
	padding: 0;
	margin: 0;
}

html {
	height: 100%;
}

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	background-color:#000000;
	text-align: center;
	color: #666666;
	height: 100%;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	line-height: 30px;
	color:#333333;
	}
	
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 30px;
	color:#333333;
	}
	
a:link 		{ 	color: #993333;}
a:visited 	{ 	color: #993333;}
a:hover 	{ 	color: FF9900;
				text-decoration: none;}
a:active 	{ 	color: #993333;}

img {
	padding: 2px;
	background-color:#FFFFFF;
	border: solid 1px #999999;
}
	
.content #container { 
	width: 1024px;
	min-height: 100%;
	background-image: url(../LP-images/back.jpg);
	background-repeat: repeat-y;
	margin: 0 auto;
	text-align: left;
} 

.content #mainContent {
	width: 834px; 
	margin: 0 0 0 95px;
	padding: 5px 0 0 0;

}

.content #mainContent #contentHeader {
	width: 834px;
	height: 180px; 
	background-image: url(../LP-images/Fazzolari-Custom-Homes-Header2.gif);
	background-repeat:no-repeat;
}

.content #mainContent #contentBody {
	width: 772px;
	padding: 0 30px 0 30px;
	background: #F3EDC1 url(../LP-images/Fazzolari-Custom-Homes-Header2.gif) no-repeat;
	background-position: -1px -180px;
	border-right: solid 1px #000000;
	border-bottom: solid 1px #000000;
	border-left: solid 1px #000000;
	
}

.content #mainContent #contentBody #topNav {
	width: 737px;
	padding: 10px;
	text-align: right;
}

.content #mainContent #contentBody #examples {
	width: 737px;
	padding: 10px;
	margin: 10px 0 10px 0;
	background-color: #FDF9CC;
	border: solid 5px #FFFFFF;
	text-align: center;
}	

.content #mainContent #contentBody #bottomNav {
	width: 737px;
	padding: 10px;
	text-align: center;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* FORM STYLES */
 
/* ----------- Form ----------- */
.form {
margin:0 auto;
width: auto;
padding:0px 14px 14px 14px;
color:#666666;
}

#test {
	background-color: #FDF9CC;
	border: solid 5px #FFFFFF;
	padding: 0 15px;
}
#test h1 {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 24px;
line-height: 30px;
color:#333333;
}
#test h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 20px;
	color:#FFFFFF;
	margin: 10px 0;
	padding: 5px 10px;
	border-bottom:solid 2px #A5663F;
	display:block;
	background-color:#D0AD70
}

#test a {
	color: #FFFFFF;
	text-decoration:none;
}


#test p {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#990000;
padding-bottom:2px;
}

#test .small{
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #666666;
display: block;
font-size: 11px;
line-height: 13px;
font-weight: normal;
text-align: right;
width:200px;
}

#test select {
float:left;
font-size:12px;
border:solid 1px #aacfe4;
width:auto;
}


#test .select-container {
	display: block;
	margin: 0 0 0 210px;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 10px;
	color:#666666;
}

#test .select-container p {
color:#666666;
margin:0;
padding:0;

}

#test checkbox {
float:left;
margin-top:5px;
clear:both;
}

#test button{
clear:both;
margin-left:150px;
width:125px;
height:31px;
background:#666666;
text-align:center;
line-height:31px;
color:#FFFFFF;
font-size:11px;
font-weight:bold;
}

#test textarea {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	float:left;
	font-size:12px;
	padding:4px 2px;
	border:solid 1px #336699;
	width:auto;
}

#test textarea .intable {
	clear:both;
}

#test .line {
width: 100%;
line-height: 1px;
border-bottom:solid 1px #A5663F;
margin-bottom:10px;
margin-top: 10px;
}


/* Required Fields scripts */
.form-row {
	width: 750px;
	margin: 0 auto;
	clear: both;
}


input {
	float:left;
	font-size:12px;
	padding:4px 2px;
	border:solid 1px #336699;
	width:auto;
	margin: 5px 0;

}



input.disabled {
	border: 1px solid #F2F2F2;
	background-color: #F2F2F2;
}

input.required, textarea.required {
	border: 1px solid #990000;
}

input.validation-failed, textarea.validation-failed {
	border: 1px solid #990000;
	display: inline;
}
input.validation-passed, textarea.validation-passed {
	border: 1px solid #00CC00;
	color : #000;
}

.validation-advice {
	color : #990000;
	margin-left: 10px;
}

.custom-advice {
	color : #990000;
}

fieldset {

}

label {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	display:block;
	font-size:14px;
	font-weight:bold;
	color:#464646;
	text-align:right;
	width:200px;
	margin-right:10px;
	float:left;
}

.field-label {

}

.field-widget {

}