/* Lewis Builders screen styles
			Table of Contents:
					generic styles
					layout
					typography
					nav
					footer nav
					project page gallery
					request info form
*/
/* generic styles
-------------- */
* {
	margin: 0;
	padding: 0;
}
img {
	border: none;
}
.clearfix:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* layout
-------------- */
body {
	background-color: #ababab;
	font-family: verdana, tahoma, arial, sans-serif;
	font-size: 11px;
	color: #000;
	line-height: 1.4;
}
body.colored {
	background-color: #e8e8e8;
}
#page{
	position: relative;
	width: 786px;
	margin: auto;
	padding: 0 8px;
	background: url(/media/shadowbg.gif) repeat-y;
}
#header{
	position: relative; left: 2px;
	width: 769px;
	height: 173px;
	background-color: #fff;
	background: url(/media/headerbg.gif) no-repeat;
}
#header #logo{
	position: absolute;
	top: 40px; left: 20px;
}
#header #tag{
	position: absolute;
	top: 100px; left: 440px;
}
#contentarea{
	border: none;
	margin: 0;
	padding: 0;
}
#contenttop{
	margin: 0;
	padding: 0;
	_margin-left: -8px;
}
#mission{
	width: 280px; /* Opera 5 */
	\width: 306px; /* IE5Win */
	w\idth: 280px; /* Others */
	height: 274px;
	float: left;
	background-color: #505050;
	border: 8px solid #fff;
	margin: 7px 0 0 10px;
	padding: 10px 10px 0px 10px;
}
#mission p a:link{color: #ffffff;}
#mission p a:visited{color: #ffffff;}
#mission p a:hover{color: #dddddd;}
#mission p a:active{color: #ffffff;}
#signature{
	float: right;
}
#image{
	float: left;
	width: 410px;
	height: 284px;
	margin: 7px 0 0 8px;
	padding: 0;
	border: 8px solid #fff;
	background-color: #a8a8a8;
}
#contentbot{
	background-color: #ababab;
	border: none;
	margin: 7px 0 0 10px;
	padding: 0;
	clear: both;
	border: 8px solid #fff;
	width: 735px;
}
#content{
	width: 523px; /* Opera 5 */
	\width: 544px; /* IE5Win */
	w\idth: 523px; /* Others */
	float: left;
	margin: 0 0 0 0px;
	padding: 10px 10px;
	border-right: 1px dotted #d2d2d2;
}
#content a#siteplan{
color: #0000cd;
}
#content-links{
	width: 700px; /* Opera 5 */
	float: left;
	margin: 0 0 0 0px;
	padding: 10px 10px;
	text-align: left;
}
#content-inner{
	padding: 10px;
	border-right: none;
}
#testimonials{
	padding: 40px 5px 5px 10px;
	width: 145px;
	float: left;
}
#footer{
	clear: both;
    text-align: center;
}
#footer img {
	vertical-align: top;
	margin-right: 10px;
	margin-bottom: 10px;
}
#footer img.last {
	margin-right: 0;
}
#footer p {
	margin: 0;
}

/* typography
-------------- */
h1, h2, h3, h4{
	font-family: arial, sans-serif;
}
h1 {font-size: 1.6em;}
h2 {font-size: 1.3em;}
h3 {font-size: 1.2em;}
h4 {font-size: 1.1em;}
h3.center {
	text-align: center;
}
p {
	line-height: 1.4;
	margin-bottom: .6em;
}
p.nomargin {
	margin-bottom: 0px;
}
#mission p {
	font-size: 0.9em;
	color: #fff;
	line-height: 1.2;
}
#mission p a{
	font-size: 0.9em;
	color: #fff;
	line-height: 1.2;
}
#content-inner img{
	padding: 0px 5px 5px 5px;
}
#content-inner ol, ul{
	margin-left: 18px;
}
#content ol, ul{
	margin-left: 18px;
}
#contentbot a:link {color: #333;}
#contentbot a:visited {color: #666;}
#contentbot a:hover {color: black;}
#contentbot a:active {color: #999;}
#contentbot a{
	font-weight: bold;
	text-decoration: none;
}
/* nav
-------------- */
#nav {
	position: absolute;
	top: 140px; left: 10px;
	width: 748px;
	margin: 0;
	padding: 0;
	background: url(/media/nav-bg.gif) repeat-x;
	border-right: 1px solid black;
	behavior: url("csshover.htc"); /*Menu behavior for IEWin */
}
#nav * {
	white-space: nowrap;
	padding: 0;
	margin: 0;
	border: none;
}
#nav a {
	display: block;
	text-decoration: none;
	background-color: #ddd;
}
#nav a:link {color: #333;}
#nav a:visited {color: #666;}
#nav a:hover {color: black;}
#nav a:active {color: #999;}
#nav a.current {color: #black;}
#nav ul {
	list-style: none;
}
#nav ul li:hover ul.level1{
/* Display sublist on hover */
	display: block;
}
#nav ul.level0 li {
	float: left;
	position: relative;
}
#nav ul ul {
	width: 170px; /* explicit width for all dropdown menus */
}
#nav ul ul a {
	width: 170px; /* explicit width for links, allows IE to hover properly */
}





#nav ul ul li a {
	padding: 3px 0 2px 3px; /* padding for all text links/submenu items */
}
#nav ul.level1 {
	display: none;
	position: absolute;
	background-color: #ddd;
	z-index: 1;
}
#nav ul.level1 li {
	float: none;
	display: inline;
	position: relative;
}
#nav ul.level2 {
	display: none;
	position: absolute;
	left: 173px; /* width of ul + padding */
	top:0;
	background-color: #ddd;
	z-index: 1;
	border-left: 1px dotted black;
}
#nav ul.level1 li:hover ul.level2{
/* Display sublist 2 on hover */
	display: block;
}

/* footer nav
-------------- */
div#footer ul.topLevelNav {
	padding: 0;
	margin: 0;
	list-style: none;
}
div#footer ul.topLevelNav li {
	display: inline;
}
div#footer ul.topLevelNav a {
	margin: .1em 1em;
	font-size: .9em;
	border-bottom: 1px dotted #333;
	text-decoration: none;
}
div#footer a:link {color: #333;}
div#footer a:visited {color: #333;}
div#footer a:hover {color: black;}
div#footer a:active {color: #333;}
div#footer a.current {
/* Current page selected link */
	color: #666;
}

/* project page gallery
----------------------- */
div.thumb {
	margin: 5px 10px 10px 15px;
	width: 320px;
	height: 110px;
	float: left;
	text-align: center;
}
.thumb img{
	float: left;
	display: inline;
	margin: 5px;
}
.title {
    text-align: left;
	margin-bottom: 0;
	font-weight: bold;
}
.descrip {
	text-align: left;
	font-size: 90%;
	margin: 3px;
}

/* gallery
-------------- */
#gallery {
	padding: 10px;
}
#gallery img {
	border: 1px solid white;
}
#gallery table {
	border: 8px solid white;
	background: #ababab;
	border-spacing: 2px;
}
#gallery td {
	padding: 12px 0;
	background: #ababab;
	text-align: center;
}
#galleryControls {
	margin: 10px 0 0 0;
}
#galleryControls td{
	text-align: center;
	width: 50px;
}
#galleryImage {
	text-align: center;
	padding: 15px;
}
#galleryImage img{
	border: 1px solid black;
}

/* request info form
----------------------- */

