/* CSS Document */

html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

body {
	background-color:black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
color:#fff;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, address {
font-family:
Verdana, Arial, Helvetica, sans-serif;
margin:0px;
font-size: 1em;
font-weight: normal;
}

p {
line-height:1.3em;}

a:link {color:#fff; text-decoration:none}

a:visited {color:#fff; text-decoration:none}

a:hover {color:#ccc; text-decoration:underline}

a img {border:0px solid #000;}


#wrapper {
margin:20px auto;
width:953px;
}

#maincontent {
border-left:1px solid #63D601;
border-right:1px solid #63D601;
min-height:500px;
background-color:black;
overflow:auto;
}

#header {
margin-bottom:20px;
overflow:auto;
}

.logo {margin-left:30px;
float:left;
}

.topphone {
float:right;
margin-right:40px;
}

#content {
overflow:auto;
width:951px;
clear:both;
}

#content h3 {
color:#63D601;
font-weight:bold;
margin-bottom: 15px;
}

#content p {
margin-bottom: 15px;}

#content ul {
list-style:disc outside;
padding-left:20px;
}

#content li {
margin-bottom:10px;
}
#contentleft {
margin:20px 0px 0px 30px;
float:left;
display:inline;
overflow:auto;
}

#hometable {
text-align:center;
font-size:9px;}

#hometable td {
width:67px;
padding:0px 25px 10px 0px;
}

#contentright {
margin:20px 40px 0px 0px;
float:right;
width:550px;
display:inline;
}

#contentright h2 {
font-size:14px;
font-weight:bold;
margin-bottom:1em;
}

/* topnav */

#mainnav {
clear:both;
margin-left:30px;
color: #63D601;
border-bottom: 1px dotted #63D601;
width:880px;
overflow:auto;
line-height: 14px;
padding: 0 0 3px 0;
}

#mainnav ul, #mainnav li {
margin: 0;
padding: 0;
display: inline;
list-style-type: none;
}

#mainnav a, #mainnav a:link, #mainnav a:visited {
	float: left;	
	font-weight: normal;
	margin: 0 10px 4px 0px;
	text-decoration: none;
	color: #63D601;
padding-left:10px;
	background-image: url(../media/arrowgreen.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#mainnav a:link#current,
#mainnav a:visited#current,
#mainnav a:hover,
#wow #mainnav .wow,
#whatis #mainnav .whatis,
#selling #mainnav .selling,
#yourhome #mainnav .yourhome,
#costs #mainnav .costs
{
background-image: url(../media/arrowwhite.gif);
color: #fff;
}

/* END topnav */

/* Sidenav */

#sidenav {
margin: 0 0 30px 0;
}

#sidenav ul, #sidenav li
{
margin: 0;
padding: 0;
display: block;
list-style-type: none;
}

#sidenav a, #sidenav a:link, #sidenav a:visited {
	line-height: 18px;
	font-weight: normal;
	margin: 0 0px 4px 0px;
	text-decoration: none;
	color: #63D601;
padding-left:10px;
	background-image: url(../media/arrowgreen.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#sidenav a:link.current, #sidenav a:visited.current, #sidenav a:hover
{
background-image: url(../media/arrowwhite.gif);
color: #fff;
}

