/* CSS Document  (Blue darrin used in powerpoint #092054 , light blue #C9CED9*/

/* This file contains main html, and body styles as well ass container, header and footer styles */
html,body {
	margin:0;
	padding:0;
}

body {
	font: 86% arial,sans-serif;
	text-align:center;
}

img.center {
	display: block;
    margin-left: auto;
    margin-right: auto;
}


:focus { -moz-outline-style: none; }

p {	margin:0 10px 10px; }

div#container { text-align:left; }

div#footer {
	color: #FFF;
	background: #333;
	clear:both;
	width:100%;
	text-align:center;
	margin-top: 0;
	margin-bottom:1%;
	height:63px;
}

div#footer p {
	margin:0;
	padding:5px 10px;
}

div#footer a {
	color: #FFF;
	text-decoration:none;		
}

div#footer .footer_address {
	font-size:150%;
}

div#footer #current-footer-item {
	text-decoration:underline;
	font-weight:bold;
}

div#container {
	width:979px;
	margin:0 auto;
}

/* Section Begining Of Menu */


div#header{ 
	height:189px;
	margin:0;
	z-index:1;
}
/*
div#header #tr_logo { 
	float:left;
	margin-top:1%;
	margin-left:1%;
}

div#header #tr_logo_caption {
	color:#02174A;
	font-size:165%; 
	margin-top: -1%;
	margin-left: .7em;
	font-weight:bold;
}

div#header #header_pic1 {
	position:absolute;
	margin-top: .2%;
	margin-left:300px;
	z-index:4;
}

div#header #header_pic2 {
	position:absolute;
	margin-top: 0%;
	margin-left:545px;
	z-index:3;
}

div#header #header_pic3 {
	position:absolute;
	margin-top: .8%;
	margin-left:853px;
	z-index:2;
} 
*/

div#main_menu{
	float: left;
	width: 979px;
	background:#DAE0D2 url(../images/bg.gif) repeat-x bottom;
	font-size: 103%;
	line-height: normal;
	margin-top: -9px;
}

div#main_menu ul {
	margin: 0;
	padding: 5px 0px 0px 0px;
	list-style:none;
}

div#main_menu li{
	float:left;
    background: url( ../images/norm_left.gif) no-repeat left top;
	margin:0;
	padding:0 0 0 9px;
}

div#main_menu a{
	float:left;
	display:block;
	background:url(../images/norm_right.gif) no-repeat right top;
	padding:5px 49px 4px 39px;
	text-decoration:none;
    font-weight:bold;
    color:#765;
	/* Commented Backslash Hack
     hides rule from IE5-Mac \*/
  	#header a {float:none;}
  	/* End IE5-Mac hack */
}

div#main_menu #current-main-menu {
    background-image:url(../../images/norm_left_on.gif);
}

div#main_menu #current-main-menu a {
    background-image:url(../../images/norm_right_on.gif);
	padding-bottom: 5px;
	color:#02174A;
}

div#header #tr_logo { 
	float:left;
	margin-top:1%;
	margin-left:1%;
}

div#tabcontainer{
	width: 100%;
	clear: left;
	height:1.6em; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
}

div#submenu_products {
	margin-left:0px;
	padding-left:8%;
}


/* trying to have submenu stay at all times...for active page */
/* div#submenu_products_on ul  {
	display:block;
}

div#submenu_products_off ul  {
	display:none;
}*/

div#menu-slogan {
	font-weight:bold;
	text-align:left;
	font-size: 225%;
	padding-top:45px;
	padding-left:360px;
	letter-spacing:1px;
	word-spacing-:2px;
	color:#FFF;
}

div#menu-sub-slogan {
	font-weight:bold;
	padding-left:370px;
	font-size:128%;
	font-style:italic;
	color:#FFF;
}

div#submenu_service {
	margin-left:0px;
	padding-left:25%;
}

div#submenu_about_trout_river {
	margin-left:0px;
	padding-left:39%;
}

div#tabcontainer .submenu{
	font-size: 103%;
	line-height: normal;
}

div#tabcontainer .submenu:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

div#tabcontainer .submenu ul{
	background: url(../images/submenu_bg.gif) center center repeat-x;
	padding: 5px 0;
	margin: 0;
	text-align: left; /*set value to "right" for example to align menu to the left of page*/
}

div#tabcontainer .submenu ul li{
	display: inline;
}


div#tabcontainer .submenu ul li a{
	color: #494949;
	padding: 5px 8px;
	margin: 0;
	text-decoration: none;
}

div#tabcontainer .submenu ul li a:hover{
	background: url(../images/submenu_bg.gif) center center repeat-x;
	text-decoration:underline;
}

div#submenu  #current-sub-menu a{
	color:#02174A;
	text-decoration:underline;
}

div#tabcontainer .tabcontent_off{
	display:none;
}

div#tabcontainer .tabcontent_on{
	display:block;
}
/*End Menu Section */


