/* GENERAL
_____________________________________________________________________________*/
  
.edit {
	float:right;
}

html {
	margin-bottom: 1px;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, pre, form, fieldset, th, td, img {
	margin:0;
	padding:0;
	border:0;
}

table {
	font-size:inherit;
	border-collapse: collapse;
	border-spacing: 0;
}

.clear {
	clear: both;
	height: 0px;
	overflow: hidden;
	visibility: hidden;
}

img {
	border: 0;
	vertical-align: bottom;
}

cite, code, em, strong, th {
	font-style:normal;
	font-weight:normal;
}
ol, ul {
	list-style:none;
}

th {
	text-align:left;
}

h1, h2, h3, h4 {
	font-size:100%;
}

q:before, q:after {
	content:'';
}

select, input, textarea {
	font-size:99%;
}

:link, :visited {
	text-decoration: none;
	}
ul, ol {
	list-style: none;
	}
h1, h2, h3, h4, h5, h6, pre, code, p {
	font-size: 1em;
	}
ul, ol, dl, li, dt, dd, h1, h2, h3, h4, h5, h6, pre, 
form, body, html, p, blockquote, fieldset, input {
	padding: 0;
	margin: 0;
	}
a img, :link img, :visited img {
	border: none;
	}
address {
	font-style: normal;
	}

* {
	outline: none;
}

html,body {margin:0;padding:0}

body {
/*	line-height: normal;
	color: #BCBEC0;
	text-align: center; */
	background-color: #AFDEFA; */
}

/* LINKS
_____________________________________________________________________________*/

a {
	text-decoration: none;
	color: #BCBEC0;
}

#main-content a {
	color: #17477B;
}

a:hover {
	text-decoration: none;
}

/* STRUCTURE
_____________________________________________________________________________*/

#wrapper {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 898px;
	background: url(/images/bg-body-slice.jpg) repeat-y top center;
	position: relative;
}

.home #wrapper {
	background: url(/images/bg-home.jpg) no-repeat top center;
}

#wrapper-content {
  background: url("/images/bg-body-top.jpg") no-repeat scroll center top transparent;
}

.home #wrapper-content {
	background-image: none;
}

#wrapper-content-inner {
  background: url("/images/bg-body-bottom.jpg") no-repeat scroll center bottom transparent;
}

.home #wrapper-content-inner {
	background-image: none;
}

#header {
 border: 1px solid transparent;
 height: 267px;
}

#left {
	float: left;
	width: 187px;
}

#main {
	float: left;
	width: 702px;	
	
	position: relative;
}

#main-content {
  padding: 30px 25px 10px;
  width: 672px;
	position: relative;
	min-height: 710px;  
}

/* ############################## */
/* FONTS / TYPOGRAPHY
/* ############################## */

strong {
	font-weight: bold; 
}

#header-nav a {
	color: #17477B;
	font-weight: bold;
	font-size: 16px;
	font-family: 'Helvetica Neue LT Std';
	text-transform: uppercase;
	font-style: normal;
}

.left-text {
	font-family: "Helvetica Neue LT Std";
	color: #FFFFFF;
	font-size: 13px;
}

.who-quote {
	font-family: "Helvetica Neue LT Std";
	color: #FFFFFF;
	font-size: 13px;
}


#footer {
	font-family: "News Gothic MT";
	color: #000000;
	font-size: 9px;
}

h1 {
	font-family: "Helvetica Neue LT Std";
	color: #085E23;
	font-size: 17px;
	font-weight: normal;
	margin-bottom: 17px;
}

h2 {
	font-family: "Helvetica Neue LT Std";
	color: #19497C;
	font-size: 14px;
	font-weight: normal;
	line-height: 14px;
	margin: 0px;
}

h3 {
	font-family: "News Gothic MT";
	color: #B8D47F;
	font-size: 15px;
	margin-bottom: 5px;
	font-weight: normal;
}

#main-content p {
	font-family: "News Gothic MT";
	color: #464646;
	font-size: 12px;
	margin-bottom: 21px;
	line-height: 21px;
}

#main-content ul {
	font-family: "News Gothic MT";
	color: #464646;
	font-size: 12px;
	margin-bottom: 21px;
	line-height: 21px;
}

#main-content li {
	list-style: disc outside none;
	margin-left: 14px;
}


#who .who-name {
	font-family: "Helvetica Neue LT Std2";
	color: #FFFFFF;
	font-size: 11px;
	text-transform: uppercase;
}

#who .who-position {
	font-family: "News Gothic MT";
	color: #F4BA4C;
	font-size: 10px;
	text-transform: uppercase;
}

.who-text {
	text-align: right;
}

/* ############################## */
/* HEADER
/* ############################## */

a#logo {
	display: block;
	margin: 60px 0 36px 40px;
	width: 200px;
	height: 85px;
}

#header-nav {
	padding-left: 34px;
	position: relative;
	z-index: 100;
}

