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

/* 
	START RESET
	v1.0 | 20080212
	Eric Meyers - http://meyerweb.com/eric/tools/css/reset/
*/

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;
}

/*
	END RESET
*/

/*

	START FRAME

*/
.need_copy {
	background:#FFC;
	}
/* sets all default font styles and sets up background image */
body {
	font-size:12px;
	line-height:1.35em;
	font-family:Verdana, Helvetica, Arial, sans-serif;
	color:#333;
	background: #3B3B3B url(../images/bg_window.gif) repeat-x top left;
	text-align:center;
	}
h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:21px;
	line-height:normal;
	font-weight:normal;
	margin:0 0 12px 0;
	}
h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	line-height:normal;
	letter-spacing:-1px;
	font-weight:bold;
	margin:40px 0 5px 2px;
	}
h2.first {
	margin-top:16px;
	}
p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.35em;
	text-align:justify;
	margin:0 0 15px 2px;
	padding:0;
	}
.tagline {
	font-family:"Times New Roman", Times, serif;
	font-size:21px;
	line-height:normal;
	}
ul {
	list-style-type:none;
	margin:15px 0 23px 0;
	padding-left:21px;
	}
ul.horizontalLinks li {
	background:transparent url(../images/bullet_gt.gif) no-repeat scroll 0 5px;
	float:left;
	font-size:14px;
	margin-right:75px;
	padding-left:10px;
	}
ul.horizontalLinks li:hover {
	background-position:0 -486px;
	}
ul.horizontalLinks a:hover {
	color:#eeb522;
	}
li {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:normal;
	background: url(../images/bullet_square.gif) no-repeat 0px 6px;
	padding-left:10px;
	margin-bottom:7px;
	}

a {
	color:#444;
	text-decoration:underline;
	}
a:hover {
	color:#000;
	text-decoration:none;
	}


/* frame centers content and has pos rel to allow pos abs child elements to be based of the containers dimensions */
div#frame {
	width:956px;
	margin:45px auto 0 auto;
	text-align:left;
	position:relative;
	background: transparent url(../images/bg_shadow.png) repeat-y top left;
	}
	
.bgShadowTop {
	background: transparent url(../images/bg_shadow_top.png) no-repeat top left;
	height:8px;
	width:956px;
	position:absolute;
	top:-8px;
	left:0;
	z-index:0;
	}
.bgShadowBottom {
	background: transparent url(../images/bg_shadow_bottom.png) no-repeat bottom left;
	height:8px;
	width:956px;
	position:absolute;
	bottom:-8px;
	left:0;
	z-index:0;
	}
.bgShadowBottom p {
	color: #777777;
    font-size: 10px;
    margin: 0;
    padding: 5px 0 0 185px;
    text-align: center;
	}
	
.content {
	width:940px;
	height:540px;
	overflow:hidden;
	position:relative;
	top:0;
	left:8px;
	}

.header {
	width:100%;
	height:101px;
	background: #000 url(../images/bg_tagline.gif) no-repeat 167px 11px;
	}
.header .logo {
	background: #000 url(../images/logo_a2_services.gif) no-repeat center center;
	width:145px;
	height:101px;
	display:block;
	border-right:1px solid #FFF;
	z-index:1;
	position:absolute;
	top:0;
	left:0;
	}
.header .navigation {
	position:absolute;
	top:80px;
	left:140px;
	padding:0;
	margin:0;
	}
.header .navigation li {
	display:inline;
	float:left;
	}
.header .navigation li a {
	font-size:11px;
	line-height:11px;
	text-decoration:none;
	color:#FFF;
	background:none;
	padding:2px 57px;
	}
.header .navigation li a:hover,
.header .navigation li a:focus,
.header .navigation li a.selected {
	color:#fbb400!important;
	}
.header .navigation li.divider {
	margin:0px 5px;
	}
.header .navigation li.divider img {
	position:relative;
	top:-1px;
	}
.header .navigation li span.new-icon {
	background: url("../images/new.png") no-repeat scroll 2px -2px #F6F6F6;
    border: 1px solid #FFFFFF;
    border-radius: 5px 5px 5px 5px;
    display: inline-block;
    height: 11px;
    margin: 0 0 0 3px;
    position: relative;
    top: 2px;
    width: 20px;
	}
