body {
	font-family:  Arial, Helvetica, sans-serif;
	background-image:url(images/backgd_main2.gif);
	background-repeat: repeat-y;
	background-position: center top;
	margin:0;
	padding:0;
	text-align:center;
	background-color:#FFFFFF;
	font-size: 11pt;
	font-style: normal;
}
h1 {
	font-size:1.5em;
	color:#006600;
	padding: 0 25px	12px 15px;
	text-transform: uppercase;
	}
h2 {
	font-size:1.2em;
	color:#ff9933;
	padding: 0 25px	12px 15px;
		text-transform: uppercase;}
	
h3 {
	color: #009900;
	font-size: 1em;
	padding: 0 25px	0 12px;
		margin:5px 0 0 0;
	font-weight: bolder;
}
p {
	margin: 0;
}

a {
	text-decoration:underline;
	color:#669933;
}

td {
	vertical-align:top;
	font-size: 8pt;
}
.clear {
clear:both;}
/**************************************************/		
/**************BODY / MAIN DIVs ***************/
/**************************************************/
#main {
	width:688px;
	background-color:#FFFFFF;
	margin: 0 auto 0 auto;
	padding:0;
	/*position:relative;*/
	padding-bottom: 10px; 
}
/**************************************************/		
/************** BANNER DIVs *******************/
/**************************************************/
#banner {
text-align:left;
margin:0;
padding:0;
position:absolute;
display:block;
clear:both;
height:105px;
}
#banner img{
padding:0;
margin:0;
}
.motto {
position:absolute;
top: 50px;
left:400px;
clear:both;
}

/**************************************************/		
/************** NAVIGATION DIVs ***************/
/**************************************************/
/*
#navcontainer1 {
position:relative;
top:115px;
clear:both;
}
#navcontainer {
text-align:left;
padding:5px 0 5px 0;
margin:25px 5px 0 0;
*/
}
#navlist {
	color:#000000;
margin:0;
padding:0;
border-bottom: 1px solid gray;
width:183px;
text-align:center;
font-size:10pt;
}
#navlist li {
list-style: none;
margin: 0;
padding: 0.5em;
border-top: 1px solid gray;
}
#navlist li a { text-decoration: none;  color:#000000;}

/************** Main Homepage Image Styles ****************/
.homeimg {
	background: url(images/img_home1.png) no-repeat;
	float: right;
	height: 204px;
	width: 500px;
	position:relative;
}
.demo {
position:relative;
float:right;
top: 150px
}
.leadsimg {
	background: url(images/img_leads1.png) no-repeat;
	float: right;
	height: 204px;
	width: 500px;
	position:relative;
}
/**************************************************/		
/************** CONTENT DIVs ***************/
/**************************************************/

#contentcontainer {
	text-align:left;
	padding:0;
	clear:both;
}
#contentcontainer td {
text-align:left;
}
#contentcontainer img {
z-index:100;
text-align:right;
position:relative;
}

td.about {
	padding:0 10px 0 50px;
	width:205px;
}
td.easy {
	padding:0 10px 0 50px;	
	width:205px;
}
td.afford {
padding:0 10px 0 50px;
	width:205px;
	height:164px;
}
.about p {
margin:0 0 10px 0;
}
.easy p {
margin:0 0 10px 0;
}
.afford p {
margin:0 0 10px 0;
}
/*.pic1 {
float:right;	
	background-repeat: no-repeat;
	position:relative;
	top:-150px;
	z-index:-1;
	width:199px;
}*/
#contentcontainer p {
margin:5px 15px  25px 15px ;
}
#contentcontainer ul {
margin:0 0 10px  35px;
}
#contentcontainer ol {
margin:0 0 10px 3.5em;
}
/************** Form Styles ************************************/
#formsignup legend
{color:#000000;
font-weight:bold;
}
#formsignup fieldset {
margin:10px;
padding:5px;
}
#formsignup label
{
width: 12em;
float: left;
text-align: right;
margin-right: 0.5em;
display: block;
margin-top:7px;
}
#formsignup input {
width: 35%;
}
.submit input
{
margin-left: 6em;
} 

input.termsinput {
width: 25px;
}
.required {
color:#FF0000;
font-weight:bold;
font-size:10pt;}
.label {
text-align:right;
}
input {
padding:3px;}
select {
margin:4px 0 0 0;}

form fieldset div.notes {
  float: right;
  width: 200px;
  height: auto;
  margin: 0 0 10px 10px;
  padding: 5px;
  border: 1px solid #666666;
  background-color: #ffffe1;
  color: #666666;
  font-size: 10pt;
}
form fieldset div.notes p.last {
  margin: 0em;
}
form fieldset div.notes h4 {
  background-image: url(/images/icon_info.gif);
  background-repeat: no-repeat;
  background-position: top left;
  padding: 3px 0 3px 27px;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #666666;
  color: #666666;
  font-size: 11pt;
}
/**************************************************/		
/************** FOOTER DIVs *******************/
/**************************************************/

#footer
{
	padding: 10px ;
	margin:0;
	font-size:10pt;
    COLOR: #666666;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
width:500;
	text-align:center;
}

#footer a
{
    COLOR: #666666;
}
#footer a:hover, .footer a:visited
{
    FONT-SIZE: 10pt;
    COLOR: #cc0000
}

.pageheader {
    color:#006600;
	font-size:14pt;
	font-weight:bold;
	text-align:left;
	margin: 10px 0 0 0;
}
.DH { display: none; visibility: hidden;}
.DV { visibility: visible;}

.BlueTR {
    color: Blue;
}
.BlueTR a {
    text-decoration: underline;
    color: Blue;
}