/*
 *
 *  GVLiving master style sheet
 *  rev 20090416
 *
 */
 
html {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}		
body {
	background-color: #fff;
	margin: 0;
	padding: 0;
	text-align: center;
}
body.Homepage{
	background: url('../../images/bg-home.jpg') top center;
}
body.Residences{
	background: url('../../images/bg-residences.jpg') top center;
}
body.Appointments{
	background: url('../../images/bg-appointments.jpg') top center;
}
body.Brokers{
	background: url('/brokers/broker-bg.gif') top left repeat-x;
}
body.Island-Life{
	background: url('../../images/bg-island-life.jpg') top left;
}
body.Location{
	background: url('../../images/bg-location.jpg') top center;
}
body.Press,
body.Specials {
	background: url('../../images/bg-press.jpg') top center;
}
body.Image-Book{
	background: url('../../images/bg-image-book.jpg') top left;
}
body.Interior-Design{
	background: url('../../images/bg-interior-design.jpg') top center;
}
body.Contact{
	background: url('../../images/bg-contact.jpg') top center;
}
body.Privacy{
	background: url('../../images/bg-privacy.jpg') top center;
}
body.Legal{
	background: url('../../images/bg-legal.jpg') top center;
}
body.splash{
	background: #f7f1e5 url('../../images/bg-splash.jpg') top left;
}

a {
	color: brown;
	text-decoration: underline;
}
a:hover {
	color: red;
	text-decoration: underline;
}

#container {
	width: 760px;
	margin: 0 auto;
	text-align: left;
	overflow: visible;

}
body.splash #container {
	width: 809px;
	margin: 144px auto;
	text-align: left;
	overflow: visible;

}

/*  **********  Header  **********  */

#hdr {
	width: 760px;
	height: 164px;
	margin: 0 -3px 0 0;
	text-align: left;
	clear: both;
}

#logo {
	border: none;
	float: left;
} 
#taxcredit {
	width: 122px;
	background: #d2cbb1;
	border: 1px solid #a39b7d;
	margin: 24px 0 0 12px;
	padding: 9px;
	float: left;
}
#taxcredit h1 {
	color: white;
	font: bold 16px Arial, Helvetica, sans-serif;
	text-align: center;
	margin-top: 0;
}
#taxcredit p {
	color: black;
	font: bold 12px Arial, Helvetica, sans-serif;
	text-align: center;
}
#taxcredit a {
	font: bold 9px Arial, Helvetica, sans-serif;
	text-decoration: underline;
	text-align: center;
}
#banner {
	width: 366px;
	height: 144px;
	float: right;
}

/*  **********  Navigation  **********  */

#nav {
	width: 784px;
	height: 36px;
	margin: 0;
	display: block;
	text-align: left;
	clear: both;
}

/*  **********  Content  **********  */

#livearea {
	width: 748px;
	height: 430px;
	color: #000;
	background: #f7f1e5 url('../../images/bg-livearea.jpg');
	font: 12px/16px Arial, Helvetica, Verdana, sans-serif;
	border: 6px solid #000;
	margin: 0;
	padding 0;
	float:left;
}

body.splash #livearea {
	background: #f7f1e5;
	border: 1px solid #ccc;
	margin: 0;
	padding 6px;
}
	
	/*  **********  Residences  **********  */
	
	#div_content,
	#div_residences {
		font: 11px/14px Arial, Helvetica, Verdana, sans-serif;
		padding: 6px;
		width: 734px;
		height: 416px;
		text-align: left;
		vertical-align: middle;
	}
	#div_content h1,
	#div_residences h1 {
		color: brown;
		font: bold 18px "Adobe Garamond", Garamond, Georgia, serif;
		text-align: center;
	}
	#div_content h3,
	#div_residences h3 {
		color: #000;
		font: bold 14px "Adobe Garamond", Garamond, Georgia, serif;
	}
	
	
	/*  **********  Location  **********  */
	
	#div_location {
		font: 11px/14px Arial, Helvetica, Verdana, sans-serif;
		padding: 6px;
		width: 734px;
		height: 416px;
		text-align: center;
		vertical-align: middle;
	}
	#div_location h1 {
		color: brown;
		font: bold 18px "Adobe Garamond", Garamond, Georgia, serif;
		text-align: center;
	}
	#div_location h3 {
		color: #000;
		font: bold 14px "Adobe Garamond", Garamond, Georgia, serif;
	}
	
	/*  **********  Privacy  **********  */
	
	#privacy {
		font: 11px/14px Arial, Helvetica, Verdana, sans-serif;
		padding: 12px;
		width: 700px;
		height: 400px;
	}
	#privacy h1 {
		color: brown;
		font: bold 18px "Adobe Garamond", Garamond, Georgia, serif;
		margin-top: 0;
		text-align: center;
	}
	#privacy h3 {
		color: brown;
		font: bold 14px "Adobe Garamond", Garamond, Georgia, serif;
		margin-top: 0;
	}	

#closeout {
	color: #777158;
	font: 14px 'Times New Roman', Times New Roman, Times, serif;
	width: 752px;
	text-align: center;
	background: #d2cbb1;
	border: 1px solid #a39b7d;
	margin: 9px 0 0 0;
	padding: 3px;
	float: left;
	clear: left;
}
#ftr {
	color: #fff;
	font: 13px 'Times New Roman', Times New Roman, Times, serif;
	letter-spacing: 1px;
	width: 742px;
	text-align: right;
	background: transparent url('../../images/bg-ftr.png') center left;
	margin: 9px 0;
	padding: 9px;
	float: left;
	clear: left;
}
#ftr a {
	color:#fff;
	text-decoration: none;
}
#ftr a:hover {
	color:#b2a006;
	text-decoration: underline;
}

#dsc {
	color: #000;
	font: 9px Arial, Helvetica, Verdana, sans-serif;
	width: 760px;
	text-align: right;
	background: transparent;
	margin: 2px 0;
	padding: 0;
	float: left;
	clear: left;
}
#dsc a {
	color:#000;
	text-decoration: none;
}
#dsc a:hover {
	color:#b2a006;
	text-decoration: underline;
}
