/*
-----------------------------------------------
Bligh Island Lodge - http://www.nootkafishing.ca
author:   Logistica Systems
version:  05.11.2007
----------------------------------------------- */


html,body,div  {
	font: normal 12px Arial, Helvetica, sans-serif; 
	color: #000000; 
	margin: 0; 
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	background-color: #3398B2;
	background-image: url(images/bligh_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}


h1 {
	background-color:#E0E0E0;
	border-bottom: solid 2px #999999;
	text-indent: .7em;
	margin: 1em  0;
	padding: 2px 0 2px 0;
	color: #663300;
	font: normal 16pt "Times New Roman", Times, serif;
	letter-spacing: 1px;
}

h2 {
	font: bold 14pt "Times New Roman", Times, serif;
	color: #000; 
	margin: 0; 
	padding: 0;
}


p, td{
	font: normal 14px Arial, Helvetica, sans-serif;  
	color:#333333;
	line-height: 130%;
	margin: 0 0 1em 0;
}


ol,ul {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}


ul.list li {
	display: list-item;
	list-style-type: square;
	margin: 0;
}


/* Specific Formatting
----------------------------------------------- */

td.content {
	padding: 0  1.5em 1em 1.5em;
	font-size:13px;
}

.bg_nootka {
	background-image: url(images/banner_nootka_sound_bott.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

/* Generic Link */
a.link			{font-size: 14px; text-decoration: underline;}
a.link:link		{color: #003399; text-decoration: underline;}
a.link:visited	{color: #003399; text-decoration: underline; }
a.link:hover	{color: #000000; background-color:#FFFFCC; text-decoration: underline}

/* MISC */
.small		{font-size: 10px; color:#C80000; }
.keywords	{font-size: 12px; color:#FFFFFF; padding: 5px 0; }



/* Legal Classes
----------------------------------------------- */
td.copyright	{
	font-size: 10px;
	color: #333333;
	font-family: Verdana, arial, sans-serif;
	padding-right: 1em;
	padding-bottom: 0.5em;
}

a.logistica				{font-size: 10px; color: #333333; font-family: Verdana, arial, sans-serif; text-decoration: none;}
a.logistica:link		{color: #333333;}
a.logistica:visited		{color: #333333;}
a.logistica:hover		{color: #666; text-decoration: underline; font-weight: normal; }


/* Navigation
----------------------------------------------- */
#navcontainer ul
{
padding: .5em 0;
margin: 0;
list-style-type: none;
color: #FFF;
width: 100%;
font: normal 120% arial, helvetica, sans-serif;
text-align: center;
}

li { display: inline; }

li a
{
text-decoration: none;
color: #FFF;
padding: .2em 1.5em;
border-right: 1px solid #fff;
}

li a:hover
{
color: #FFCC00;
}
