* {
	padding: 0;
	margin: 0;
}

.wdni {
	display: none;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #454545;
	background-color: #EEEDED;
	background-image: url(bg.gif);
	background-repeat: repeat-x;
	margin: 50px 0 0 0;
	line-height: 17px;
}

#header {
	width: 100%;
	height: 60px;
	margin: 0 auto;
	border-bottom: 1px solid #999;
	text-align: center;
}

#wrapper {
	width: 860px;
	height: 540px;
	margin: 10px auto 0 auto;
	padding: 10px 0 10px 0;
	background-image: url(wrapper_bg.png);
	background-repeat: no-repeat;
}

#menu {
	width: 800px;
	height: 30px;
	margin: 8px auto 20px auto;
}

#content {
	width: 800px;
	margin: 0 auto;
	height: 480px;
}

#home_left {
	width: 570px;
	float: left;
}

#home_right {
	width: 185px;
	margin-left: 45px;
	float: left;
	margin-top: 8px;
	height: 180px;
}

#gen_left {
	width: 500px;
	float: left;
}

#gen_right {
	width: 250px;
	margin-left: 45px;
	float: left;
	margin-top: 30px;
	height: 180px;
}

#footer {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	font-size: 12px;
}


.nav {
	padding-right: 20px;
}


h1 {
	display: none;
}


h2 {
	font-size: 16px;
	color: #6CA4D4;
	margin: 10px 0 5px 0;
}

h3 {
	font-size: 14px;
	color: #6CA4D4;
	margin: 0 0 5px 0;
}

p {
	margin-bottom: 10px;
}

a.link:link 	{text-decoration: none; color:#6CA4D4;}
a.link:visited 	{text-decoration: none; color:#6CA4D4;}
a.link:active 	{text-decoration: none; color:#6CA4D4;}
a.link:hover 	{text-decoration: none; color:#6CA4D4; background-color:#E7EED7;}


a.services:link 	{font-size: 13px; font-weight:bold; text-decoration: none; color:#454545; margin-right:30px;}
a.services:visited 	{font-size: 13px; font-weight:bold; text-decoration: none; color:#454545; margin-right:30px;}
a.services:active 	{font-size: 13px; font-weight:bold; text-decoration: none; color:#454545; margin-right:30px;}
a.services:hover 	{font-size: 13px; font-weight:bold; text-decoration: none; color:#454545; margin-right:30px; background-color:#E1EDF7;}






/* pics */
#pics_holder {
	width: 100%;
	clear: both;
}

#pics1 {
	width: 240px;
	height: 100px;
	margin-bottom: 40px;
	float: left;
	text-align: left;
}

#pics2 {
	width: 240px;
	height: 100px;
	margin-left: 40px;
	margin-bottom: 40px;
	float: left;
	text-align: center;
}

#pics3 {
	width: 240px;
	height: 100px;
	margin-left: 40px;
	margin-bottom: 40px;
	float: left;
	text-align: right;
}






#rotator
{
	overflow: hidden;
	margin: 0 auto;
	position: relative;
	width: 800px;
	height: 280px;
}

#rotator img
{
	width: 800px;
	height: 280px;
}








.highslide-html {
    background-color: white;
}

.highslide-html-blur {
}

.highslide-html-content {
	font-size: 12px;
	line-height: 16px;
	position: absolute;
    display: none;
	width: 600px;
	height: 130px;
}

.highslide-display-block {
    display: block;
}

.highslide-display-none {
    display: none;
}

.control {
	float: right;
    /*position: relative;*/
	margin: 10px;
	font-size: 16px;
    font-weight: bold;
	text-decoration: none;
	color: #999;
}
.control:hover {
	color: #006699;
}
.highslide-move {
    cursor: move;
}

.highslide_bubble {
	padding: 10px;
}






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

