/* -------------------------------------------------------------
	Planning Design Group
	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Description:	Screen Style
	Filename:		style.css
	Version:		1.0
	Date:			16 March 2007
------------------------------------------------------------- 

Table of Contents (subject to change):
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

	+ Re-defined Styles
	+ Custom Classes
		- Document Setup
		- Masthead
		- Messaging
		- Sidebar
		- Body
		- Footer
	+ Form Styles
	+ Miscellaneous

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
*/


/* -------------------------------------------------------------
	Re-defined Styles
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

* {
	margin: 0;
	padding: 0;
}

body {
	background: #3a3d3e;
	font: normal 11px/1.6em Verdana, Helvetica, sans-serif;
	color: #fff;
	text-align: center;
}

fieldset {
	border: 0px;
}

a img {
	border: 0px;
}

a:link, a:visited {
	color: #799e99;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	text-decoration: underline;
}

ul li {
	padding-left: 8px;
	position: relative;
	list-style-type: none;
	background: url(/images/icon_list.gif) no-repeat 0 7px;
}


/* -------------------------------------------------------------
	Custom Classes
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/*	Document Setup
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#index {
	width: 780px;
	margin: 0 auto;
	text-align: left;
position: relative;
	background: url(/images/bg_index.gif) repeat-y center top;
}

#ftpLink{
position: absolute;
left: 27px;
top: 532px;
}

#interior #ftpLink{display: none;}

.title, .title a {
	display: block;
	text-indent: -9000em;
	overflow: hidden;
}

#body p,
#body ul,
#body ol {
	margin-bottom: 15px;
}



/*	Masthead
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#annivers{
display: block;
width: 138px;
height: 117px;
position: absolute;
text-indent: -999em;
top: 80px;
right: -45px;
z-index: 99;
background: url(/images/25years.png) no-repeat;
}

#masthead {
	width: 780px;
	height: 116px;
	background: #3a3d3e;
}

#brand {
	float: left;
}

#ui {
	float: right;
}

#ui li {
	float: left;
}



/*	Messaging
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#messaging {
	width: 756px;
	height: 98px;
	margin: 0 auto;
	background: #26292a url(/images/img_messaging.jpg) no-repeat 3px 3px;
}

#home #messaging {
	height: 430px;
	background: transparent;
}

#interior .who {
	background-image: url(/images/img_messagingInterior_2.jpg);
}

#interior .why {
	background-image: url(/images/img_messagingInterior_3.jpg);
}

/*
#interior .projects {
	background-image: url(/images/img_messagingInterior_4.jpg);
}*/

#interior .news {
	background-image: url(/images/img_messagingInterior_5.jpg);
}

/*
#interior .contact {
	background-image: url(/images/img_messagingInterior_6.jpg);
}*/

#interior .landscape {
	background-image: url(/images/img_messagingInterior_7.jpg);
}

#interior .recreational {
	background-image: url(/images/img_messagingInterior_8.jpg);
}

#interior .planning {
	background-image: url(/images/img_messagingInterior_9.jpg);
}


#interior .golfcourse {
	background-image: url(/images/img_messagingInterior_4.jpg);
}




/*	Sidebar
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#sidebar {
	width: 198px;
	padding: 60px 13px 0 0;
	float: right;
}

#title_downloadBrochure, #title_downloadBrochure a {
	width: 184px;
	height: 57px;
	float: left;
}

#title_downloadBrochure a {
	text-indent: -9000em;
	overflow: hidden;
	background: url(/images/img_downloadBrochure.gif) no-repeat;
}


#ui_secondary {
	width: 152px;
	padding: 4px 0 0 10px;
	float: left;
	margin-bottom: 30px;
}

#ui_secondary li, #ui_secondary a {
	width: 152px;
	height: 15px;
	padding: 0;
	float: left;
	background: transparent no-repeat;
	text-indent: -9000em;
	overflow: hidden;
}

#ui_secondary li {
	margin-bottom: 5px;
}

#ui_secondary a:hover {
	background-position: -163px 0;
}

#ui_landscape a {
	background-image: url(/images/ui_landscape.gif);
}

#ui_recreational a {
	background-image: url(/images/ui_recreational.gif);
}

#ui_planning a {
	background-image: url(/images/ui_planning.gif);
}

#ui_golfcourse a {
	background-image: url(/images/ui_golfcourse.gif);
}


/*	Body
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/*	Body: Content
- - - - - - - - - - - - - -  */

