@charset "UTF-8";



/* CSS Document */

 /*HTML tag styles*/
body {
	margin: 0px;
	color:#330066;
	background-image: url(../images/body_tile.jpg);
	background-repeat: repeat-x;
	background-color: #F2C889;
	}
body,th {
	font-family: Verdana, Geneva, sans-serif;
	line-height: 1.7em;
	color: #306;
	font-size:0.75em;
	}
form table {
	padding: 10px;
	height: 100%;
	width: 360px;
	border: thin solid #CCC;
	background: #EAE8DF;
	margin: 20px 0px;
	}
hr {
	width: 550px;
	margin: 25px 0px;
	color: #C3BDAF;
	}

td .h2 {
	font-size: 1.2em;
	line-height: 2em;
	}
p {
	margin-bottom: .66em;
}		
	
 /*anchor tags lvha*/
a:link, a:visited {
	text-decoration: none;
	color: #306;
	}
a:hover, a:focus, a:active {
	color: #F05A28;
	}
/* anchor style one */
a.one:link {
	color: #f05a28;
	border-bottom: 1px dotted #e3a589;
	}
a.one:visited {
	text-decoration: none;
	color: #f05a28;
	border-bottom: 1px dotted #e3a589;
	}
a.one:hover, a.one:active {
	color: #f05a28;
	background-color: #cfcabe;
	}
	
/* anchor style two */
a.two:link {
	color: #306;
	border-bottom: 1px dotted #306;
	}
a.two:visited {
	text-decoration: none;
	color: #F05A28;
	border-bottom: 1px dotted #306;
	}
a.two:hover, a.one:active {
	color: #306;
	background-color: #cfcabe;
	}
	

	

/*class styles */
.caption {
	font-size: .65em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #306;
	}
.floatL {
	float: left;
	margin: 2px 5px 0px 0px;
	clear: left;
	}

.h1 {
	font-size:1.2em;
	font-weight: bold;
	line-height: 1.5em;
	}


.h1serif {
	font-size:1.5em;
	font-weight: normal;
	margin: 20px 0px 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	}

.h2 {
	font-weight: normal;
	line-height: 1.2em;
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #f05a28;
	padding: 0;
	font-size: 1.2em;
	}
	
.h3 {
	font-size:1.1em;
	line-height:1.4em;
	font-weight: bold;
	}

.h3caps {
	font-size:0.95em;
	font-weight: bold;
	color: #306;
	border-bottom: 2px solid #CCC;
	text-transform: uppercase;
	line-height: 3em;
	}
.h4 {
	font-size:0.9em;
	font-weight: normal;
	line-height: 1.5em;
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #92918B;
	}
.h5_serif {
	font-size:1.2em;
	font-weight: normal;
	margin: 20px 0px 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
.img1 {
	float: left;
	margin: 5px 15px 7px 0px;
	clear: left;
	}
.imgCamp {
	float: left;
	margin: 5px 15px 20px 0px;
	clear: left;
	}
	
.info {
	font-size:1.2em;
	font-weight: normal;
	line-height: 2em;
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #92918B;
	}
.photo_p {
	margin: 0px;
	padding: 25px 0px;
}
.pipes {
	font-family: Arial, Helvetica, sans-serif;
	color: #C3BDAF;
	font-size: 1em;
	font-weight: lighter;
}
.smText {
	font-size: .85em;
	font-style: italic;
	line-height: 1.6em;
	font-weight: bold;
}
ul .body {
	list-style: none inside;
	}
/* div id styles */ 
#caption {
	text-align: left;
	margin: 0 0 20px;
	width: 250px;
	position: absolute;
	top: 295px;
	height: auto;
	font-size: 9px;
	font-style: italic;
	display: block;
	}
#container {
	width: 870px;
	margin: 0px auto 0px;
	}
#content {
	width:860px;
	margin: 14px auto 0px;
	overflow: auto;
	position: relative;
	background: #FFF;
	border-right: 4px solid #EAE8DF;
	border-left: 4px solid #EAE8DF;
	}
#content_main {
	float:left;
	width:550px;
	margin: 0;
	padding:20px 20px 30px 30px;
	background-color: #FFF;
	border-right: 1px dotted #C4BDAE;
	height: auto;
	}
#content_sub {
	float:left;
	width:215px;
	margin: 0;
	padding:20px;
	background-color:#fff;
	}

#gallery {
	margin: 30px 0px 0px;
	padding: 0px;
}
.gallery li {
	display: inline;
	list-style: none;
	width: 150px;
	min-height: 175px;
	float: left;
	margin: 10px 10px 10px 0;
	text-align: center;
	}	
#logo {
	margin: 0px;
	height: 250px;
	width: 860px;
	position: relative;
	background: url(../images/bnnr-top.jpg) no-repeat center top;
	border-right: 4px solid #091C2A;
	border-left: 4px solid #091C2A;
	}
	
/* nav css */	
#nav_main{
	width: 860px; /* ie5win fudge begins */
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	height: 33px;
	padding-top: 14px;
	}
#nav_main ul {
	margin : 0;
	padding : 0;
	}
#nav_main ul, #nav_main li {
	display : inline;
	padding : 10px;
	list-style-type: none;
	}
	
#nav_main a:link {
	text-decoration:none;
	color: #008193;
	}
#nav_main a:visited {
	text-decoration:none;
	color: #008193;
	}
#nav_main a:hover, a:focus, a:active { 
	text-decoration:none;
	color: #FFF;
	}
	
/*footer css*/
#footer {
	width: 840px;
	height:65px;
	margin: 0px auto;
	padding: 22px 28px 25px 0px;
	text-align: right;
	background: #EAE8DF;
	color: #C3BDAF;
	}
	
#footer ul {
	padding : 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	margin: 0px;
	}
#footer ul, #footer li {
	display : inline;
	list-style-type: none;
	}
#footer a:link {
	color:#f05a28;
	text-decoration:none;
	}
#footer a:visited {
	color:#f05a28;
	text-decoration:none;
	}
#footer a:hover {
	color: #330066;
	text-decoration: underline;
	}
