/* CSS Document */

/* DESIGNED BY http://www.paintedlizarddesigns.com*/
/* Designer: Allan Johnson*/
/* Site Copyrighted 2008 Bill Totaro Homes and Painted Lizard Web Designs, LLC*/

body
{
	margin:0px;
	background: #FFFFFF url(../images/background.png) center repeat-y;
	}
	
p{margin:0px 0px 0px 0px; padding:0px 0px 0px 0px;}

h1, h2, h3{margin:0px 0px 0px 0px; padding:20px 0px 0px 0px; text-transform:uppercase; font-size:1.3em;}

#container
{
	margin: 0px auto;
	/*border: 1px solid #FFFF84;*/
	width: 770px;
}

#topheader
{
	background-color:#FFFF84; /*#00CC00;*/
	/*padding-top:10px;*/
}

#logocontainer
{
	height:182px;
	background-image:url(../images/header.png);
	background-repeat:no-repeat;
	background-position:top center;
	/*padding-bottom: 10px;*/
}

#navcontainer
{
	background-color:#FFFF84;/*:#FF33CC;*/
	border-top:#0000FF 1px solid;
	border-bottom:#0000FF 1px solid;
	border-left:0px;
	border-right:0px;
	height:24px;
}

.navspacer {
	width: 18px;
	height:1px;
	float:left;
}

.navitem a, .navitem a:visited
{
	background-color:#FFFF84;
	font-size:15px;
	text-decoration:none;
	font-weight:bold;
	margin: 0px 10px 0px 10px;
	text-align:center;
	line-height: 1.6em;
	color:#0000FF;
	/*width: 140px;*/
	float:left;
}

.navstar
{
	background-image:url(../images/newdivider.png);
	background-repeat:no-repeat;
	background-position:top left;
	background-color:#FFFF84;
	width:9px;
	height:9px;
	margin-top:7px;
	float:left;
}

.navitem a:hover
{
	text-decoration:underline;
}

.faq{
padding:7px 0 0 0;
margin: 10px 10px 0px 10px;
list-style:circle outside;
}

.affiliates{
padding:7px 0 0 0;
margin: 10px 10px 0px 10px;
list-style:none;
}

.property {border: solid 1px blue; margin 5px;margin-top: 20px;}
.property p {margin: 30px;}
.image{float:left;margin: 30px 30px 65px 30px;}
.clear {clear:both;}


#main
{
	color:#0000FF; /* Site Font Color */
	line-height: 1.6em;
	text-align:left;
	margin: 0px 50px 0px 50px;
}

a, a:visited
{color:#0000FF;}

#footer
{
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	text-decoration:none;
	margin: 0px 50px 0px 50px;
	/* background-color:#FFFF84; */
	font-size: 13px;
	font-style: normal;
	color:#0000FF;
	text-align:center;
	vertical-align:middle;
	padding:10px;
	clear:both;
	height:80px;
}

#footer a {
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	font-size: 13px;
	font-style: normal;
	text-decoration:none;
	color:#0000FF;
	padding: 4px;
	}

#footer a:hover {
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	font-size: 13px;
	font-style: normal;
	text-decoration:underline;
	color:#0000FF;
	padding: 4px;
	}