 /*
-------------------------------------

	Prosser Hallock
	Print Style Sheet
	http://www.prosserhallock.com
	
	author: nGen Works
	http://ngenworks.com

-------------------------------------- */

* {
	margin: 0;
	padding: 0;
	}

body {
	font: small/1.75em "Lucida Grande", "Lucida Sans", Helvetica, Arial, sans-serif;
	text-align: left;
	color: #000;
	}

#skip {
	display: none;
	}
	
#sitewrapper {
	margin: 0;
	font-size: 90%;
	}
	
#content_main {
	border-bottom: 1px solid #000;
	}
	
#content_sub {
	clear: both;
	}
	
#site_info {
	font-size: 85%;
	text-align: left;
	border-top: 1px solid #000;
	}
	
/* links
-------------------------------------- */

a:link {
	color: #666;
	}
	
a:visited {
	color: #999;
	}
	
a:hover, a:active {
	color: #666;
	}
	
/* images
-------------------------------------- */

#content img {
	float: left;
	margin: 0 15px 15px 0;
	border: 1px solid #000;
	}


/* typography & titles
-------------------------------------- */

h1, h2, h3, h4 {
	margin: 20px 0 5px 0;
	}

h1 {
	font-family: lucida grande, arial, helvetica, sans-serif;
	font-size: 150%;
	}

h2 {
	font-family: lucida grande, arial, helvetica, sans-serif;
	font-size: 220%;
	}

h3 {
	font-size: 160%;
	}

h4 {
	font-size: 120%;
	font-family: lucida grande, arial, helvetica, sans-serif;
	text-transform: uppercase;
	}

h5, h6 {
	margin: 5px 0;
	font-size: 100%;
	}

h1 a, h2 a, h3 a, h4 a, h5 a {
	text-decoration: none;
	}

p, blockquote {
	margin: 0 0 15px 0;
	line-height: 1.5em;
	}
	
#site_info p {
	margin: 15px 0;
	line-height: 1.5em;
	}
	

/* lists
-------------------------------------- */

ul, ol {
	margin: 0 0 10px 0;
	padding: 0;
	}

#content ul {
	margin: 0 0 10px 15px;
	list-style-type: square;
	}


/* nav
-------------------------------------- */

#nav {	
	display: none;
	}
	
	
/* Branding
-------------------------------------- */

/* #logo {
	background-image: none;
	}
	
#branding {
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	margin: 0px;
	}
	
#branding_vector {
	background-image: none;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	margin: 0px;
	} */


/* Content
-------------------------------------- */

body.about #content_main img {
	display: none;
	}	
	
body.about #content_sub,
body.projects.amenity-project #content_sub,
body.projects.harbour-island #content_sub,
body.projects.jacksonville-zoo #content_sub,
body.projects.korean-war-memorial #content_sub,
body.projects.marina-san-pablo #content_sub,
body.projects.marsh-landing #content_sub,
body.projects.martin-luther-king-national-memorial #content_sub,
body.projects.mayo-clinic #content_sub,
body.projects.mayport-village #content_sub,
body.projects.mccoys-creek-greenway #content_sub,
body.projects.nocatee #content_sub,
body.projects.nocatee-greenway #content_sub,
body.projects.pablo-creek-golf #content_sub,
body.projects.pablo-reserve #content_sub,
body.projects.palencia #content_sub,
body.projects.pentagon-memorial #content_sub,
body.projects.san-pablo-road #content_sub,
body.projects.satilla #content_sub,
body.projects.savannah-west-town-center #content_sub,
body.projects.sr-312 #content_sub,
body.projects.whisper-creek #content_sub {
	display: none;
	}	
	
.back_to {	
	display: none;
	}
	
/* quick contact
-------------------------------------- */

#quick_contact {	
	margin-bottom: 20px;
	}