* { margin: 0; padding: 0; }

/*-------------------------------------------------------------------------------------------------
Globals 
-------------------------------------------------------------------------------------------------*/
body
	{
	background-color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	}
#wrapper {
	margin: 20px auto;
	width: 960px;
	}


/*-------------------------------------------------------------------------------------------------
Global Fonts 
-------------------------------------------------------------------------------------------------*/
h1, h2, h3, h4, h5 {
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
h1 { 
	font-size: 1.5em;
	color: #003366; 
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;	
	color: #003366;
}
h3 { 
	font-size: 1.15em; 
	font-weight: bold;
	padding-top: 15px;
	color: #003366;
}
h4 {
	font-size: 1em;
	font-weight: bold;
	padding-top: .5em;
	color: #666666;
}
h5 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-style:normal;
	color: #003366;
}

p	{
	font-size:.85em;
	color:#666666;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 1em;
}
a, a:active, a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #C19674;
	text-decoration: underline;
}


/*-------------------------------------------------------------------------------------------------
Design Layout
-------------------------------------------------------------------------------------------------*/
#header {
	float: left;
	padding-top: 10px;
	width: 960px;
}
#logos {
	width: 455px;
	float: left;
}
#email {
	width: 150px;
	float: right;
	margin-top: 45px;
	color: #989898;
	font-size: 9px;
	text-align: right;
}
#email a, a:active, a:visited {
	color: #666666;
	text-decoration: none;
}
#email a:hover {
	color: #C19674;
	text-decoration: underline;
}



/*-------------------------------------------------------------------------------------------------
Menu Controls
-------------------------------------------------------------------------------------------------*/
#menu {
	margin-top: 10px;
	width: 960px;
	float:left;
	clear:both;
	background-image: url(../images/menu_bckgd.gif);
	background-repeat: repeat-x;
	background-color: #CCC;
	z-index: 5;
}
#menuwrapper {
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-top: 1px solid #000;
	border-bottom: 1px solid #333;
}
.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
#p7menubar, #p7menubar ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#p7menubar a {
	display: block;
	text-decoration: none;
	padding: 5px 10px 5px 10px;
	border-right: 1px solid #333;
	font-size: .8em;
	color: #000000;
}
#p7menubar a.trigger {
	padding: 5px 16px 5px 10px;
}
#p7menubar li {
	float: left;
	width: 9em;
}
#p7menubar li ul, #p7menubar ul li  {
	width: 12em;
}
#p7menubar ul li a  {
	color: #000000;
	border-right: 0;
	padding: 3px 12px 3px 16px;
}
#p7menubar li ul {
	position: absolute;
	display: none;
	background-color: #FFFFFF;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
}
#p7menubar li:hover a, #p7menubar a:focus,
#p7menubar a:active, #p7menubar li.p7hvr a {
	color: #000000;
	background-color: #C19674;
}
#p7menubar li:hover ul, #p7menubar li.p7hvr ul {
	display: block;
}
#p7menubar li:hover ul a, #p7menubar li.p7hvr ul a {
	color: #000000;
	background-color: transparent;
}
#p7menubar ul a:hover {
	background-color: #c6c6c6!important;
	color: #000000!important;
}
#p7menubar li {width: auto;}



/*-------------------------------------------------------------------------------------------------
Footer Design
-------------------------------------------------------------------------------------------------*/
#footer {
	width: 960px;
	float: left;
	clear:both;
	padding-top: 30px;
	margin-bottom: 20px;
}
#footer img {
	float: right;
}
#footer a {
	color: #666666;
	text-decoration: none;
}
#footer a:hover {
	color: #C19674;
	text-decoration: underline;
}
#footer h1 {
	font-size:.85em;
	margin: 0;
	font-weight: bold;
	text-align: center;
	color: #666;
}
#footer p {
	margin-top: 0px;
	margin-bottom: 1.2em;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: .65em;
	font-style: normal;
	font-weight:normal;
	text-align:center;
}
#footer_content {
	width: 300px;
	padding: 10px;
	float:left;
}
.footer_usgbc {
	margin-top: 5px;
	margin-right: 70px;
}
.footer_ace {
	margin-left: 30px;
	margin-right: 30px;
}


