* {
    margin: 0;
    padding: 0;
	outline: none;
}

html,
body,
div#wrap-a,
div#wrap-ab,
div#wrap-b {
    min-height: 100%;
    width: 100%;
    height: auto;
	outline: none;	
}

* html,
* html body,
* html div#wrap-a,
* html div#wrap-ab,
* html div#wrap-b {
    height: 100%;
}

div#wrap-a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

#wrap-a div#footer-pattern {
	position: absolute;
	width: 100%;
	bottom: 80px;
	left: 0px;
	height: 300px;
	background: transparent url(../images/bg/footer_pattern.png) repeat-x;
}

* html #wrap-a div#footer-pattern {
	background: none;
}

div#wrap-ab {
	position: absolute;
	width: 768px;
	bottom: 0px;
    left: 50%;
    margin-left: -384px; /* lines up the wrapper b area flushed to the background of wrapper a ( due to the shadow effect on wrapper a )*/
	background-color: #fff;
}

div#wrap-b {
	width: 100%;
		
}

span.bitstorm {
	display: none;
}

div#body {
	position: relative;
	width: 768px;
	margin: 0 auto 100px auto;
	background-color: #fff;
}

#content img {
	background-color: #2F2F6C;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 6px 6px 6px 6px;
}

#content img.map-border {
	background-color: transparent;
	padding: 6px 6px 6px 6px;
	border: 4px solid #fff;
	border-style: ridge;
}

#content img.no-border {
	border: 0;
	background-color: transparent;
}

h1, h2, h4, h5 {
	font-family: "Arial", serif;
	font-weight: normal;
	letter-spacing: -.05em;
	margin: 0;
	padding: 0;
	line-height: 1em;
	color: #2F2F6C;
}

#content h2 a{
	color: #2F2F6C;
	text-decoration: none;
	font: normal normal bold 18px "Arial";
}

h3 {
	font: normal normal bold 14px "Arial", serif;
	margin: 15px 0px 0px 0px;
	color: #2F2F6C;
	
}

#content h1 {
	font: normal normal normal 24px "Arial";
	margin: 0px 0px 20px 0px;
	color: #2F2F6C;	
}

#content h1.center-head {
	margin-left: 130px;
	margin-bottom: 0px;
}
#content h1.center-sub {
	margin-left: 180px;
}

p.active { 
	color: #3F6617;
	font-weight: bold;
	font-size: 15px;
}

p.complete {
	color: #00467F;
	font-weight: bold;
	font-size: 15px;
}


#content h2 {
	font: normal normal bold 18px "Arial";
	color: #2F2F6C;	
}

#content h2.equal {
	display: block;
	margin: auto;
	text-align: center;
}

body {
	background: #EFEFF2 url(../images/bg/bg.gif) repeat-x;
	font-family: Arial, sans-serif;
	font-size: 12px;
	/*color: #53524F;*/
}

.fr1 {
	float: right;
	margin: 0px 60px 20px 10px;
	/*border: 1px solid #BDBCB7;
	background-color: #f0f0f0;*/
	padding: 5px;
	font-size: 10px;
}

.fr {
	float: right;
	margin: 10px 50px 20px 10px;
	/*border: 1px solid #BDBCB7;
	background-color: #f0f0f0;*/
	font-size: 10px;
	font-style: bold;
}

div.fr {
	text-align: center;	
}

.frmain {
	float: right;
}

.address {
	font: normal normal normal 14px Tahoma;
	font-style: bold;
}

.img {
	margin: 5px 5px 5px 5px;
	background-color: #fff;
	padding: 5px;
}


#content p {
	margin: 16px 0px;
	line-height: 18px;
}


#content ul {
	font-weight: bold;
	color: #2F2F6C;
	margin-left: 18px;
	line-height: 16px;
}


div#mapl1{
	float: left;
	width: 350px;
	padding: -40px 0px 0px 0px;
}
div#mapl2{
	float: left;
	width: 150px;
	height: 150px;
}

div#mapl3{
	float: left;
	width: 150px;
	
}
div#mapc{
	width: 253px;
	
}

div#mapr{
	float: right;
	width: 300px;
	z-index: 1000;
}

#mapr ul {
	list-style: none;
	margin-left: 5px;
}

#mapr li {
	margin-bottom: 7px;
}

#mapr a.active {
	color: #26A718;
}

