@charset "UTF-8";
#sitebox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	background-color: #292728;
}
#topbar {
	background-image: url(../images/topbar.gif);
	background-repeat: repeat-x;
	height: 66px;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

#wrapper {
	background-color: #292728;
	margin: 0px;
	width: 100%;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	padding-top: 10px;
}
#contentbox {
	background-image: url(../images/sitebg.gif);
	margin-right: auto;
	margin-left: auto;
	width: 1030px;
	background-repeat: no-repeat;
}
/* Main three Columns boxes
-------------------------------------------------------------- */
#leftbox {
	float: left;
	width: 254px;
}
#middlebox {
	float: left;
	width: 530px;
}
#rightbox {
	float: left;
	width: 215px;
}
/* leftbox boxes
-------------------------------------------------------------- */
.span-leftbox   { width: 269px; }
.span-contentbox {
	padding-top: 30px;
	float: left;
}
.span-homebox  {
	margin: 0;
	width: 1030px;
	height: 540px;
}
#flashhome {
	position: absolute;
	width: 1030px;
	height: 540px;
}
#flashnav {
	position: absolute;
}

/* middlebox boxes
-------------------------------------------------------------- */
#projhead {
	padding-right: 20px;
	text-align: right;
	text-transform: uppercase;
	color: #BA8748;
	margin-bottom: 20px;
}
#projpic {
	padding-left: 13px;
}
#txt-in-white-box {
	height: 335px;
	text-align: right;
	padding-left: 50px;
	padding-top: 15px;
	padding-right: 20px;
	margin-top: 40px;
}
#txt-in-white-box a {
	color: #BA8748;
	text-decoration: none;
}
#txt-in-white-box h2 {
	margin-top: 0px;
	padding-top: 0px;
	line-height: 16px;
}
#projpic div.services {
	padding-top: 0px;
	margin-top: 36px;
}
#quotebox {
	height: 100px;
}
.columnR {
	float: right;
	margin-right: 20px;
}
.last {
	margin-right: 0px;
}
.colborder {
	border-right: 1px solid #ccc;
}
.awardsleading p {
	margin: 0px;
	line-height: 13px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
}
.about-padL p {
	padding-left: 35px;
}

#projpic img {
	margin-top: 13px;
	margin-bottom: 13px;
}
#projinfo {
	padding-left: 100px;
	text-align: right;
	padding-top: 10px;
	padding-right: 20px;
	clear: both;
}
#projinfo a {
	color: #BA8748;
	text-decoration: none;
}
#projinfo h2 {
	margin-bottom: 0px;
	padding-bottom: 0px;
	line-height: 16px;
}
#projinfo p {
	color: #FFFFFF;
	margin-top: 8px;
	margin-bottom: 8px;
	padding-top: 0px;
}

/* rightbox boxes
-------------------------------------------------------------- */
#projlist {
	padding-left: 20px;
	height: 378px;
	margin-top: 40px;
	padding-top: 10px;
}
#projlist h2 {
	margin-bottom: 5px;
	margin-top: 7px;
	line-height: 1.5em;
	font-size: 10px;
	font-weight: bold;
}
#projlist h2 a {
	color: #BA8748;
	text-decoration: none;
}
.subproject {
	padding-left: 10px;
	font-size: 10px;
	line-height: 13px;
}
.subproject a {
	color: #000000;
	text-decoration: none;
}
.subproject a:hover {
	color: #000000;
	text-decoration: underline;
}
.servicesbox {
	width: 265px;
}
.servicesbox div.firstbox {
	float: left;
}

/* contact page and form -------------------------------------------------------------- */

#contact td {
	text-align: left;
	vertical-align: top;
	margin: 0px;
}
.contacttxt {
	line-height: 13px;
}
.contacttxt p {
	margin-bottom: 10px;
}
#contact th {
	vertical-align: top;
	font-size: 1.2em;
}
#contact {
	margin-left: 20px;
}
.zip {
	font-size: 1.2em;
	color: #BA8748;
	vertical-align: top;
}

/* Text fields */
input.zip   { width: 75px; margin:0 0 0 0; }
input.state   { width: 35px; margin:0 0 0 0; }
input.text, input.title   { width: 275px; margin:0 0 0 0; }
input.text, input.title, input.state, input.zip   { border:1px solid #bbb; background:#f6f6f6; padding:1px; height: 15px; }
input.text:focus,
input.title:focus         { border:1px solid #999; background:#fff; }
input.title               { font-size:.80em; }

/* Textareas */
textarea            { width: 275px; height: 65px; margin: 0; }
textarea            { border:1px solid #bbb; background:#f6f6f6; padding:5px; }
textarea:focus      { border:1px solid #999; background:#fff; }

/* Select fields */
select              { border:1px solid #ccc; background:#f6f6f6; width:200px; }
select:focus        { border:1px solid #999; background:#fff; }

/* Submit */
a.button, button {
	display:block;
	float:right;
	margin:0 0.583em 0.667em 0;
	padding:2px 5px 2px 5px;   /* Links */
	border:1px solid #dedede;
	border-top:1px solid #eee;
	border-left:1px solid #eee;
	background-color:#f5f5f5;
	text-decoration:none;
	font-weight:bold;
	cursor:pointer;
	font-size: 80%;
}
button {
	width:auto;
	overflow:visible;
	padding:0px 7px 1px 7px;   /* IE6 */
	border-top-color: #dedede;
	border-right-color: #dedede;
	border-bottom-color: #dedede;
	border-left-color: #dedede;
}
button[type] {
  padding:2px 5px 2px 5px;   /* Firefox */
  line-height:15px;           /* Safari */
}
*:first-child+html button[type] {
  padding:2px 5px 2px 5px;   /* IE7 */
}
a.positive:hover, button.positive:hover {
  background-color:#ffd1a3;
  border:1px solid #f1a252;

}
a.positive:active {
  background-color:#ffd1a3;
  border:1px solid #ffd1a3;
  color:#fff;
}


/* bottombar and footer boxes
-------------------------------------------------------------- */
#bottombar {
	background-image: url(../images/bottombar.gif);
	background-repeat: repeat-x;
	height: 73px;
	padding: 0px;
	float: left;
	margin: 0px;
	clear: both;
	width: 100%;
}
#footer {
	padding-top: 15px;
	height: 58px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 30px;
}
#copyright {
	font-size: 11px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #292728;
	padding-left: 20px;
}
#textlinks {
	float: left;
	margin-right: 190px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #292728;
	margin-left: 210px;
}
#textlinks a {
	color: #292728;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-right: 2px;
	padding-left: 2px;
}
#tilt-built {
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 10px;
}
#tilt-built a {
	color: #292728;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	vertical-align: baseline;
}
#tilt-built img {
	vertical-align: text-bottom;
	margin-bottom: 0px;
}
