* {padding: 0; margin: 0;  }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 background: #421e17 url(/images/bg.png) repeat-y 50% 0; 
}
#wrapper { 
 margin: 0 auto;
 width: 774px;
}

#leftcolumn { 
 background: #fff;
 float: left;
}
#scroller{ 
background-color:#FFFFFF; 
height:44px;
width:774px;
border:1px solid #294737;
}

.leaf{ padding-left:12px; list-style:none;}

#ajaxticker1{
width: 758px;
height: 30px;
padding: 5px;
}

#ajaxticker1 div{ /*IE6 bug fix when text is bold and fade effect (alpha filter) is enabled. Style inner DIV with same color as outer DIV*/
background-color: #B3C8AF; padding:2px;
}

.someclass{}



/************************** Style settings */
#bannerMainNav{ background-color:#FFFFFF;
}		
#bannerArea {
	padding: 0;
	margin: 0;
	height: 164px;
	background-color: white;
}
#bannerAreaServices {
	padding: 0;
	margin: 0;
	height: 150px;
	background-color: white;
}
#contentFooter {
	border-top: 1px solid gray;
	margin: 0;
	margin-top: 0px;
	padding: 0;
	padding-top:3px;
	padding-left:8px;
	background-color: #FFFFFF;
	width: 470px;
}
/* hack to fake ie recognize min height */
/*
.prop {
    float:right;
    width:1px;
  
    
}
.clear {
    clear:both;
    height:1px;
    overflow:hidden;
  }
.min300px {
    height:370px;
}
*/
#min {
	/* for the no ie browsers */
 min-height:370px;
background-color: inherit;
	
}

/* quick ie hack */
#clear {}
html>body #clear {clear:left;} 
#contentFooter a, #contentFooter a:hover, #contentFooter a:active, #contentFooter a:link {
	color: #421E17;
	text-decoration: none;
}
#contentFooter a:hover {
	text-decoration: underline;
}
/************************** nav css code */
#bannerNav {
	padding:0;
	margin-left: 10px;
	width:774px;
	height:145px;
}


/************* Begin Quicklink nav */
#quicklinkcontainer{
	width: 100%;
	float: right;
	background-color: #294737;
	font-family: Georgia, Times New Roman, Times, serif;
	border-bottom: 3px solid white;
	width:774px;
}
#quicklinkcontainer ul { padding: 0; }
#quicklinkcontainer ul li { display: inline; }
#quicklinkcontainer ul
{
	margin: 0;
	padding: 0 0 0 7%;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 1px;
}
#quicklinkcontainer ul li a
{
	padding: 0.2em 12px;
	background-color: #294737;
	color: #FFFFFF;
	text-decoration: none;
	float: right;
	/* border-right: 1px solid #94B473;*/
	margin-bottom: 2px;
	margin-top: 2px;
}
#quicklinkcontainer ul li a:hover{	
	background-color: #294737;
	color: #FFFFFF;
	text-decoration: underline;
}
/********************************************** Main Navigation Code */
#top-nav { 
	margin:0;
	margin-top:2px; 
	padding:0;
	margin-left:0px;	

}
.clearnav {clear:both;}
p { margin-top: 5px; margin-bottom: 5px; }

/************************** Style settings */
h1 {
	color: #34777a;
	font: 400 20px Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px;
}
.content-title {
	margin-top:0px;
	padding-top:15px;
	border-bottom: 1px solid gray;
	padding-bottom:15px;
}
.main{
	background-color:#FFF;
	padding-bottom: 40px;
	padding-top: 20px;
	padding-left:8px;
	width:470px;
}
.search{ 
	height:72px;
	background-color:#FFF;
}
.alert{ 
	height:92px;
	background-color:#FFF;
	padding-left:4px;
	padding-top:4px;
}
.location{
	border-top: #FFFFFF solid 1px;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	color: white;
	font-size: 12px;
	border-bottom: 1px solid white;
}
.location a, .location a:visited{ color:#fff;}
.dr{
	border-top: #FFFFFF solid 1px;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	color: white;
	font-size: 12px;
	border-bottom: 1px solid white;
}
h2 {
	color: #000;
	font: 400 16px Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px;
}
.dr a, .dr a:visited{ color:#fff;}
.dr li { list-style:none;}
.flash{ }
.picture{ border-bottom: #FFFFFF 2px solid;}

/****************************************** new menu ******************************/
.menu {width:774px; height:22px; font-size:0.85em; position:relative; z-index:100;border-right:1px solid #000;}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:774px; w\idth:763px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {width:109px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;width:109px;position:relative;}
/* style the links for the top level */
.menu a, .menu a:visited {display:block;font-size:11px;text-decoration:none; color:#fff; width:109px; height:20px; border:1px solid #000; border-width:1px 0 1px 1px; background:#849381; padding-left:10px; line-height:19px;}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:109px; w\idth:98px;}
/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#d4d8bd;}
/* style the second level hover */
.menu ul ul a.drop:hover{background:#c9ba65;}
.menu ul ul :hover > a.drop {background:#c9ba65;}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#e2dfa8;}
/* style the third level hover */
.menu ul ul ul a:hover {background:#b2ab9b;}
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:21px;left:0; width:109px;border-top:1px solid #000;}
/* another hack for IE5.5 */
* html .menu ul ul {top:20px;t\op:21px;}
/* position the third level flyout menu */
.menu ul ul ul{left:109px; top:-1px; width:109px;}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-109px;}
/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}
/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {background:#d4d8bd; color:#000; height:auto; line-height:1em; padding:5px 10px; width:109px;border-width:0 1px 1px 1px;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:150px;w\idth:128px;}
/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#fff; background:#949e7c;}
.menu :hover > a, .menu ul ul :hover > a {color:#fff;background:#949e7c;}
/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}


#postit{
position:absolute;
width:240px;
padding:5px;
background-color: #fff;
border:3px solid #294737;
visibility:hidden;
z-index:100;
cursor:hand;
cursor: pointer;
}
.small{ font-size:9px;}
