
/************************************************/
/* BODY LAYOUT AND DEFAULT-TYPE STYLES */
/************************************************/

HTML {
	height: 100%;
	}

BODY {
	background-color:#d44540;
	background-image: url(images/home_bg.png);
	background-position: top left;
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	height: 100%;
	min-height: 100%;
	font-family: Verdana, sans-serif;
	color: #5e5d5d;
	font-size: 12px;
	line-height: 17px;
	}
	
.logo {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;	
	}

.phonenumber {
	display: block;
	position: absolute;
	top: 0px;
	left: 650px;
	}
	
.contactinfo {
	display: block;
	position: absolute;
	top: 61px;
	left: 650px;
	width: 300px;
	text-align: right;
	font-family: 'PT Sans Narrow', sans-serif;
	color: #5e5d5d;
	font-size: 14px;
	line-height: 17px;
	letter-spacing: 1px;
}		

.viewmap {
	font-family: 'PT Sans Narrow', sans-serif;
	color: #d44540;
	font-size: 14px;
	line-height: 17px;
	letter-spacing: 1px;
}		
	
.homegallery {
	display: block;
	position: absolute;
	left: 0px;
	top: 120px;
	border-right-style: solid;
	border-right-color: #ffffff;
	border-right-width: 10px;
	}
	
.mainnav {
	display: block;
	position: absolute;
	left: 510px;
	top: 137px;
	}	
	
.subnav {
	display: block;
	position: absolute;
	left: 771px;
	top: 152px;
	}	
	
.subnavcopy A:link {
	font-family: 'PT Sans Narrow', sans-serif;
	color: #5e5d5d;
	font-size: 14px;
	line-height: 22px;
	text-decoration: none;
	}
	
.subnavcopy A:visited {
	font-family: 'PT Sans Narrow', sans-serif;
	color: #5e5d5d;
	font-size: 14px;
	line-height: 22px;
	text-decoration: none;
	}	
	
.subnavcopy A:hover {
	font-family: 'PT Sans Narrow', sans-serif;
	color: #d44540;
	font-size: 14px;
	line-height: 22px;
	text-decoration: none;
	}	
	
.socialspace {
	display: block;
	position: absolute;
	top:525px;
	left: 872px;
	}
	
.rightspace {
	margin-right: 1px;
	border: 0px;
	}	