/* 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;*/
}

.menu {width:770px; height:24px; position:relative; z-index:100;background-color:#FFFF84;border-top:#0000FF 1px solid;border-bottom:#0000FF 1px solid;}
* html .menu {width:7771px; w\idth:770px;}
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {/*width:149px;*/}
.menu li {float:left;/*width:149px*/;position:relative;}
/* style the links for the top level */
.menu a, .menu a:visited{display:block;;text-align:center;background-color:#FFFF84;font-size:15px;text-decoration:none; color:#0000FF; height:24px; line-height:1.6em; font-weight:bold;/*width:138px;*/}
/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#FFFF84 url(http://www.cssplay.co.uk/menus/breadcrumbs/grey-arrow.gif) no-repeat 130px center;}
/* style the second level hover */
.menu ul ul a.drop:hover{text-decoration:underline;}
.menu ul ul :hover > a.drop {text-decoration:underline;}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {text-decoration:underline;}
/* style the third level hover */
.menu ul ul ul a:hover {text-decoration:underline;}
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul li ul li{border-left:1px solid #0000FF;border-bottom:1px solid #0000FF;border-right:1px solid #0000FF;}

.menu ul ul {visibility:hidden; position:absolute;height:0;top:24px;left:0; /*width:149px;*/}
* html .menu ul ul {top:22px;t\op:23px;}
/* position the third level flyout menu */
.menu ul ul ul{left:149px; top:-1px; /*width:149px;*/}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-149px;}
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;}
/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {background:#FFFF84; color:#0000FF; height:auto; line-height:1em; padding:5px 10px; width:128px;}
* html .menu ul ul a, * html .menu ul ul a:visited {width:150px;w\idth:128px;}
/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{text-decoration:underline;}
.menu :hover > a, .menu ul ul :hover > a {text-decoration:underline;}
/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul, .menu ul a:hover ul{visibility:visible;}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}

.toprow{border-top:1px solid #0000FF;}
.navstar{background-image:url(../images/newdivider.png);background-repeat:no-repeat;background-position:top left;background-color:#FFFF84;width:9px; height:9px;margin: 7px 18px 0 18px;float:left;border:none;text-decoration:none;}
.navstar2{background-image:url(../images/newdivider.png);background-repeat:no-repeat;background-position:top left;background-color:#FFFF84;width:9px;height:9px;margin: 7px 50px 0 50px;float:left;border:none;text-decoration:none;}
.navspacing1 {margin-left:33px;}
.navspacing2 {margin-left:58px;}

.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;
	}
