body {
	background-color: #6DB5d9; /* #a6bf79; #6DB5d9;*/
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 10px 10px;
	padding: 0px;
}
.clear{clear:both;}
* {
	margin: 0px;
	padding: 0px;
}
.container {
	margin: 0px auto;
	text-align: left;
	width: 717px;
	position: relative;
}
a{
	font-size:12px;
}
p{
	margin: 15px 0px;
}


/********************** Header ***************************/
#header {
	background: #097CB0 url(images/header.png) no-repeat center top;
	padding-top: 255px;
}
#header .title{
	font-size: 24px;
	font-style:italic;
	color:#FFFFFF;
	display:block;
	position:absolute;
	top: 15px;
	left: 115px;
}

ul.topnav {
	list-style: none;
	padding: 0 20px;	
	margin: 0; 
	float: left;
	width: 671px;
	background: #097CB0;
	border: 3px solid #FFFFFF;
}
ul.topnav li {
	float: left;
	margin: 0px 15px;
	padding: 0 15px 0 0;
	position: relative; /*--Declare X and Y axis base--*/
}
ul.topnav li a{
	padding: 10px 5px;
	color: white;
	display: block;
	text-decoration: none;
	float: left;
}
ul.topnav li a:hover{ 
	color: #ffdd44; 
	cursor: pointer;
	text-decoration: underline;
}
ul.topnav li span { /*--Drop down trigger styles--*/
	width: 17px;
	height: 35px;
	float: left;
	cursor: pointer;
	background: url(images/subnav_btn.png) no-repeat center top;
}
ul.topnav li span.subhover { /*--Hover effect for trigger--*/
	background-position: center bottom;
} 
ul.topnav li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0; 
	top: 35px;
	background: #097CB0;
	padding: 0;
	display: none;
	float: left;
	width: 170px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border: 3px solid white;
	margin: 0; 
}
ul.topnav li ul.subnav li{
	margin: 0; 
	padding: 0;
	clear: both;
}
ul.topnav li ul.subnav li a {
	float: left;
	width: 160px;
	padding: 7px 5px;
}
ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	color: black;
	background-color: #ffdd44;
}

/********************** Content ***************************/
#content {
	background-image:url(images/content_bg.png);
	width:717px;
}
img{
	border-width:0px;
}
h1{
	color: #097CB0;
	font-size:14px;
	margin: 20px 0px 20px 0px;
}
h1 a{
	font-size:14px;
	text-decoration: none;
}
h2{
	color:#097CB0;
	font-size:14px;
	text-align:center;
	width:200px;
	margin: 10px 0px 15px 0px;
}
#left {
	float:left;
	width:428px;
	margin-left:27px;
	padding: 0px 10px 30px 0px;
	display:inline;
}
#left a{color:#28556b;}
#left a:hover{color:#c77e0c;}
#photos a{
	margin-right:14px;
}
#right {
	float:right;
	width:210px;
	padding: 0px 20px 20px 20px;
	margin-top:10px;
	border-left: #FFF 2px solid;

}
#right a{
	color:#c77e0c;
}
#right a:hover{
	color:#85a157;
}
#fancybox_thumbs, .fancybox_thumbs{
	clear:both;
	margin-left:27px;
	padding: 0px 10px 30px 0px;
	text-align:center;
}
#fancybox_thumbs a, .fancybox_thumbs a{
	padding-right: 10px;
}

#fancybox_thumbs table tr td, .fancybox_thumbs table tr td{
	padding: 8px;
}

/********************** Footer ***************************/
#footerline {
clear:both;
background-image:url(images/footer.png);
font-size:1px;
height:10px;
}
#footer {
	width:717px;
	text-align:center;
	padding: 15px 0px;
}

/********************** WTH ***************************/
#content li{
	padding-left: 4ex;
	list-style-position: inside;
	list-style-type:inherit;
}

#content.no_bullets ul{
	list-style-type: none;
}

#full{
	float:left;
	margin-left:27px;
	margin-right:27px;
	padding: 0px 10px 30px 0px;
	display:inline;
}
#full a{color:#28556b;}
#full a:hover{color:#c77e0c;}
