@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color: #2DB84B;
	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: #000000;
}


 #container {
	width:970px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/background.png);
	position: relative;
}
#header {
	background: #DDDDDD;  /* 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. */
	background-image: url(../images/homesaleheader.png);
	height: 350px;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #2DB84B;
	padding: 10px;
} 
#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;
	vertical-align: bottom;
	margin-top: 310px;
}
 #mainContent {
	width: 100%;
}

.feature{
	width:950px;
	margin: 10px;
	}
/*********Footer*******************/
 #footer {
	padding: 0 10px 0 20px;
	background-color: #0000FF;
} 
#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 */
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

#footer a {
	color:#FFCC33;
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#footer a:hover {
	color:#FFFF99;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/*****Navigation********/
 #mainnav {
	height: 30px;
	padding-top: 5px;
	width: 55%;
	text-align: center;
	float: right;
	margin-left: 35px;
	margin-top: 10px;
	}
 #mainnav ul {
	margin: 0;
	padding:0;	
	line-height: 30px;
}


#mainnav ul li {
	list-style: none;
	float: left;
	width: 125px;
	height: 30px;
	position: relative;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
}

	

#mainnav ul li a{
	list-style: none;
	float: left;
	width: 105px;
	height: 30px;
	padding-left: 20px;
	text-decoration: none;
	
}

#mainnav li a#current
{
border-bottom: 3px solid #DAD6B7;
background: #00BEE4;
}

#mainnav a:hover{
	list-style: none;
	color: #FF0000;
	text-decoration: none;
	text-align: center;
}
	/************SubNav*****************************/
#nav-wrapper{
	width:970px;
	height:80px;
}


#nav{
	list-style: none;
	text-align: center;
}

#nav ul {
     padding: 0;
     margin:0;
     list-style: none;
     width:12em;
     z-index:99;
     position:relative;
     overflow:visible;
}

#nav li {
	margin:0;
	float:left;
	width: 11.5em;
	background-color:#2DB84B;
	display:block;
	height:auto;
	padding: 0;
	border: solid 1px #0000ff;
}

#nav ul li{
	border: solid 1px #0000ff;
}

#nav ul ul li{
	border-width:1px 1px 0 1px;
	z-index: 99;
}

#nav ul ul li:last-child{
	border-bottom:1px solid #0000ff;
}

#nav a {
	text-decoration:none;
	display:block;
	margin:0.2em 0 0.2em 0.1em;
	width:10.8em;
	height:2.3em;
	color: #000099;
}

#nav a:hover, #nav li:hover{
	background-color:#2DB84B;
	color: #ffffff;
}
#nav ul li:hover, #nav ul li a:hover{
	background-color:#2DB84B;
	color: #ffffff;
}

#nav ul{
     display:none;
}

/*all see this */
#nav ul ul{
     display:none;
     position:absolute;
     margin-top:-3em;
     margin-left:11em;
}

/* non-IE browsers see this */
#nav ul li>ul, #nav ul ul li>ul{
	margin-top:-2em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul, #nav li:hover ul ul ul ul ul{
     display:none;
}

#nav li:hover ul, #nav ul li:hover ul, #nav ul ul li:hover ul, #nav ul ul ul li:hover ul, #nav ul ul ul ul li:hover ul{
	display:block;
	z-index: 99;
	position: absolute;
}

li>ul {
     top: auto;
     left: auto;
} 
/**#nav ul li a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size:16px;
	text-align:center;
	width: 90px;
	height: 36px;
	color: #999900;
}**/
