@charset "utf-8";
/* CSS Document */

/* ------------------------------------------------------------------------------------------------

	Created by elykinnovation, inc. - http://www.elykinnovation.com
	Jacksonville, Florida - Web Design Company

--------------------------------------------------------------------------------------------------- */


a, div {-moz-outline:none;}

/* ----------------------------------------------------------------------------------------------------------------

	.png hack

------------------------------------------------------------------------------------------------------------------*/

/* * { behavior: url(iepngfix.htc); }*/
.iepngfix { behavior: url(css/iepngfix.htc); }
 

/* ---------------------------------------------------------------------------

	Body 

--------------------------------------------------------------------------- */

body {
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	font-family: Tahoma, "Trebuchet MS", Arial, sans-serif;
	font-size: 13px;
	background-image: url(../images/splash_bg.jpg);
	background-repeat: repeat-x;
}

.wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border: 0px;
	width: 870px; /* Make this number 10px wider than actual design for ie issues */
}

.header {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 147px;
}


.side_a {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 830px;
}


.footer {
	clear: both;
	margin: 0px 0px 0px 0px;
	padding: 30px 0px 0px 0px;
	width: 860px;
	color: #fff;
	text-align: center;
}


/* ---------------------------------------------------------------------------

	Logo Replace

--------------------------------------------------------------------------- */

.logo {
	display: block;
	text-decoration: none;
	width: 490px;
	height: 135px;
	background-image: url(../images/logo_splash.jpg);
	background-repeat: no-repeat;
	margin: 0px auto;
}


/* ---------------------------------------------------------------------------

	General Declarations

--------------------------------------------------------------------------- */


.hide {
	visibility: hidden;
	display: none;
	text-indent: -8520px;
}

.pictureframe {
	border: #000 1px solid;
	padding: 4px;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.clear {
	clear: both;
	background-color: transparent;
	height: 1px;
}

/* ---------------------------------------------------------------------------

	Horizontal Navigation

--------------------------------------------------------------------------- */

#selection_area{width:860px;overflow:hidden;}
#selection{float:left;padding:0;}
ul#selection {padding:0; margin:0;}
#selection li{display:inline;list-style:none;margin:0 0 0 0;padding:0 0 0 0; }
#selection a{float:left;background:top; padding:0;margin:0 10px 0 0; height: 330px;}
#selection a:hover{background-position:bottom;}
#selection a.selected{background-position:bottom;}

	#investors a{width:270px;background:url(../images/splash_investors_button.jpg) top center no-repeat;  text-indent: -9999px;}
	#homebuyers a{width:270px;background:url(../images/splash_home_buyers_button.jpg) top center no-repeat;  text-indent: -9999px;}
	#developers a{width:270px;background:url(../images/splash_developers_button.jpg) top center no-repeat;  text-indent: -9999px;}

.name {
   white-space: nowrap;
   float: left;
   width: 444px;
   height: 20px;
   text-align: center;
} 

.name ul {
   padding: 0px;
   margin: 0px;
}

.name ul li {
   display: inline;
	padding-left: 5px;
	padding-right: 5px;
	color: #666666;
}

.name ul li a:link, .name ul li a:visited {
	color: #666666;
	text-decoration: none;
}

.name ul li a:hover, .name ul li a:visited:hover {
	color: #990000;
	text-decoration: none;
}


/* ---------------------------------------------------------------------------

	Unordered List Stylings

--------------------------------------------------------------------------- */


.NAME ul {
	 padding-left: 5px;
	 margin-left: 5px;
	 margin-top: 0px;
	 text-indent: 1px;
	 list-style: none;
}

.NAME li {
	border-bottom: #CCCCCC 1px dotted;
	width: 95%;
	margin: 0px 0px;
	padding: 4px 0px;
	font-size: 13px;
}

.NAME a:link, .NAME a:visited {
	color: #333333;
	text-decoration: none;
}

.NAME a:hover, .NAME a:visited:hover {
	color: #990000;
	text-decoration: none;
}