body {
	margin: 0px;
	padding: 0px;
	color:#000; 
    font-family:verdana,arial,helvetica,sans-serif;
	font-size: 12px; 
	line-height:1.5em; 
	background: #eee;
	text-align:center; /*This centers the site wrapper*/
	height:100%;
}
 
.bodyText, input, p, th, td, li, dd, div    {
    /* redundant selectors to help NS4 remember */
    font-family:verdana,arial,helvetica,sans-serif;
	margin: 0px;
	padding: 0px;
	line-height:1.5em; 
}

form 
{
    margin: 0px;   
}

p 
{
    margin-bottom: 10px;   
}


img
{
    border:none;
}

ol {
}

ol li {
	margin-top:1em;
}

ul {
	margin-top: 0px;
	padding-top: 0px;
}

ul li 
{
    margin-bottom: 5px;
}

ul#bodyText 
{
	margin-top: 5px;
	list-style-type: disc;
}

ul#bodyText li
{
	margin: 8px 0px 0px 0px;
}

ol#bodyText 
{
	margin-top: 5px;
	margin-left: 10px;
}

ol#bodyText li
{
	margin: 8px 0px 0px 0px;
}


.break 
{
	clear:both;
}

a 
{
	color:#005AA0;
}

a:hover 
{
	color:#005AA0;
}

a:visited
{
	color:#005AA0;
    
}

#sitewrapper{ 
	margin: 0px auto 0;
	width: 920px;
	background: #ffffff;
	text-align: left;
	position: relative;
	overflow: hidden; 
} 


h1
{
    color: #4d4c4e;
    font-weight: bold;
	font-size: 1.3em;
	line-height: 1.3em;
	margin: 20px 0px 15px 0px;
	padding: 0px;
}

h2
{
    color: #4d4c4e;
    font-weight: bold;
	font-size: 1.2em;
	line-height: 1.2em;
	margin: 20px 0px 5px 0px;
	padding: 0px;
}

h3
{
    color: #000;
    font-weight: bold;
	font-size: 1.0em;
	line-height: 1.3em;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

h4
{
    color: #4d4c4e;
    font-weight: bold;
	font-size: 1.0em;
	line-height: 1.2em;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}


/* HOME STRUCTURE
-----------------------------------------------*/

#home_main_content 
{
    width:100%;
    padding: 0px;
}

#home_left_column
{
    float:left;
    width:530px;
    background:#fff url(../images/vertical_gradient_border.jpg) repeat-y right top;
}

#home_left_column_content
{
    width:500px;
    margin: 5px 14px 14px 13px;
    text-align: left;
    _margin-right: 0px;
}

#home_right_column
{
    float:right;
    width: 390px;
    position:relative;
    margin-top: 20px;
    _width: 330px;
}

#home_right_column_content
{
    width:368px;
    margin:-10px 44px 14px 20px;
    text-align: left;
    _width: 320px;
    _margin: 0px 20px 0px 0px; 
}

#homeMap 
{
    margin: 0px 0px 10px 0px;
}

#projectDescription 
{
    font-size: 1em;
    color: #fff;
    font-weight: bold;
    background: url('../images/project_description_background.jpg') no-repeat;
    height: 26px;
    width: 509px;
    line-height: 2.2em;
    vertical-align: middle;
    margin: 0px 0px 10px -20px;
    padding-left: 35px;
}

#about_home_line 
{
    border-top: solid 2px #888989;
    margin: 15px 0px 15px -20px;
}

#about_home_header 
{
    color: #6c4e38;    
    font-weight: bold;
    margin: 0px 0px 10px 0px;
}

.helpful_home 
{
    line-height: 3em;
    padding: 0px 0px 0px 0px;  
    border-bottom: solid 1px #606161;
    vertical-align: text-top; 
    _margin-top: 15px;
    _padding-bottom: 5px;
}

.helpful_home a 
{
    text-decoration: none;
    color: #000;
}

.helpful_home a:hover
{
    text-decoration: underline;
}



/* LANDING STRUCTURE
-----------------------------------------------*/

#main_content
{
    background-color:#fff;
    float:left;
    width:680px;
    border-left:240px solid #fff;  
    margin-top: 0px;
    padding-top: 0px;
}

#left_column
{
    float:left;
    width:240px;
    position:relative;
    margin-left:-240px;
    _margin-left: -260px;
}

#left_column_content
{
    width: 220px;
    margin: 14px 14px 14px 14px;
    text-align: left;
    margin-top: 10px;
}

#right_column
{
    float:left;
    width:680px;
    margin-right:-680px;
    background:#fff url(../images/vertical_gradient_border.jpg) repeat-y left top;
}

#right_column_USFS
{
    float:left;
    width:680px;
    margin-right:-680px;
    background:#f9f7e0 url(../images/USFS_gradient.jpg) repeat-y left top;
}


#right_column_content
{
    width:628px;
    margin: 10px 15px 14px 30px;
    padding-right: 20px;
    text-align: left;
}

/* NAVIGATION 
-----------------------------------------------*/

#logo 
{
    float: left; 
    top: 30px; 
    position: relative;
}

#topnav {
    float: right;
	position: relative;
	height: 26px;
	width: 647px;
	background-color: #000;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	vertical-align: middle;
}	

