@charset "utf-8";
/* CSS Document */
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	margin-top: 5px;
	background-color: #DFDFA2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.thrColFixHdr #container { 
	width: 960px;  
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFixHdr #header {
	background-color: #556c11;
	height: 100px;
	border-right-width: 5px;
	border-left-width: 5px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	padding: 0;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #header2 {
	float: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 770px;
} 
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 175px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 220px; /* padding keeps the content of the div away from the edges */
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 35px;
	padding-left: 10px;
}
.thrColFixHdr #mainContent {
	margin-top: 0;
	margin-right: 175px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 200px;
} 
.thrColFixHdr #footer {
	height: 15px;
	border-top-color: #FFD478;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFD478;
	border-left-color: #FFFFFF;
	border-right-width: 5px;
	border-left-width: 5px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-width: 0px;
	border-bottom-width: 0px;
	background-color: #4f6110;
} 
.thrColFixHdr #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 */
}
.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;
}
.headerlogo {
	float: left;
	padding-top: 30px;
	padding-left: 5px;
	}
.whtbrder {
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 3px;
	border-bottom-width: 2px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#whtbrder2 {
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 3px;
	border-bottom-width: 1px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#offset {
	background-color: #FFFFFF;
	border-right-width: 5px;
	border-left-width: 5px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#flashhome {
	background-color: #FFFFFF;
	border-right-style: none;
	border-left-style: none;
	border-top-style: none;
	border-bottom-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#colorbrder {
	height: 30px;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-color: #a3af7a;
	border-right-width: 5px;
	border-left-width: 5px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-width: 0px;
	border-bottom-width: 0px;
}
#colorbrder2 {
	height: 30px;
	background-color: #a3af7a;
	border-top-width: 0px;
	border-bottom-width: 0px;
}
#navbar {
	display:none;
}
#fastfind {
	display:none;
}
#homecontent {
	vertical-align: top;
	top: 10px;
	float: left; /* since this element is floated, a width must be given */
	width: 450px; /* padding keeps the content of the div away from the edges */
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 35px;
	padding-left: 1px;
}

.menu {
	border: 1px solid #BFBFBF;
	padding:10px 10px 15px 10px;
	background-color:#ebd3af;
	filter: Alpha(Opacity=95);
	-moz-opacity:0.95;
	opacity: 0.95;
}

.menuItem {
	padding:4px 10px 4px 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #dddddd;
	text-align: left;
}

.menuItem:hover {
	background-color:#fbf0db;
}

.menuItem a {
  color:#666666;
  text-decoration:none;
}

#demo {
	background-color:#bc9307;
	cursor:pointer;
	width: 910px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #fbf0db;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}

#demo span {
	cursor:pointer;
	padding-top: 3px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 25px;
}

#demo span:hover {
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #fedb8a;
}
#demo a:link {
	color: #fedb8a;
	text-decoration: none;
	font-weight: bold;
}
#demo a:visited {
	color: #fedb8a;
	text-decoration: none;
	font-weight: bold;
}
.titlelink {
	font-weight: bold;
	text-transform: uppercase;
	color: #5a2007;
	font-size: 1.1em;
}
.titlelink2 {
	color: #cf8e17;
	font-size: 26px;
}

#topNavagation {
	display:none;
}

#topNavagation li{
	float:left;
	list-style-type: none;
	padding-left: 5px;
	margin: 0px;
	
	}
#hometop { 
display:none;
}
#hometopleft {
	display:none;
}
#topNavagation li a{
	text-decoration:none;
	color: #ffd478;	
	}
#topNavagation li a:hover{
	text-decoration:underline;
	
}

.copyright {
	font-size: 10px;
	text-align: center;
}
.leftnav {
	display:none;
}
.leftnav a{
	text-decoration:none;
	color: #5a2007;
}
.leftnav a:hover{
	text-decoration:none;
	color: #cf8e17;
}
.leftnavon {
	text-decoration:none;
	color: #cf8e17;
}
.leftnavspace {
	cursor:pointer;
	padding-top: 8px;
	padding-bottom: 8px;
}
.noprint {
	display:none;
}

