/* CSS Document */
.bg {
	background-position: top;
	background-repeat: no-repeat;
}
.bg2 {
	background-position: bottom;
	background-repeat: no-repeat;
}
.textbox {
	border: 1px;
	border-style: solid;
	border-color:#CCCCCC;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #666666;
}
.button {
	background-color:#666666;
	border-color:#666666;
	border-style: solid;
	font-family: Tahoma, Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
}
.style1 {
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #93070A;
}
.style2 {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #93070A;
}
.style3 {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
}
.style4 {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Tahoma, Arial, sans-serif;
}
.style6 {
	font-family: Tahoma, Arial, sans-serif; 
	font-size: 11px; 
	color: #000000; 
	font-weight: bold; 
	}
.style7 {
	font-family: Verdana; 
	font-size: 11px; 
	color: #FBD47A; 
	text-decoration: none;
	font-weight: bold;
}
.style8 {

	font-family: Tahoma, Arial, sans-serif; 
	font-size: 10px; 
	color: #FF3333; 
	font-weight: normal;
}
.style9 {
	font-family: Verdana; 
	font-size: 10px;
	font-style: italic; 
	color: #FBD47A; 
	text-decoration: none;
	font-weight: normal;
}
a.link:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a.link:visited {	
	color: #FFFFFF;
	text-decoration: underline;
}
a.link:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a.link:active {
	color: #FFFFFF;
	text-decoration: underline;
}

a.linkred:link {
	color: #F75100;
	font-weight: bold;
	text-decoration: underline;
}
a.linkred:visited {	
	color: #F75100;
	font-weight: bold;
	text-decoration: underline;
}
a.linkred:hover {
	color: #F75100;
	font-weight: bold;
	text-decoration: none;
}
a.linkred:active {
	color: #F75100;
	font-weight: bold;
	text-decoration: underline;
}

a.linkwhite:link {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}
a.linkwhite:visited {	
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}
a.linkwhite:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
a.linkwhite:active {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}


.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide img {
	border: 0;
}
.highslide:hover img {
	border: 0;
}

.highslide-image {
    border: 0;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    
    border: 2px solid white;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: white;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
.highslide-loading {
    display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;
    /*
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
    */
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

#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: 8px;
	}

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