#header-nav a {
	display: block;
	padding: 13px 11px 7px 11px;
	letter-spacing: 1.5px;
	background: repeat-x url(images/bg-header-nav.jpg) 0px 40px 	;
	position: relative;
}

#header-nav a.hover {
	color: #FFFFFF;
	background-position: 0 0;
	display: none;
}

#header-nav li {
	float: left;
	padding: 1px;
	position: relative;
}

#header-nav li.active a {
	display: none;
}

#header-nav li.active a.hover {
	display: block;
	margin-top: 0px;
}

#header-nav ul {
	position: absolute;
	display: none; 
	top: 34px;
	left: 0;
	z-index: 100;
	padding: 14px 0 0 0px;
}

#header-nav ul li {
	display: block;
	float: none;
	background-color: #1A487C;
	width: 200px;
	border: 1px solid #F2FAFD;
	border-width: 1px 1px 0px 1px;
	margin: 0px;
}

#header-nav ul li:hover {
	background-color: #87B3CE;
}	

#header-nav ul li.last {
	border-bottom: 1px solid #F2FAFD;
}


#header-nav li:hover ul {
	display: block;
}

#header-nav ul a {
	color: #FFFFFF;
	display: block !important;
	font-size: 14px;
	padding-top: 12px;
	padding-bottom: 5px;
	margin: 0px;
	line-heght: 14px;
}
	
#header-nav ul a:hover,
#header-nav ul a.active,
#header-nav ul li.active a {

}
	
/* ############################## */
/* LEFT COLUMN 
/* ############################## */

#left-content {
	padding: 0 9px 0 9px;
	text-align: right;
	line-height: 18px;	
}

.left-image {
	text-align: right;
	margin-bottom: 13px;
}

.left-image .main-left-image {
	display: block;
	margin: 0 auto 4px auto;	
}

.left-image .main-left-mag {
	padding-right: 9px;
}

.left-text {
	padding-left: 5px;
}

.map #left-content {
	text-align: center;
	padding: 0 1px;
}

.map .left-image {
	margin-bottom: 5px;
}

.map .left-image .main-left-image {
	margin: 0;
}

.invest .left-text {
	padding-left: 0px;
}	

.invest #left-content {
  padding: 256px 16px 0 18px;
}

/* ############################## */
/* MAIN
/* ############################## */

ul#partners li {
	background: no-repeat url(images/icon-list-disc.jpg) 29px 9px;
	padding-left: 38px;
}

.leader {
	padding-bottom: 40px;
}

.leader-image {
	display: block;
	float: left;
	padding-right: 25px;
	width: 115px;
}

.leader-text {
	width: 480px;
	float: left;
}

.leader h2 {
	line-height: 17px;
	margin-bottom: -3px;
}

.leader p {
	margin-top: 0px;
}

/* ############################## */
/* FEATURED PROJECTS
/* ############################## */

.subnav-atlanta-georgia #main-content {
	width: 620px;
	padding-right: 77px;
}

#project-thumbs img { 
	margin: 0 44px 44px 0
}

#ak_modal_div #close {
	position: absolute;
	left: -15px;
	top: -15px;
}

body.project-overlay {
	background-color: #FFFFFF;
	padding: 20px 20px 0 25px;
}

body.project-overlay h1 {
	font-size: 20px;
	margin-bottom: 5px;
}

body.project-overlay p {
	width: 248px;
	float: right;
	font-family: "News Gothic MT";	
	font-size: 12px;
}

#project-main {
	float: left;
	width: 360px;
}

img#project-1 {
	padding: 33px 18px 0 0;
}

/* ############################## */
/* CONTACT
/* ############################## */

#map {
	float: right;
	margin-right: 36px;
}

.alert {
	display: none;
}

input.text, textarea {
  border: 1px solid #7894B2;
  color: #666666;
  font-family: Georgia,sans-serif;
  font-size: 12px;
  margin-bottom: 5px;
  padding: 2px 0 2px 2px;
  width: 200px;
}

input.submit {
	padding: 2px 8px;
	background-color: #CFECFC;
}

/* ############################## */
/* HOME
/* ############################## */

#home-main {
	height: 780px;
	position: relative;
	padding-left: 42px;
	font-family: Georgia, Times, serif;
	color: #464646;
	font-size: 10px;
}

#home-who {
  left: 74px;
  position: absolute;
  top: 626px;
  width: 229px;
  color: #FFFFFF;
  line-height: 13px;
}

a.learn-more {
	position: absolute;
	display: block;
	width: 25px;
	height: 25px;
	bottom: 2px;
	right: 3px;
}

#main-box-home {
  background: url("images/bg-home-main.jpg") no-repeat scroll 0 0 transparent;
  height: 358px;
  padding: 39px 36px 0 369px;
  width: 416px;
	position: relative;
	margin-bottom: 31px;
	line-height: 25px;
	font-size: 12px;
}