#topnav ul 
{	
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
	text-indent: 0px;
	margin-top: 0px;
	padding-top: 0px;
}

#topnav li 
{
	display:inline;
	margin:0px 0px 0px 0px;
	float:left;
}

#topnav a {
	display:block;
	text-decoration:none;
	font-weight: bold;
	font-size: 1em;
	color: #ffffff;
	text-align: center;
	letter-spacing: 0px;
	vertical-align: middle;
}

#nav_left, #nav_1, #nav_2, #nav_3, #nav_4, #nav_5, #nav_6, #nav_7, #nav_8, #nav_right  
{
    display: block;
	height:26px;
	color: #ffffff;
	background-color: #6C8942;
	line-height: 26px;
	vertical-align: middle;
}

#nav_1 a:hover, #nav_2 a:hover, #nav_3 a:hover, #nav_4 a:hover, #nav_5 a:hover, #nav_6 a:hover, #nav_7 a:hover, #nav_8 a:hover {
	height:26px;
	background-color: #6c4e38;
}


#nav_1, #nav_1 a:hover, #home #nav_1 a {
	position: relative;
	width:90px;
}


#nav_2, #nav_2 a:hover, #story #nav_2 a {
	position: relative;
	width:173px;
}

#nav_3, #nav_3 a:hover, #involve #nav_3 a {
	position: relative;
	width:83px;
}

#nav_4, #nav_4 a:hover, #listening #nav_4 a {
	position: relative;
	width:118px;
}

#nav_5, #nav_5 a:hover, #library #nav_5 a {
	position: relative;
	width:73px;
}

#nav_6, #nav_6 a:hover, #contact #nav_6 a  {
	position: relative;
	width:110px;
}

#nav_right 
{
	width:218px;
	margin-right: -1px;
}


#home #nav_1 a, 
#publicInvolvement #nav_2 a,
#maps #nav_3 a, 
#documents #nav_4 a, 
#faq #nav_5 a,
#contactUs #nav_6 a
{
	height:26px;
	background-color: #6c4e38;
}


/* PARTY NAV
-----------------------------------------------*/
#partynav {
	position: relative;
	float: right;
	height: 22px;
	width: 360px;
    background: url('../images/partynav_background.jpg') no-repeat;
	margin: 2px 0px 0px 0px;
	padding: 3px;
	vertical-align: middle;
	z-index: 1;
}	

#partynav ul 
{	
	list-style: none;
	margin-left: 14px;
	padding-left: 0px;
	text-indent: 0px;
	margin-top: 0px;
	padding-top: 0px;
}

#partynav li 
{
	display:inline;
	margin:3px 0px 0px 2px;
	float:left;
}

#partynav a {
	display:block;
	text-decoration:none;
	font-weight: bold;
	font-size: .9em;
	color: #ffffff;
	text-align: center;
	letter-spacing: 0px;
	height: 17px;
	line-height: 17px;
	vertical-align: middle;
}

#partynav_1, #partynav_2, #partynav_3, #partynav_4, #partynav_right  
{
    display: block;
	height: 17px;
	color: #ffffff;
	background-color: #004a70; 
	line-height: 16px;
	vertical-align: middle;
}

#partynav_1, #partynav_1 a:hover, #stateReview #partynav_1 a {
	position: relative;
	width:110px;
}

#partynav_2, #partynav_2 a:hover, #federalAgencies #partynav_2 a {
	position: relative;
	width:135px;
}

#partynav_3, #partynav_3 a:hover, #pge #partynav_3 a {
	position: relative;
	width:50px;
}

#partynav_4, #partynav_4 a:hover, #ctws #partynav_4 a {
	position: relative;
	width:60px;
}


#partynav_1 a:hover, #stateReview #partynav_1 a
{
	height:17px;
	background-color: #6b1a10;
}

#partynav_2 a:hover, #federalAgencies #partynav_2 a
{
	height:17px;
	background-color: #c47529;
}

#partynav_3 a:hover, #pge #partynav_3 a
{
	height:17px;
	background-color: #036b92;
}