#body {
	width: 500px;
	margin: 0 0 0 12px;
	padding: 30px 0 30px 37px;
}

#home #body {
	width: 756px;
	height: 94px;
	padding: 0;
	margin: 0 auto;
	background: transparent;
}

#interior_project #body {
	width: 720px;
}

#header {
	margin-bottom: 3px;
}

#interior #portfolio {
	width: 756px;
	height: 147px;
	margin: 0 auto;
}

/* --- Portfolio ---*/

#portfolio_cont {
	width: 710px;
	margin: 20px 0 10px -20px;
	padding: 0 0 6px 0;
}

.projectBox{
background: #444;
float: left;
height: 135px;
text-align: center;
margin: 0 0 15px 15px;
border: 1px solid #555;
-moz-box-shadow: 0px 0px 5px #111;
-webkit-box-shadow: 0px 0px 5px #111;
box-shadow: 0px 0px 5px #111;
}

.porttext {
	width: 150px;
	margin: 0 4px 12px 4px;
	padding: 0 0;
}

.port {
	width: 150px;
	margin: 6px 4px 6px 4px;
	font: 10px Verdana, Helvetica, sans-serif;
	color: #fff;
border: 1px solid #555;	
	text-align: center;
}

/* --- Projects --- */

#project {
	width: 450px;
	float: right;
	margin-top: -22px;
}

#project_description {
	width: 255px;
	float: left;
}

#preview_large {
	border: 2px solid #515557;
}

#preview_wrapper {
	width: 431px;
	float: left;
	min-height: 245px;
}

#preview_wrapper img {
	float: left;
	position: relative;
}

.return_link {
	width: 29px;
	height: 26px;
	float: right;
	position: relative;
	background: url(/images/btn_back.gif) no-repeat;
	text-indent: -9000em;
	overflow: hidden;
}

.click_link {
	width: 380px;
	height: 26px;
	float: left;
	position: relative;
	overflow: hidden;
}

#project ul {
	width: 450px;
	float: left;
}

#project li {
	width: 94px;
	padding: 10px 0 0 18px;
	float: left;
	background: transparent;
}

#project li.first {
	padding-left: 0;
}

#project li img {
	border: 1px solid #dde2e3;
}

#project li a:hover img, 
#project li a:active img,
#project li a:focus img {
	border-color: #515557;
}

#title_servicesProvided {
	height: 12px;
}



/* --- Image Positioning --- */

.float_left {
	float: left;
	padding: 0 8px 8px 0;
}

.float_right {
	float: right;
	padding: 0 0 8px 8px;
}


/* --- Sitemap --- */

.sitemap_list {
	width: 49%;
	padding: 0;
	float: left;
}