#mapr a.complete {
	color: #1381DA;
}

div.clr {
	height: 1px;
	clear: both;
}

#body div#header {
	position: relative;
	height: 235px;
	background: transparent url(../images/hdr/mason.jpg) no-repeat;
}

#header div#left-shadow,
#header div#right-shadow {
	position: absolute;
	top: 110px;
	width: 25px;
	height: 314px;
}

#header div#left-shadow {
	left: -25px;
	background: transparent url(../images/bg/left_shadow.png) no-repeat;
}

#header div#right-shadow {
	right: -25px;
	background: transparent url(../images/bg/right_shadow.png) no-repeat;
}

#header a#logo {
	position: absolute;
	z-index: 2;
	bottom: 38px;
	left: 15px;
	text-align: left;
	text-indent: -999em;
	text-decoration: none;
	outline: none;
	height: 120px;
	width: 414px;
	background: transparent url(../images/logo/adamsrobinson.png) no-repeat 0 0;
}

#header address {
	position: absolute;
	top: 150px;
	text-align: right;
	font: normal normal bold 12px Tahoma;
	color: #00467F;
}

#header address a {
	color: #00467F;
	text-decoration: underline;
}

#header address a:hover {
	text-decoration: underline;
}

#header address#address-location {
	right: 187px;
}

#header address#address-contact {
	right: 19px;
}

#header div#nav {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 768px;
	height: 38px;
	background: transparent url(../images/bg/nav.gif) repeat-x;
}

#header div#search {
	position: absolute;
	right: 5px;
	top: 110px;
	width: 335px;
	height: 46px;
	background: transparent url(../images/bg/search.png) no-repeat;
	outline-style: none;
	
	
}

#search input,
#search a {
	position: absolute;
	outline-style: none;
	text-decoration: none;
}

#search input {
	right: 98px;
	top: 5px;
	width: 150px;
	border: 1px solid #BDBCB7;
	color: #787772;
	font-size: 10px;
	padding: 2px 0 2px 5px;
	outline-style: none;
	text-decoration: none;
}

#search a {
	text-align: left;
	text-indent: -999em;
	outline: none;
	right: 30px;
	top: 2px;
	width: 59px;
	height: 25px;
	background: transparent url(../images/nav/search.gif) no-repeat 0 0;
	outline-style: none;
	text-decoration: underline;
}

#search a:hover {
	background-position: 0 -25px;
	outline-style: none;
	text-decoration: none;	
}

#body div#content {
	font: normal normal normal 14px Arial;
	padding: 30px 10px 250px 30px;
	background-color: #fff;
	z-index: 3;
}

#page-index #body div#content {
	float: left;
	width: 389px;
	margin-top: 20px;
	border-right: 1px solid #F0F0F0;
	padding: 10px 10px 0px 30px;
	background-color: #fff;
	z-index: 4;
}

#page-index #body div#content-right {
	float: right;
	width: 309px;
/*	margin: 20px 15px 10px 0px; */
	margin-top: 20px;
	padding-right: 15px;
	background-color: #fff;
	z-index: 5;
}

#content-right div#flash {
	width: 309px;
	height: 150px;
	background-color: #fff;
	margin-bottom: 10px;
}

#content-right p.spotlight {
	display: block;
	width: 309px;
	height: 25px;
	background: transparent url(../images/bg/spotlight.gif) no-repeat;
	padding-top: 5px;
	padding-left: 10px;
	font: normal normal bold 12px Tahoma;
	color: #fff;
}

#content-right div#project-spotlight {
	margin-top: 10px;
	background: #F0F0F0 url(../images/bg/spotlight_top.gif) no-repeat;
	padding: 8px 8px 0 8px;
}

#project-spotlight div {
	position: relative;
	font: normal normal normal 11px Tahoma;
	color: #757575;
}

#project-spotlight div.project_left {
	float: left;
	margin-right: 8px;
}

#project-spotlight a {
	font-weight: bold;
	font-size: 12px;
	color: #2F2F6C;
	display: block;
	margin-bottom: 5px;
}

#project-spotlight div.project_left {
	padding-bottom: 20px;
}

#project-spotlight a {
	text-decoration: underline;
	color: #2F2F6C;
}

#project-spotlight a:hover {
	text-decoration: underline;
}

