/* COLORS 
	very light grey:	#D7D7D7
	light green:        #2EBF00
	light grey:         #747474
	dark grey:          #444444
*/


body {
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
	text-align: center;
	background-color:#161616;
	font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
	font-size: 12px;
	line-height: 1.2em; 
}
h3 {
	font-size: 16px;
	padding-top: 0px;
	padding-bottom: 10px;
}
h5 {
	font-size: 14px;
	color: #29AD00;
	padding-bottom: 10px;
}
h6 {
	font-size:16px;
	font-weight:normal;
}

a.greenlink, #right_column a {
	color: #2EBF00;
}

a.greenlink:hover, #right_column a:hover {
	text-decoration:underline;
}

.dark_grey {
	color: #999;
}
.light_grey {
	color: #747474;
}

#wrapper {
	width: 1013px;
	margin: 20px auto;
}
div#content {
	display:block;
	text-align: left;
	width:997px;
	background-image: url(../images/shadow_bg.gif);
	background-repeat: no-repeat;
	padding-top: 7px;
	padding-right: 8px;
	padding-bottom: 20px;
	padding-left: 8px;
}

h5 a {
	color: #2EBF00;
}

h5 a:hover {
	text-decoration:underline;
}


div#white_bg {
	background-color:#FFF;
	min-height:900px;
}
/*   HEADER */

div#header_main {
	width:997px;
	height:487px;
	position:relative;
	background-color: #747474;
}
div#header {
	width:997px;
	height:145px;
	position:relative;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #4C4C4C;
}
div.green {
	background-image:url(../images/green_bg.jpg);
}
div.team {
	background-image:url(../images/header_team.jpg);
}
div.skyline {
	background-image:url(../images/header_skyline.jpg);
}
div.working {
	background-image:url(../images/header_working.jpg);
}
/* BLACK BANNER */

div#banner {
	background-image: url(../images/header_bg.png);
	height: 130px;
	width: 997px;
	position:relative;
}
#banner img {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
}
/* TOP NAVIGATION */
.nav_links {
	position: absolute;
	top: 90px;
	right: 0;
	float:right;
	width:550px;
}
.nav_links li {
	padding: 0 20px 0 20px;
	display: inline;
	float:left;
}
.nav_links li a:hover {
	text-decoration: underline;
}
span.nav_title {
	color: #FFF;
	font-size: 13px;
	padding-bottom: 5px;
}
.nav_links li a:hover, .nav_links li a:active {
	text-decoration:none;
	border-bottom: 3px solid #2EBF00;
}
/* Contact US */
.contact {
	position: absolute;
	right:0;
	top:-25px;
	float:right;
}
.contact li {
	padding: 0 5px 0 50px;
	display: inline;
	float:left;
	width: 70px;
}
.contact li a, .phone {
	color:#000;
	font-size:11px;
	font-weight:bolder;
}
/* BLACK SQUARE MESSAGE BOX */

div#square_message {
	background-image: url(../images/black_square.png);
	height: 268px;
	width: 315px;
	position: absolute;
	top: 150px;
	right: 20px;
	text-indent:-9999px;
}
div.black_btn {
	margin-top: 185px;
}
a.contact_btn {
	display:block;
	background-attachment:scroll;
	background-repeat: no-repeat;
	background-position: -8px -4px;
	margin: 0 auto 0 auto;
	text-indent:-9999px;
	height: 54px;
	width: 282px;
	background-image: url(../images/index_buttons.png);
}

a.contact_btn:hover {
	background-position: -8px -61px;
}

a.contact_small_btn {
	display:block;
	margin: 0 auto 0 auto;
	text-indent:-9999px;
	height: 55px;
	width: 230px;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../images/inside_buttons.png);
	background-repeat: no-repeat;
	background-position: -8px -8px;
	width: 225px;
	height: 60px;
}

a.contact_small_btn:hover {
	background-position: -8px -67px;
}
/*
a.contact_small {
	display:block;
	margin: 0 auto 0 auto;
	text-indent:-9999px;
	height: 55px;
	width: 230px;
	background:url("../images/contact_small_button.png") repeat scroll 0 0 transparent;
}

a.contact_small:hover {
	background-position: 0px 1px;
}
*/

