/* General */
div {
	margin:0;
	padding:0;
}
a:link {color: #e79a36; text-decoration: none;}
a:visited {color: #e79a36; text-decoration: none;}
a:hover {color: #e79a36; text-decoration: underline;}
a:active {color: #e79a36; text-decoration: none;}
h1,h2,h3,h4 {color: #828568;}

/* Containers */
html {
	height: 100%;
	padding:0;
	margin:0;
	background: #11110d url("/images/main_background.png") top left repeat;
	
}
body {
	height: 100%;
	margin:0;
	padding:0;
	font-size: 74%;
	font-family: Arial, Helvetica, sans-serif;
}
#container {
	position: relative;
	width: 984px;
	min-height: 100%;
	margin:0 auto 0 auto;
	padding:0;
	z-index: 0;
	text-align: left;
	color: #FFFFFF;
	background: url("/images/inner_bg_mid.png") top left repeat-y
}
/*
#container {
	position: absolute;
	width: 984px;
	min-height: 98%;
	margin:0 0 0 -492px;
	top: 1%;
	left: 50%;
	padding:0;
	z-index: 0;
	text-align: left;
	color: #FFFFFF;
	background: url("/images/inner_bg_mid.png") top left repeat-y
}*/
/* Main Structure Divs */ 
#header {
	width: 924px;
	background: url("/images/inner_bg_head.png") top left no-repeat;
	min-height: 97px;
	padding:3px 30px 0 30px;
	
}
#main {
	
	margin-bottom: 87px;
}
#footer {
	position: absolute;
	left:0;
	bottom:20px;
	margin: 0;
	padding:0;
	background: url("/images/inner_bg_foot.png") bottom left no-repeat;
	width: 984px;
	height: 57px;
	overflow: hidden;
}
/* top/bottom margins */
.underclear {
	position: absolute;
	left:0;
	bottom:0;
	margin: 0;
	padding:0;
	background: url("/images/inner_bg_foot.png") bottom left no-repeat;
	width: 984px;
	overflow: hidden;
	clear: both;
	height: 20px;
	background: #11110d url("/images/main_background.png") top left repeat;
}
.overclear {
	background: #11110d url("/images/main_background.png") top left repeat;
	height: 20px;
	overflow: hidden;
	margin:0;
	padding:0;
}
.block{
	width: 370px;
	float: left;
}
/* Header Stuff */
#header #mainlogo, #header #mainlogo span {
	width: 149px;
	height: 48px;
	padding:0;
	display: block;
	overflow: hidden;
}
#header #mainlogo {
	float: left;
	margin: 38px 0 0 0;
}
#header #mainlogo span {
	background: url("/images/main_logo.png") top left no-repeat;
}
#header #subtitle, #header #subtitle span {
	width: 294px;
	height: 28px;
	margin:0;
	padding:0;
	display: block;
	overflow: hidden;
}
#header #subtitle {
	float: right; 
	margin: 60px 0 0 0;
}
#header #subtitle span {
	background: url("/images/subtitle_logo.png") top left no-repeat;
}
/* left margin */
.leftmain {
	float: left;
	width: 179px;
	padding: 10px 0 0 0;
}
.leftmenu {
	width: 149px;
	margin-left: 30px;
}
.leftmenu ul {
	margin:0;
	padding:0;
	list-style: none;
}
.leftmenu li {
	width: 149px;
	min-height: 30px;
	border-top: 1px solid #22231b;
	background: #828568;
}
.leftmenu ul li:first-child {
	border-top: none;
}
.leftmenu a {
	color: white;
	width: 135px;
	min-height: 21px;
	display: block;
	font-size: 15px;
	padding: 6px 4px 4px 10px;
}
.leftmenu a:hover {
	text-decoration: none;
}
.leftmenu li.thispage>a, .leftmenu li a:hover {
	background: #828568 url("/images/nav_arrow.png") 0 50% no-repeat;
}
.leftmenu li.thispage>a,.leftmenu a:hover {
	color: #22231b;
}
.leftmenu li.parent1:hover {
	background-image: none;
}

.leftmenu ul ul {
	background: #22231b;
}
.leftmenu li li {
	border: none;
	width: 149px;
	min-height: 18px;
	font-size: 0.8em;
	background: none;
}
.leftmenu li li a {
	width: 135px;
	color: #f1f1f1;
	min-height: 17px;
	display: block;
	font-size: 12px;
	padding: 2px 4px 2px 10px;
}
.leftmenu li li.thispage>a, .leftmenu li li a:hover {
	background: none;
	color: white;
	text-decoration: underline;
}
/* left column images */
.leftimg {
	width: 149px;
	height: 202px;
	margin: 60px 0 0 30px;
	background: url('/images/leftcol_bricks1.jpg') top left no-repeat;
}
body.type19 .leftimg, body.type29 .leftimg{
	height: 162px;
	background: url('/images/leftcol_bricks2.jpg') top left no-repeat;
}
body.type20 .leftimg {
	background: none;
}
.brickingit {
	display: inline;
	margin: 10px 15px 10px -195px;
	float: left;
}
/* main content */
.contentmain {
	float: left;
	width: 805px;
	margin:0;
}
.contenthead {
	padding: 10px 0 0 30px;
}
#content {
	padding: 10px 30px 0 30px;
	font-size: 1.4em;
}
.maintitle {
	padding-top:0;
	margin-top:0;
	font-size: 1.5em;
}
/* footer */
#footer ul#footlinks {
	margin: 0 30px 0 179px;
	padding:0;
	border-top: 1px solid #828568;
	color: #828568;
	list-style-type: none;
}

