/* MAIN STYLES */











h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18pt;
	color: #000000;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16pt;
	color: #000000;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #5b6048;
}

h4 {

}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #000000;
}

.top_heading p {
	font-size: 10pt;
	color: #6a7054;
	font-weight: bold;

	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 5px;
	padding-right: 5px;
}

a {
	color: #4a52b5;
}

a:hover {
	color: #666633;
	background-color: #cccc99;
}

a:active {
	color: #990000;
	background-color: #cccc99;
}

ul, li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #000000;
}



/* CLASSES */

.image img {
	border: 3px solid white;
}

.right img {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 6px;
}

.left img {
	margin-top: 0px;
	margin-right: 6px;
	margin-bottom: 2px;
	margin-left: 0px;
}









.contact p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
}

.contact a {
	color: #000000;
}

.contact a:hover {
	color: #ffff00;
	background-color: #6a7054;
}

.contact a:active {
	color: #990000;
	background-color: #6a7054;
}
.footer p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #ffffff;
}

.footer a {
	color: #ffffff;
}

.footer a:hover {
	color: #ffff00;
	background-color: #6a7054;
}

.footer a:active {
	color: #990000;
	background-color: #6a7054;
}

.extra {
	display:none;
}



/* Photo Gallery Styles */

.frapg {
	display: inline;	/* Needed to fix left margin - upload options were shifted to the right after dynamic menu right side */
	font-size: 12pt;

}

.frapg h1 {
	margin: 0 0 0 0;	/* Used this to get ridd of extra space above and below each row of text within table */
}

.frapg p {
	margin: 0 0 0 0;	/* Used this to get ridd of extra space above and below each row of text within table */
}

.frapg td {				/* Fix for TD extending past defined table width to fill parent DIV */
	max-width: 720px;
}


.reports p {
	margin: 0 0 0 0;
	padding: 0 0 0 0;

}





.reports img {
	vertical-align: text-top;
	/*
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	line-height: 200%;
	*/
}


.reports table {
	background-color: #6a7054;	/* Set table BG to match page BG - Firefox display problem */
}






/* Medium Color BG */
.gpn_tborder {
	color: #CCCCCC; 
	background: #b5b471; 
	border: 1px solid #000000;
}

/* Dark Color BG */
.gpn_control {
	font: bold 12px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	color: #FFFFFF; 
	background: #6a7054; 
	padding: 3px 6px 3px 6px; 
	white-space: nowrap;
}

/* Light Color BG */
.gpn_inactive {
	color: #000000;	
	background: #dad480; 
	text-decoration: none;
}

/* Medium Color BG */
.gpn_active {
	color: #000000;
	background: #b5b471; 
}

.gpn_smallfont {
	font: 12px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}

.photogallery img {
	border: 1px solid;
}

.photogallery a img {
	border-color: #663300;
}

.photogallery a:hover img {
	border-color: #ecd4a4;
}

.photogallery a {
	background-color: transparent;
}

.photogallery_caption p {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
    font-size: 9px;
	line-height: 1.1em;
}

.photogallery_lrg_caption p {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	line-height: 1.1em;
}

