/* ------------- "generic" styles */

body {
	margin: 0; padding: 0;
	background-image: url('graphics/blueprints1.png');
	color: #111;
	font: small "Lucida Grande", Arial, sans-serif;
}

a {
	text-decoration: none;
}

a img {
	border: 0;
}

p {
	margin: 0 0 1em;
}
file:///C:/Documents%20and%20Settings/Administrator/Desktop/8-point/home3.html
8-Point Construction Home
/* ------------- masthead styles */

#masthead {
	margin-bottom: 1.75em; padding-top: 1px;
	background: #c6633;
}

#homelink {
	display: block;
	margin: 0 2em 1em 2em; padding: 1em 0 1em 0;
}

#contact {
	margin-top: -1.66em; padding: .5em 0 .5em 2em;
	background: #000;
	color: #FFF;
	font-weight: bold;
	text-align: left;
	line-height: 1;
	font-size: .9em;
}

/* ------------- main column styles */

#content {
	float: left;
	padding: 0 3em 4em 2em;
	background: #ce9439
}

#content img.illus {
	float: left;
	margin: 1em 1em 1em 0;
}


#navlinks {
	margin: 0;
	background: #000; 
}

#navlinks li {
	display: block;
	padding-bottom: 2em;
	margin-right: 0.5em;
	font-weight: bold;
}

ul
{
list-style-type: none
}

a.nav:link {
	font-size: 1.1em;
	color: #548E99;
}
a.nav:visited {
	font-size: 1.1em;
	color: #548E99;
}
a.nav:hover {
	font-size: 1.2em;
	color: #548E99;
}

/* ------------- form styles */


 label
{
width: 4em;
float: left;
text-align: right;
margin-right: 0.5em;
display: block
}

.submit input
{
margin-left: 4.5em;
}
input
{
color: #000;
background: #fff;
border: 1px solid #000
}

.submit input
{
color: #000;
background: #548E99;
border: 2px outset #000
}
fieldset
{
border: 1px solid #000;
width: 20em
}

legend
{
color: #000;
background: #548E99;
border: 1px solid #000;
padding: 2px 6px
}

/* ------------- pictures styles */

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }



/* ------------- footer styles */

#footer {
	clear: both;
	padding: .3em .3em;
	background: #ce9439;
}

#footer l {
  margin: 0;
	text-align: center;
	font-size: .9em;
}

#footer p {
	margin: 0;
	text-align: right;
	font-size: .7em;
}

#footer a {
	color: #333;
	text-decoration: underline;
}