/***********************************************************************
* file		featured.css
* 
* 
* author: 	taopro.com
* version: 	version 1.0
* since: 	version 1.0
* created:	July 2008
*
* description:
* stylesheet for the Gateway website - featured.
*
************************************************************************/

a:hover {
	background-position: 0 0;
}

body {
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0;
	margin-left: 0;
	font-size: 11px;
	line-height: 16px;
}

img {  border-style: none;
} /* removes blue link border on all images */

* {
  border: none;
}

#featuredContainer {
	background-color: #f0984a;
	width: 585px;
	float: left;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	height: 570px;
	overflow: hidden;
}

#featuredIframeContainer {
	background-color: #f0984a;
	width: 585px;
	float: left;
	height: 570px;
	overflow: hidden;
}

#navLeftColumnContainer {
	float: left;
	width: 135px;
	color: #3f3436;
}

#navListDate {
	float: left;
	height: 45px;
	width: 120px;
	padding-left: 15px;
}

#nav1 {
	float: left;
	height: 57px;
	width: 120px;
	padding-left: 15px;
	padding-top: 8px;
	background-image: url(../media/graphic/gra_Underline_brown.gif);
	background-repeat: no-repeat;
	background-position: top;
}


#nav2 {
	float: left;
	height: 57px;
	width: 120px;
	padding-left: 15px;
	padding-top: 8px;
	background-image: url(../media/graphic/gra_Underline_brown.gif);
	background-repeat: no-repeat;
	background-position: top;
}

#nav3 {
	float: left;
	height: 57px;
	width: 120px;
	padding-left: 15px;
	padding-top: 8px;
	background-image: url(../media/graphic/gra_Underline_brown.gif);
	background-repeat: no-repeat;
	background-position: top;
}

#nav4 {
	float: left;
	height: 57px;
	width: 120px;
	padding-left: 15px;
	padding-top: 8px;
	background-image: url(../media/graphic/gra_Underline_brown.gif);
	background-repeat: no-repeat;
	background-position: top;
}



#nav5 {
	float: left;
	height: 57px;
	width: 120px;
	padding-left: 15px;
	padding-top: 8px;
	background-image: url(../media/graphic/gra_Underline_brown.gif);
	background-repeat: no-repeat;
	background-position: top;
	margin-right: -3px;
}

#navNone {
	float: left;
	height: 57px;
	width: 120px;
	padding-left: 15px;
	padding-top: 8px;
	background-image: url(../media/graphic/gra_Underline_brown.gif);
	background-repeat: no-repeat;
	background-position: top;
	font-style: italic;
	font-size: 10px;
}

#bodyIframe {
	float: left;
	width: 450px;
	height: 521px;
}

#bodyContainer {
	float: left;
	width: 420px;
	margin-left: 30px;
	margin-top: 46px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #fff;
	height: 475px;
}
#featuredDescriptionBar {
	color: #fff;
	float: left;
}
#featuredDescription {
	color: #fff;
	float: left;
	margin-top: 5px;
}

#featuredSpecs1 {
	float: left;
	width: 82px;
	color: #fff;
	height: 115px;
}

#featuredSpecs2 {
	float: left;
	width: 200px;
	color: #fff;
	height: 115px;
}

/* ****************** */
#featuredImageNavContainer {
	width: 120px;
	height: 110px;
	float: right;
	line-height: 24px;
	background-image: url(../media/sections/featured/background/bgd_floorplan_select.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 3px;
}

#featuredImage {
	width: 420px;
	height: 275px;
	float: left;
}

#featuredTitle {
	float: left;
	color: #fff;
	width: 585px;
}

#closeBox {
	background-image: url(../media/sections/forms/graphics/btn_close_white50px.gif);
	background-repeat: no-repeat;
	float: right;
	height: 13px;
	width: 50px;
	overflow: hidden;
	display: block;
	cursor:pointer;
	cursor:hand;
}

.title {
	font-weight: bold;
}

#featuredContainer .selectedDiv {
	background-color: #fff;
}

.selectedText {
	color: #fff;
	font-weight: bold;
}
/* ****************** */
#featuredContainer .linkUnderlineB a:link {
	color: #3f3436;
	text-decoration: none;
	}

#featuredContainer .linkUnderlineB a:visited {
	color: #3f3436;
	text-decoration: none;
}

#featuredContainer .linkUnderlineB a:hover {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

#featuredContainer .linkUnderlineB a:active {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
/* ****************** */
#featuredIframeContainer .linkUnderlineB a:link {
	color: #3f3436;
	text-decoration: none;
	}

#featuredIframeContainer .linkUnderlineB a:visited {
	color: #3f3436;
	text-decoration: none;
}

#featuredIframeContainer .linkUnderlineB a:hover {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

#featuredIframeContainer .linkUnderlineB a:active {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
/* clearfloat */
/* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
.clearfloat { 
clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

iframe {
	border: 0px solid #fff;
	frameborder: 0px;
	scrolling: no;
}
	
