/* Base styles for LFI */

/* Globals
---------------------------------------------------------------------------*/
body {
	font-family: "lucida grande", tahoma, verdana, sans-serif;
	font-size: 62.5%;
	margin: 0;
	padding: 0;
	text-align: left;
}

.right, .left { border: 1px solid #eff1c6; background: #f8f9dc; padding: 5px;}
.right { float: right; margin: 0 0 5px 5px; }
.left { float: left; margin: 0 5px 5px 0;}

.bdrwhite { border: 1px solid #fff; }
.bdrnone, .last { border: none; background: none;}

/* Links
---------------------------- */
a { color: #3a79aa; text-decoration: none; }
a:hover, a:focus { color: #de7300; }
a:visited {
	color: #66FF66;
}
a img { border: 0; }

/* Text
----------------------------- */
ul, ol { margin: 0; padding: 0; }

#searchbar ul li, #nav li, #subnav li, .anchors li { list-style: none; }

#nav li a { font-family: Arial, Helvetica, sans-serif; }

h1, h2, h3, h4, h5, h6 { margin: 0; }
h1, h2, h3, h4 { font-family:Arial, Helvetica, sans-serif; }

p { margin: 0 0 16px 0; line-height: 1.4em; }

.graybold strong { color: #666; }

.green { color: #438a23; }
.red { color: #931709; }

/* Structure
----------------------------------*/ 
#wrapper {
	position: relative;
	width: 760px;
	margin: 0 auto;
	z-index: 2;
	font-size: 1.1em;
	text-align: left;
	color: #333;
}

#content { font-size: 1em; }

/* Header
----------------------------------*/
#header h1 {
	background: transparent url("../images/newlogo.jpg") 0 0 no-repeat;
	margin: 20px 60px 4px 160px;
	padding: 0;
	overflow: auto;
	float: left;
}

#header h1 a {
	display: block;
	text-indent: -9999px;
	text-decoration: none;
	width: 425px;
	height: 140px;
}


/* Search and Second Tier Links
----------------------------------*/
#searchbar {
	float: right;
	background: #890f01;
	height: 25px;
	padding: 10px 15px 0 15px;
	font-size: 1.0em;
}

#searchbar ul { display: block; float: left; color: #d76623; }

#searchbar ul li { float: left; margin-left: 6px; }
#searchbar a { margin-right: 5px; }

#searchbar li a, #searchbar li a:visited { color: #fff; }
#search li a:hover, #searchbar li a:focus { color: #ff8400; text-decoration: none; }

#search { float: left; }

#keywords {
	color: #333;
	font-size: 1em;
	float: left;
	border: 0;
	padding: 3px;
	height: 13px;
	margin: -2px 5px 0 10px;
}

#searchTitle { display: none; }

#btnSearch { 
	float: left;
	background: url("../images/btn_search.gif") 0 0 no-repeat;
	height: 18px;
	width: 50px;
	padding: 0;
	margin: -1px 0 0 0;
	border: 0;
	display: inline;
	text-indent: -9999px;
	overflow: hidden;
	cursor: pointer;
}

#btnSearch:hover { background: url("../images/btn_search.gif") 0 -18px no-repeat; }	

/* Nav
----------------------------------*/
#nav {
	width: 760px;
	margin: 7px 0 0 0;
	float: left;
	font-size: 1.2em;
}

#nav li {
	background: url("../images/grey.png") 0 0 repeat-x;
	float: left;
	position: relative;
	height: 28px;
	border-right: 1px groove #111111;
	border-left: 1px groove #111111;
}

#nav li#navResources { margin-right: 0; }

#nav a {
	display: block;
	color: #fff;
	text-align: center;
	padding: 6px 0 0 0;
}

#nav a:hover { text-decoration: none; }

/* Default State */
#navHome  {width: 74px;}
#navB  {width: 90px;}
#navC  {width: 82px;}
#navD  {width: 100px;}
#navE  {width: 150px;}
#navF  {width: 110px;}
#navG  {width: 140px;}


/* Hover State */
#nav li:hover, #nav li.over, #home #navHome, #visitors #navB,
#C #navC, #D #navD, #E #navE, #F #navF,
#G #navG, #news #navNews, #resources #navResources { 
	background: #333333;
	border-left: 1px solid #333333;
}


/* Footer
------------------------------------------*/
/*
#footer {
	width: 100%;
	background: #472206 url(/images/bkg_footer_texture.jpg) 0 0 no-repeat;
	float: left;
	margin: 0 0 0 auto;
	position: relative;
	left: auto;
}
*/

#footer {
	width: 100%;
	background: url(../images/gradient.png) repeat-x;
	float: left;
	min-height: 150px;
	height: 150px!important;
	height: 320px;
}

#footerbkg {
	background: url(../images/gradient.png) repeat-x;
	width: 1044px;
	height: 150px;
	position: absolute;
	left: 50%;
	margin-left: -522px;

}


#footerContent {
	width: 760px;
	margin: 0 auto;
	color: #f9c666;
	text-align: left;
	font-size: 1.1em;

}

#footerText { float: left; padding: 10px 0;}

#footerContent p { margin: 0; }
.style3 {
	font-family: "Times New Roman", Times, serif;
	color: #FF0000;
	background-color: #FFFFFF;
	font-style: normal;
	font-size: 1.2em;
	text-transform: uppercase;
}

