
/*
div{border: 1px solid black;padding: 1px;}
*/

div.clear{
	clear: both;
}
html{
	background-color: #242424;
}
a img{
	border: 0px;
	padding: 0px;
	margin: 0px;
}



div#base1{
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	background-color: white;
	border: 3px solid black;
	background-image: url('../images/headerPhoto1.jpg');
	background-repeat: no-repeat;
}


div#headerLogo{
	height: 160px;
	width: 800px;
	text-align:center;
}
div#main{
	width: 800px;
}

div#homeLeftContent{
	width: 450px;
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
	clear: right;
}

div#gerryQuote{
	border: 3px solid #d9d9d9;
	margin-top: 30px;
	margin-bottom: 30px;
	height: 211px;
}

div#flash_phone{
	width: 450px;
	height: 300px;
	position: relative;
	left: 430px;
	top: 150px;
}

div#disclosuresLinks{
	float: left;
	width: 100%;
	text-align: center;
}
ul#disclosuresLinks{
	width: 500px;
	border: 1px solid #d9d9d9;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-left: 150px;
}

ul#disclosuresLinks li, ul#disclosuresLinks a{
	list-style: none;
	color: black;
	display: inline;
	padding: 10px;
}




/* Latest Offers */
div.leftOffers{
	width: 200px;
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
}
div.rightOffers{
	width: 500px;
	margin-left: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
}

div.offerDetails{
	border-left: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	padding-left: 5px;
	margin-bottom: 20px;
}

ul#offersMenu{
	list-style-type: none;
	padding-left: 3px;
	border-left: 1px solid #62e465;
}
ul#offersMenu li{
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
}
ul#offersMenu li.greyLi{
	background-color: #d9d9d9;
}




/* Calculator */
div#calcForm{
	width: 400px;
	margin-top: 30px;
}
div#calcResults{
	width: 400px;
	margin-top: 30px;
}
div.calcNotes{
	padding: 3px;
	margin-left: 100px;
	margin-bottom: 20px;
	width: 500px;
	background-color: #d9d9d9;
	border: 1px solid black;
}





/* About */
div.leftContent{
	width: 250px;
	float: left;
}
div.rightContent{
	width: 500px;
	float: left;
	margin-left: 30px;
}




/* Contact */
div#contactLeft{
	width: 450px;
	float: left;
}
div#contactRight{
	float: right;
	width: 230px;
	height: 200px;
	padding-top: 20px;
	padding-left: 10px;
	margin-top: 50px;
	border-left: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
}
div#contactForm{
	margin-top: 30px;
	float: left;
	width: 400px;
}




div#base2{
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
	width: 800px;
	height: 300px;
	background-color: white;
	border: 3px solid black;
}
div#contactSENDING{
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	width: 400px;
}
div#contactRECEIVED{	
	margin-left: 30px;
	margin-top: 30px;
	float: left;
	width: 400px;
	border: 1px solid #62e465;
	padding: 5px;
}





div#footer{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 20px;
	border-top: 1px solid #d9d9d9;
	color: white;
	font-size: 11px;
}
div#footerLinks{
	margin-top: 10px;
	float: right;
}
ul#footerLinks{
	list-style-type: none;
}
ul#footerLinks li, ul#footerLinks a { 
	display: inline;
	padding-right: 5px;
}




/* Fonts and Colors */
html{
	font-family: arial;
	font-size: 12px;
}
h2{
	padding-left: 7px;
	margin-bottom: 0px;
	color: #2f72cd;
	font-size: 15px;
	border-bottom: 1px solid #62e465;
}
