body { color: #000; font-size: 12px; font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; margin: 0; padding: 0 0 0; }
h1 { color: #002157; font-size: 18px; font-weight: bold; margin: 0; padding: 0; }
p {  }

td { }

a:link { color: #002157; font-weight: bold; text-decoration: underline; }

a:visited {color: #002157; font-weight: bold; text-decoration: underline; }

a:hover { color: #002157; font-weight: bold; text-decoration: none; }

a:active { color: #002157; font-weight: bold; text-decoration: none; }

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

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

#footer a:hover { color: #c93; text-decoration: none; }

#footer a:active { color: #c93; text-decoration: none; }

.textpadwhite a:link { color: #ffffff; font-size: 10px; font-weight: normal; font-style: italic; text-decoration: underline; }

.textpadwhite a:visited { color: #ffffff; font-size: 10px; font-weight: normal; font-style: italic; text-decoration: underline; }

.textpadwhite a:hover { color: #ffffff; font-size: 10px; font-weight: normal; font-style: italic; text-decoration: none; }

.textpadwhite a:active { color: #ffffff; font-size: 10px; font-weight: normal; font-style: italic; text-decoration: none; }

#wrapper { width: 800px; height: auto; margin-right: auto; margin-left: auto; }

#menu1 ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#menu1 { width: 180px; }

	
#menu1 li a { height: 26px; voice-family: "\"}\""; voice-family: inherit; height: 26px; border-bottom: 1px solid #c93; }	
	
#menu1 li a:link, #menu1 li a:visited { color: #c93; font-family: "Times New Roman", Times, Georgia, serif; font-size: 14px; font-weight: bold; display: block; padding-top: 6px; padding-right: 0; padding-bottom: 0; padding-left: 0px; text-decoration: none; }
	
#menu1 li a:hover { color: #ffffff; font-family: "Times New Roman", Times, Georgia, serif; font-size: 14px; font-weight: bold; display: block; padding-top: 6px; padding-right: 0; padding-bottom: 0; padding-left: 0px; text-decoration: none;}

.contacttd { padding-right: 10px; padding-left: 10px; border-right: 1px solid #c93; }
.contacttdpad { padding-right: 10px; padding-left: 10px; }
.conttable { border: solid 2px #c93; }
.textpad { padding: 5px; }
.textpadwhite { color: #fff; padding: 5px; }
.leftnav { background-color: #002157; border-right: 2px solid #c93; }
#footer { color: #c93; font-size: 10px; text-align: center; padding-top: 5px; padding-bottom: 5px; }
.toppadding { padding-top: 5px; }
.homepic { background-image: url(images/text_sign.jpg); background-repeat: no-repeat; background-position: right bottom; height: 500px; }
#topsignpic { background-image: url(images/top_wood_sign.jpg); background-repeat: no-repeat; background-position: right bottom; padding-bottom: 5px; }
.loadtable { background-color: #fff; border: solid 1px #c93; }
.blutable { background-color: #dfebfe; border: solid 1px #c93; }
.blutable td { padding: 4px; border: solid 1px #c93; }
.blutitle { color: #fff; font-size: 12px; font-weight: bold; background-color: #002157; text-align: center; border: solid 1px; }
.caption { color: #000; font-size: 10px; }
.picborder { border: solid 1px #002157; }

/* LightBox Styles */	


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

#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: transparent url(images/blank.gif) no-repeat; /* 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/prev.gif) left 50% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/next.gif) right 50% no-repeat; }


#imageDataContainer{
	font: 12px Arial, Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	color: #006e3a;
	}

#imageData{	padding:0 10px; color: #000000; }
#imageData #imageDetails{ width: 100%; text-align: center; }	
#imageData #caption{ font-weight: normal;	}
#imageData #numberDisplay{ padding-bottom: 1.0em; font: 9px Arial, Verdana, Helvetica, sans-serif; text-align: left; width: 200px; float: left;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; }	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000000;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


.ideastop { background-image: url(images/ideas.jpg); background-repeat: no-repeat; background-position: right top; padding: 5px; }
.positiontable { color: #fff; background-image: url(images/sign_postion.jpg); background-repeat: no-repeat; background-position: center; border-width: 0; }
.positiontable td { border-width: 0; }


/*rollover trans */



.rollover2 a {
display:block;
width: 600px;
height: 355px;
background: url("images/before_and_after.jpg") 0 0 no-repeat;
text-decoration: none;
}
.rollover2 a:hover { 
background-position: 0 -355px; 
cursor: pointer; 
text-decoration: none;
color: #ffffff;
}

.rollover2 a:active {
background-position: 0 -355px;
cursor: pointer; 
text-decoration: none;
color: #ffffff;
}