#footer #footlinks li {
	float: left;
	display: block;
	padding: 5px 20px 0 0;
}
#footer #footlinks a {
	color: #828568;
}
.footyright {
	float: right;
	margin:0;
	padding: 5px 30px 0 0;
}
/* homepage */
#HomeHead {
	width: 740px;
	height: 212px;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
#leftarrow {
	background: url('/images/HomeHeadArrL.png') top left no-repeat;
	width: 17px;
	height: 34px;
	position: absolute;
	left: 0;
	top: 50%;
	margin: -8px 0 0 0;
	cursor: pointer;
	z-index: 5;
}
#rightarrow {
	background: url('/images/HomeHeadArrR.png') top left no-repeat;
	width: 17px;
	height: 34px;
	position: absolute;
	right: 0;
	top: 50%;
	margin: -8px 0 0 0;
	cursor: pointer;
	z-index: 5;
}
.module {
	position: absolute; 
	top: -100000px;
	left:0;
}
.module.module0 {
	top:0;
}
#HomeHead .hf_bg {
	width: 740px;
	height: 212px;
	background-position: 0 0;
	background-repeat: no-repeat;
}
#HomeHead .hf_tr {
	width: 419px;
	height: 150px;
	background: url('/images/hf_tr.png') 0 0 no-repeat;
	overflow: hidden;
	margin: 30px 0 0 35px;
	float: left;
	padding: 10px;
	font-size: 15px;
}
#HomeHead .hf_tr p {
	margin:0;
	padding: 2px 0 2px 0;
}
#HomeHead .hf_tr h3 {
	font-size: 19px;
	font-weight: normal;
	margin:0;
	padding: 0 0 5px 0;
}
#HomeHead .hf_tr .hf_ln {
	text-align: right;
	margin:0;
	padding: 7px 0 0 0;
}
.newslink{
	font-size: 0.8em;
}
.newslink .projdate{
	color: #828568;
	font-size: 0.78em;
}
/* proj list */
.projhit {
	border-top: 1px solid #828568;
	padding: 10px 0 10px 0;
}
.newshit{
	padding-bottom: 20px;
	border-bottom: 1px dotted #828568;
	margin-bottom: 20px;
	width: 525px;
}
.projhit h4,
.newshit h4
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.projhit h4 a {
	color: #828568;
	font-weight: bold;
	font-size: 1em;
}
.newshit .date{
	color: #828568;
	margin-right: 5px;
}
.profile.mcleft {
	width: 449px;
}
.mcleft {
	float: left;
	width: 487px;
	margin: 0 25px 0 0;
}
.mcright {
	float: left;
	width: 212px;
	padding: 8px;
}
.profile.mcright {
	width: 250px;
}
.darkbox {
	background: #0a0b08;
}
.darkbox .maintitle {
	font-size: 1.1em;
}
/* Design Partners */
.partdiv {
	border-top: 1px dotted #828568;
	padding:15px 0 15px 0;
	clear: both;
}
.partdiv p {
	padding: 0.1em 0 0.1em 0;
	margin: 0.1em 0 0.1em 0;
}
.dpimg_l, .dpimg_r {
	float: left;
	display: block;
	margin: 0 10px 10px 0;
}
.dpimg_r {
	float: right;
}
.dphead {
	color: #FFFFFF;
	font-size: 17px;
	margin:0.2em 0 0 0;
	padding: 0 0 9px 0;
}

/* misc */
.nobdr {
	border: none;
}
.hidden {
	position: absolute;
	left:-2000px;
}
.clearing {
	clear: both;
	float: none !important;
	list-style: none;
	padding:0;
	margin:0;
	width: 0px;
	height: 0px;
	overflow:hidden;
	font-size: 1px;
}
.projpic {
	border: none;
}
.small {
	font: courier, monospace; 
	font-size: 10pt !important;
}
.js {
	display: none;
}
.pagin {
	font-size: 0.9em;
}
.nrb {
	position: absolute;
	right:3px;
	top:200px;
	width: 169px;
	height: 158px;
	margin:0;
	padding:0;
	background: url('/images/rcol_bricks1.jpg') 0 0 no-repeat;
}
/* form builder */
.form {
	font-size: 0.9em;
}
.form_line {clear:both; padding: 7px 0 7px 0;}
.form_multline {clear:both; padding: 10px 0 10px 0;}
.form_multleft {width: 250px; float:left; }
.form_left {width: 250px; float:left; }
.form_val {width: 20px; float:left;  }
.form_right {width: 350px; float:left;}
.form_tile_f {clear:both; float:left; width:250px; height:40px}
.form_tile_title {margin-left: 7px}
.form_tile_val {}
.form_tile_content {}

.form_tile {float:left}

.form_submit {clear:both; margin-left:270px}

#map_canvas{display: inline-block;width: 660px;height: 400px;}

.cconv1,
.cconv2{background-color: #828568;}
.cconv1 #result{font-weight: bold;}