#content-right div#sb {
	width: 309px;
	height: 11px;
	background: transparent url(../images/bg/spotlight_bottom.gif) no-repeat;
	background-color: #fff;
	z-index: 6;
}

div.quote {
	margin: 8px auto;
	text-align: center;
	color: #3F6617;
	font: normal normal normal 16px "Times New Roman";
	font-style: italic;
	width: 318px;
}

div.quote span {
	display: block;
	margin-top: 6px;
	width: 100%;
	text-align: right;
	font: normal normal bold 11px Tahoma;
}

#content div.project {
	margin: 0px auto 10px auto;
	width: 96%;
	background-color: #DEE4E9;
	border: 6px solid #DEE4E9;
	border-style: ridge;
	padding: 10px;
}

#content div.proj_desc {
	float: left;
	width: 48%;
}

#content div.proj_desc_fr {
	float: right;
	width: 48%;
}

#content div.proj_desc p,
#content div.proj_desc_fr p
 {
	margin: 0px;
}

#content div.proj_img {
	position: relative;
	float: right;
	margin: auto;
	text-align: center;
	width: 336px;
	height: 240px;	
}

#content div.proj_img img {
	padding: 6px 6px 20px 6px;
	margin: auto;
	border: 0;
	background-color: transparent;
}

#content div.proj_img a {
	display: block;
	background-color: #2F2F6C;
/*	height: 240px;
	width: 327px; */
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000; 
}

#content div.proj_img a:hover {
	background-color: #000;
}


#content div.proj_img span {
	position: absolute;
	bottom: -2px;
	right: 0px;
	text-align: center;
	height: 16px;
	width: 336px;
	padding-top: 4px;
	font: normal normal bold 10px Tahoma;
	color: #fff;
}


#wrap-b div#footer {
    position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 80px;
	background-color: #2F2F6C;
}

#content address {
	font: normal normal normal 14px Tahoma;
	
}

#content address a {
	color: #727272;
	text-decoration: underline;
}

#content address a.address{
	color: #0000FF;
	text-decoration: underline;
}

#content address a#hover {
	text-decoration: underline;
}

/* begin form */
div#content form#contact-form fieldset
{
	display:				block;
	margin:					0 0 1em 5em;
	padding:				0 1em 1em 1em;
	border-top:				1px solid #039;
	border-bottom:			1px solid #039;
	width:					80%;

}

#contact-form fieldset legend
{
	color:					#039;
	font-size:				1em;
	padding:				0 5px;
}

#contact-form input,
#contact-form textarea,
#contact-form select
{
	position:				relative;
	top:					-1.4em;
	left:					22.4em;
	display:				block;
	background-color: 		#cacaca;
	padding: 1px;
	border: 1px solid #2F2F6C;
}

#contact-form input.error,
#contact-form textarea.error,
#contact-form select.error
{
	background-color: #ff0000;
	color: #fff;
}


div#content form label span.error-message
{
	font-size:				.8em;
	font-weight:			bold;
	color:					#036;
	text-align:				right;
}

div#content form select.error
{
	background:				#ffc;
}

.contact-submit
{
	position: 				relative;
	width:					auto;
	bottom: 				0px;
	left: 					40%;
}


div#content form input.no-border
{
	border:					none;
}
/* end form */

#footer div#footer-contain {
	position: relative;
	margin: 0 auto;
	width: 768px;
	height: 80px;
	background: transparent url(../images/bg/footer.gif) repeat-y;
}

#footer-contain div#footer-nav {
	position: absolute;
	top: 0px;
	right: 10px;
	width: 171px;
	height: 80px;
	font: normal normal normal 11px Tahoma;
	text-align: right;
	background: transparent url(../images/bg/footer_logo.gif) no-repeat 140px 45px;
}

#footer-nav p {
	margin-top: 8px;
	color: #CCCCE2;
}

#footer-nav ul {
	list-style: none;
}

#footer-nav li {
	display: inline;
	margin-left: 8px;
}

#footer-nav a {
	text-decoration: underline;
	color: #9898DA;
}

#footer-nav a:hover {
	text-decoration: underline;
}

#page-index #footer-contain div#content-end {
	visibility: visible;
	position: absolute;
	top: 0px;
	left: 15px;
	width: 414px;
	height: 47px;
	background: transparent url(../images/bg/footer_content_main.gif) no-repeat;
}

#footer-contain div#content-end {
	visibility: hidden;
}
