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

.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: #580000; }
a:visited { color: #1f5987; }
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(logo.gif) 0 0 no-repeat;
	margin: 20px 0 4px 0;
	padding: 0;
	overflow: hidden;
	float: left;
}

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


/* Search and Second Tier Links
----------------------------------*/
#searchbar {
	float: right;

	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(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(btn_search.gif) 0 -18px no-repeat; }	

/* Nav
----------------------------------*/

#navheader a {
	color; #fff;

}


#nav {
	width: 760px;
	float: left;
	font-size: 10pt;
	color; #fff;
	position: relative;
	margin: 10px 0 0 0;
	border: solid #580000;
	border-width: 1px 1px 1px 1px;
	background: #580000;
}





#nav ul {

	float: left;
	list-style: none;
	line-height: 1;
	padding: 7px 0 7px 0;
	border: solid #eda;
	border-width: 0 0 0 0;
	margin: 0 0 0 0;
}

#nav a {
	display: block;
	color: #7C6240;
	width: 120px;
	text-decoration: none;
	padding: 0.25em 2em;
	
}

#nav li {
	float: left;
	padding: 0;
	width: 120px;
	
}



#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 175px;
	font-weight: normal;
	border-width: 0.25em;
	margin: 0;
}

#nav li li {
	padding-right: 8px;
	width: 170px;
}


#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
	background: #f5f6d1;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
	background: #f5f6d1;
}

#nav li:hover, #nav li.sfhover {
	background: #eda;
}


/* Footer
------------------------------------------*/

#footerpackage {
	width: 100%;
	background: #122545;
}


#footer {
	width: 100%;
	background: #122545;
	float: left;
	min-height: 320px;
	height: auto !important;
	height: 320px;
}

#footerbkg {
	background: #122545 url(bkg_footer_texture.jpg) 0 0 no-repeat;
	width: 1044px;
	height: 316px;
	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 10px;}

#footerContent p { margin: 0; }

#homewood {
	background: url(homewood_tag.gif) 0 0 no-repeat;
	width: 135px;
	height: 23px;
	float: right;
	text-indent: -9999px;
}







