body {
	margin: 0px;
	padding: 0px;
	color:#000; 
    font-family:arial,helvetica,sans-serif;
	font-size: 12px; 
	line-height:1.35em; 
	text-align:center; /* This centers the site wrapper */
	background: #333333;
	height:100%;
}
 
.bodyText, input, p, th, td, li, dd, div    {
    /* redundant selectors to help NS4 remember */
    font-family:arial,helvetica,sans-serif;
	margin: 0px;
	padding: 0px;
	line-height:1.35em; 
}

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:#990000;
}

#sitewrapper{ 
	margin: 20px auto 0;
	width: 900px;
	background: #ffffff;
	text-align: left;
	position: relative;
	overflow: hidden; 
} 


h1
{
    color: #38435d;
	font-size: 2.0em;
	line-height: 2.0em;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

h2
{
    color: #38435d;
	font-size: 1.7em;
	line-height: 2.0em;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

h3
{
	font-size: 1.3em;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}


h4
{
	font-size: 1.05em;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}


h5
{
    color: #D0802C;
	font-size: 1em;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

h6
{
    color: #000;
	font-size: 1em;
	margin: 7px 0px 3px 0px;
	padding: 0px;
}


#whiteline 
{
    background: #fff;
    width: 100%;
    height: 4px;
    margin: 0px;
    padding: 0px;
}

#brownline 
{
    background: #60663f;
    width: 100%;
    height: 15px;
    margin: 0px;
    padding: 0px;
}

#brownline_footer 
{
    background: #60663f;
    width: 100%;
    height: 15px;
    margin: 0px;
    padding: 0px;
}

#whiteline_bottom
{
    background: #fff;
    width: 100%;
    height: 4px;
    margin: 0px;
    padding: 0px;
}


/* HOME STRUCTURE
-----------------------------------------------*/

#home_main_content 
{
    background-color:#fff;
    float:left;
    width:300px;
    border-left:600px solid #FFF;    /* The width and color of the left rail */
    margin: 0px;
    padding: 0px;
    
}

#home_left_column
{
    float:left;
    width:600px;
    margin-left:-600px;
}

#home_left_column_triangle
{
    position:absolute; top:300;
    width:530px;
    margin-left:350px;
}

#home_left_column_content
{
    position:relative;
    width:530px;
    margin: 14px 14px 14px 34px;
    text-align: left;
    
}

#home_right_column
{
    float:left;
    width: 300px;
    margin-right: -300px;
    position:relative;
    margin-top: 20px;
}

#home_right_column_content
{
    width:280px;
    margin:14px 14px 14px 20px;
    text-align: left;
}

#homeMap 
{
    float: right; 
    margin: 0px 0px 10px 10px;
}



/* LANDING STRUCTURE
-----------------------------------------------*/

#main_content
{
    background-color:#fff;
    float:left;
    width:680px;
    border-left:220px solid #fff;  
    margin-top: 0px;
    padding-top: 0px;
}

#left_column
{
    float:left;
    width:220px;
    position:relative;
    margin-left:-220px;
}

#left_column_content
{
    width:180px;
    margin: 14px 14px 14px 14px;
    text-align: left;
    margin-top: 10px;
}

#right_column
{
    float:left;
    width:680px;
    margin-right:-700px;
    border-left:1px solid #333333;
}

#right_column_content
{
    width:630px;
    margin:4px 15px 14px 20px;
    text-align: left;
}



/* NAVIGATION 
-----------------------------------------------*/
#topnav {
	position: relative;
	height: 33px;
	width: 901px;
	background-color: #fff;
	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: 1px;
}

#topnav li 
{
	display:inline;
	margin:0px 1px 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;
	height: 33px;
		_height: 31px;
	vertical-align: middle;
}

#nav_left, #nav_1, #nav_2, #nav_8, #nav_9, #nav_10, #nav_3, #nav_4, #nav_5, #nav_6, #nav_7, #nav_right  
{
    display: block;
	height:31px;
	color: #ffffff;
	background-color: #38435d;
	line-height: 31px;
	vertical-align: middle;
}

#nav_1 a:hover, #nav_2 a:hover, #nav_9 a:hover, #nav_10 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:31px;
	background-color: #D0802C;
}

#nav_left 
{
	width:45px;
}

#nav_1, #nav_1 a:hover, #home #nav_1 a {
	position: relative;
	width:60px;
}