.footer {
	position:absolute;
	left:0;
	bottom: 0;
	height: 29px;
	z-index:2;
	width:100%;
	background: #000 url(../images/bg_tagline2.gif) 455px 10px no-repeat;
	}
.footer .supportTroops {
	display:block;
	background: transparent url(../images/icon_support.gif) no-repeat center center;
	width:145px;
	height:29px;
	border-right:1px solid #FFF;
	border-top:1px solid #FFF;
	position:relative;
	top:-1px;
	}
.footer #loginTrigger {
	position:absolute;
	top:1px;
	left:864px;
	width:75px;
	height:27px;
	cursor:pointer;
	}
.footer #loginTrigger table {
	width:100%;
	height:100%;
	}
.footer #loginTrigger td {
	vertical-align:middle;
	text-align:center;
	}
.footer #loginText {
	background: #000 url(../images/login.gif) no-repeat 0 0;
	width:25px;
	height:6px;
	position:absolute;
	top:3px;
	right:11px;
	display:none;
	}
.footer #loginAnimation {
	height:5px;
	width:16px;
	background-color:#FFF;
	border-bottom:1px solid #dbdbdb;
	margin:0 10px 0 0;
	float:right;
	cursor:pointer;
	}
.pictureColumn {
	width:145px;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:0;
	background: transparent url(../images/bg_pictureShadow.gif) repeat-y 1px top;
	}
.pictureColumn img {
	position:absolute;
	bottom:29px;
	left:0;
	}

.pageContent {
	background: #FFF url(../images/watermark.gif) no-repeat scroll center 55px;
	width:755px;
	overflow:auto;
	overflow-x:auto;
	margin: 0 0 0 145px;
	padding:20px;
	height:370px;
	}
.pageContentWide {
	height:429px;
	margin:0 0 0 145px;
	overflow:auto;
	padding:0;
	width:794px;
	}
#email_login_container {
	bottom:-27px;
	height:auto;
	overflow:visible;
	position:absolute;
	right:20px;
	width:300px;
	}
#email_login {
	background: transparent url(../images/bg_email_login.png) no-repeat 0 0;
	_background-image: url(../images/bg_email_login.gif); /* ie hack, bg with no drop shadow */
	width:136px;
	height:151px;
	padding:30px 0 0 27px;
	position:absolute;
	right:5px;
	bottom:-160px;
	}
#email_login form {
	padding:0;
	width:136px;
	height:151px;
	}
#email_login .label {
	font-size:10px;
	line-height:10px;
	padding:1px 0 1px 0;
	color:#FFF;
	clear:left;
	}
#email_login .label a,
#email_login .label a:visited {
	font-size:10px;
	line-height:10px;
	color:#f6f6f6;
	text-decoration:none;
	}
#email_login .label a:hover,
#email_login .label a:focus {
	color:#FFF;
	background-color:transparent;
	}
#email_login input {
	border:1px solid #9e9e9e;
	background-color:#f6f6f6;
	font-size:10px;
	line-height:10px;
	width:106px;
	}
#email_login input:focus,
#email_login input:hover {
	border-color:#b3b3b3;
	background-color:#FFF;
	}
#email_login .space5,
#email_login .space5b,
#email_login .space5c {
	height:9px;
	}
#email_login .space5b {
	height:10px;
	}
#email_login .space5c {
	height:30px;
	}
#email_login .loginBtn,
#email_login .cancelBtn {
	padding:0;
	float:left;
	display:inline;
	}
#email_login .cancelBtn {
	margin:0 0 0 9px;
	}
#email_login .loginBtn a,
#email_login .loginBtn a:visited {
	width:43px;
	height:23px;
	background: transparent url(../images/btns_login.png) no-repeat 0 0;
	display:block;
	}
#email_login .loginBtn a:hover,
#email_login .loginBtn a:focus {
	background-position: 0 -33px;
	}
#email_login .cancelBtn a,
#email_login .cancelBtn a:visited {
	width:52px;
	height:23px;
	background: transparent url(../images/btns_login.png) no-repeat -53px 0;
	display:block;
	}
