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

/* ****************************************** */
/* RESET DEFAULTs */
/* ****************************************** */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ****************************************** */
/* // RESET DEFAULTs */
/* ****************************************** */

body{
	line-height:0;
	font-family:tahoma, geneva, verdana, arial, sans;
	font-size:0.688em;
	color:#000;
}


#wrap{
	width:770px;
	margin:45px auto;
}

#logo{
	width:244px;
	float:left;
}

p{
	padding-bottom:1em;
}

h2{
	font-size:1.1em;
	padding:1em 0 .5em 0;
	clear:both;
}
	h2 span{
		font-size:.9em;
		font-weight:normal;
	}

/* ***************** NAV *************** */

#nav{
	position:relative;
	float:right;
	top:70px;	
}

#nav li{
	display:inline;
	float:left;
	position:relative;
	padding:0;
}

#nav li a{
	position:relative;
}

#nav li a span{	
	display:none;
}


#btn-gallery{
	width:61px;
}
	#btn-gallery a:link, #btn-gallery a:visited{
		height:25px;
		display:block;
		background:url(images/btn-gallery.gif) top left no-repeat;
	}
	
#btn-features{
	width:63px;
}
	#btn-features a:link, #btn-features a:visited{
		height:25px;
		display:block;
		background:url(images/btn-features.gif) top left no-repeat;
	}
	
#btn-floorplans{
	width:87px;
}
	#btn-floorplans a:link, #btn-floorplans a:visited{
		height:25px;
		display:block;
		background:url(images/btn-floorplans.gif) top left no-repeat;
	}
	
#btn-location{
	width:73px;
}
	#btn-location a:link, #btn-location a:visited{
		height:25px;
		display:block;
		background:url(images/btn-location.gif) top left no-repeat;
	}
	
#btn-team{
	width:42px;
}
	#btn-team a:link, #btn-team a:visited{
		height:25px;
		display:block;
		background:url(images/btn-team.gif) top left no-repeat;
	}
	
	
/* ***************** // NAV *************** */


#main-image{
	clear:both;
	line-height:1em;
	width:770px;
	height:440px;
}

	#pg-features #main-image{
		height:201px;
	}
	
	#pg-floorplans #main-image{
		height:201px;
	}
	
#content{
	line-height:1.5em;
}

#content li{
	margin-left:1em;
	list-style:circle;
}

#footer{
	background:url(images/bg-footer.gif) top left no-repeat;
	line-height:1.5em;
	padding:20px 30px;
}

#johns-contact{
	float:left;
	width:300px;
}
	#johns-contact img{
		float:left;
	}

#robs-contact{
	float:right;
	width:354px;
}

	#robs-contact img{
		float:left;
	}

.contact-details{
		float:left;
		margin-left:10px;
		width:240px;
	}
	
.bio-photo{
	float: left;
	padding:.5em 1em 1em 0;
}