#nav_2, #nav_2 a:hover, #story #nav_2 a {
	position: relative;
	width:85px;
}

#nav_9, #nav_9 a:hover, #update1 #nav_9 a {
	position: relative;
	line-height:1.2em;
	width:148px;
}

#nav_9 a {
	display:block;
	font-weight: lighter;
}

#nav_10, #nav_10 a:hover, #update2 #nav_10 a {
	position: relative;
	line-height:1.2em;
	width:148px;
}

#nav_10 a {
	display:block;
	font-weight: lighter;
}

#nav_3, #nav_3 a:hover, #involve #nav_3 a {
	position: relative;
	width:90px;
}

#nav_4, #nav_4 a:hover, #listening #nav_4 a {
	position: relative;
	width:115px;
}

#nav_5, #nav_5 a:hover, #library #nav_5 a {
	position: relative;
	width:70px;
}

#nav_6, #nav_6 a:hover, #contact #nav_6 a  {
	position: relative;
	width:85px;
}

#nav_right 
{
	width:45px;
	margin-right: -1px;
}


#home #nav_1 a, 
#story #nav_2 a,
#update1 #nav_9 a, 
#update2 #nav_10 a,
#involve #nav_3 a, 
#listening #nav_4 a, 
#library #nav_5 a,
#contact #nav_6 a
{
	height:31px;
	background-color: #D0802C;
}


/* SUBNAV 
-----------------------------------------------*/

#subnav {
	position: relative;
	left: 6px;
    width: 166px;
	margin: 0px;
	padding: 0px;
}	

#subnav ul 
{	
	margin: 0px;
	padding: 0px;
}

#subnav li 
{
    display: block;
	margin: 0px 0px 3px 0px;
	padding: 0px;
	background: #38435D;
	height: 40px;
}

#subnav a {
	display:block;
	text-decoration:none;
	font-weight: bold;
	font-size: 1.0em; 
	color: #FFF;
	text-align: left;
	letter-spacing: 0px;
	vertical-align: middle;
	padding:0px 0px 0px 10px;
	line-height: 40px;	
	height: 40px;
}

#subnav a.blue {
	display:normal;
	text-decoration:underline;
	font-weight: normal;
	font-size: 12px; 
	color: blue;
	text-align: left;
	letter-spacing: 0px;
	vertical-align: middle;
	padding:0px 0px 0px 10px;
	line-height: 15px;	
	height: 15px;
}
#subnav a.blue:hover {
	color: black;

}

a.blue{font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 13px; color:blue; text-decoration:none}
a.blue:hover {font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 13px; color:#000000; text-decoration:none}

#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, #subnav_9 a:hover, #subnav_10 a:hover {
	background-color: #D0802C;
	display:block;
	height: 40px;
}


#intro #subnav_1 a, 
#history #subnav_2 a, 
#partners #subnav_3 a,
#pastinvolve #subnav_2 a,
#submitcomment #subnav_3 a,
#update_AA #subnav_1 a, 
#update_BB #subnav_2 a,
#updateC #subnav_1 a,
#updateD #subnav_2 a, 
#updateE #subnav_3 a, 
#activities #subnav_1 a,
#ll_cleanupPlan #subnav_2 a, 
#ll_construction #subnav_3 a,
#ll_dioxin #subnav_4 a,
#ll_involvement #subnav_5 a,
#ll_restoration #subnav_6 a,
#ll_cleanupProjects #subnav_7 a,
#ll_southPark #subnav_8 a,
#docs_community #subnav_1 a,
#photos #subnav_2 a, 
#docs_technical #subnav_3 a,
#upland_reports #subnav_4 a,
#docs_design #subnav_5 a,
#update1archive #subnav_4 a,
#update1newsletter #subnav_5 a,
#listening09 #subnav_9 a,
#listening10 #subnav_10 a,
#contact #subnav_1 a
{
    background-color: #D0802C;
    font-size: 110%;
	height: 40px;
}



