body{
	margin: 0;
	padding: 0;
	width: 760px;
	background-color: #fff;
	background: url("../images/bg.gif") repeat-y;
	font: 0.80em/1.3 Verdana, Arial, Helvetica, sans-serif;
}
input, select {
	margin: 0; padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
}
a { text-decoration: none; }
a:hover{ text-decoration: underline; }
a img{ border: none; }

h1 { 
	margin: 0; padding: 0;
	font-family: "Times New Roman", Times, serif; 
	font-size: 200%;
}
h2 { margin: 0; padding: 0.5em 0 0 0; }
h3, h4, h5, h6, h7 { margin: 0; padding: 0.3em 0 0 0; }

ol { margin: 0 0 0 1.5em; padding: 0 0 0 1em; }
ol li { margin: 0; padding: 0 0 1.0em 0; }
#search-pages {
	margin: 0; padding: 0;
	border-top: 1px solid;
}

#container {
	margin: 0; padding: 0;	
	width: 760px;
}

.cleaner {
	clear: both;
	height: 1px;
	font-size: 1px;
	border: none;
	margin: 0; padding: 0;
	background: transparent;
}
.hide { display: none; }

/*************************** HEADER TOP **/
#header-top{
	margin: 10px 0 0 0;
	padding: 0;
	border-top: 1px solid #fff;
}
#head-date{ 
	margin: 0; padding: 0;
	width: 205px;
	float: left;
	color: #004691;
	font-size: 0.8em; 
}
#head-date p {
	margin: 0; 
	padding: 0 0 0 10px;
}
#head-qlinks{ margin: 0; padding: 0; }
#head-qlinks form {
	margin: 0; 
	padding: 0 10px 0 0;
	float: right;
}


/*************************** HEADER NAV **/
#header-nav{
	margin: 10px 0 0 0;
	padding: 0;
}
#head-logo {
	margin: 0; padding: 0;
	width: 205px;
	height: 151px;
	float: left;	
}
#head-logo p { margin: 10px 0 0 0; padding: 0; }
#head-logo a {
	margin: 0; padding: 0;
	width: 205px;
	height: 141px;
	display: block;
}
#head-logo span {
	margin: -10px 0 0 0; padding: 0;
	background: url("../images/logo.gif") no-repeat 0 0;
	position: absolute;
	width: 205px;
	height: 151px;
}

/* -- header -- */
#head-logo {width: 205px; height: 151px; background: url(../images/logo.gif) 0 0 no-repeat; position: relative;}
#head-logo p {margin: 0;}
#head-logo p a:link, #head-logo p a:visited {width: 205px; position: absolute; top: 0; left: 0; display: block; background: none;
 overflow: hidden; font-size: 1px; height: 141px; padding-top: 152px;
 voice-family: "\"}\""; 
 voice-family:inherit;
 height: 0;
} i {}
/* Why i {} ? The Box Model Hack - http://tantek.com/CSS/Examples/boxmodelhack.html */


#head-nav {
	margin: 0; padding: 0;
	height: 151px;
	float: right;
}
#head-nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#head-nav li {
	margin: 0; padding: 130px 0 10px 0;
	float: left;
	width: 175px;
	height: 21px;
	border-left: 10px solid #fff;
	text-align: left;
}
#head-nav a {
	margin: 0; padding: 0;
	width: 175px;
	display: block;
	color: #fff;
	font-weight: bold;
}


/*************************** MENUS **/
#nav-t, #nav-t ul { /* all lists */
	margin: 0; 
	padding: 10px 0 4px 0;
	list-style: none;
	line-height: 1;
	float: left;
	width: 100%;
}

#nav-t li ul { /* second-level lists */
	position: absolute;
	width: 175px;
	height: auto;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav-t li:hover ul, #nav-t li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
#nav-t ul li { 
	margin: 0;
	padding: 4px 10px;
	text-align: left; 
	border: none;
	border-top: 1px solid; 
	width: 155px;
	height: auto;
}
#nav-t ul li a { 
	font-weight: normal; 
	color: #000; 
	width: 155px;
}

/* main menu item wave background */
#nav-t li#nav-h { background: url("../images/nav_h.gif") no-repeat -999em 81px; }
#nav-t li#nav-i { background: url("../images/nav_i.gif") no-repeat -999em 81px; }
#nav-t li#nav-s { background: url("../images/nav_s.gif") no-repeat -999em 81px; }
#nav-t li#nav-h:hover, #nav-t li#nav-h.sfhover { background-position: 0 81px; }
#nav-t li#nav-i:hover, #nav-t li#nav-i.sfhover { background-position: 0 81px; }
#nav-t li#nav-s:hover, #nav-t li#nav-s.sfhover { background-position: 0 81px; }

#nav-t li#nav-h-active { background: url("../images/nav_h.gif") no-repeat 0 81px; }
#nav-t li#nav-i-active { background: url("../images/nav_i.gif") no-repeat 0 81px; }
#nav-t li#nav-s-active { background: url("../images/nav_s.gif") no-repeat 0 81px; }

