/* CSS Global Document */

/*			Copyright 2004
			Clear Pixel Design
			http://www.clearpixeldesign.com
			css@clearpixeldesign.com
*/

/*			Questions about our CSS?
			Just ask for help with CSS at
			http://www.sitepoint.com/forums/
			and you'll get the answers you need.
*/

/*			-----------------------------------
			Global Styles
			-----------------------------------
*/
body		
			{
			background-color: #9fad9e;
			margin: 10px 0px 0px 0px;
			}
h1			
			{
			font-family: Verdana, Arial, Sans-Serif;
			font-weight: bold;
			font-size: 12px;
			color: #7083B5;
			letter-spacing: 1px;
			display:inline;
			}

h2			
			{
			font-family: Verdana, Arial, Verdana, Sans-Serif;
			font-weight: bold;
			font-size: 10px;
			color: #4C64AB;
			letter-spacing: 1px;
			display:inline;
			}



/*			--------------------------------
			Cell and Table formatting
			--------------------------------
*/

.header		
			{
			background-color: #FFFFFF;
			padding: 0px 8px 8px 8px;
			}

.shadowleft
			{
			background: url(/_images/img_bg-left.gif) repeat-y;
			height: 12px;
			}
			
.shadowright
			{
			background: url(/_images/img_bg-right.gif) repeat-y;
			height: 12px;
			}
			
.shadowcenter
			{
			background-color: #d7d9d6;
			height: 12px;
			}
			
.footerWL
			{
			background-image: url(/_images/img_footer-top.gif);
			background-position: bottom;
			background-repeat: no-repeat;
			}
			
.footerWL-inner
			{
			background-image: url(/_images/img_footer-top2.gif);
			background-position:left;
			background-repeat: no-repeat;
			background-color: #FFFFFF;
			}


.main		
			{
			border: 3px Solid #e31b23;
			background-color: #FFFFFF;
			}


.mainbody		
			{
			padding: 0px 40px 5px 0px;
			background-color: #FFFFFF;
			font-family: Verdana, Arial, Sans-Serif;
			font-weight: normal;
			font-size: 10px;
			color: #232323;
			line-height: 18px;
			text-align: left;
			vertical-align:top;
			}
			
.mainbody2		
			{
			padding: 30px 40px 55px 5px;
			background-color: #FFFFFF;
			font-family: Verdana, Arial, Sans-Serif;
			font-weight: normal;
			font-size: 10px;
			color: #232323;
			line-height: 18px;
			text-align: left;
			vertical-align:top;
			}
			
.rightbuttons		
			{
			padding: 25px 0px 0px 0px;
			background-color: #FFFFFF;
			vertical-align:top;
			}
			
.backtotop		
			{
			padding: 0px 30px 0px 0px;
			line-height: 0px;
			text-align: right;
			vertical-align:top;
			}



.fieldlabels {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
			
.form		
			{
			background-color: #FFFFFF;
			padding: 1px 1px 1px 1px;
			}
			
.events		
			{
			border: 0px Solid #ECECEC;
			border-width: 0px 0px 0px 0px;
			background-color: #f1f1f1;
			padding: 7px 7px 7px 7px;
			font-family: Verdana, Arial, Sans-Serif;
			font-weight: normal;
			font-size: 10px;
			color: #222222;
			line-height: 18px;
			text-align: left;
			}
			
.emailbox	
			{
			text-align:left;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 7pt;
			color: #000000;
			}

.contactform	
			{
			padding: 2px 2px 2px 2px;
			font-family: Verdana, Arial, Sans-Serif;
			font-weight: normal;
			font-size: 10px;
			color: #000000;
			line-height: 9px;
			text-align: left;
			}

.sidebar		
			{
			border: 0px Solid #ECECEC;
			border-width: 0px 0px 0px 0px;
			background-color: #f1f1f1;
			padding: 5px 5px 5px 5px;
			font-family: Verdana, Arial, Sans-Serif;
			font-weight: normal;
			font-size: 10px;
			color: #222222;
			line-height: 18px;
			text-align: left;
			}

.formfields		
			{
			border: 0px Solid #ECECEC;
			border-width: 0px 0px 0px 0px;
			background-color: #FBFBFB;
			padding: 4px 4px 4px 4px;
			font-family: Verdana, Arial, Sans-Serif;
			font-weight: normal;
			font-size: 10px;
			color: #222222;
			line-height: 18px;
			text-align: left;
			}




/*			--------------------------------
			Text and Link formatting
			--------------------------------
*/

.bottomnav
			{
			border: 1px Solid #90908B;
			border-width: 1px 0px 1px 0px;
			background: url(/_images/bg-stripes.gif);
			padding: 1px 4px 1px 0px;
			font-family: Verdana, Arial, Sans-serif;
			font-weight: normal;
			font-size: 9px;
			color: #555555;
			line-height: 16px;
			text-align: right;
			}
			
			A.bottomlink			{ color: #AA0000; font: normal 9px Verdana, Arial, Sans-serif; text-decoration: none; border-bottom: 1px dotted #AA0000; }
			A.bottomlink:link		{ color: #AA0000; font: normal 9px Verdana, Arial, Sans-serif; text-decoration: none; border-bottom: 1px dotted #AA0000; }
			A.bottomlink:active		{ color: #AA0000; font: normal 9px Verdana, Arial, Sans-serif; text-decoration: none; border-bottom: 1px dotted #AA0000; }
			A.bottomlink:visited	{ color: #AA0000; font: normal 9px Verdana, Arial, Sans-serif; text-decoration: none; border-bottom: 0px; }
			A.bottomlink:hover		{ color: #AA0000; font: normal 9px Verdana, Arial, Sans-serif; text-decoration: none; border-bottom: 0px; }
			
			
.style1			    { color: #FFFFFF; font: normal 10px Verdana, Arial, Sans-serif; text-decoration: none;}
	A.style1			{ color: #FFFFFF; font: normal 10px Verdana, Arial, Sans-serif; text-decoration: none;}
	A.style1:link		{ color: #FFFFFF; font: normal 10px Verdana, Arial, Sans-serif; text-decoration: none;}
	A.style1:active	    { color: #FFFFFF; font: normal 10px Verdana, Arial, Sans-serif; text-decoration: none;}
	A.style1:visited	{ color: #FFFFFF; font: normal 10px Verdana, Arial, Sans-serif; text-decoration: none;}
	A.style1:hover		{ color: #424d3d; font: normal 10px Verdana, Arial, Sans-serif; text-decoration: none;}


A. { COLOR:#42c4de;FONT-FAMILY: Verdana, Arial;FONT-SIZE:10px; ; text-decoration: underline; font-weight: normal}
A:link { COLOR:#42c4de;FONT-FAMILY: Verdana, Arial;FONT-SIZE:10px; ; text-decoration: underline; font-weight: normal}
A:active { COLOR:#42c4de;FONT-FAMILY: Verdana, Arial;FONT-SIZE:10px; ; text-decoration: underline; font-weight: normal}
A:visited { COLOR:#42c4de;FONT-FAMILY: Verdana, Arial;FONT-SIZE:10px; ; text-decoration: underline;font-weight: normal}
A:hover { COLOR:#42c4de;FONT-FAMILY: Verdana, Arial;FONT-SIZE:10px; ; text-decoration: none; font-weight: normal}

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


