body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image:url(images/bkgrnd.jpg); 
	background-repeat:repeat-x;
	background-color: #99ccff;

	text-align:center;
}


#content {
	float: inherit;
	width:950px;
	height:654px;
	z-index:1;
	left: 73px;
	top: 271px;
	background-color:#FFFFFF;
	margin-right:auto; 
	margin-left:auto;
}
#blueleaf {
	float: left;
	width:246px;
	height:500px;
	z-index:1;
	left: 73px;
	top: 278px;
	background-image:url(images/blue-back.gif);
	background-repeat:no-repeat;
	padding: 10px;
}

#bottombar {
	float: left;
	width:950px;
	height:30px;
	z-index:2;
	left: 76px;
	top: 893px;
	margin-right:auto; 
	margin-left:auto;
}

#listings {
	float:right;
	width:175px;
	height:37px;
	z-index:1;
	margin-right: 175px;	
	left: 677px;
	top: 34px;
}
.footer {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #0000FF;
}
.footer a:link {
	color: #0000FF;
	font-weight: normal;
	text-decoration: none;
}

.footer a:visited {
	color: #000000;
	text-decoration: none;
}

.footer a:hover {
	color: #0000FF;
	text-decoration: underline;
}

.footer a:active {
	color: #0000FF;
	text-decoration: none;
}



.style2 {
	font-size: 11px;
	}
#animation {
    float:left;
	width:322px;
	z-index:1;
	left: 486px;
	top: 301px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
}

	
.topmenu {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	text-align:right;
}
.topmenu a:link {
	color:#FFFFFF;
	font-weight: normal;
	text-decoration: none;
}

.topmenu a:visited {
	color:#FFFFFF;
	text-decoration: none;
}

.topmenu a:hover {
	color:#FFFFFF;
	text-decoration: underline;
}

.topmenu a:active {
	color:#FFFFFF;
	text-decoration: none;
}
h1 {font-size:24px;}

.footer2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #0000FF;
}
.footer2 a:link {
	color: #0000FF;
	font-weight: normal;
	text-decoration: none;
}

.footer2 a:visited {
	color: #000000;
	text-decoration: none;
}

.footer2 a:hover {
	color: #0000FF;
	text-decoration: underline;
}


#nav {
	font-size:12px;
    line-height: 2.0em;
	font-family: Arial, Helvetica, sans-serif; 	
	text-align:center;
	background-image: url(images/menu-offs.jpg);
	list-style-type: none;
	width: 910px;
	margin:0px;
/*   float: left; /* Contain floated list items */

}
#nav li {
  margin: 0;
  padding: 0;
  float: left; 
}
#nav a {    
  background-image:url(images/menu-offs.jpg);
  width:113px;
  display: block;
  color:#FFFFFF;
  text-decoration: none;
}
#nav #nav_con a {
  border: none;
}
#nav a:hover {
	font-style:italic;
	text-decoration:none; 
	background-image: url(images/menu-onw.jpg);
	color:#000000;
}

#body_hom #nav_hom a, 
#body_about #nav_about a,
#body_benefits #nav_benefits a, 
#body_examples #nav_examples a,
#body_reg #nav_reg a,
#body_blog #nav_blog a,
#body_strat #nav_strat a,
#body_contact #nav_contact a,
#body_login #nav_login a,
#body_listings #nav_listings a,
{
 	font-style:italic;
	text-decoration:underline;
	background-image: url(images/menu-onw.jpg);
	color:#000000;
}


/* Applies to drop-down menus in navbar */
#nav li ul{
position:absolute;
z-index:100;
visibility:hidden;
}

/* Make drop-down visible on navbar hover */
#nav li:hover ul{
visibility:visible;
}

/* Applies to links on the drop-down menu */
#nav li:hover ul li a{
background:#ccc; /* Removes background image */
color:#000;
text-align:left;
display:block;
width:10em;
padding:0 0 0 1em;
height:auto;
}

/* Hover on drop-down menu links */
#nav li:hover ul li a:hover{
background: #aaa;
color:#000;
}