/*	Footer
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#footer {
	width: 755px;
	height: 60px;
	margin: 0 auto;
	padding-top: 5px;
	clear: both;
	color: #616465;
	font-size: 10px;
	text-align: left;
}

#footer a:link, #footer a:visited {
	color: #616465;
	text-decoration: none;
}

#footer a:hover, #footer a:active, #footer a:focus {
	text-decoration: underline;
}

#copyright {
	width: 385px;
	float: left;
}

#site_credit {
	width: 160px;
	float: right;
	text-align: right;
}
#fb{float:left;}
#fb img{
vertical-align: middle;
}



/* -------------------------------------------------------------
	Form Styles
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.input_class {
	border: 1px solid #808080;
	background: #232526;
	font: normal 10px/1.6em Verdana, Helvetica, sans-serif;
	color: #fff;
}

.required {
	color: #f00;
}

#contactForm {
	width: 500px;
	padding-bottom: 20px;
	float: left;
}

#contactForm select {
	width: 70px;
	float: left;
	margin-right: 11px;
	color: #fff;
	background: #272726;
	font: normal 11px/1.4em Verdana, Helvetica, sans-serif;
}

#contactForm .input_class {
	width: 227px;
	float: left;
	height: 14px;
	padding: 0 0 2px 3px;
	font-size: 11px;
	line-height: 1.4em;
}

#contactForm label {
	width: 250px;
	float: left;
	clear: both;
	font-weight: bold;
	color: #fff;
}

#contactForm label em {
	font-weight: normal;
	font-style: normal;
}

#contactForm div.commentFieldset .input_class {
	width: 478px;
	height: 70px;
	overflow: auto;
}

#contactForm fieldset {
	width: 500px;
	float: left;
	clear: left;
}

#contactForm fieldset div {
	width: 250px;
	height: 40px;
	float: left;
	clear: none;
}

#contactForm fieldset div.commentFieldset {
	width: 500px;
	height: auto;
}

#submit {
	float: left;
	margin: 15px 0 0 0;
	display: inline;
}

#contactForm .required {
	padding-left: 3px;
}





/* -------------------------------------------------------------
	Miscellaneous
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/* http://www.access-board.gov/sec508/guide/1194.22.htm#(o) */
#skip {
	position: absolute;
	left: -9000em;
}

/* http://microformats.org/wiki/hcard */
.vcard {
	display: none;
}

.clearfix {
	width: 100%;
	height: 1px;
	clear: both;
}


/* --- Gallery Listings --- */

#galleryListWrapper li {
	margin: 0 0 12px 6px;
	padding: 0;
	background: transparent;
	position: relative;
}

#galleryListWrapper a {
	width: 400px;
	padding: 5px 5px 5px 33px;	
	display: block;
	position: relative;
	border: 1px solid #f0f0f0;
	background: #f9f9f9;
}

#galleryListWrapper a:link,
#galleryListWrapper a:visited {
	color: #606060;
	text-decoration: none;
}

#galleryListWrapper a:hover,
#galleryListWrapper a:active {
	background: #f0f0f0;
	border: 1px solid #ccc;
}
 
#galleryListWrapper strong {	
display: block;
}

#galleryListWrapper em {
	font-style: normal;
}

#galleryListWrapper span {
	width: 25px;
	height: 18px;
	margin-top: -9px;
	top: 50%;
	left: 5px;
	position: absolute;
	text-align: center;
	font-size: 9px;
	line-height: 16px;
	font-weight: bold;
	background: url(/images/icon_gallery.gif) no-repeat;
}

/* --- lightbox --- */

.galleryList {
	display: none;
}

#lightbox {
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 950;
	text-align: center;
	line-height: 0;
	color: #535353;
}

#lightbox a img { 
	border: none; 
}

#outerImageContainer {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}

#imageContainer {
	padding: 10px;
}

#loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
	
#hoverNav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 900;
}

#imageContainer>#hoverNav { 
	left: 0;
}

#hoverNav a { 
	outline: none;
}

#prevLink, #nextLink {
	width: 49%;
	height: 100%;
	background: transparent url(/images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
} 

#prevLink { 
	left: 0; 
	float: left;
}

#nextLink { 
	right: 0; 
	float: right;
}

#prevLink:hover, 
#prevLink:visited:hover { 
	background: url(/images/prevlabel.gif) left 15% no-repeat; 
}

#nextLink:hover, 
#nextLink:visited:hover { 
	background: url(/images/nextlabel.gif) right 15% no-repeat; 
}


#imageDataContainer {
	font: 10px Verdana, Helvetica, sans-serif;	  	  
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	
}

#imageData {
	padding: 0 10px;
}

#imageData #imageDetails { 
	width: 70%; 
	float: left;  
	text-align: left; 
}
 
#imageData #caption { 	
	font-weight: bold;	
}

#imageData #numberDisplay { 
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}

#imageData #bottomNavClose {  
	width: 66px; 
	float: right;  
	padding-bottom: 0.7em;
}
		
#overlay {
	position: absolute;
	top: 0; 
	left: 0;
	z-index: 800;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.clear:after {
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}
	

