/* CSS Document */
/* default font, font-size, line-height */
body {
color:#B2C5A9 repeat-x top left;
font-family:georgia, serif;
font-size:12px;}

div#body {
background-color:#000000; /* set background color */
border-bottom:3px solid #3F4953;} /* set borrder between main body and footer section */


h1 { /* set page title style */
color:#336699;
font-family:georgia;
font-size:20px;
font-weight:none;}

h2 {
color:#3F4953;
font-family:georgia;
font-size:20px;
}

/* default styles for links */
a {
color:#3F4953;
text-decoration:none;}
a:hover {
text-decoration:underline;}

/* "more" links */
.more {text-decoration:underline;}
.more:hover {text-decoration:none;}

/* change topnav colors and spacing, etc */
#topnav {
background-color:#7B8C9C;
color:#ffffff;}

#topnav li a {color:#ffffff;} /* set top level link color */

#topnav li li  {color:#ffffff;} /* set sub level link color */

#topnav li li a:hover {
background-color:#F4E4CD; /* set sub level link background color */
color:#145A95;} /* set sub level link color */

#topnav li ul {
background-color:#000000;	/* set bg color of sub menus */
border:1px solid #145A95;} /* set outer border color */

#topnav li li {
border-bottom:1px solid #145A95;} /* set interior border color */

/*Right sidebar */
#sidebar h5 {
margin-top:5px;
font-size:115%;
font-family:georgia;}

	/* Don't let Bristol Bay section.. */
	#right h4 {
	font-size:140%;
	line-height:125%;
	color:#ffffff;font-family:georgia;}
	
	#right h4 span {
	text-transform:uppercase;
	font-weight:bold;}
	
	#right h4 span.one {color:#3F4953;}
	
	#right h4 span.two {color:#3F4953;}
	
	#right h4 span.three {color:#3F4953;}

#sidebar strong { /* set font properties for list of 'Things you can Do */
font-size:110%;
line-height:115%;}

#sidebar  a {color:#000;} /* set colors any 'Things You Can Do that are also links */

#sidebar strong:hover {text-decoration:underline;}

/*  Footer Nav */
#footernav {color:#7B7B7B;}

#footernav a {color:#7B7B7B;}


/* homepage content styles */

.home_lineheight {
color:#3D3D3D;
font-family:georgia, serif;
font-size:12px;
caption:home_text_top;
;}

.home_lineheight2 {
color:#3D3D3D;
font-family:georgia, serif;
font-size:12px;
caption:home_text_bottom;
;}


.contentleft {
color:#004B8C;
background:#DAE5D5 no-repeat bottom right;}

.contentright {
color:#3D3D3D;
font-family:georgia, serif;
font-size:12px;
line-height:16px;
}


.tell {
padding-left:40px;
background:transparent no-repeat top left;
color:#D08B26;}

.contentfooter {
border-top:1px solid #7B8C9C;}

.contentfooter h3 {
color:#3F4953;
font-family:georgia;
font-size:105%;
line-height:115%;}