/*-------------------------------------------------------------------------------------------------
Front Page Items
-------------------------------------------------------------------------------------------------*/
#frontimage {
	width: 960px;
	height: 300px;
	margin: 0px;
	padding: 0px;
	float: left;
	background-color: #000000;
}
#pushitem {
	width: 960px;
	margin-top: 30px;
	float: left;
}

.pushitem_padding {
	margin-right: 15px;
}

.pushitem_padding_new {
	margin-right: 8px;
}
.pushitem_padding_left {
	margin-left: 12px;
}
#pushitem img {
	float: left;
}
#recentnews {
	width: 960px;
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
}
.index_ace {
	margin-left: 80px;
}
.index_dbia {
	margin-left: 20px;
}
.index_usgbc {
	margin-left: 15px;
}


/*-------------------------------------------------------------------------------------------------
Content Controls
-------------------------------------------------------------------------------------------------*/

#content {
	width: 960px;
	float: left;
}
#content ul	{
	color:#666666;
	list-style: outside;
	margin-left: 20px;
	margin-bottom: .75em;
}
#content ul li {
	margin-bottom: .5em;
	font-size: .85em;
}
#content h1 {
	margin-top: 1em;
	margin-bottom: .5em;
}
#content h2 {
	font-size: 1em;
	line-height: 1.4em;
	margin-bottom: 1em;
}
#mainimage {
	width: 960px;
	background-color: #000;
	float: left;
}
#mainimage_sidebar {
	width: 720px;
	background-color: #000;
	float: left;
}
#fullcolumn {
	width: 950px;
	padding: 5px;
	float: left;
}
#fullcolumn_sidebar {
	width: 710px;
	padding: 5px;
	float: left;
}
	



#mainimage_video {
	width: 960px;
	height: 300px;
	margin: 0px;
	padding: 0px;
	float: left;
	background-color: #000000;
}
#sidebar {
	float: right;
	width: 215px;
	margin-right: 5px;
	margin-top: 10px;
}
#sidebar p {
	color: #336699;
}
#sidebar img {
	margin-bottom: 10px;
	margin-top: 10px;
}
#sidebar h1 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:1.2em;
	font-style:normal;
	font-weight:normal;
	text-decoration:underline;
	color: #B7A896;
	margin-top: 5px;
	margin-bottom: 0px;
}
#sidebar h2 {
	font-size:1em;
	color: #B7A896;
	margin: 5px 0 0 0;
}
#sidebar h3 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:.75em;
	font-style:normal;
	font-weight:normal;
	text-decoration:none;
	color: #B7A896;
	margin: 0 0 16px 0;
}

#column {
	width: 340px;
	float: left;
	margin-top: 5px;
	margin-right: 10px;
	margin-left: 5px;
}
#video {
	float: right;
	margin-top: 10px;
	margin-left: 15px;
	margin-bottom: 5px;
	width: 400px;
}
.afterspace {
	margin-bottom: 10px;
}
.beforespace {
	margin-top: 20px;
}
.project_links {
	font-size: .8em;
	margin-bottom: 10px;
}
.corevalues {
	font-size: 1.3em;
	line-height: 1.5em;
	text-decoration: underline;
}
.history_image {
	margin-bottom: 20px;
	margin-top: 10px;
}

/*-------------------------------------------------------------------------------------------------
Special Circumstances
-------------------------------------------------------------------------------------------------*/

#starburst {
	width: 150px;
	height: 150px;
	z-index: 5;
	top: 10px;
	left:50%;
	margin-left: 200px;
	position: absolute;
}

#bms_table {
	margin-top: 15px;
	padding: 10px;
	border: 1px solid #666666;
}
#bms_table h1 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:.9em;
	font-style:normal;
	font-weight: normal;
	text-decoration: none;
	color: #003366;
}
#bms_table ul {
	font-size: .7em;
	margin-top: 0px;
	margin-bottom: .75em;
	color: #003366;
	list-style: inside;
	margin-left: 20px;
}
#resume {
	width: 950px;
	padding: 5px;
	float: left;
	margin-top: 10px;
}
#resume img {
	float: left;
	margin-top: 5px;
	margin-right: 10px;
}
#resume h1 {
	font-size: 1.2em;
	margin-left: 90px;
}
#resume h2 {
	margin-left: 90px;
	padding-bottom: 5px;
	font-size: 1em;
}
#resume p {
	margin-left: 90px;
}
#publicrelations {
	width: 215px;
	float: right;
	margin-right: 5px;
	margin-left: 10px;
	margin-top: 10px;
}

