/********* GENERAL **************/

body {
	background-color: rgb(117,162,183);
	color: black;
	font-family: arial, verdana, san-serif;
	/* text-align: center; */
	height: 100%;
}

h1 {
	font-family: arial, verdana, san-serif;
	text-align: left;
	font-weight: bold;
	color: #1A62a4;
	margin: 0px 25px 5px 25px;
}

h2 {
	font-family: arial, verdana, san-serif;
	font-size: medium;
	text-align: center;
	font-style: italic;
	margin: 15px 25px 0px 25px;
	color: #1A62a4;
}


h3 {
	font-family: arial, verdana, san-serif;
	text-align: left;
	font-weight: bold;
	margin: 10px 25px 0px 25px;
	color: #000055;
}

div.signin {
	position: absolute;
	width: 80%;
	height: 10em;
	background-color: white;
	border-color: black;
	border-width: thick;
	display: none;
	z-index: 100;
}

div.clicktosignin {
	color: black;
	
	}

fieldset {
	margin: 30px;

}

li {
	margin: 0px 25px 0px 25px;
}

p {
	text-align: left;
	color: black;
	font-family: arial, verdana, san-serif;
	margin: 0px 25px 0px 25px;
}

p.err {
	text-align: left;
	color: red;
	margin: 5px 35px 2px 35px;

}
p.faq {
	text-align: left;
	color: black;
	font-family: arial, verdana, san-serif;
	margin: 0px 25px 0px 35px;


}

#nav {
        float: left;
        white-space: nowrap;
        left: 0px;
        }

#nav p {
	text-align: center;
}

#nav ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
        }

#nav li {
        float: left;
        background-image: url(images/btn.gif);
        background-repeat: no-repeat;
        width: 100px;
        height: 38 px;
        line-height: 38px;
        margin: 0px;
        padding: 0px;
        padding-right: 4px;
        }

#nav li a {
        font-size: 10pt;
        font-family: arial, verdana, san-serif;
        text-decoration: bold;
        text-align: center;
        color: black;
        display: block;
        }

#nav li:hover {
        background-image: url(images/btn_mouse.gif);
        }

p a {
	text-decoration: underline;
}

a { 
	text-decoration: none; 
        color: #1A62a4;
}


#north a {
	color:white;
	text-decoration: none;
	border: 0px;
}

img {
	border: 0px;
	border-color: black;
}

p img {
	float: left;
	margin: 5px 10px 5px 5px;

}
img.thumb {
	border-width: 1px;
	border-style: outset;
}

img.thumbSelected {
	border-width: 0px;
}

img.preview {
	border-width: 1px;
	border-style: outset;
}

img.pleft {
	float: left;
	margin: 5px 10px 5px 5px;
	border-width: 2px;
	border-style: outset;
}

img.pright {
	float: right;
	margin: 5px 5px 5px 10px;
	border-width: 2px;
	border-style: outset;
}

img.pleft:hover {
	float: left;
	border-width: 2px;
	border-style: inset;
}

img.pright:hover {
	float: right;
	border-width: 2px;
	border-style: inset;
}

#north a:visited {
	color: white;
	text-decoration: none;
}

a{
	text-decoration: none;
}

a:visited {
	color: #900080;
	text-decoration: none;
}

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






/****** SPECIFIC AREAS ***********/

#north {
	position: relative;
	color: white;
	background: url(images/bordertop.gif) repeat top left;
	height: 20px;
	width: 740px;
	border: 0px;
	padding: 0px;
	margin: 0px auto 0px auto;
	text-align: center;
}

#west {
	width: 20px;
	background: url(images/borderwest.gif) repeat top left;
	border: 0px;
	margin: 0px auto 0px auto;
	padding: 0px;
}

#thumbs {
	text-align: center;
	margin: 0px 20px 0px 20px;
}
#east {
	width: 20px;
	background: url(images/bordereast.gif) repeat top right;
	margin: 0px auto 0px auto;
	border: 0px;
	padding: 0px;
}

#south {
	height: 20px;
	width: 740px;
	position: relative;
	vertical-align: bottom;
	background: url(images/borderbottom.gif) repeat bottom left;
	color: gray;
	margin: 0px auto 0px auto;
	font-size: x-small;
}

#top {
	position: relative;
	width: 740px;
	height: 168px;
	margin: 0px auto 0px auto;
	padding: 0px;
	text-align: left;
	background: url(images/borderhead.gif) repeat top left;
}

#mainpic {
	position: absolute;
	top: 0px;
	left: 0px;
	float: left;
	margin: 0px 0px 0px 20px;
	vertical-align: top;	
}

#title {
	position: absolute;
	float: right;
	top: 10px;
	right: 5px;
	margin: 0px auto 0px auto;
	padding: 0px;
	text-align: left;
	vertical-align: middle;
	height: 168px;
/*	z-index: 1; */
	
}

#nav {
	position: absolute;
	top: 110px;
	bottom: 0px;
	right: 10px;
	position: relative;
	text-align: center;
	margin: 0px 25px 0px 0px;
	float: right;
/*	z-index: 1; */
}

#main {
	position: relative;
	width: 740px;
	margin: 0px auto 0px auto;
	padding: 0px;
	text-align: left;
	background: url(images/bordermain-simple.gif) repeat top left;
}

#main p {
	padding: 5px 0px 5px 0px;
}


#info {
	position: absolute;
	bottom: 0px;
	right: 0px;
	float: right;
	text-align: right;
}

#footer {
	width: 740px;
	position: relative;
	margin: 0px auto 0px auto;
	vertical-align: bottom;
	color: gray;
	font-size: x-small;
	bottom: 0px;
}

#footer a {
	color: white;
}

#copyright {
	position: relative;
	bottom: 0px;
	left: 0px;	
	text-align: left;
	color: black;
}


#tag {
	display: none;

}
/****** Light Box Stuff *******/

#lightbox{
	position: absolute;
	top: 40px;
	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;
	}
#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;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

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


