﻿a { font-family: Trebuchet MS; text-decoration: none; size: 3; font-size: 12pt; color: #006699; }
a:vlink { font-family: Trebuchet MS; text-decoration: underline; size: 3; font-size: 12pt; color: #006699;}
a:hover { font-family: Trebuchet MS; text-decoration: underline; size: 3; font-size: 12pt; color: #006699;}

/*ul, li
{
    line-height: 4px;
    color: #006699;
}*/

h1
{
    color: #5A8D3E;
    font-family: Arial;
    font-size: 18pt;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
}

h2
{
    color: #d60409;
    font-family: Arial;
    font-size: 14pt;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    line-height: 3px;
}

p
{
    font-family: Verdana;
    font-size: 10pt;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    color: #000000;
}

.bg
{
    background-color: #ffffff;
    background-image: url(images/bg01.jpg);
    background-position: left top;
    background-repeat: repeat-x;
}

.background_table_shadow
{
    background-color: Transparent;
    background-image: url(images/bg_shadow01.png);
    background-position: center top;
    background-repeat: no-repeat;
    width: 960px;
    margin-top: 20px;
}

.table_main
{
    width: 920px; 
    margin-top: 15px;
    border: solid 2px #ffffff;
    margin-left: 13px;
}

.table_titlebar
{
    background-image: url(images/bg_titlebar01.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    height: 97px;
    width: 920px;
}

/*.table_navigation
{
    background-color: #FF7E00;
    background-image: url(images/bg_navigation01.jpg);
    background-position: left top;
    background-repeat: repeat-x;
    border-top: solid 1px #ffffff;
    border-bottom: solid 1px #ffffff;
    height: 25px;
    width: 920px;
}

.padding_navigation
{
    padding: 3px 5px 3px 10px;
}*/

.table_content
{
    background-color: #ffffff;
    height: 250px;
}

.padding_content
{
    padding: 10px 10px 10px 10px;
}

.title1
{
    color: #5A8D3E;
    font-family: Arial;
    font-size: 16pt;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
}

.title2
{
    color: #d60409;
    font-family: Arial;
    font-size: 12pt;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
}

.copy
{
    font-family: Verdana;
    font-size: 10pt;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    color: #000000;
}

.sf_newsList
{
    color: #d60409;
    font-family: Arial;
    font-size: 12pt;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    line-height: 8px;
}

.sf_newsTitle
{
    color: #d60409;
    font-family: Arial;
    font-size: 10pt;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    line-height: 4px;
}

.sf_newsDate
{
    font-family: Verdana;
    font-size: 10pt;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    color: #000000;
}

.sf_postListing
{
    line-height: 12px;
}

.sf_postTitle
{
    color: #d60409;
    font-family: Arial;
    font-size: 12pt;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
}

.sf_postDate
{
    font-family: Verdana;
    font-size: 10pt;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    color: #000000;
}

.sf_postContent
{
    font-family: Verdana;
    font-size: 10pt;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    color: #000000;
}

.table_footer
{
    background-color: #A7C549;
    background-image: url(images/bg_footer01.jpg);
    background-position: left top;
    background-repeat: repeat-x;
    height: 30px;
    border-top: solid 1px #000000;
    width: 100%
}

.text_copyright
{
    font-family: Verdana;
    font-size: 8pt;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    color: #ffffff;
}

.hyperlink_footer
{
    font-family: Verdana;
    font-size: 8pt;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    /*color: #ffff99;*/
}

.backtotop
{
    font-family: Verdana;
    font-size: 8pt;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    color: #006699;
    text-decoration: underline;    
}

.fineprint
{
    font-family: Verdana;
    font-size: 8pt;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    color: #000000;
}

/* Photo Gallery Styles */
#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 */ 


