html {overflow: scroll;}

body {
	margin: 0 auto;
	padding: 10px;
	font: 76% Verdana,Tahoma,Arial,sans-serif;
	background: #FFFFFF;
}

#wrapper {
	position: relative;
	margin: 0 auto;
	text-align: left;
	width: 800px;
	border: 0px solid black;

/*
	background-color:#ffffff;
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	opacity: 1.0;
*/
}

#header {
	width: 800px;
	background: #3C3637;
}

#header img {
	padding: 10px;
	display: inline;
}

#tagline {
	font-style: italic;
	color: #FFFFFF;
	width: 140px;
	position: relative;
	margin-top: -43px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 170px;
}

.menu {
	margin-top: 0px;
	padding: 0;
	position: relative;
	width: 150px;
	float: left;
	z-index:1
}

.menu ul {
	list-style-type: none;
	padding: 0;
	font-size: 11px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.menu ul li {
	width: 150px;
	float: left;
	position: relative;
}

.menu ul li ul {
	display: none;
}


.menu ul li a {
	display: block;
	text-decoration: none;
	color: #fffff1;
	width: 138px;
	height: auto;
	font-weight: bold;
	padding: 3px 0 3px 10px;
	background: #3C3637;
/*	border-left: 1px #846837 solid;
	border-width: 1px 1px 0 0;*/
	border: 1px solid #fff;
}
	
.menu li a:hover {
	background: #026879;
	color: #fffff1;
}

.menu ul li:hover ul {display:block; position:absolute; top:0; left:150px; width:150px;}
.menu ul li:hover ul li a.hide {background:#3C3637; color:#FFFFFF;}
.menu ul li:hover ul li:hover a.hide {width:150px;}
.menu ul li:hover ul li ul {display: none;}
.menu ul li:hover ul li a {display:block; background:#3C3637; color:#FFFFFF; width:150px; opacity:1;}
.menu ul li:hover ul li a:hover {background:#026879;}
.menu ul li:hover ul li:hover ul {display:block; position:absolute; left:161px; top:0;}
.menu ul li:hover ul li:hover ul li a {display:block; width:200px; height:auto; background:#3C3637;}
.menu ul li:hover ul li:hover ul li a:hover {background:#026879;}


/*
.menu ul li {float:left; margin-right:1px; position:relative;}
.menu ul li:hover a {color:#fff; background:#b3ab79;}
.menu ul li:hover ul {display:block; position:absolute; top:0; left:105px; width:105px;}
.menu ul li:hover ul li a.hide {background:#dfc184; color:#000;}
.menu ul li:hover ul li:hover a.hide {width:150px;}
.menu ul li:hover ul li ul {display: none;}
.menu ul li:hover ul li a {display:block; background:#b3ab79; color:#000; width:150px;}
.menu ul li:hover ul li a:hover {background:#dfc184; color:#000;}
.menu ul li:hover ul li:hover ul {display:block; position:absolute; left:151px; top:0; color:#000;}
.menu ul li:hover ul li:hover ul li a {display:block; width:200px; height:auto; background:#dfc184; color:#000;}
.menu ul li:hover ul li:hover ul li a:hover {background:#bd8d5e; color:#fff;}
*/

.lowtrans {				/* not currently in use but keeping here for future ref /*
	background-color: #ffffff;
	filter:alpha(opacity=99);	/* IE */
	-moz-opacity:0.99;		/* Moz < 1.6 */
	opacity: 0.99;			/* Moz > 1.6 and CSS-3 */
}

.hide {
	display: none;
}


.future1 {
	font-size: 15px;
	font-weight: bold;
}

.future2 {
	font-size: 13px;
}


#content {
	text-align: justify;
	margin-top: 6px;
	margin-left: 165px;
	width: 630px;
	color: #666666;
}

#content img {
	padding: 0px;
	display: inline;
}

#galimg {
	margin-top: -7px;
	margin-left: 2px;
}

#galimg img {
	margin-right: 3px;
	border: 0px;
}

#content h1 {
	border: 0px solid black;
	font-size: 170%;
	font-weight: normal;
	line-height: 130%;
	margin-top: -5px;
	margin-bottom: 10px;
	color: #000000;
}

#content h2 {
	font-size: 120%;
	border: 0px solid black;
	font-weight: bold;
	margin-top: -4px;
	margin-bottom: 3px;
	color: #000000;
}

#content h3 {
	font-size: 140%;
	border: 0px solid black;
	font-weight: normal;
	margin-top: -4px;
	margin-bottom: 3px;
	color: #000000;
}

	.projectsl {
		margin-left: 189px;
	}

	.projectsr {
		margin-left: 318px;
	}

#content p {
	font-weight: normal;
/*	position: relative;	this causes transparency on flyout menu in IE5.5/6 */
	margin-top: 3px;
}

#content a {
	text-decoration: none;
}

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

.left {
	margin-right: 10px;
	float: left;
	margin-bottom: 10px;
}

.right {
	margin-left: 10px;
	float: right;
}

#address_container {
	float: left;
	width: 620px;
}

#phone_container {
	margin-top: 15px;
	float: left;
	width: 620px;
}

#address {
	margin-top: -13px;
	margin-left: 192px;
}

#phone {
	margin-left: 192px;
}

#phone_txt {
	width: 180px;
	float: left;
}

#email_container {
	border: 0px solid black;
	float: left;
	width: 620px;
	margin-top: 25px;
	margin-bottom: 25px;
}

#formtags {
	border: 0px solid red;
	height: 250px;
	float: left;
	margin-top: 3px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 82px;
	text-align: right;
}

#formtags p {
	border: 0px solid black;
	margin-bottom: 8px;
}

#theform input {
	font-size: 10px;
	height: 12px;
	margin-bottom: 5px;
}

#theform textarea {
	font: 100% Verdana,Tahoma,Arial,sans-serif;
	font-size: 10px;
	margin: 0 0 0 0px;
	width: 318px;
	height: 150px;
}

#buttons input {
	position: relative;
	margin-top: -10px;
	font-size: 12px;
}

#faq ul {
	font-weight: bold;
}

.libold12 {
	font-weight: bold;
	font-size: 14px;
}

.norm12 {
	font-weight: normal;
	font-size: 12px;
}

.pnorm {
	font-weight: normal;
	font-size: 12px;
}

#strapline {
	border: 0px solid black;
	width: 200px;
	margin-left: 380px;
	text-align: center;
	color: #3C3637;
	font-family: Rage Italic;
	font-size: 20px;
	padding-top: 40px;
	padding-bottom: 10px;
}

#footer {
	width: 635px;
	margin-left: 165px;
	padding-bottom: 24px;
	padding-top: 5px;
	text-align: center;
	color: #3C3637;
	font-size: 9px;
	border-top: 1px solid #DCDCDC;
}

.divider {
	border-bottom: solid 1px #F6F3F1;
	margin-bottom: 20px;
}
