/* MAIN STYLES */

body {
	background: url(/bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #bad5ea;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13pt;
	color: #000000;
}

h1 {
	font-family: Tahoma,Verdana,Arial,sans-serif;
    font-size: 30px;
	color: #000099;
	border-bottom: 2px dotted #000099;
    text-shadow: 2px 2px 4px #666666;
}

h2 {
	font-family: Tahoma,Verdana,Arial,sans-serif;
    font-size: 22px;
	color: #000000;
	border-bottom: 2px dotted #000000;
    text-shadow: 2px 2px 4px #666666;
}

h3 {
}

p {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.3em;
}


a {
}

a:hover {
}

a:active {
}

.nohov img {
	margin: 0px 0px 0px 0px; 
}

.nohov a:hover img {
	vertical-align: bottom;		/* Needed to fix img hover problem with MSIE 8 */
	margin: 0px 0px 0px 0px; 
}

ul, li {
}



/* CLASSES & IDs */

#container {
	width: 1070px;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
}

#head_wrapper {
	width: 1070px;
	position: relative;
	margin: 0 auto;
}

#head_left {
	float: left;
	width: 31px;
	display: inline;
	margin-left: 0px;
}

#head_main {
	float: left;
	margin-left: 0px;
}

#head_right {
	margin-left: 1010px;
}

#mainbody {
	background: url(/body-bg.png) repeat-y;
	width: 1070px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	vertical-align: top;
	padding: 4px 0px 4px 0px;	/* Got rid of gap between DIVs, DIV background did not seem to reach adjacent DIVs */
}

#content {
	float: left;
	width: 736px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 45px;

}

#menu {
	margin-left: 791px;
}

#clear {			/* This div inserted on bottom of #mainbody div (after #menu div) to extend bacground image  */
	clear: both;
	margin: 0px;
}

#footer_wrapper {
	width: 1070px;
	position: relative;
	margin: 0 auto;
}

#footer_left {
	float: left;
	width: 31px;
	display: inline;
	margin-left: 0px;
}

#footer_main {
	float: left;
	margin-left: 0px;
}

#footer_right {
	margin-left: 1010px;
}

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

.rates_table p {
	line-height: 1.0em;
	margin: 0 0 0 0;	/* Used this to get ridd of extra space above and below each row of text within table */

}

.required {
	color: #FF0000;
	font-weight: bold;
}


.contact_form {
	width: 600px;


}

.contact_form fieldset {

	position: relative;
	border:1px solid #000000;
	padding:10px;
	margin:10px 0 20px 0;
	background-color: #ffffcc;

}

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

.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;
}


/*
style=\"width: 700px; max-width: 700px;\"
*/





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

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

#reports_table a {

}



/* Medium Color BG */
.gpn_tborder {
	color: #CCCCCC; 
	background: #8a561e; 
	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: #6a3c0b; 
	padding: 3px 6px 3px 6px; 
	white-space: nowrap;
}

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

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

.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;
}


