@charset "utf-8";
/* CSS Document */
body {
	font:100% "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	background: #FFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color:#00C;
	max-width:;



}
h1  {
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
}
.oneColLiqCtrHdr #container {
	width: 80%;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px  ;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColLiqCtrHdr #header {
	
	background-image:url(afford%201024%20background.jpg);
	
	height:165px;
	/*padding: 0 10px 0 20px;*/  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	z-index:1010;
	background-repeat:repeat;
	
	
}
.oneColLiqCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	/*padding: 10px 0;*/ /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#menu {
	float:left;
	width:auto;
	height:auto;
	/*position:absolute;
	top:170px;
	left:5%;
	margin:1px;
	z-index:-1000;*/
}
.oneColLiqCtrHdr #mainContent {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColLiqCtrHdr #footer { 
	padding: 0 px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image:url(afford%201024%20background.jpg);
	/*background:#DDDDDD;*/
	background-repeat:repeat;
	
} 
.oneColLiqCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color:#FFF;
	text-align:center;
	font-weight:bold;
}


.headleft
{
	
	background-image:url(afford%20phone.png);
	background-position:left;

	height:165px;
	/*width: 287px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;*/
	z-index:1010;
	background-repeat:no-repeat;
	/*max-width:850px;*/
	
	
}

.headlogo {
	
	
	background-image:url(afford%20trans%20logo%20300.png);
	background-position:center;
	/*width: 300px;
	position: absolute;
	top:20px;
	left:35%;*/
	height: 165px;
	z-index:1080;
	background-repeat:no-repeat;
	/*max-width:850px;*/
	
}

.joelogo
{
	
	height: 165px;
	background-image:url(joe%20halfbody%20trans%20165.PNG);
	background-position:right;
	background-repeat:no-repeat;
	z-index:2000;
	
}

#rbottom
{
	float:left;
	background-image:url(credit%20card%20logos.jpg);
	height: 89px;
	width: 250px;
	position: absolute;
	left: 60%;
	top: 190%;
	bottom: 10%;
	background-repeat:no-repeat;
}
#affordflash {
	float:right;

	width:auto;
	height:auto;
}


#bullets {
	list-style-image:url(Affordable%20sun%20icon10.png);
	list-style-position:outside;
}
#lowerpage {
	background-image:url(credit%20card%20logos.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
}

#aboutphoto {
	float:right;
	width:auto;
	height:auto;
	padding-left:10px;

	
}
#joe_caption {
	width:150px;
	height:auto;
	text-align:center;
	font-family:Verdana, Geneva, sans-serif;
	font-size:70%;
	font-style:italic;
	margin-top:5px;
}
#joeletter {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	display:block;
	font-size:95%;
	
}