/* CSS Document */

body
{
  font-family: verdana;
  font-size: 11px;
  color: #ffffff;
  background-color: #d4d0d0;
  text-align: center; /* ie */
  margin: 20px 0px 20px 0px;
}

p, td, label, h2, h3
{
  font-family: verdana;
  font-size: 11px;
  color: #ffffff;
  padding: 0px 0px 0px 0px;
}

p
{
line-height:150%;
padding: 0px 0px 10px 0px
}

h1
{
  color: #ffffff;
  font-family: verdana;
  font-size: 12px;
  padding: 0px 0px 0px 0px;
}


h2, h3, img, ul, li
{
  margin: 0px;
  padding: 0px;
  border: none;
  font-family:verdana;
  font-size:16px;
}

img
{
  border: none;
  margin: 0px;
  padding: 0px;
}

p
{
  margin-top: 0px;
  margin-bottom: 10px;
}

a
{
  text-decoration: underline;

  font-family: Verdana;
  font-size: 11px;
  color: white;
}

a:hover
{
  text-decoration: underline;
  font-family: Verdana;
  font-size: 11px;
  color: #9e0ace;
}

p.home
{
  margin-top: 0px;
  margin-bottom: 10px;
  color:#000000
}

a.home
{
  text-decoration: none;

  font-family: Verdana;
  font-size: 11px;
  color: #9e0ace;
}

a.home:hover
{
  text-decoration: underline;

  font-family: Verdana;
  font-size: 11px;
  color: #000000;
}

#page
{
  width: 937px;
  margin-left: auto;
  margin-right: auto;
  text-align: left; /* ie */
  background:url(/_images/line.jpg) center top repeat-y; 
  min-height: 600px;

  
}

#top
{
  width: 937px;
  height: 236px;
  background:url(/_images/header.jpg) center top no-repeat; 
}

#top-flash
{
  width: 937px;
  height: 236px;
  padding:0px 0px 0px 0px;
  background:url(/_images/flash-bg.jpg) center top no-repeat; 
}


#footer
{
    margin-left: auto;
  margin-right: auto; 
   width: 937px;
  height: 70px;
  padding-top:30px;
  padding-right:80px;
  /*padding: 30px 0px 0px 695px;*/
  background:url(/_images/footer2.jpg) center top no-repeat; 

    text-align: right; /* ie */;
}

#footer a
{
color: white;
}

#container
{
width:937px;
margin-left:auto;
margin-right:auto;
margin-top:1px;
background:url(/_images/bg-black.jpg) center repeat-y;
}



#content
{ 
padding:20px 0px 20px 35px;
width:850px;

}




#navcontent
{
  width: 895px;
  height:25px;
  text-align:left;
  clear:left;
 margin: 1px 0px 0px 13px;
  padding-top:1px;
  background:black;

}



.nav
{
font-family:Verdana, Arial;
font-size:13px;
padding-left:20px;
font-variant:small-caps;
color:white
}

a.nav:hover{
color:#9e0ace;
font-family:Verdana, Arial;
font-variant:small-caps;
font-size:13px;
text-decoration:none;}



#navcontent ul
{
display:inline;


}


#navcontent li
{
display:inline;
 padding-left:2px;

}

#hidden
{
display:none;
}

/*lightbox*/

#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;
	}

#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;
	}
	

/* 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 */ 
	

.testimonials th
{
border-bottom:solid 1px white;
text-align:left;
padding:5px 0px 5px 0px;

}

.testimonials
{
width:95%;
textalign:left;
}

.testimonials td
{
padding:15px 0px 0px 0px;
}

.facebook
{
	width:26px;
	height:26px;
	overflow:hidden;
	float:left;
	margin:-10px 0px 0px 60px;
	background:url(/_images/facebook.gif) left top no-repeat;

}
/*

.facebook a
{
	margin:0px !important;
	padding:0px !important;
}

.facebook a:hover
{
	background:url(../_images/facebook.gif) -26px 0px no-repeat;
	margin:-10px 0px 0px 0px !important;
	padding:0px !important;
	line-height:26px;

}*/