td.trans3 { 
background: url(/images/trans_03.png); 
}
td.trans5 { 
background: url(/images/trans_05.png); 
}
td.trans6 { 
background: url(/images/trans_06.png); 
}
td.trans7 { 
background: url(/images/trans_07.png); 
}
td.layout8 { 
background: url(/images/layout_08.gif); 
}

a.up1 {
  
   		  display: block;
   		  width: 108px;
     	  height: 80px;
          background: url("images/up1_roll.jpg") 0 0 no-repeat;
		  background-position: 0 0px;
  		  text-decoration: none; 
}
  
a:hover.up1 {
  
          background-position: -108px 0;  
}

a.up2 {
  
          display: block;
          width: 108px;
          height: 80px;
          background: url("images/up2_roll.jpg") 0 0 no-repeat;
		  background-position: 0 0px;
  		  text-decoration: none;
   
}
  
a:hover.up2 {
  
          background-position: -108px 0px;
}
 a.up3 {
  
          display: block;
          width: 108px;
          height: 80px;
          background: url("images/up3_roll.jpg") 0 0 no-repeat;
		  background-position: 0 0px;
  		  text-decoration: none;
		  
   
}
a:hover.up3 {
  
          background-position: -108px 0px;
}
a.up4 {
  
          display: block;
          width: 108px;
          height: 80px;
          background: url("images/up4_roll.jpg") 0 0 no-repeat;
		  background-position: 0 0px;
  		  text-decoration: none;
   
}
  
a:hover.up4 {
  
          background-position: -108px 0px;
}
a.feat1 {
  
          display: block;
          width: 108px;
          height: 80px;
          background: url("images/feat1_roll.jpg") 0 0 no-repeat;
		  background-position: 0 0px;
  		  text-decoration: none;
   
}
  
a:hover.feat1 {
  
          background-position: -108px 0px;
}
a.feat2 {
  
          display: block;
          width: 108px;
          height: 80px;
          background: url("images/feat2_roll.jpg") 0 0 no-repeat;
		  background-position: 0 0px;
  		  text-decoration: none;
   
}
  
a:hover.feat2 {
  
          background-position: -108px 0px;
}

.borderpic img{
border: 6px solid #91bd06;
}

.borderpic:hover img{
border: 6px solid #daed0a;
}

.borderpic:hover{
color: #daed0a; /* irrelevant definition to overcome IE bug */
}

.borderpic-2 img{
border: 6px solid #d3d3d3;
}

.borderpic-2:hover img{
border: 6px solid #c5dd20;
}

.borderpic-2:hover{
color: #c5dd20; /* irrelevant definition to overcome IE bug */
}

.borderpic-3 img{
border: 3px solid #d3d3d3;
}

.borderpic-3:hover img{
border: 3px solid #c5dd20;
}

.borderpic-3:hover{
color: #c5dd20; /* irrelevant definition to overcome IE bug */
}


body,td,th {
	font-family: Franklin Gothic Medium;
	font-size: 12px;
	color: #666666;
}
body {
	background-image: url(images/bg.gif);
	background-repeat: repeat;
}
a {
	color: #C5DD20;
}
a:link {
	text-decoration: none;
	color: #666666;
}
a:visited {
	text-decoration: none;
	color: #97a91c;
}
a:hover {
	text-decoration: underline;
	color: #C5DD20;
}
a:active {
	text-decoration: none;
}

h1 {
	font-size: 18px;
	color: #CCCCCC;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom-color:#70ced0;
	border-bottom-style:solid;
	border-bottom-width:1px;
	font-weight: lighter;
}
h2 {
	font-size: 14px;
	color: #C5DD20;
	border-bottom-color:#70ced0;
	border-bottom-style:solid;
	border-bottom-width:1px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: lighter;
}
h3 {
	font-size: 14px;
	color: #E4E4E4;
	border-bottom-color:#70ced0;
	border-bottom-style:solid;
	border-bottom-width:1px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: lighter;
}

.style1 {font-family: "Century Gothic"}
.style2 {color: #C5DD20}

#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/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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}

.contact-us {width:440px; margin-bottom:10px !important /*Non-IE6*/; margin-bottom:5px /*IE6*/;}
.contactform {width:418px; margin:2.0em 0 0 0; padding:10px 10px 0 10px; border:solid 1px rgb(200,200,200); background-color:rgb(240,240,240);}
.contactform fieldset {padding:20px 0 0 0 !important /*Non-IE6*/; padding:0 /*IE6*/; margin:0 0 20px 0; border:solid 1px rgb(220,220,220);}
.contactform fieldset legend {margin:0 0 0 5px !important /*Non-IE*/; margin:0 0 20px 5px /*IE6*/; padding:0 2px 0 2px; color:rgb(80,80,80); font-weight:bold; font-size:130%;}
.contactform label.left {float:left; width:100px; margin:0 0 0 10px; padding:2px; font-size:110%;}
.contactform select.combo {width:175px; padding:2px; border:solid 1px rgb(200,200,200); font-family:verdana,arial,sans-serif; font-size:110%;}
.contactform input.field {width:275px; padding:2px; border:solid 1px rgb(200,200,200); font-family:verdana,arial,sans-serif; font-size:110%;}
.contactform textarea {width:275px; padding:2px; border:solid 1px rgb(200,200,200); font-family:verdana,arial,sans-serif; font-size:110%;}
.contactform input.button {float:right; width:9.0em; margin-right:20px; padding:1px !important /*Non-IE6*/; padding:0 /*IE6*/; background:rgb(230,230,230); border:solid 1px rgb(150,150,150); text-align:center; font-family:verdana,arial,sans-serif; color:rgb(150,150,150); font-size:110%;}
.contactform input.button:hover {cursor: pointer; border:solid 1px rgb(80,80,80); background:rgb(220,220,220); color:rgb(80,80,80);}

.newsletter input.newsbutton {padding:1px !important /*Non-IE6*/; padding:0 /*IE6*/; background:rgb(230,230,230); border:solid 1px rgb(150,150,150); text-align:center; font-family:verdana,arial,sans-serif; color:rgb(150,150,150); font-size:100%;}
.newsletter input.newsbutton:hover {cursor: pointer; border:solid 1px rgb(80,80,80); background:rgb(220,220,220); color:rgb(80,80,80);}