#nav-t .nav-btn { text-align: center; }

/* submenus */
#nav-t li#nav-h ul, #nav-t li#nav-h-active ul { background-color: #B3B340; }
#nav-t li#nav-i ul, #nav-t li#nav-i-active ul { background-color: #8C739A; }
#nav-t li#nav-s ul, #nav-t li#nav-s-active ul { background-color: #FF9900; }

/* submenu items */
#nav-t li#nav-h li, #nav-t li#nav-h-active li { border-color: #EDEDD1; }
#nav-t li#nav-i li, #nav-t li#nav-i-active li { border-color: #E3DEE7; }
#nav-t li#nav-s li, #nav-t li#nav-s-active li { border-color: #FFE7C2; }
#nav-t li#nav-h li:hover, #nav-t li#nav-h li.sfhover, #nav-t li#nav-h-active li:hover, #nav-t li#nav-h-active li.sfhover { background-color: #EDEDD1; }
#nav-t li#nav-i li:hover, #nav-t li#nav-i li.sfhover, #nav-t li#nav-i-active li:hover, #nav-t li#nav-i-active li.sfhover { background-color: #E3DEE7; }
#nav-t li#nav-s li:hover, #nav-t li#nav-s li.sfhover, #nav-t li#nav-s-active li:hover, #nav-t li#nav-s-active li.sfhover { background-color: #FFE7C2; }







/*************************** MAIN-CONTENT **/
#main-content {
	margin: 10px 0 0 0; padding: 0;
}

/*************************** SUB NAV **/
#sub-nav{
	margin: 0; padding: 0;
	width: 205px;
	float: left;
}
#sub-nav #search {
	margin: 0; padding: 10px;
	border-top: 10px solid;
}
#sub-nav #search label {
	margin: 0; padding: 0;
	text-transform: uppercase;
	font-weight: bold;
}
#sub-nav #navigation {
	margin: 0; padding: 0 0 20px 0;
	border-top: 10px solid;
}
#sub-nav #navigation p {
	margin: 0; 
	padding: 20px 10px 10px 10px;
	text-transform: uppercase;
	font-weight: bold;
}
#sub-nav #navigation ul {
	margin: 0 0 0 27px; 
	padding: 0 10px 0 0;
}


#sub-nav #navigation ul ul { /* second-level lists */
	position: absolute;
	width: 150px;
	height: auto;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#sub-nav #navigation ul li:hover ul, #sub-nav #navigation ul li.sfhover ul { /* lists nested under hovered list items */
	margin: -1.0em 0 0 0; 
	padding: 10px 10px 10px 27px;
	left: 150px;
	text-align: left; 
	height: auto;
}

#sub-nav #navigation ul ul li a { 
	font-weight: normal; 
	color: #fff; 
	width: 150px;
}

/* submenus */
.nav4h { background-color: #7E933B; }
.nav4i { background-color: #7A588A; }
.nav4s { background-color: #E8670C; }









/*************************** RELATED **/
#related{  
	margin: 0; padding: 0;
	width: 175px;
	float: right;
	border-top: 10px solid;
	border-bottom: 10px solid;
}
#related-img {
	margin: 1px 0 10px 0;
	padding: 0;
}
#related p { 
	margin: 0; 
	padding: 0 10px 0.5em 10px;
}
#related ul {
	margin: 0 0 0 27px; 
	padding: 0 10px 20px 0;
}
#related p.related { padding-top: 10px; color: #333; }


/*************************** CONTENT **/
#content {
	margin: 0 185px 0 215px;
	padding: 10px 0;
	border-top: 10px solid;
}

/* Hides from IE5-mac \*/
* html #content {height: 1%;}
/* End hide from IE5-mac */

#content input, #content select {
	font-size: 1.0em;
}

#content #news-index {
	margin: 0; padding: 0 0 0 1.5em;
	list-style-image: url("../images/news_bullet.gif"); 
}

#content-permit {
	margin: 0 0px 0 215px;
	padding: 0;
	border-top: 10px solid;
	border-color: #004691;
}

#content-permit input, #content-permit select {
	font-size: 1.00em
}

#content-permit h2 { margin: 0; }

#content-permit .oandm-highlight {padding-left: 3px; font-size: 1.1em; color: #004691; background-color: #C2D3E5; border: 1px solid #004691; }

/*************************** FOOTER **/
#footer {
	margin: 0;
	padding: 10px;
	font-size: 0.8em;
	border-top: 1px solid #fff;
}


/*************************** INLINE MENUS **/
.inline-right{
	margin: 0;
	padding: 0;
	list-style-type: none;
	height: 1.0em;
}
.inline-right li{
	margin: 0;
	padding: 0 5px;
	float: left;
	line-height: 1.0em;
	border-right: 1px solid;
}
.inline-right li.last { border: none; }


.last-updated { font-size: 0.8em; font-style: italic; }
.sc-link { margin: 0; padding: 0 0 0 5px; }
.reldocs { padding-bottom: 0.5em; }


