/* defaults and globals
==============================================================================*/
* { /* Clear ALL elements defaults */
	margin: 0;
	padding: 0;
}

html, body {
	margin: 0px;
	padding: 0px;
	background-color: #464646;
	font-family: Tahoma;
	color: #FFFFFF;
	font-size: 11px;
	height: 100%;
}

.clearHack {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
}

a:link, a:visited {
	color: #8dc63f;
	text-decoration: underline;
}

a:hover {
	color: #FFFFFF;
}


/* Containers and Edges
==============================================================================*/
#homeMasterContainer {
	height: 100%;
	background-image: url(../images/bgd.jpg);
	background-repeat: repeat-x;
}

#subMasterContainer {
	height: 100%;
	background-image: url(../images/bgd_sub.jpg);
	background-repeat: repeat-x;
}

#container {
	height: 100%;
	width: 840px;
	margin-right: auto;
	margin-left: auto;
}

#leftEdge {
	background-image: url(../images/home_bgd_edgeGreyLeft.jpg);
	background-repeat: repeat-y;
	float: left;
	height: 100%;
	width: 20px;	
}

#main {
	float: left;
	width: 800px;
	background-color: #232323;
}

#rightEdge {
	background-image: url(../images/home_bgd_edgeGreyRight.jpg);
	background-repeat: repeat-y;
	float: left;
	height: 100%;
	width: 20px;
}

/* Flash
==============================================================================*/
#homeFlash {
	height: 350px;
	width: 800px;
	text-align: center;
	font-size: 12px;
	background-color: #000000;
}

#subFlash {
	height: 120px;
	width: 800px;
	text-align: center;
	font-size: 12px;
}

/* Main Home Navigation
==============================================================================*/
#nav {
	height: 31px;
	width: 800px;
	background-color: #000000;
	list-style: none;
}
#nav li {
	float: left;
	height: 31px;
	overflow: hidden; /* if text-resize, this'll keep the nav the same size */
	}
#nav li a {
	display: block;
	line-height: 31px;
	text-indent: -5000px;
	overflow: hidden;
	background-position: center top; /* horizontally centers the background image */
	}
	#navHome {
		width: 78px;
		background: url(../images/nav_home.jpg) no-repeat;
		}
	#navAbout {
		width: 81px;
		background: url(../images/nav_about.jpg) no-repeat;
		}
	#navLocation {
		width: 105px;
		background: url(../images/nav_location.jpg) no-repeat;
		}
	#navElevations {
		width: 115px;
		background: url(../images/nav_elevations.jpg) no-repeat;
		}
	#navDeveloper {
		width: 109px;
		background: url(../images/nav_developer.jpg) no-repeat;
		}
	#navCommunity {
		width: 119px;
		background: url(../images/nav_community.jpg) no-repeat;
		}
	#navUpdates {
		width: 93px;
		background: url(../images/nav_updates.jpg) no-repeat;
		}
	#navContact {
		width: 100px;
		background: url(../images/nav_contact.jpg) no-repeat;
		}
#nav li a:hover {
	background-position: 50% -31px;
	}
	#nav li a.currentSection,
	#nav li a.currentSection:hover {
		background-position: 50% -62px;
}


/* Sub Navigation
==============================================================================*/
#subnav {
	height: 26px;
	width: 800px;
	background-color: #545454;
	list-style: none;
}
#subnav li {
	float: left;
	height: 20px;
	margin-left: 20px;
	font-weight: normal;
	font-size: 13px;
	margin-top: 5px;
}
#subnav li a {
	display: block;
	line-height: 20px;
}
#subnav li a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
	
#subnav li a.currentSection, #subnav li a.currentSection:hover {
	color: #FFFFFF;
}


/* Image Padding
==============================================================================*/
.padBottom  {
	margin-bottom: 10px;
}


/* Content
==============================================================================*/
#content {
	background-color: #545454;
	font-size: 11px;
	line-height: 16px;
	font-family: Tahoma;
	color: #b7b7b7;
}

#content ul{
	list-style-position: outside;
	margin-right: 10px;
	margin-left: 20px;
}
#content li{
	line-height: 15px;
	font-style: normal;
	padding-top: 5px;
}

#column  {
	width: 370px;
	display: block;
	margin-top: 20px;
	margin-left: 20px;
	margin-bottom: 20px;
	float: left;
}

#callout {
	background-color: #252525;
	color: d7d7d7;
	padding: 20px;
}

.photoText {
	color: #CCCCCC;
	font-size: 9px;
	font-weight: bold;
	text-align: center;
}

.handcursor {
	cursor:hand;
	cursor:pointer;
}


/* Headers
==============================================================================*/
h1 {
	font-family: Tahoma;
	font-size: 16px;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 19px;
}


/* Footer
==============================================================================*/
#footer {
	height: 40px;
	background-color: #232323;
	color: #707070;
	padding-left: 15px;
	padding-right: 15px;
}