#partynav_4 a:hover, #ctws #partynav_4 a
{
	height:17px;
	background-color: #6c4e38;
}

.partyLogo 
{
    margin: 0px 0px 10px -13px;   
    height: 63px;
}


/* SUBNAV 
-----------------------------------------------*/
#subnav {
	position: relative;
	left: 6px;
    width: 220px;
	margin: 0px 0px 50px -20px;
	padding: 0px;
}	

#subnav ul 
{	
	margin: 0px;
	padding: 0px;
}

#subnav li 
{
    display: block;
	margin: 0px 0px 3px 0px;
	padding: 0px;
	background: #fff;
	height: 40px;
}

#subnav a {
	display:block;
	text-decoration:none;
	font-size: 1.0em; 
	color: #000;
	text-align: right;
	letter-spacing: 0px;
	vertical-align: middle;
	padding:0px 10px 0px 0px;
	line-height: 40px;	
	height: 40px;
	border-bottom: solid 2px #606161;
}

#subnav_1 a:hover, #subnav_2 a:hover, #subnav_3 a:hover, #subnav_4 a:hover , #subnav_5 a:hover, #subnav_6 a:hover, #subnav_7 a:hover, #subnav_8 a:hover {
	background-color: #6c4e38;
    color: #fff;
	display:block;
	height: 40px;
	font-weight: bold;
	border-bottom: solid 2px #606161;
}

#participate #subnav_1 a, 
#schedule #subnav_2 a, 
#calendar #subnav_3 a,
#news #subnav_4 a,
#upcoming #subnav_3 a,
#past_2010 #subnav_3 a,
#past_2009 #subnav_3 a,
#sMaps #subnav_1 a,
#landowner #subnav_2 a, 
#overview #subnav_3 a,
#meeting #subnav_4 a,
#docs #subnav_1 a,
#documentLocations #subnav_2 a,
#furtherReading #subnav_3 a,
#faq_general #subnav_1 a,
#faq_stateFed #subnav_2 a,
#faq_publicInvolvement #subnav_3 a,
#faq_routing #subnav_4 a,
#faq_designConstruction #subnav_5 a,
#faq_surveys #subnav_7 a,
#faq_landowners #subnav_6 a,
#faq_transmission #subnav_7 a,
#glossary #subnav_8 a,
#contact #subnav_1 a,
#mailingList #subnav_2 a,
#media #subnav_3 a
{
	background-color: #6c4e38;
    color: #fff;
	display:block;
	height: 40px;
	font-weight: bold;
}

/* SUBNAV CALENDAR
-----------------------------------------------*/

#publicInvolvement #subnav_3 a 
{
    border-bottom: none;
}


#subnav_cal {
	position: relative;
	left: 6px;
    width: 220px;
	margin: -47px 0px 50px -20px;
	padding: 0px;
	background: #eee;
	padding-top: 2px;
	*margin-top: -50px;
}	

#subnav_cal ul 
{	
	margin: 0px;
	padding: 0px;

}

#subnav_cal li 
{
    display: block;
	margin: 0px 0px 3px 0px;
	padding: 0px;
	background: #eee;
	height: 20px;
	list-style-type: none;
}

#subnav_cal a {
	display:block;
	text-decoration:none;
	font-size: 1.0em; 
	color: #000;
	text-align: right;
	letter-spacing: 0px;
	vertical-align: middle;
	padding:0px 10px 0px 0px;
	line-height: 20px;	
	height: 20px;
}

#subnav_cal_1 a:hover, #subnav_cal_2 a:hover, #subnav_cal_3 a:hover
{
    color: #000;
    font-weight: bold;
    font-style: italic;
	height: 20px;
	font-weight: bold;
}

#upcoming #subnav_cal_1 a,
#past_2010 #subnav_cal_2 a,
#past_2009 #subnav_cal_3 a
{
    font-weight: bold;
    font-style: italic;   
}





/* SUBNAV PARTY
-----------------------------------------------*/
#subnav_1_sr a:hover, 
#subnav_2_sr a:hover, 
#subnav_3_sr a:hover, 
#subnav_4_sr a:hover, 
#sr_role #subnav_1_sr a,
#sr_efsc #subnav_2_sr a,
#sr_efsc2 #subnav_4_sr a,
#sr_participation #subnav_3_sr a
{
	background-color: #6b1a10;
    color: #fff;
	display:block;
	height: 40px;
	font-weight: bold;
	border-bottom: none;
}