/*************************** Envision Menu **/
.envision-menu{  
}
.envision-menu-img {
	margin: 1px 0 10px 0;
	padding: 0;
}
.envision-menu p { 
	margin: 0; 
	padding: 0 0 0 10px;
	font-weight: bold; 
}
.envision-menu ul {
	margin: 0 0 0 27px; 
	padding: 0 10px 20px 0;
}

.envision-menu hr {
    background: #7894AF;
    color: #7894AF;
    height: 1px;
    margin: 1em 0 .75em 0;
    border: 0;
}

/*************************** Envision Legend **/
.envision-legend{  
}
.envision-legend-img {
	margin: 1px 0 10px 0;
	padding: 0;
}
.envision-legend p { 
	margin: 0; 
	padding: 0 0 0 10px;
	font-weight: bold; 
}
.envision-legend ul {
	margin: 5px 0 0 27px; 
	padding: 0 10px 20px 0;
}

.envision-legend ul li {
	margin-bottom: 8px;
}

/*************************** Envision Login **/
#envision-login{ 
	padding-left: 10px; 
}

.envision-form-tabs { display: block; height: 1.5em; list-style-type: none; margin: 0 1em 0 0; padding: 0; }
.envision-form-tabs a:hover { text-decoration: none; }
.envision-form-tabs li { float: left; display: block; background: #c2d3e5; margin: 0 2px 0 0; padding: .15em .5em 0 .5em; border-bottom: 2px solid #c2d3e5; font-size: .95em; }
.envision-form-tabs li.active { border-color: #004691; }

.envision-new-button { width: auto; background: #e0e0e0 url('../o_and_m/images/add_16.gif') 5px center no-repeat; font-weight: bold; padding: 5px 5px 5px 30px !important; border: 2px outset #ccc; }
.envision-save-button { width: auto; background: #e0e0e0 url('../o_and_m/images/file.gif') 5px center no-repeat; font-weight: bold; padding: 5px 5px 5px 25px !important; }
.envision-print-button { width: auto; background: #e0e0e0 url('../o_and_m/images/print_16.gif') 5px center no-repeat; font-weight: bold; padding: 5px 5px 5px 25px !important; }
.envision-next-button { width: auto; background: #e0e0e0 url('../o_and_m/images/arrow-forward_16.gif') right no-repeat; font-weight: bold; padding: 5px 30px 5px 5px !important; border: 2px outset #ccc; }
.envision-back-button { width: auto; background: #e0e0e0 url('../o_and_m/images/arrow-back_16.gif') 5px center no-repeat; font-weight: bold; padding: 5px 5px 5px 30px !important; border: 2px outset #ccc; }
.envision-close-button { float: right; width: auto; background: transparent url('../o_and_m/images/close_16.gif') right center no-repeat; font-weight: normal; margin-right: 16px; padding: 5px 22px 5px 5px !important; }

#search-parcel td { vertical-align: top; }

#search-parcel-results { vertical-align: top; width: 98%; margin: 0 0 1em 0; }
#search-parcel-results th { background: #1c5a9d; color: #fff; text-align: left; }
#search-parcel-results td { font-size: 11px; padding: .25em; border-bottom: 1px solid #ccc; }

td.row_head { background: #ccc; width: 14em; text-align: right; padding-right: .5em; }

td.required { background: #fcc; }

.print_only { display: none; }


/*****************************************/

.tigra_tree table{
	line-height: 1.0em;
}

.tigra_tree tr{
	margin: 0;
	padding: 0;
}

.tigra_tree td{
	margin: 0;
	padding: 0;
}

.tigra_tree td a img{
	margin: 0;
	padding: 0;
}

.tigra_tree td a{
	font-size: 12px;
	margin: 0;
	padding: 0;
}


/*********	O&M STYLES	**********/
#rss-project-container {
    margin: 0;
    margin-right: 10px;
    padding: 0; 
    border: 1px solid black;
}

#rss-project-container form {
    margin: 0;
    padding: 0;
}

#rss-project-content {
    margin: 0;
    padding: 5px;
}

#rss-project-content p {
    margin: 0;
    margin-top: 3px;
    margin-bottom: 8px;
}

#rss-project-menu {
    margin: 0;
    padding: 0;
    background-color: #D7FFB0;
}

#rss-project-menu ul {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid black;
}

#rss-project-menu li {
    display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

#rss-project-menu li.current {
    font-weight: bold;
}

#rss-project-menu li#status {
    margin-left: 10px;
    margin-right: 13px;
}

#rss-project-menu li#participants {
    margin-right: 13px;
}

#rss-project-menu li#application {
    margin-right: 13px;
}

#rss-project-menu li#evaluation {
    margin-right: 13px;
}

#rss-project-menu li#submit {
    margin-right: 13px;
}

#rss-project-menu li#survey {
    margin-right: 0;
}


/*********	SITEMAP STYLES	********/
#sitemap {
	margin: 0;
	padding: 0;
}
