/*Stylesheet for Fraser Lake Camp at http://www.fraserlakecamp.com */
/*Prepared by JoceyDesigns.com - Copyright 2009-2010 */

body
{
	background-color: #FFFFFF;
	margin: 0;
	font-family: Tahoma, Geneva, Verdana, "MS Sans Serif", sans-serif;
}

/*set link styles*/
A:link
{
	text-decoration: underline;
	color: #FF9900;
	font-weight: bold;
}
A:visited
{
	text-decoration: underline;
	color: #CCCC66;
	font-weight: bold;
}
A:hover
{
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bolder;
	background-color: #CCFF99;
	white-space: normal;
}

/* DROP DOWN NAVIGATION */

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1.5;
	font-family: Tahoma, Geneva, Verdana, "MS Sans Serif", sans-serif;
}

#nav a
{
	font-size: 10pt;
	display: block;
	width: 7em;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

#nav li { /* all list items */
	float: left;
	width: 7em; /* width needed or else Opera goes nuts */
	font-family: Tahoma, Geneva, Verdana, "MS Sans Serif", sans-serif;
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: white;
	width: 7em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#content {
	clear: left;
}

/*note that the font-family attribute is at the end.*/

/*DARK GREEN*/
H1
{
	font-size: 16pt;
	line-height: 20pt;
	font-weight: bold;
	color: #336600;
	font-family: Tahoma, Geneva, Verdana, "MS Sans Serif", sans-serif;
}

/*WHITE*/
H2
{
	font-size: 14pt;
	line-height: 18pt;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Tahoma, Geneva, Verdana, "MS Sans Serif", sans-serif;
}

/*DARK GREEN*/
H3
{
	font-size: 14pt;
	line-height: 18pt;
	font-weight: bold;
	color: #336600;
	font-family: Tahoma, Geneva, Verdana, "MS Sans Serif", sans-serif;
}

/*BRIGHT ORANGE*/
H4
{
	font-size: 14pt;
	line-height: 18pt;
	font-weight: bold;
	color: #FF9900;
	font-family: Tahoma, Geneva, Verdana, "MS Sans Serif", sans-serif;
}

/*DARK GREEN*/
H5
{
	font-size: 12pt;
	line-height: 16pt;
	font-weight: bold;
	color: #336600;
	font-family: Tahoma, Geneva, Verdana, "MS Sans Serif", sans-serif;
}

/*BRIGHT ORANGE*/
H6
{
	font-size: 12pt;
	line-height: 16pt;
	font-weight: bold;
	color: #FF9900;
	font-family: Tahoma, Geneva, Verdana, "MS Sans Serif", sans-serif;
}

/* Basic style for body text */

/*Text style DARK GREEN*/
.text
{
	color: #336600;
	font-size: 10pt;
	line-height: 14pt;
	font-style: normal;
	font-weight: normal;
	font-family: Tahoma, Geneva, Verdana, "MS Sans Serif", sans-serif;
}

/*Highlight Text BRIGHT ORANGE*/
.text1
{
	color: #FF9900;
	font-size: 10pt;
	line-height: 14pt;
	font-style: normal;
	font-weight: bold;
	font-family: Tahoma, Geneva, Verdana, "MS Sans Serif", sans-serif;
}

/*Highlight Text WHITE*/
.text2
{
	color: #FFFFFF;
	font-size: 10pt;
	line-height: 16pt;
	font-style: normal;
	font-weight: bold;
	font-family: Tahoma, Geneva, Verdana, "MS Sans Serif", sans-serif;
}

/*Highlight Bigger Text WHITE*/
.text3
{
	color: #FFFFFF;
	font-size: 14pt;
	line-height: 20pt;
	font-style: italic;
	font-weight: bold;
	font-family: Tahoma, Geneva, Verdana, "MS Sans Serif", sans-serif;
}
/*Highlight Bigger Text GREEN*/
.text4
{
	color: #336600;
	font-size: 12pt;
	line-height: 16pt;
	font-style: italic;
	font-weight: bold;
	font-family: Tahoma, Geneva, Verdana, "MS Sans Serif", sans-serif;
}
/*List style DARK GREEN*/
.list1
{
	color: #336600;
	font-size: 10pt;
	line-height: 14pt;
	padding-right: 1em;
	padding-bottom: 4pt;
	margin-top: 4pt;
	font-style: normal;
	font-weight: bold;
	font-family: Tahoma, Geneva, Verdana, "MS Sans Serif", sans-serif;
}

/*Nav text style DARK GREEN */
.nav2
{
	color: #336600;
	font-size: 10pt;
	line-height: 14pt;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	font-family: Tahoma, Geneva, Verdana, "MS Sans Serif", sans-serif;
}

/*Highlight Bigger Text RED*/
.note
{
	color: #FF0000;
	font-size: 10pt;
	line-height: 14pt;
	font-style: italic;
	font-weight: normal;
	font-family: Tahoma, Geneva, Verdana, "MS Sans Serif", sans-serif;
}

/*Footer style DARK GREEN*/
.footer
{
	color: #336600;
	font-size: 10pt;
	line-height: 14pt;
	text-align: center;
	vertical-align: middle;
	font-style: normal;
	font-weight: normal;
	font-family: Tahoma, Geneva, Verdana, "MS Sans Serif", sans-serif;
}
/*Foot Note style DARK GREEN*/
.foot
{
	color: #336600;
	font-size: 9pt;
	line-height: 12pt;
	text-align: left;
	vertical-align: middle;
	font-style: italic;
	font-weight: normal;
	font-family: Tahoma, Geneva, Verdana, "MS Sans Serif", sans-serif;
}