#subnav_1_fa a:hover, 
#subnav_2_fa a:hover, 
#subnav_3_fa a:hover, 
#fa_role #subnav_1_fa a,
#fa_nepa #subnav_2_fa a,
#fa_participation #subnav_3_fa a
{
	background-color: #c47529;
    color: #fff;
	display:block;
	height: 40px;
	font-weight: bold;
	border-bottom: none;
}

#subnav_1_pge a:hover, 
#subnav_2_pge a:hover, 
#subnav_3_pge a:hover, 
#subnav_4_pge a:hover, 
#subnav_5_pge a:hover, 
#subnav_6_pge a:hover, 
#pge_about #subnav_1_pge a,
#pge_need #subnav_2_pge a,
#pge_route #subnav_3_pge a,
#pge_designConstruction #subnav_4_pge a,
#pge_landowners #subnav_5_pge a,
#pge_transmission #subnav_6_pge a
{
	background-color: #036b92;
    color: #fff;
	display:block;
	height: 40px;
	font-weight: bold;
	border-bottom: none;
}

#subnav_1_ctws a:hover, 
#subnav_2_ctws a:hover, 
#ctws_role #subnav_1_ctws a,
#ctws_tribalReview #subnav_2_ctws a
{
	background-color: #6c4e38;
    color: #fff;
	display:block;
	height: 40px;
	font-weight: bold;
	border-bottom: none;
}

.helpful_links_header
{
    border-bottom: solid 2px #606161;
	margin: 0px 10px -5px -20px;
	padding: 0px 10px 0px 0px;
	text-align: right;
	font-weight: bold;
	color: #6c4e38;
}

.helpful
{
    line-height: 2em;
    height: 2em;
    vertical-align: text-top; 
    padding: 0px 0px 3px 0px;  
    margin: 0px 0px 3px 0px;
    text-align: right;
    font-size: 85%;
}

.helpful a 
{
    text-decoration: none;
    color: #000;
}

.helpful a:hover
{
    text-decoration: underline;
}



/* call out boxes
-----------------------------------------------*/

.callOut
{
    width: 340px;
    margin: 0px 0px 20px 0px;
    border: 3px solid #6C8942;
}

.callOutHeader
{
    font-weight: bold;
    background-color: #6C8942;
    border-bottom: 1px solid #6C8942;
    padding: 0px 0px 0px 10px;
    color: #fff;
	font-size: 1em;
	line-height: 2.0em;
}

.callOutText 
{
    padding: 10px;
    font-size: 110%;
}

.callOut_withTab
{
    width: 250px;
    margin: 0px 0px 20px 20px;
    float: right;
    border-right: solid 2px #AFAFAF;
    border-bottom: solid 2px #AFAFAF;
    _border: solid 1px #AFAFAF;
}

.callOut_withTab_image
{
    height: 33px;
    width: 48px;
    background:#fff url(../images/textbox_corner.jpg) no-repeat left top;
    _background: none;
    _margin-top: -40px;
    _padding-top: -40px;
}

.callOut_withTab_topLine
{
    height: 2px;
    position: relative;
    top: -33px;
    width: 210px;
    background: #AFAFAF;
    float: right;
    _border-top: solid 10x #AFAFAF;
    _background: none;
}


.callOut_withTab_text 
{
    padding: 5px 10px 10px 10px;
    font-size: 90%;
    border-left: solid 2px #AFAFAF;
    _border-left: none;
}


/* OTHER
-----------------------------------------------*/

.main_image 
{
    float: right;
    margin: 0px 0px 20px 20px;  
    
}

.quotes p
{
    margin-top:25px;
    margin-bottom:0;
}

.quotes div
{
    margin-top:10px;
}


.clearer {
	clear: both;
	font-size: 1px;
}

.event 
{
    margin-bottom: 13px;
}

.eventHeader 
{
    font-weight: bold;
    font-size: 107%;
}

.caption 
{
	margin: 0px 0px 20px 0px;
	font-size: 10px;	
}

.nepa_caption 
{
	margin: 0px 0px 0px 0px;
	font-size: 11px;	
	font-weight: bold;
}


.item 
{
    margin-bottom: 20px;
}

.sidephoto 
{
    margin-top: 40px;
    margin-left: 6px;   
}

#disclaimer
{
	margin: -10px 0px 0px 10px;
	font-size: 10px;	
	
}

/* FOOTER
-----------------------------------------------*/
#footer 
{
	text-align: right;
	margin: 50px 0px 10px 0px;
	
}



/* MAPPING 
-----------------------------------------------*/

.searchHeader 
{
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	color: #0b243f;
	width: 95%;
	border-bottom: solid 1px black;
	margin: 5px 0px 10px 0px;
}

.highlight_map_search
{
	width: 630px;
	background-color: #eeebe5;
}

