body {

	margin:0px;

	padding:0px;

	font-family:Tahoma;

	font-size:11px;

	line-height:15px;

	background-color: white;

	background-image: url(img/bgr2.png);

	background-repeat:repeat-x;

}

td {

	font-family:Tahoma;

	font-size:11px;

}

img { border:0px;}



.titles {

    font-family: "Trebuchet MS";

	font-size: 21px;

	color: black;

	font-weight: bold;

	text-decoration: none;

}



.WhiteLinkOn {

    font-family: Tahoma;

	font-size: 11px;

	color: #FFCC00;

	font-weight: bold;

	text-decoration: none;

}

a.link_orange {

    font-family: Verdana;

	font-size: 11px;

	color: #FFCC00;

	font-weight: bold;

	text-decoration: none;

}

a.link_orange:hover {

    font-family: Verdana;

	font-size: 11px;

	color: #FFCC00;

	font-weight: bold;

	text-decoration: underline;

}

a.link_white {

    font-family: Tahoma;

	font-size: 11px;

	color: white;

	font-weight: bold;

	text-decoration: none;

}

a.link_white:hover {

    font-family: Tahoma;

	font-size: 11px;

	color: white;

	font-weight: bold;

	text-decoration: underline;

}

a.link_blue {

    font-family: Tahoma;

	font-size: 11px;

	color: #1B75C8;

	font-weight: bold;

	text-decoration: none;

}

a.link_blue:hover {

    font-family: Tahoma;

	font-size: 11px;

	color: #1B75C8;

	font-weight: bold;

	text-decoration: underline;

}

a.link_red {

    font-family: Tahoma;

	font-size: 11px;

	color: #990000;

	text-decoration: none;

}

a.link_red:hover {

    font-family: Tahoma;

	font-size: 11px;

	color: #990000;

	text-decoration: underline;

}

a.link_red12 {

    font-family: Tahoma;

	font-size: 12px;

	color: #990000;

	text-decoration: none;

}

a.link_red12:hover {

    font-family: Tahoma;

	font-size: 12px;

	color: #990000;

	text-decoration: underline;

}

.star {

    font-family: Tahoma;

	font-size: 11px;

	font-weight:bold;

	color: red;

	text-decoration: none;

}

.textred {

    font-family: Tahoma;

	font-size: 11px;

	color: #990000;

	text-decoration: none;

}

.textred12 {

    font-family: Tahoma;

	font-size: 12px;

	color: #990000;

	text-decoration: none;

}

.textred13 {

    font-family: Tahoma;

	font-size: 13px;

	color: #990000;

	text-decoration: none;

}

.textred14 {

    font-family: Tahoma;

	font-size: 14px;

	color: #990000;

	text-decoration: none;

}

.TextBlue {

    font-family: Tahoma;

	font-size: 11px;

	color: #1B75C8;

	text-decoration: none;

}

.TextBlue12 {

    font-family: Tahoma;

	font-size: 12px;

	color: #1B75C8;

	text-decoration: none;

}

.fields {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 10px;

	height: 18px;

	color: black;

	padding-left: 2px;

}

.textarea {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 10px;

	color: black;

	padding-left: 2px;

}

.text10{

	font-family: Verdana, Geneva, sans-serif;

	font-size:10px;

	color:#333;

	font-weight:bold;

	background-color:#FFF;

}

.galpics {

	border:2px solid #536577;

}





#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 */ 

	
/* Float & Clear */
.float_left {
	float: left;
}
.float_right {
	float: right;
}
.img_left {
	float:left;
	margin: 0 20px .5em 0;
}
.img_right { 
	float:right;
	margin: 0 0 20px 1em;
}
.clear {
	clear: both;
}
.clear_left {
	clear: left;
}
.clear_right {
	clear:right;
}
/* Clearfix */
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

/* Align */
.align_left { 
	text-align: left;
}
.align_right { 
	text-align: right;
}
.align_center {
	text-align: center;
}
.align_justify {
	text-align: justify;
}
.align_top {
	vertical-align: top;
}
.align_bottom {
	vertical-align: bottom;
}
.align_middle {
	vertical-align: middle;
}
/* Text */
.no_indent {
	margin-left:0;
	padding-left:0;
}
.no_bullet {
	list-style:none;
	list-style-image:none;
}
.bold { 
	font-weight:bold;
}
.italic {
	font-style: italic;
}
.underline {
	border-bottom:1px solid;
}
.highlight {
	background:#ffc;
}
/* Box */
.no_padding {
	padding:0 !important;
}
.no_margin {
	margin: 0 !important;
}
.no_border {
	border: 0 !important;
}
.js_invisible,
.invisible {
	visibility: invisible !important;
}
.visible {
	visibility: visible !important;
}
.hidden {
	display: none;
}
.js_hidden,
.seo_hidden {
	position: absolute;
	left: -9999em;
	top: -9999em;
}
.img_left_box{
	margin: 10px 0 0 0;
	display: block;
}

