@charset "utf-8";
body  {
	font-family: "Lucida Grande", Tahoma, Arial, Sans-Serif;
	font-size: 13px;
	background: #FFFFFF url(../bgs/repeat-bg3.jpg) top center repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
.fixed #container {
	width: 954px;
	background: #FFFFFF ;
	margin: 0 auto;
	/* border: 1px solid #000000; */
	text-align: left;
}
.fixed #header {
	background: ;
	padding: 0 0px 0 0px;
	height: 252px;
}
.fixed #headerleft  {
	width: 337px;
	height: 252px;
	float:left;
	}
.fixed #headerright  {
	width: 617px;
	height: 252px;
	float:left;
	}
.fixed #header h1 {
	margin: 0;
	padding: 0px 0;
}
.fixed  #cleardiv  {
height: 29px;
}
.fixed  #content-wrapper {
	height: 100%;
	background: #FFFFFF;
	margin-top: 0;
	border-left:1px solid #AA5423;
	border-right: 1px solid #AA5423;
	border-bottom: 1px solid #AA5423;
}
.fixed #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 210px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF url(../hometemps/leftBGstrip.jpg) top center repeat-x; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 20px 10px 15px 15px;
	height: 548px;
	margin-top: 0;
}
.fixed #mainContent {
	margin: 0 20px 0 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 40px;
	background: #FFFFFF;
	float: right;
	width: 610px;
}
.fixed #footer {
	padding: 20px 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
	text-align: center;
}
.fixed #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: left;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
img { border: none; }

/* FONT STYLES */
#subpage a:link {
	color: #B04E0C;
	font-weight: bold;
	text-decoration: none;
}
#subpage a:visited {
	color: #B04E0C;
	text-decoration: none;
}
#subpage a:hover {
	color: #000000;
	text-decoration: underline;
}

h1  {
font-family:: "Lucida Grande", Tahoma, Arial, Sans-Serif;;
font-size: 22px;
color: #B04E0C;
padding-top: 15px;
}
h2  {
font-family:: "Lucida Grande", Tahoma, Arial, Sans-Serif;;
font-size: 13px;
color: #000000;
font-weight: bold;
}
h3  {
font-family:: "Lucida Grande", Tahoma, Arial, Sans-Serif;;
font-size: 16px;
color: #B04E0C;
text-align: center;
font-style: italic;
font-weight:  bold;
}
.newsheadline {
font-family:: "Lucida Grande", Tahoma, Arial, Sans-Serif;;
font-size: 16px;
color: #A28800;
text-align: left;
font-weight:  bold;
}
.newsdate {
font-family:: "Lucida Grande", Tahoma, Arial, Sans-Serif;;
font-size: 13px;
color: #000000;
font-weight: normal;
font-style:italic;
}
.font1 {
font-family:: "Lucida Grande", Tahoma, Arial, Sans-Serif;;
font-size: 13px;
color: #000000;
font-weight: normal;
}
p  {
font-family:: "Lucida Grande", Tahoma, Arial, Sans-Serif;;
font-size: 13px;
color: #000000;
font-weight: normal;
margin-left: 10px;
line-height: 1.6em;
}
#subpage p  {
line-height: 1.6em;
}
#subpage #footer p  {
line-height: inherit;
}
li {
margin-bottom:12px;
font-size: 13px;
}
.fixed #mainContent ul {
	list-style: square;
}
.fixed #mainContent li {
	line-height: 1.4em;
	list-style: square;
	margin-bottom:12px;
}




.menufont  {
	color: #48413B;
	font-size: 13px;
}
.menufont a:hover {
	color: #000000;
	font-size: 13px;
	text-decoration: underline;
}
.menufont a:link{
	color: #48413B;
	font-size: 13px;
	text-decoration: none;
}
.menufont a:visited {
	color: #48413B;
	font-size: 13px;
	text-decoration: none;
}
.navigation {
	background: #FFFFFF left top repeat-x;
	width: 100%;
	min-height: 50px;
	list-style: none;
}
.navigation ul {
		padding: 0px 0 0 0;
		float: left;
		text-decoration: none;
	}
.navigation li,
.navigation li a {
		display: block;
	}
.navigation li a {
		font-size: 11px;
		color: #46433A;
		padding: 2px 10px 2px 0px;
		text-decoration: none;
		font-weight: bold;
		list-style: none;
	}
	html .navigation li a:hover {
		color: #000000;
		background: #FFFFFF;
		padding-left: 2px;
	}
.footernav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #B04E0C;
	margin-bottom: 20px;
}
.footernav a:link {
	color: #B04E0C;
	font-weight: normal;
	text-decoration: none;
}
.footernav a:visited {
	color: #B04E0C;
	font-weight: normal;
	text-decoration: none;
}
.footernav a:hover {
	color: #000000;
	font-weight: normal;
	text-decoration: underline;
}
#subpage p.links {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #B04E0C;
}
p.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #A38501;
}
.sitemap {
	margin-top:1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #B04E0C;
	line-height: 1.5em;
}

#mainContent #login form > ul > li {
	list-style:none;
}

