* { /* Reset the margins */
	margin: 0px;
	padding: 0px;
	}

div, td { /* for testing */
	border: red solid 0px;
}

	
img, img:link,img:visited {
	border: 0px;
	padding: 0px;
	margin: 0px;
	}
	
body, bodytext, td {
	text-align: left;
	font-family: "trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 0.77em;
	letter-spacing: 0.02em;
	line-height: 1.2em;
	color: #333333;	
	padding: 0px; 
	

}

h2 {
	font-size: 1.1em;
	font-weight: bold;

}

h3 {
	font-size: 1.5em;
		line-height: 1.2em;
	margin-bottom: 10px;
	color:#787801;
}

h4 {
	font-size: 1.4em;
	color: #fff;
}

h5 {
	font-size: 1.1em;

}

.smaller {
	font-size: 0.9em;
}

A:link, A:visited, A:active {
	text-decoration: none;	
	color: #787801;	
}

A:hover {
	text-decoration: underline;	
	color: #787801;	
}

A.white:link, A.white:visited, A.white:active, A.white:hover {
	text-decoration: none;	
	color: #fff;	
}

.white {
	color: #fff;
}
.whitesmall {
	color: #fff;
	font-size: 0.9em;
}

.caption {
	font-size: 0.9em;
	line-height: 1em;
}
	


/* TinyMCE specific rules */
body.mceContentBody {
   background: #fff;
}



#navigation {
	text-align:left;
	position: relative;
	top: 3px; *top: 0px;
		height: 20px;
			
}

#navigation a {
   	font-size: 1.00em;
   		height: 20px;
	letter-spacing: 0em;
	color: #ddd;
	text-decoration: none;
	padding: 6px 12px 6px 12px;
	*padding: 6px 12px 6px 12px;
	border-right: 0px solid #444;
}

#navigation a:hover{
	color: #fff;
	background: #8E8E34;
}

.textwrapper {
	width: 500px;
}

.galleryitem {
	position: relative;
	text-align: center; 
	float: left; 
	width: 120px; 
	height: 150px; 
	margin: 0px 2px 15px 2px;
	vertical-align: middle;
	 display: table-cell;
}

.contentpic {
	margin: 10px 20px 10px 20px;
	border: 1px solid #fff;
}

.noborderpic {
	margin: 0px 0px 0px 0px;
	border: 0px solid #fff;
}

.formredtext, red, redtext {
	color: red;
	font-weight: bold;
}

.formquestion {
	text-align: right;
	padding-right: 20px;
}

.forms
{
	background: #fff;
	background-image: url(../images/formshaddow.jpg);
	background-repeat: repeat-x;
	
	font-size: 1.2em;
	border: 1px #ccc solid;
}


/* LIGHTBOX */

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	/*top: -50px; /* I added this */
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px 10px 10px 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;

	/*position: relative; top: -30px; /* I added this */
	}


#imageData{	padding:0 10px; color: #fff; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;		visibility: hidden;}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	visibility: hidden;	}			
#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 */ 


.tipbox {
	
}

/*-----------
IMAGE FLOATER
-----------*/

#trailimageid {
	position: absolute;
	visibility: hidden;
	left: 0px;
	top: 0px;
	width: auto;
	height: 1px;
	z-index: 1000;
	text-align: centre;
}
