/*
	Stylesheet for ACA Website
	September 2009
*/

html{
	width:100%;
	height:100%;
}

body{
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	background:#ffffff;
	font:11px Arial, Helvetica, sans-serif;
	color:#666666;
}

body.home{
	background:url(../images/header_home.jpg) no-repeat center top;
}

body.about{
	background:url(../images/header_about.jpg) no-repeat center top;
}

body.board_members{
	background:url(../images/header_board_members.jpg) no-repeat center top;
}

body.members{
	background:url(../images/header_members.jpg) no-repeat center top;
}

body.publications{
	background:url(../images/header_publications.jpg) no-repeat center top;
}

body.awards{
	background:url(../images/header_awards.jpg) no-repeat center top;
}

body.contact{
	background:url(../images/header_contact.jpg) no-repeat center top;
}

body.news{
	background:url(../images/header_news.jpg) no-repeat center top;
}

body.privacy{
	background:url(../images/header_privacy.jpg) no-repeat center top;
}

body.search{
	background:url(../images/header_search.jpg) no-repeat center top;
}

body.links{
	background:url(../images/header_links.jpg) no-repeat center top;
}

a{
	outline:none;
	color:#008576;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

img{
	outline:none;
	border:none;
}

h1{
	font-size:28px;
	font-weight:bold;
	color:#008576;
	text-transform:uppercase;
	line-height:28px;
	margin:0;
	padding:0 0 14px 0;
}

h2{
	font-size:18px;
	font-weight:bold;
	text-transform:uppercase;
	line-height:18px;
	margin:0;
	padding:10px 0 5px 0;
}

h3{
	font-size:14px;
	font-weight:bold;
	line-height:18px;
	margin:0;
	padding:5px 0 5px 0;
}

p{
	padding:5px 0;
	margin:0;
}

ul{
	margin:0 0 0 20px;
	padding:0;
}

ol{
	margin:0 0 0 25px;
	padding:0;
}

li{
	margin:0;
	padding:3px 0;
	color:#008576;
}

li span{
	color:#666666;
}

.highlight{
	color:#008576;
}

.bold{
	font-weight:bold;
}

.homepage_text{
	font-size:13px;
}

.left{
	float:left;
}

.right{
	float:right;
}

.clear{
	clear:both;
}

.homepage_header{
	position:relative;
	margin:0 auto;
	width:850px;
	height:315px;
}

.inner_header{
	position:relative;
	margin:0 auto;
	width:850px;
	height:241px;
}

.logo{
	position:absolute;
	top:0;
	left:0;
	display:block;
	z-index:2;
	overflow:hidden;
}

.homepage_nav_wrapper{
	position:absolute;
	bottom:0;
	left:-196px;
}

.homepage_nav{
	width:1046px;	
	height:174px;
	background:url(../images/homepage_nav.png) no-repeat;
	padding-left:196px;
}

.inner_nav_wrapper{
	position:absolute;
	bottom:0;
	left:-153px;
}

.inner_nav{
	width:1003px;	
	height:100px;
	background:url(../images/inner_nav.png) no-repeat;
	padding-left:153px;
}

.nav a{
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
	padding:0 11.5px;
	margin:0;
	line-height:46px;
	color:#666666;
	float:left;
	display:block;
}

.nav a:hover, .nav a.active{
	color:#ffffff;
	background:url(../images/nav_hover.png) repeat-x;
	text-decoration:none;
}

.nav .divider{
	width:1px;
	height:46px;
	background:url(../images/nav_divider.png) no-repeat;
	overflow:hidden;
	float:left;
}

.members_logos_wrapper{
	position:relative;
	width:100%;
	height:80px;
	border-bottom:1px solid #E6E6E6;
}

.members_logos{
	position:relative;
	width:850px;
	height:70px;
	margin:0 auto;
	padding-top:10px;
}

.members_logos a.about_members{
	float:left;
	margin-left:-150px;
	padding-top:10px;
}

.members_logos a.about_members img{
	display:block;
	position:relative;
}

.members_logos_scroll li{
	text-align:center;
	width:170px;
}

.content{
	position:relative;
	width:850px;
	margin:35px auto;
}

.content_left{
	float:left;
	width:540px;
}

.content_right{
	float:right;
	width:237px;
	overflow:hidden;
}

.board_member{
	float:left;
	padding:0;
	margin:5px 20px 10px 0;
	width:250px;
	background:#e6e6e6;
}

.board_member .thumbnail{
	float:left;
	padding:10px;
	width:60px;
}

.board_member .details{
	float:right;
	width:160px;
	padding:10px 10px 10px 0;
}

.board_member .details .name a{
	font-weight:bold;
	color:#666666;
}

.board_member .details .name a:hover{
	text-decoration:none;
}

.board_member .details .company{
	font-weight:bold;
	color:#008576;
}

.board_member .details .company a:hover{
	text-decoration:none;
}

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

.member{
	float:left;
	display:block;
	padding:5px 0;
	width:148px;
	margin:5px 30px 20px 0;
	text-align:center;
	border:1px solid #efefef;
}

.content_left .publication{
	float:left;
	padding:0;
	margin:5px 20px 10px 0;
	width:250px;
	background:#e6e6e6;
}

.content_left .publication .thumbnail{
	float:left;
	width:70px;
	padding:10px;
}

.content_left .publication .details{
	float:right;
	width:140px;
	padding:10px 10px 10px 0;
}

.content_left .publication .details .name{
	font-size:12px;
	font-weight:bold;
	color:#008576;
	text-indent:-8px;
}

.content_left .publication .details .name a:hover{
	text-decoration:none;
}

.content_left .publication .details .description{
	margin:3px 0 8px 0;
}

.content_left form{
	padding:10px;
	margin:8px 0;
	border:1px solid #cccccc;
	background:#e6e6e6;
}

.content_left input.text{
	padding:3px;
	margin:0;
	border:none;
	height:14px;
	width:170px;
	background:#ffffff;
	font-size:12px;
	line-height:20px;
	vertical-align:top;
}

.content_left button{
	border:none;
	padding:0;
	margin:0;
	background:none;
	vertical-align:top;
	cursor:pointer;
	overflow:visible;
}

.content_left label{
	line-height:20px;
	padding-right:10px;
}

.content_left span {
  font-size:12px;
	font-weight:bold;
	color:#008576;
}

.search_results span{
	font-size:16px;
}

.search_results span span{
	color:#008576;
}

.search_results .divider{
	margin:0 0 10px 0;
	padding:10px 0 0 0;
	border-bottom:1px solid #cccccc;
}


.search_results li p{
	color:#666666;
}

.rhs_search{
	border-bottom:1px solid #333333;
}

.rhs_search form{
	padding:0;
	margin:8px 0;
}

.rhs_search input.text{
	padding:3px;
	margin:0;
	border:none;
	height:14px;
	width:170px;
	background:#e6e6e6;
	font-size:12px;
	line-height:20px;
	vertical-align:top;
}

.rhs_search button{
	border:none;
	padding:0;
	margin:0;
	background:none;
	vertical-align:top;
	cursor:pointer;
	overflow:visible;
}

.rhs_latest_pubs{
	padding:0 0 5px 0;
	margin:0 0 25px 0;
	border-bottom:1px solid #333333;
}

.rhs_latest_pubs .publication{
	padding:7px;
	margin:5px 0;
	width:223px;
	background:#e6e6e6;
}

.rhs_latest_pubs .publication .thumbnail{
	float:left;
	width:70px;
}

.rhs_latest_pubs .publication .details{
	float:right;
	width:140px;
}

.rhs_latest_pubs .publication .details .name{
	font-size:12px;
	font-weight:bold;
	color:#008576;
	text-indent:-8px;
}

.rhs_latest_pubs .publication .details .name a:hover{
	text-decoration:none;
}

.rhs_latest_pubs .publication .details .description{
	margin:3px 0 8px 0;
}

.footer_wrapper{
	position:relative;
	width:100%;
	height:90px;
	background:#008576;
}

.footer{
	width:850px;
	margin:0 auto;
	padding:15px 0;
	border-bottom:1px solid #3ea497;
}

.footer a{
	font-size:14px;
	color:#ffffff;
	margin-right:20px;
}

.credits{
	width:850px;
	margin:0 auto;
	padding:15px 0;
	color:#ffffff;
}

.rhs_latest_pubs .news_tile {
  margin: 3px 0 3px 0;
  width: 237px;
  height: 133px;
  background: url(../images/ACA09_Webtile_ConstructionOutlookReport_background.jpg) #fff no-repeat;
}

.rhs_latest_pubs .news_tile .buttons {
  padding: 56px 0 0 112px;
}

.rhs_latest_pubs .news_tile .buttons img {
  padding-top: 2px;
}


/** links page **/
.link_item {
	display:block;
	padding:5px 0;
	width:520px;
	margin:5px 30px 20px 0;
	border:1px solid #efefef;
}

.link_item .link_logo {
  float: left;
  text-align: center;
  width: 155px;
  margin: 3px 10px 3px 5px;
}

.link_item .link_content {
  padding-left: 15px;
}

.link_item a.name {
  font-size:12px;
	font-weight:bold;
	color:#008576;
}

.link_content span {
  font:11px Arial, Helvetica, sans-serif;
	color:#666666;
	font-style: italic;
}
