body {
	background-color:#296DCE;
	margin:auto;
	padding:0;
	text-align:center;
}

#container {
    background:#296DCE url(bg.jpg) repeat-y scroll center top;
    width:838px;
    margin:auto;
    padding:0pt;
    text-align:left;
}


#head {
    background:#666666 url(header.jpg) repeat scroll 0px;
    height:255px;
    margin-left:auto;
    margin-right:auto;
    width:838px;
}


#menu {
    color:#555555;
    padding:0px 15px 10px 30px;
    margin-left:auto;
    margin-right:auto;
    margin-top:15px;
    float:left;
    width:150px;
}

#menu ul {
    color:#7D8085;
    text-align:left;    
}


#menu li {
    border-bottom:1px solid #2666C3;
    font-weight:bold;
    font-size:12px;
    height:25px;
    margin:5px 0px;
    padding:0px;
}

#menu li a {
    color:#555555;
    display:block;
    height:25px;
    padding:5px 0px 0px 10px;
    text-decoration:none;
}


#menu li a:hover {
    background:#2666C3 none repeat scroll 0% ;
    color:#FFFFFF ;
    display:block;
    height:25px;
    text-decoration:none;
}

#menu ul {
	list-style-type:none;
}


#content {
    float:left;
    color:#555555; 
    margin:auto;
    margin-top:15px;
    width:550px;
}


#content p  {
    margin-bottom:30px;
    padding-bottom:2px;
}


#footer {
    background:#296DCE url(footer.jpg) no-repeat scroll 50% top;
    clear:both;
    font-size:90%;
    height:80px;
    padding:10px 0px 0px;
    text-align:center;
}

ul {
    list-style-type:none;
    margin:0px;
    padding:0px;
}

li {
    color:#555555;
    margin:0px 0px 2px;
    padding:0px;
}

p {
	color:#555555;
	font-family:Trebuchet MS ;
	font-size:12px;
    margin:0px 0px 5px;
    padding:0px;
}


div {
	color:#555555;
	font-family:Trebuchet MS ;
	font-size:12px;
    color:#555555;
    font-size:12px
}

a {
    color:#2666C3;
    text-decoration:none;
}

a:hover {
    color:#ff7f3a;
    text-decoration:none;
}

h1 {
    color:#555555;
    font-size:22px;
    font-weight:bold;
    letter-spacing:-1px;
    line-height:normal;
    margin:0px;
    padding:0px;
}

h1 a {
	color:#FFFFFF;
}

h2 {
    color:#555555;
    font-size:20px;
    font-weight:bold;
    margin:5px 0px;
    padding:0px 0px 0px 0px;
}

h2 a {
    background:#FFFFFF none repeat scroll 0%;
    color:#000000;
}

h2 a:hover {
    background:#FFFFFF none repeat scroll 0%;
    color:#A90000;
}

fieldset {
	border:1px solid #A90000;
}

/*begin light box*/
#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 */ 
	/*end light box*/
	
	/*contact form*/
	#contact { margin:20px auto;width:550px;padding:20px;}
	fieldset { border:0;margin:0;padding:0; }
	label { display:block; }
	input.text,textarea { width:500px;font:12px/12px 'courier new',courier,monospace;color:#333;padding:3px;margin:1px 0;border:1px solid #ccc; }
	input.submit { padding:2px 5px;font:bold 12px/12px verdana,arial,sans-serif; }