#email_login .cancelBtn a:hover,
#email_login .cancelBtn a:focus {
	background-position: -53px -33px;
	}
	

div.divider {
	margin:15px 0;
	}
/*Services*/
.servicesImage {
	float:right;
	margin-left:30px;
	}
/*Experience Styles*/
.clients {
	margin-top:75px;
	}
#experiencePanel a.leed {
	background: transparent url(../images/LEEDgold.png) no-repeat 0 0;
	_background-image:url(../images/LEEDgold.gif);
	width:64px;
	height:64px;
	display:block;
	float:right;
	opacity:.8;
	filter:alpha(opacity=80);
	margin:11px 4px 2px 20px;
	}
#experiencePanel a:hover.leed {
	opacity:1;
	filter:alpha(opacity=100);
	}
#experiencePanel {
	height:409px;
	left:1px;
	overflow:hidden;
	position:relative;
	top:0;
	width:793px;
	}
#experiencePanel h1 {
	font-size:18px;
	line-height:20px;
	margin:0 0 7px;
	padding:20px 7px 0 17px;
	width:200px;
	}
#experiencePanel p.overview {
	padding:0 10px 0 17px;
	text-align:left;
	width:197px;
	}
ul#projectList {
	background-color:#e8e8e8;
	bottom:0;
	height:260px;
	left:0;
	margin:0;
	padding:0 0 10px;
	position:absolute;
	width:224px;
	}
ul#projectList li {
	background-image:none;
	margin-bottom:3px;
	padding:0;
	}
ul#projectList li.projectTitle {
	background-color:#000;
	color:#FFF;
	font-size:10px;
	margin-bottom:7px;
	padding:2px 7px 3px 17px;
	text-transform:uppercase;
	}
ul#projectList a {
	border:1px solid #E8E8E8;
	border-right:0;
	display:block;
	margin-left:10px;
	padding:10px 7px;
	text-decoration:none;
	}
ul#projectList a:hover,
ul#projectList a.selected {
	background-color:#f8f8f8;
	border-color:#dfdfdf;
	}
#experiencePanel div.projectExamples {
	background-color:#FFFFFF;
	height:409px;
	overflow:hidden;
	position:absolute;
	right:0;
	top:1px;
	width:567px;
	}
#projectSlider {
	position:relative;
	background-color:#000;
	}
#projectSlider div.projectExample {
	height:408px;
	margin-bottom:92px;
	width:567px;
	}
#projectSlider div.projectInfo {
	background-color:#000;
	max-height:388px;
	opacity:0.85;
	filter:alpha(opacity=85);
	overflow-y:auto;
	padding:10px 12px;
	}
#projectSlider ul.projectDetails {
	clear:left;
	display:block;
	height:17px;
	margin:0;
	padding:0;
	}
#projectSlider ul.projectDetails li {
	color:#FFF;
	float:left;
	font-size:11px;
	letter-spacing:-0.03em;
	margin:0 19px 3px 0;
	padding-left:0;
	}
#projectSlider ul.projectDetails li.clear {
	clear:left;
	}
#projectSlider ul.projectDetails a {
	padding:0;
	}
#projectSlider div.projectInfo p {
	color:#FFF;
	font-size:11px;
	margin:0;
	padding:10px 0 0;
	}
#projectSlider .charlesMillerLibrary {
	background-image:url(../images/charlesMillerLibrary.jpg);
	}
#projectSlider .halfStreetOffice {
	background-image:url(../images/halfStreetOffice.jpg);
	}
#projectSlider .walkerJones {
	background-image:url(../images/walkerJones.jpg);
	}
#projectSlider .foundingFathers {
	background-image:url(../images/foundingFathers2.jpg);
	}
#projectSlider .randolphSquare {
	background-image:url(../images/randolphSquare.jpg);
	}
#projectSlider .businessDevelopment {
	background-image:url(../images/businessDevelopment.jpg);
	}
#projectSlider .businessDevelopment2 {
	background-image:url(../images/businessDevelopment2.jpg);
	}
#projectSlider .ki {
	background-image:url(../images/ki.jpg);
	}
#projectSlider .monumentIII {
	background-image:url(../images/monumentIII.jpg);
	}
