@charset "utf-8";
/* CSS Document */

/*-------------------------------------------------------------------------------------------
/ header
-------------------------------------------------------------------------------------------*/
#header{
	background:#000 url(/images/floorplans/content/floor-plan-details/header-bg.jpg) 0px 0px no-repeat;
	height:148px;
}

	#header .homeLink{
		height:130px;
		width:150px;
	}

	#header .address{
		color:#fff;
	}
		#header ul li{
			color:#d3c7a9;
		}
	
			#header ul li a{
				color:#d3c7a9;
			}
	
				#header ul li a:hover{
					color:#8A7D53;
				}

/**********************************************************
/ main picture
**********************************************************/
#main-picture {
	border-bottom:1px solid #bbab82;
	border-top:1px solid #bbab82;	
	text-align:center;
}

/**********************************************************
/ override wrapper
**********************************************************/
#wrapper {
	padding:0;
	width:100%;
}

/**********************************************************
/ page title
**********************************************************/
#title {
	border-bottom:1px solid #fff;
	text-align:center;
}
	#title a{
		text-decoration:underline;
	}
	#title h1 {
		color:#fff; 
		font-size:15px;
		margin:10px 0;		
	}
	#title h2 {
		font-size:12px;
		font-weight:normal;
		margin:0 0 10px 0;
		
	}
	
/**********************************************************
/ floorplan title 
**********************************************************/	
#floor-plan-title {
	background:url(/images/floorplans/content/floor-plan-details/floor-plan-title-bg.jpg) no-repeat;
	height:95px;
	margin:3px 0 0 0;
	text-align:right;
}
	#floor-plan-title h1 {
		border-bottom:1px solid #d3c7a9;
		color:#171616;
		font-size:36px;
		margin:10px 20px 0 0;
		float:right;
	}
	#floor-plan-title h2 {
		clear:both;
		color:#171616;
		font-size:24px;
		margin:9px 20px 0 0;
		float:right;
	}	
	
/**********************************************************
/ dynamic description
**********************************************************/	
#description {
	background:#d3c7a9;
	border:1px solid #fff;
	float:left;
	margin:-40px 0 0 10px;
	width:500px;
}
	#description p{
		color:#171616;
		margin:0;
		padding:10px 8px;
	}
	
/**********************************************************
/ press release link
**********************************************************/	
#press-release-link {
	float:right;
	text-decoration:underline;
	margin:10px 20px 0 0;
}

/**********************************************************
/ image column
**********************************************************/
#column-one {
	float:left;
	margin:10px 0 50px 10px;
	width:375px;
}
	#column-one img {
		border:1px solid #d3c7a9;
	}
	#column-one h3 {
		font-size:12px;
		line-height:28px;
		text-align:right;
	}
	
/**********************************************************
/ text column
**********************************************************/	
#column-two {
	float:left;
	margin:10px 0 50px 20px;
	width:385px;
}
	#column-two h3{
		border-bottom:1px solid #756f60;
		float:left;
		font-size:16px;
		margin:20px 0 0 0;
	}
	#column-two p{
		clear:both;
		margin:0;
		padding:5px 0;
	}

		#column-two #copy h3{
			border:none;
		}
		#column-two #copy p {
			font-size:12px;
		}


/**********************************************************
/	Back Button
**********************************************************/
.floorplan-back{
	background: #434132;
	background: -moz-linear-gradient(left, #434132 0%, #6F6B4E 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#434132), color-stop(100%,#6F6B4E));
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#434132', endColorstr='#6F6B4E',GradientType=1 );
	border:solid #787878 2px;
	color:#fff;
	font-size:14px;
	display:inline-block;
	margin:30px 0 0 0;
	padding:7px 10px;
	overflow:visible;
	width:auto;
	box-shadow: inset -3px -3px 3px #000000;
	-moz-box-shadow:  inset -3px -3px 3px #000000;
	-webkit-box-shadow: inset -3px -3px 3px #000000;
}

	.floorplan-back:hover{
		box-shadow: inset 3px 3px 3px #000000; 
		-moz-box-shadow:  inset 3px 3px 3px #000000;
		-webkit-box-shadow: inset 3px 3px 3px #000000;
	}

	
	
