@charset "UTF-8";
/* CSS Document */

/**************************************************************************************/
/*******************************   styles by SUNSHINE   *******************************/
/*************************************   c2009   **************************************/
/**************************************************************************************/

* {   /* 0's out the margin & padding on everything */
	margin: 0px;
	padding: 0px;
	}
/*
html {
	margin-bottom: 1px;
}
html, body {
	min-height: 100%;
	height: auto !important;
}
a {
	overflow: hidden;
}
*/

/* =========================================================
				MAIN BODY CONTAINER & STRUCTURE
============================================================ */

body {
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #containerMain selector */
	font-family: Arial, Helvetica, sans-serif;
	color: #5a5a5a;
	font-size: 12px;
	line-height: 1.0;
	background-color: #eeeeee;
	}
#container { /***** THIS IS THE MAIN OUTER CONTAINER ON ALL PAGES ******/
	width: 910px;
	margin: 0px auto;
	position: relative;
	/*text-align: left;*/
	padding: 45px 20px;
	background-color: #ffffff;
	overflow: auto;
	_overflow: visible; /* hack ie6 */
	}
#header {
	margin-bottom: 40px;
	}
#content {
	min-height: 100px;
	height: auto !important;
	height: 100px;
	padding: 25px 30px;
	clear: both;
	overflow: auto;
	_overflow: visible; /* hack ie6 */
	
	}

	
#content ul{	
	list-style: none;
	margin-left: 20px;
	}
#content li{
padding-bottom: 4px;
	}

/* =========================================================
				LINK STYLES
============================================================ */

a, a:visited {
	text-decoration: none;
	color: #68a1e9;
	cursor: pointer;
	}
a:hover, a:active {
	text-decoration:underline;
	}
a:active, a:focus {
	outline: 0;
	}
a#logo {
	display: block;
	width: 290px;
	height: 49px;
	position:relative;
	top: 0px;
	left: 0px;
	text-indent: -9999px;
	background-image: url(../images/other/lf-logo.gif);
	background-repeat: no-repeat;
	}
	
	
	
/* =========================================================
				TEXT STYLES
============================================================ */

p {
	line-height: 1.4;
	margin-bottom: 15px;
	}

/* =========================================================
				UNIVERSAL STYLES
============================================================ */

img {
	border:none;
	}
.clearfloat {
	clear:both;
	}
.fltlt { /* float an element left */
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	}
.fltrt { /* float an element right */
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	}
img.hero {
	clear: both;
	position: relative; /*leave as is*/
	padding-top: 41px;
	padding-bottom: 0px;
	margin-left:auto;
	margin-right:auto;
	display:block;
	
	}
	
/* =========================================================
				TOP NAVIGATION
============================================================ */

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssmenus.co.uk
Copyright (c) 2009- Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
div.navWrap a:visited {
	color: #2e5d99\9; /* hack lte ie8 */
	}
	
div.navWrap ul.current a:visited {
	color: #68a1e9\9; /* hack lte ie8 */
	}

div.navWrap {
	width: 910px; 
	height: 30px;
	border-top: solid 1px #c5c5c5; 
	border-bottom: solid 1px #c5c5c5;
	position: relative; 
	z-index: 500;
	}
div.navWrap div.table {
	display: table; 
	margin: 0px auto;
	}
div.navWrap ul {
	list-style: none;
	display: table-cell; 
	white-space: nowrap;
	font-size: 14px; 
	font-weight: bold; 
	text-transform: lowercase;
	}
div.navWrap li {
	float: left;
	height: auto;
	}
div.navWrap a {
	float: left; 
	display: block;
	height: 30px; 	
	line-height: 30px; 
	padding: 0px 25px; 
	color: #2e5d99;
	 
	text-decoration: none;
	white-space: nowrap; 
	}
div.navWrap ul.current a {
	color: #68a1e9;
	}
div.navWrap ul a:hover, div.navWrap ul li:hover a {
	padding: 0px 25px;
	color: #68a1e9;
	text-decoration: none;
	_background: url(images/blank.gif) no-repeat 0px 0px;  /* hack ie6 */ 
	}
div.navWrap div.subWrap {
	display: none;
	}
div.navWrap table { /* IE6 only */
	border-collapse: collapse; 
	margin: 0px 0px -1px 0px;  
	width: 0px; 
	height: 0px;
	}
div.navWrap ul.sub {
	display: table; 
	margin: 0px auto; 
	font-size: 85%;
	}
div.navWrap ul :hover div.subWrap, 
div.navWrap ul.current div.subWrap {
	display: block; 
	position: absolute; 
	width: 910px; 
	top: 30px;
	left: 0px; 
	z-index: 100;  
	text-align: center;
	border-top: solid 1px #c5c5c5;
	border-bottom: solid 1px #c5c5c5;  
	}
div.navWrap ul :hover div.subWrap {
	background: #ffffff;
	}
div.navWrap ul.current div.subWrap {
	z-index:10;
	}
div.navWrap ul :hover ul.sub li a, 
div.navWrap ul.current div.subWrap ul.sub li a {
	float: left; 
	display: block;
	height: 30px; 	
	line-height: 30px; 
	padding: 0px 17px; 
	color: #2e5d99; 
	white-space: nowrap;
	font-weight: normal;
	}
div.navWrap ul.current div.subWrap ul.sub li.current a {
	color: #68a1e9;
	}
div.navWrap ul :hover ul.sub li a:hover, div.navWrap ul.current ul.sub li a:hover, div.navWrap ul.current div.subWrap ul.sub li a:hover {
	color: #68a1e9;
	}
div.navWrap ul.current ul.sub li.current a:hover {
	color: #68a1e9;
	}

div.navWrap ul {display:inline-block\9;   /* hack lte ie8 */}
div.navWrap ul {display:inline\9;   /* hack lte ie8 */}
div.navWrap ul li {float:left\9;   /* hack lte ie8 */}
div.navWrap {text-align:center\9;   /* hack lte ie8 */}

/* =========================================================
				FOOTER NAVIGATION
============================================================ */

div#footer {
	padding-top: 30px;
	}
ul#footer {
	list-style-type: none;
	position: relative;
	width: 910px;
	border-top: solid 1px #c5c5c5;
	border-bottom: solid 1px #c5c5c5;
	text-align: center;
	}
ul#footer li {
	display:inline;
	line-height: 30px;
	height: 30px;
	font-size: 12px;
	font-weight: bold;
	padding: 0px 45px;
	color: #000000;
	}
ul#footer li a {
	color: #000000;
	text-decoration: none;
	}
ul#footer li a:hover, ul#footer li.current a  {
	color: #68a1e9;
	}

/**************************************************************************************/
/*******************************   END SUNSHINE STYLES   ******************************/
/**************************************************************************************/