.map_searchbox_header
{
    font-size: 10px;
}

.highlight_left_line 
{
    padding-left: 10px;
    border-left: solid 1px #000; 
}



/* Comment Form
-----------------------------------------------*/
#commentForm 
{
	width: 600px; 
	font-size: 90%;
	border: 1px solid #606060; 
	padding: 0px 0px 0px 10px;
	margin: 20px 10px 30px 0px;
	vertical-align: top;
	color: #000;
}

#commentForm table tr td
{
    font-size: 100%;
}

#formError 
{
	color: Red;
	font-weight: bold;
}

.formHeader
{
	font-size: 12px;
	vertical-align: top;
}
.formHeader p
{
	margin-bottom: 10px;
}

.commentGridHeader td
{
	font-size: 13px;
	border-color: #AAA;
	padding-left: 4px;
}

.commentGrid {
	font-size: 11px;
	border-color: #AAA;
	padding: 0px 0px 10px 4px;
}

.commentGrid td {
	font-size: 11px;
}


/* QAs
-----------------------------------------------*/

.question 
{
    font-weight: bold;
    margin-top: 20px;
    font-size: 110%;
}

.answer
{
    margin: 10px 0px 15px 30px;
}



/* Meeting Grid
-----------------------------------------------*/
#meetings 
{
    background-color: #fff;
	font-size: 11px;
	border-color: #AAA;
	padding: 0px 0px 10px 4px;
}


.meetings td 
{
    font-size: 11px;
    padding-left: 3px;
	padding-bottom: 10px;
}

.meetings_header td
{
    background: #6C8942;
    color: #fff;
    font-weight: bold;
	font-size: 13px;
	border-color: #AAA;
	padding-left: 4px;
	vertical-align: middle;
	line-height: 20px;
}

.meetings_header a
{
    color: #fff;
	font-size: 13px;
}

.meetings_date 
{
    width: 80px;
}

.meetings_location 
{
    width: 140px;
}

.meetings_materials 
{
    width: 160px;
}



/* Others
-----------------------------------------------*/

.privacy 
{
    font-size: 90%;
    font-style: italic;   
}

.newsItem
{
    margin: 15px 0px 15px 0px;
}

.newsItem hr 
{
    border: none 0;
    border-top: 1px dashed #000;/*the border*/
    height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
} 

.table_display 
{
	border-width: 1px;
	border-spacing: 2px;
	border-style: solid;
	border-color: gray;
	border-collapse: collapse;
    padding: 0px;
}

.table_display th
{
    background: #6C8942;
    color: #fff;
    height: 25px;
    padding: 0px 10px 0px 10px;
    height: 30px;
	border-width: 1px;
	border-style: solid;
	border-color: #111;
	-moz-border-radius: 0px 0px 0px 0px;

}

.table_display td
{
    padding: 5px 10px 5px 10px;
    vertical-align: top;
	border-width: 1px;
	border-style: inset;
	border-color: #000;
	-moz-border-radius: 0px 0px 0px 0px;
}

.subtable_display 
{
    border: none;
    padding: 0px;
}

.subtable_display td
{
    padding: 5px 10px 5px 10px;
    vertical-align: top;
    border: none;
}


#project_need
{
    width: 50%;
}

#documents_table 
{
    width: 100%;
}

#documents_source
{
    width: 170px;
}

#documentLocations_table 
{
    width: 100%;
}




.breadcrumbs 
{
    color: #000;    
    font-size: 85%;
}

.map_grid td
{
    margin-top: 20px;
    padding: 10px;
}

.map_grid2 td
{
    margin-top: 5px;
    padding: 5px;
}

.search_caption
{
    padding-bottom:10px; 
    vertical-align: top;
    font-size: 90%;
}

#contact_table 
{
  	border-width: 1px;
	border-spacing: 2px;
	border-style: solid;
	border-color: gray;
	border-collapse: collapse;
    padding: 0px;     
}

#contact_table td
{
    padding: 5px 10px 5px 10px;
    vertical-align: top;
	border-width: 1px;
	border-style: inset;
	border-color: #000;
	-moz-border-radius: 0px 0px 0px 0px;       
}

#disclaimer_print, #parcelText
{
     display: none;
}



/** ie 6 warning **/
#ie6warning {
	background-color: #FFFFDD;
	padding: 20px;
}
#ie6warning img {
	margin: 12px 0 12px 5px;
}

#printer_issues 
{
    height: 200px;   
}

#printer_issues_link
{
    font-size: 90%;
    color: gray;
}

.helpLink  
{
    font-size: 140%;   
    font-weight: bold;
    text-decoration: none;
    
}