/* 3 - columns */

div#left {
	float: left;
	padding: 20px;
	width:292px;
	height:100%;
}

div#right {
	float: right;
	width: 292px;
	padding: 20px;
}
div#center {
	margin-left: 332px;
	margin-right: 332px;
	padding: 20px;
	border-color: #D7D7D7;
	border-style: solid;
	border-width: 0 1px 0 1px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.column div p {
	font-size: 12px;
	overflow:hidden;
	width: 292px;
	height:55px;
}
.column div p a {
	color: #3DC51F;
}
.column div {
	padding-top: 10px;
	line-height: 18px;
}
div#footer {
	text-align:center;
	padding:20px;
	color:#FFF;
	font-size:10px;
}
div#footer a {
	color:#FFF;
}
.footer_nav {
	padding: 5px;
}
.footer_nav li {
	display:inline;
}
.footer_nav li a {
	color:#FFF;
	padding: 10px 10px 0 10px;
}
.copyright {
	font-size:10px;
	font-weight: normal;
}

/* Internal Pages */ 

#content #left_column {
	padding: 0 30px 0 30px;
}

#content .float_left {
	width:635px;
	float:left;
}

#content #right_column {
	padding: 50px 30px 20px 30px;
	width: 240px;
	float:right;
}
p.description {
	margin-bottom: 10px;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.2;
}

div#left_content, #content #right_column {
	font-size: 13px;
	line-height: 1.3;
}

.content_padding { padding-left:30px; padding-right:30px; }


div#left_column {
	font-size: 13px;
	line-height:1.2;
}

/*Applause */

div.testimonial {
	background-color:#F0F5F2;
	border: 1px solid #D7D7D7;
	overflow: visible;
	font-size:13px;
	padding:10px;
	margin-bottom: 5px;
	line-height: 1.2;
}
div.testimonial span, #author {
	display:block;
	text-align:right;
	font-style:italic;
	font-size:11px;
}
div.main_testimonial {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	color: #777;
}

/* Clients */


#author {
	margin-top:10px;
}
.awards {
	font-size: 13px;
	margin-top: 60px;
}
.list_awards {
	list-style-type: none;
}
.list_awards li {
	display:block;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: -5px 14px;
	padding:10px 0px 10px 13px;
}


div.summary {
	overflow:visible;
	margin-left: 337px;
}



/* People */

.people {
	margin-bottom: 25px;
	position: relative;
	padding: 0px;
	min-height: 170px; 
}

.people_info {
	margin-left:155px;
	margin-right:270px;
}


.people img {
	padding-right: 30px;
	float:left;
}

h5.people_name {
	display: inline;

}
h6.people_title {
	display: inline;
	color: #999;
	font-size: 13px;
}

.people_contact {
	float:right;
	width:220px;
	padding-left:0px;
	color: #333;
	padding-top: 20px;
	text-transform: none;
}


.sidebar_heading {
	font-size: 14px;
}

/* Approach */

.client_image {
	text-align: center;
}
div#sidebar_content {
	margin-top: 50px;
	padding-left: 10px;
}

/*blog */

.post {
	margin: 10px 0 10px 0;
	
}

.post .post_summary h2 {
	font-size: 11px;
}

.post img {
	height: 90px;
	width: 90px;
	padding: 0 10px 10px 0;
	float: left;
}
.post .post_summary {
	margin-left: 100px;
	min-height: 100px;
}

.post .post_summary a {
	color: #2EBF00;
}

.post .post_meta a {
	color: #000;
	text-decoration:underline;
}
.post .post_meta {
	background-color: #E0E0E0;
	padding: 5px;
	margin-top: 10px;
}

.map {
	height:280px; width:350px; position:absolute; top:0; right:0;
	border: #D7D7D7;
	border-style:solid;
	border-width:2px;
}

.map a {
	color: #2EBF00;
	font-size: 12px;
	padding: 5px;
}

.padding_top {
	padding-top: 30px;
}
