body{
	width:23em;
	background: #003;
	font: 1em Arial, Helvetica, sans-serif;
}

.flashtext, #bnr_center, #govflash, #helpmenu, #left_column {
	display:none;
	visibility:hidden;
 }
#bnr_wrapper {
	white-space: nowrap;
	min-width:100px;
	display: table;
	width: 17em;
	text-align: center;
	height: .1em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	font-family: Arial, Helvetica, sans-serif;
}
 #MinWidthContainer {
	padding-left:00px;
	height: 135px;
}
#MinWidthContainer #PageContainer {
	height: 1px;
}
#MinWidthContainer #PageContainer #PageContentContainer {
margin-left:0px;
position: relative;
height: 1px;
}
#headerTop{
	font-size: .85em;
	position: relative;
	top: 0px;
	z-index: 1000;
	width: 100%;
	clear: both;
	display: table;
	height: 135px;
}

.topmenu_wrapper {
	background: #003;
	width: 100%;
	text-align: center;
	display: block;
	height:12em;
	clear:both
	white-space: nowrap;
	}
#mid_column {
	margin-left: 0em;
	margin-right: 1em;
	z-index: 900;
	position: static;
	padding-left: 13px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666;
	background: #FFF;
	}
.scroller {
	position:relative;
	top: 0em;
	height: 100%;
	width: 100%;
	background: #ECECEC url(../images/back_body.jpg) no-repeat fixed center top;
}
.row_wrapper{
	font-size: 0.5em;
	width:7em;
	padding-top: 3px;
	padding-bottom:3px;
	display: table;
	height: 8em;
	white-space: nowrap;
}
.row_wrapper img{
	width:12em;
}
.row_wrapper .column01{
	float: left;
	width: 15.5em;
	padding-right: 5px;
	padding-left: 5px;
	white-space: normal;
}

.topmenu {
	color:#FFFFFF;
	width: 100%;
	margin-left:auto;
	margin-right: auto;
	position: relative;
	white-space: nowrap;
	}

#nav li.top {
	display:list-item;
	list-style-position: inside;
	list-style-type: disc;
	width: 100%;
	font-size: 1.5em;
}

#nav li a.top_link {
	line-height:1.5em;
	float:left;
	color:#FFF;
	text-decoration:none;
	font-size:1em;
	cursor:pointer;
	margin-top: 0;
	margin-bottom: 0;
	padding-right: 10px;
	padding-left: 10px;
	background: none;
	font-size: 1em;
}
#nav li a.top_link:hover {
display:list-item;
	list-style-position: inside;
	list-style-type: disc;
	width: 100%;
	font-size: 1.5em;
  	
}

#nav li a.top_link span {
	float:none;
	display:block;
}
#nav li a.top_link span.down {float:none; display:block;}
.down:hover {
	
}

#nav li:hover a.top_link {}
#nav li:hover a.top_link span { }
#nav li:hover a.top_link span.down{
	text-align:left;
	display:list-item;
	list-style-position: inside;
	list-style-type: none;
	width: 100%;
	font-size: 1.2em;
}

#nav li:hover {
	display:list-item;
	list-style-position: inside;
	list-style-type: none;
	font-size: .5em;
	margin: 0px;
	padding: 0px;
	float: left;
}


#nav li:hover ul.sub li:hover
{
	display:list-item;
	list-style-position: inside;
	list-style-type: disc;
	width: 100%;

}
#nav li:hover ul.sub
{	display:none;
	visibility:hidden;

}
.topmenu_wrapper .topmenu #nav .fly {
	display:none;
	visibility:hidden;
}


#nav ul, 
#nav li:hover ul ul,
#nav li:hover li:hover ul ul,
#nav li:hover li:hover li:hover ul ul,
#nav li:hover li:hover li:hover li:hover ul ul
{
	left:0px;
	top:0px;
	width:0;
	height:0;
	margin:0;
	padding:0;
	color:#FFFFFF;
	list-style-type: disc;
}
#nav li:hover li:hover a.fly,
#nav li:hover li:hover li:hover a.fly,
#nav li:hover li:hover li:hover li:hover a.fly,
#nav li:hover li:hover li:hover li:hover li:hover a.fly
{color:#FFFFFF; } 
.viewall{
	background: #A24500;
	text-align:center;
}
/*   ---------------------BEGIN TABBED MENU------------------------- */	

* html .menu {
	height: 100%;
}
.menu{
	display:none;
	visibility:hidden;
	height: 100%;
	font-size:.8em;
	width:17em;
	padding-top:0.5em;
}
.tab{ 
height: 100%;
	float: none;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: 2px;
		line-height: 2em;
	border: 1px solid #666633;
	font-weight: bold;
	color: #FFFFFF;
}
.tab:hover{
	background: #082231;
	border: 1px solid #082231;
	color: #FFFFFF;
}

.tab_content {
	display:block;
	clear:both;
	width:auto; /* This must be a fixed width, you cannot make it a percentage. IE6 will not render correctly if it is a percentage */
	height: 100%;
	border: 1px solid #082231;
	background: #EAECDF;
	padding: 5px;
	text-align: left;
	position: static;
	z-index: 100;
	top: 2.5em;
	left: 0px;
	visibility: visible;
	color: #000000;
	font-weight: normal;
	overflow: visible;
}
.tab_content img{
	display:none;
	visibility:hidden;
}
.tab:hover .tab_content{
	display:block;
	visibility:visible;

}


.featuretab {
	width:17em;
	margin-top:2em;
	border: 1px solid #666666;
	background:  #EAECDF  no-repeat left bottom;
	padding: 5px;
	text-align: left;
	position:absolute;
	z-index:1;
	left: 0px;
}
.tab_content_text {
	display:block;
	margin-left: 0em;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333333;
	font-size: 0.9em;
	padding-left: 1em;
	line-height: 1.5em;
}
.tab_content_text h1{
	color: #333333;
	font-size: 1.2em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

.tab_content_text a{
	text-decoration: none;
	color: #333333;
}
.tab_content_text a:hover {
	text-decoration: underline;
}

.menu .featuretab #featuretab_links {
	width: 17em;
	margin-left: 21em;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333333;
	padding-left: 1em;
	font-size: .9em;
	height: 100%;
}


#featuretab_links h1 {
	color: #333333;
	font-size: 1.2em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#featuretab_links ul {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#featuretab_links ul li {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	list-style-image: url(../images/bullet_arrow.gif);
	font-size: .9em;
}
#featuretab_links a {
	font-size:1.2em;
	color: #333333;
	text-decoration: none;
}
#featuretab_links a:hover {
	text-decoration: underline;
}

/* ----------END TABBED MENU---------------- */
 #visit_gov {
	width: 9.5em;
	float: left;
	text-align: center;
	position: absolute;
	top: 2.5em;
	left: 6em;
	font-size: 1.2em;
	font-weight: bold;
}

 #visit_gov a {
	text-decoration: none;
	color: #333333;
}
.viewall2 {
	font-size:1.1em;
	color: #333;
	text-decoration: none;
}
#searchbar {
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	margin: 0px;
	padding-top: 3px;
	position: absolute;
	width: 17em;
	left: 0px;
}
#searchbar form {
	margin: 0px;
	padding: 0px;
}

.search{
	width: 10em;
	margin-right: -0.3em;
	border: 1px none #000;
	background: #FFFFFF no-repeat left center;
	}