/* LANGUAGE NAVIGATION 
-----------------------------------------------*/
#langnav {
	position: relative;
	height: 33px;
	width: 320px;
	background-color: #fff;
	margin: 0px 0px 20px -40px;
	padding: 0px 0px 0px 0px;
	vertical-align: middle;
}	

#langnav ul 
{	
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
	text-indent: 0px;
	margin-top: 0px;
	padding-top: 1px;
}

#langnav  li 
{
	display:inline;
	margin:0px 1px 0px 0px;
	float:left;
}

#langnav  a {
	display:block;
	text-decoration:none;
	font-weight: bold;
	font-size: 1em;
	color: #ffffff;
	text-align: center;
	letter-spacing: 0px;
	height: 31px;
	vertical-align: middle;
}

#langnav_left, #langnav_1, #langnav_2, #langnav_3, #langnav_right  
{
    display: block;
	height:31px;
	color: #ffffff;
	background-color: #60663f;
	line-height: 31px;
	vertical-align: middle;
}

#langnav_1 a:hover, #langnav_2 a:hover, #langnav_3 a:hover {
	height:31px;
	background-color: #D0802C;
}

#langnav_left 
{
	width:0px;
}

#langnav_1, #langnav_1 a:hover, #spanish #langnav_1 a {
	position: relative;
	width:80px;
}


#langnav_2, #langnav_2 a:hover, #vietnamese #langnav_2 a {
	position: relative;
	width:80px;
}

#langnav_3, #langnav_3 a:hover, #cambodian #langnav_3 a {
	position: relative;
	width:140px;
}


#langnav_3 a 
{
    background-image:url('../images/cambodian_header.jpg');   
}

#langnav_3 a:hover 
{
    background-image:url('../images/cambodian_header_on.jpg');   
}


#spanish #nav_1 a, 
#vietnamese #nav_2 a,
#cambodian #nav_3 a 
{
	height:31px;
	background-color: #D0802C;
}




/* call out boxes
-----------------------------------------------*/

.callOut
{
    width: 232px;
    margin: 0px 0px 20px 0px;
    border: 3px solid #d6d3c7;
}

.callOutTop
{
    width: 232px;
    margin: 0px 0px 20px 0px;
    border: none;
}

.callOutHeader
{
    font-weight: bold;
    background-color: #d6d3c7;
    border-bottom: 1px solid #d6d3c7;
    padding: 0px 0px 0px 10px;
    color: #38435d;
	font-size: 1.7em;
	line-height: 2.0em;


}

.callOutHeader2
{
    font-weight: bold;
    background-color: #d6d3c7;
    border-bottom: 1px solid #d6d3c7;
    padding: 0px 0px 0px 10px;
    color: #38435d;
	font-size: 1.7em;
	line-height: 1.3em;


}

.callOutText 
{
    padding: 10px;
    font-size: 110%;
}






/* OTHER
-----------------------------------------------*/

.quotes p
{
    margin-top:25px;
    margin-bottom:0;
}

.quotes div
{
    margin-top:10px;
}


.clearer {
	clear: both;
	font-size: 1px;
}

.event 
{
    margin-bottom: 3px;
}

.eventHeader 
{
    font-weight: bold;
    font-size: 107%;
}

.caption 
{
	margin: 0px 0px 20px 0px;
	font-size: 10px;	
}

.item 
{
    margin-bottom: 20px;
}

.sidephoto 
{
    margin-top: 40px;
    margin-left: 6px;   
}


/* QAs
-----------------------------------------------*/

.question 
{
    font-weight: bold;
    margin-top: 20px;
    font-size: 110%;
}

.answer
{
    margin: 10px 0px 15px 30px;
}





/* FOOTER
-----------------------------------------------*/
#footer 
{
	text-align: center;
	margin: 20px 0px 0px 0px;
	
}

.footer_logo 
{
    margin: 10px 20px 0px 30px;
	vertical-align:  middle;
    
}