#main-box-home h1 {
	color: #19497C;
	font-size: 30px;
	width: 350px;
	line-height: 48px;
	margin-bottom: 0;
}

#main-box-home a {
	width: 109px;
}

#left-box-home {
	background: no-repeat url(images/bg-left-box-home.jpg);
	width: 217px;
	height: 155px;
	float: left;
	position: relative;
		padding: 14px 19px 0 11px; 
}

#center-box-home {
	background: no-repeat url(images/bg-center-box-home.jpg);
	width: 217px;
	height: 155px;
	float: left;
	padding: 14px 19px 0 11px; 
	position: relative;
	margin: 0 40px;
	}

#right-box-home {
	background: no-repeat url(images/bg-right-box-home.jpg);
	width: 217px;
	height: 155px;
	float: left;
	position: relative;
	padding: 14px 19px 0 11px; 
	}

#bottom-box-home {
	background: no-repeat url(images/bottom-box-home.jpg);
	width: 420px;
	height: 50px;
	float: right;
	margin: 20px 0px 0 0;
	padding: 53px 136px 0 17px;
	position: relative;
}

#bottom-box-home a {
	right: 43px;
}

#bottom-text-home {
	padding: 24px 12px 0 0;
	text-align: right;
	text-transform: uppercase;
	color: #709BC0;
	font-family: "News Gothic MT";
	font-size: 13px;
	letter-spacing: 1px;
}

body.home h2 {
	font-size: 18px;
	color: #085E23;
	margin-bottom: 100px;
}


/* ############################## */
/* FOOTER
/* ############################## */

#footer {
	padding-bottom: 50px;
	margin-top: 89px;
}

#footer-links {
	float: right;
}

#footer-links a {
	color: #000000;
	border: 1px solid transparent	;
}

#footer-links a:hover {
	text-decoration: underline;
}

/* ############################## */
/* WHO
/* ############################## */

#who {
	position: absolute;
	bottom: 0px;
	z-index: 1000;
	bottom: 138px;
}

#who .person {
	display: none;
	position: relative;
}

#who .who-name {
	font-family: "Helvetica Neue LT Std2";
	color: #FFFFFF;
}

#who .who-text {
	position: absolute;
	width: 160px;
}	

.home #who {
	left: -37px;
	bottom: 162px;
}

.home .who-text {
	display: none;
}

.who-quote {
	position: absolute;
	padding: 0 16px 0 18px;
}


/* -- page placement -- */
.home #frank-thomas,
.nav-about-gdc #james-hammermeister{
	display: block;
	z-index: 10;
}

.nav-investments #gina-papandrea {
	display: block	
}
.nav-contact-us #gina-papandrea {
	display: block;
	margin-left: 8px;
}

.nav-project-spotlight.subnav-previous-projects #david-waters, 
.nav-project-spotlight.subnav-california #david-waters {
	display: block;	
}

.subnav-atlanta-georgia #mike-monte {
	display: block;
}


/* -- page positioning -- */	
#mike-monte .who-quote {
  top: -309px;
  width: 162px;
}

#mike-monte .who-text {
	top: -21px;
}	

#mike-monte .who-image {
	width: 179px;
}	
	
#frank-thomas .who-text {
  left: 14px;
  top: 9px;
}

#gina-papandrea .who-text {
	top: -35px;
	left: 6px;
}

.nav-contact-us #gina-papandrea .who-quote {
  top: -405px;
  width: 145px;
}

.nav-investments #gina-papandrea .who-quote {
  top: -186px;
  width: 156px;
}

#james-hammermeister .who-text {
	top: -38px;
	left: 5px;
}

#james-hammermeister .who-quote {
  top: -314px;
  width: 170px;
}

#david-waters .who-text {
	top: -26px;
	left: 9px;
}

#david-waters .who-quote {
  text-align: right;
  top: -164px;
  width: 153px;
}
	
a.plus {
	font-size: 18px;
  color: #19497C;
  font-family: "Helvetica Neue LT Std";
	padding-left: 8px;
	float: left;
	line-height: 14px;

}

.typeface-js-selected-text {

}

p.typeface-js {
	position: relative;
}

.collapse-header {
  color: #19497C;
  font-family: "Helvetica Neue LT Std";
  font-size: 14px;

  line-height: 14px;
  margin: 0;
  float: left;
}

.collapseable {
	clear: both;
	margin-bottom: 20px;
}

.collapseable p a {
	padding-right: 5px;
	color: #19497C;
}

a.plusminus {
  background: url("images/plusminus.jpg") repeat scroll 0 0 transparent;
  display: block;
  float: left;
  height: 25px;
  margin: -8px 0 0px 8px;
  width: 25px;
}

a.plusminus.minus {
  background-position: 0 25px;
}


/* -- slideshow -- */
#home-slideshow {
	width: 346px;
	height: 397px;
	position: absolute;
	z-index: 10;
}

#home-slideshow img {
	position: absolute;
	display: none;	
}
