body {
	background: #464a5a url(bg.gif) repeat-x;
	margin: 0px;
	font-size: 100%;
	padding: 0px;
}
#about {
	margin: 20px 0px 15px 20px;
	color: #999;
	display: block;
}

#about a:link {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dotted #FFFFFF;
}
#about a:hover {
	background: #cc0000;
}
#about a:visited {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dotted #FFFFFF;
}
#contact   {
	text-align: right;
}
.disclaimer {
	color: #c1e0ff;
}

.emphasis {
	color: #ff0000;
}
blockquote {
	border: 1px dashed #6e727f;
	padding-right: 15px;
	padding-left: 15px;
	margin-left: 0px;
	margin-right: 0px;
	text-align: justify;
}
h1 {
	color: #fff;
	font-family: "trebuchet MS", arial, helvetica, sans-serif;
}
h2 {
	color: #fff;
	font: 1.3em "trebuchet MS", arial, helvetica, sans-serif;
}
h3 {
	color: #fff;
	font: 1em "trebuchet MS", arial, helvetica, sans-serif;
}
p {
	font: .70em "trebuchet MS", arial, helvetica, sans-serif;
	color: #aeb2c2;
}
li   {
	font: 0.7em "trebuchet MS", arial, sans-serif;
	color: #aeb2c2;
	padding-right: 0.5em;
	list-style: url(none) none;
	display: inline;
	text-align: justify;
	margin-left: 0px;
}

ul{
	margin: 0;
	padding: 0;
}
#pagetitle {
	display: none;
}
#phone {
	text-align: right;
}
#signature {
	padding-left: 3em;
	border-style: none;
	vertical-align: top;
}
#splash {
	background: url(dcsplash.gif) no-repeat;
	height: 468px;
	width: 744px;
	left: 0px;
	top: 0px;
}
.testimonials {
	height: 127px;
	width: 155px;
	position: absolute;
	right: 0px;
	top: 0px;
	background: url(banner.gif) no-repeat;
	display: block;
	overflow: hidden;
	text-indent: -999px;
}
#validate {
	padding-left: .75em;
}
.infowrap {
	text-align: justify;
	border: 1px dashed #6e727f;
	padding: 15px;
}

#wrapper {
	margin: 0px;
	width: 744px;
}
/*------------ Lightbox 2.03.3 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(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(prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(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;
	}