#projectSlider div.expandable {
	display:inline;
	}
#projectSlider div.expandable a {
	color:#FFF;
	font-size:11px;
	}
#projectSlider div.expandable a:hover {
	text-decoration:underline;
	}
.membershipsContainer {
	float:left;
	margin-top:10px;
	width:444px;
	height:102px;
	position:relative;
	}
.membershipsContainer {
	background: transparent url(../images/membersAssociations.png) no-repeat 0 0;
	width:444px;
	height:102px;
	}
.membershipsContainer a {
	position:absolute;
	z-index:1;
	}
.membershipsContainer a.aee {
	height:52px;
	left:31px;
	top:26px;
	width:109px;
	}
.membershipsContainer a.bca {
	height:70px;
	left:190px;
	top:18px;
	width:87px;
	}
.membershipsContainer a.usgbc {
	height:77px;
	left:333px;
	top:14px;
	width:74px;
	}
.overviewQuote {
	float:left;
	font-size:14px;
	margin:20px 0 0 38px;
	text-align:left;
	width:201px;
	}
/*
<div class="featuredNews">
	<div class="featuredNews_header"></div>
	<ul>
		<li><a href="http://greensource.construction.com/green_building_projects/2009/0909_Founding-Farmers-Restaurant.asp" target="_blank">A2 Services mentioned in GreenSource Magazine</a></li>
	</ul>
	<div class="featuredNews_footer"></div>
</div>
*/
.featuredNews {
	width:165px;
	float:right;
	margin:0 0px 30px 30px;
	position:relative;
	border-left:1px solid #dfdfdf;
	border-right:1px solid #dfdfdf;
	}
.featuredNews .featuredNews_header {
	background: transparent url(../images/featured_news.png) no-repeat left top;
	width:167px;
	height:16px;
	position:absolute;
	top:0;
	left:-1px;
	}
.featuredNews .featuredNews_footer {
	background: transparent url(../images/featured_news.png) no-repeat left bottom;
	width:167px;
	height:10px;
	position:absolute;
	bottom:0;
	left:-1px;
	}
.featuredNews ul {
	margin:20px 0 14px;
	padding:0 13px;
	}
.featuredNews li {
	background:transparent url(../images/bullet_gt.gif) no-repeat scroll 0 5px;
	padding-left:12px;
	}
.featuredNews li:hover {
	background-position:0 -486px;
	}
.featuredNews a {
	background-color:transparent;
	}
.featuredNews a:hover {
	color:#eeb522;
	}

div.callout {
	float:right;
	width:180px;
	padding:0;
	margin:0 0 15px 15px;
	}
div.callout div {
	background:#F3F3F3;
	border:1px solid #EAEAEA;
	margin-top:30px;
	}
div.callout div img {
	float:right;
	margin:6px;
	margin-top:9px;
	}
div.callout div p {
	font-size:11px;
	margin:0;
	padding:8px;
	}



/* home content */
.flashSplashContainer {
	height:402px;
	width:710px;
	background-color:#FFF;
	position:relative;
	top:70px;
	left:135px;
	overflow:hidden;
	}
.flashSplash {
	position:relative;
	top:9px;
	left:75px;
	}
.flashSplashContainer a.skipIntro {
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:100;
	text-decoration:none;
	background: transparent url(../images/splash_skipLink.png) no-repeat 0 405px;
	_background-image:url(../images/splash_skipLink.gif);
	display:block;
	}
.flashSplashContainer a.skipIntro:hover {
	background-position: 0 0;
	}
a.homeSkipLink {
	font-size:11px;
	color:#EEE;
	position:relative;
	top:11px;
	text-transform:uppercase;
	text-decoration:none;
	}
a:hover.homeSkipLink {
	background-color:transparent;
	text-decoration:underline;
	}
#tooltip {
	background-color:#DDD;
	border:1px solid #D4d4d4;
	color:#333;
	display:none;
	font-size:11px;
	line-height:1.25em;
	padding:2px 5px;
	position:absolute;
	text-align:left;
	max-width:250px;
	z-index:1000;
	}
#tooltip em {
	display:block;
	text-align:left;
	color:#777;
	margin-top:2px;
	}