#publicrelations p {
	font-size: 11px;
}
#publicrelations img {
	border: 1px solid #000000;
}
#newsletterbank {
	width: 720px;
	border: 1px dotted #666666;
	background-repeat: repeat-x;
	float:left;
	z-index: -5;
	margin-top: 10px;
}
#newsletterbank h1 {
	font-size: 16px;
	margin-left: 10px;
	margin-top: 10px;
}
#newsletterbank img{
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 8px;
	margin-right: 4px;
	border: 1px solid #000000;
}
#article {
	width: 225px;
	float: left;
	text-align: center;
	height: 350px;
	margin-top: 20px;
	margin-left: 5px;
	margin-right: 5px;
	overflow:hidden;
}
#article h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .8em;
}
#article h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .9em;
	font-weight:bold;
	font-style:normal;
	text-transform:uppercase;
	margin-bottom: .25em;
}
#article p {
	font-size: .75em;
}
#article img {
	border: 1px solid #000000;
	margin-bottom: 5px;	
}
#proj_selector {
	height: 200px;
	float: left;
	text-align:center;
	margin-top: 10px;
	font-size: .9em;
}
#proj_selector img {
	margin-left: 3px;
	margin-right: 3px;
}
#project {
	Width: 300px;
	height: 330px;
	float:left;
	margin-top: 10px;
	margin-right: 18px;
}
#project h1 {
	font-size: 12px;
	margin-top: 2px;
	margin-bottom: 5px;
}
#project p {
	font-size: 10px;
}
#project img {
}
#insetphoto {
	float: right;
	margin-left: 10px;
	margin-top: 10px;
	font-size: 10px;
	text-align: center;
	color: #999999;
}
$construction_projects {
	width: 960px;
	margin-top: 15px;
	margin-bottom: 20px;
	font-size: 9px;
}
.imageright {
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
}
.imageleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}
.spaceafter {
	margin-bottom: 10px;
}
#brochure	{
	float: right;
	margin-top: 10px;
	margin-left: 25px;
}
.caption {
	font-family:Arial Narrow, Helvetica, sans-serif;
	margin-bottom: 5px;
	font-size:10px;
}
.publicrelations_float_left img{
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
}

#videolist h1 { 
	font-size: 1.8em;
	margin-top: 0em;
	margin-bottom: .2em;
}
#videolist p	{
	font-size: 1em;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: .2em;
}
#videolist {
	float: left;
	margin: 10px;
}
#videoplayer {
	float: left;
	margin: 10px;
}

a.button {
	padding-left: .75em;
	padding-right: .75em;
	padding-top: .5em;
	padding-bottom: .5em;
	background-color:#369;
	color: #FFF;
	text-decoration: none;
	font-size: 1em;
}
a.button:hover {
	background-color: #069;
	text-decoration: none;
}

/*-------------------------------------------------------------------------------------------------
Service Form
-------------------------------------------------------------------------------------------------*/

#serviceform {
	width: 900px;
}
#serviceform_column {
	width: 280px;
	margin-right: 15px;
	float: left;
}

#serviceform_column h1 {
	font-size: 1em;
	margin-top: 0em;
	margin-bottom: 0em;
	color: #003366;
	font-weight: normal; 
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

#serviceform_column h2 {
	font-size: 1.2em;
	margin-top: 1em;
	margin-bottom: 1em;
	color: #333333;
	font-weight: normal;
	text-decoration: underline;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
}

#serviceform_column p {
	font-size: .9em;
	margin-top: 0em;
	margin-bottom: 1em;
	color: #333333;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

.required {
	color: #CC0033;
}

.input {
	color: #666666;
	width: 250px;
}
.button_margin_right {
	margin-right: 1em;
}

ul.service_locations {
	list-style-type: none;
	list-style-position:inside;
	margin-bottom: .5em;
}
ul.service_locations li {
	list-style-type: none;
	margin-bottom: .25em;
}

