/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial, sans-serif;
	color: #333333;
	line-height: normal;
	background: #cccccc url(bg_grad.jpg) fixed;
text-align: center;
width: 100%;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/************** header tag styles **************/

h1{
 font: bold 120% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 114% Arial,sans-serif;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 100% Arial,sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

p{
	margin: 10px 10px 10px 10px;
	
}


/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 1em Arial,sans-serif;
 color: #334d55;
}
				
input{
font-family: Arial,sans-serif;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell1{

margin: 0 auto 0 auto;
	width:780px;
	background-color: #ffffff;
	height: 975px;
	text-align: left;
}

#tl {
	position:absolute;
	top: -81px;
	left: 6px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

.right_item p{
	font-size: 11px; color: #003366; 
	}
	
	.right_item{
		margin: 0 0 20px 0;
		}

	.right_item_budge{
		margin: 0 0 20px 0;
		padding: 70px 0 0 0;
		}
	
#tr {
	position:absolute;
	top: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#masthead{
	position: absolute;
	top: 7px;
	left: 14px;
	right: 2%;
	width:15px;
	height: 12px;
	
}

#pageNav{
	float: right;
	width:178px;
	padding: 3px 0 0 0;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

#content{
	padding: 0px 10px 0px 0px;
	margin:0px 178px 0px 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}


/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
	margin: 0px;
	padding: 16px 0px 8px 0px;
	color: #ffffff;
	font-weight: normal;
}

/************** utility styles *****************/

#utility{
	font: 75% Verdana,sans-serif;
	position: absolute;
	top: 16px;
	right: 0px;
	color: #919999;
}

#utility a{
	color: #ffffff;
}

#utility a:hover{
	text-decoration: underline;
}

/************** pageName styles ****************/

#pageName{
	margin: 0px;
	border-bottom:1px solid #ccd2d2;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#pageName h2{
	color: #006699;
	margin:0px;
	padding: 0px;
	font-family: Arial, sans-serif;
	font-size: 175%;
	font-weight: bold;
}

#pageName img{
	position: absolute;
	top: 180px;
	right: 368px;
	padding: 0px;
	margin: 0px;
}

/************* globalNav styles ****************/

#globalNav{
	position: relative;
	width: 100%;
	min-width: 640px;
	height: 32px;
	color: #E2EBEC;
	padding: 0px;
	margin: 0px;
	background-color: #E8E8E8;
}

#globalNav img{
	margin-bottom: -4px;
 
}

#gnl {
	position: absolute;
	top: 0px;
	left:0px;
}

#gnr {
	position: absolute;
	top: 0px;
	right:0px;
}

#globalLink{
	position: absolute;
	top: 6px;
	height: 22px;
	min-width: 640px;
	padding: 0px;
	margin: 0px;
	left: 10px;
	z-index: 100;
}


a.glink, a.glink:visited{
  	font-size: small;
  	color: #000000;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #8FB8BC;
}

a.glink:hover{
  	background-image: url(glblnav_selected.gif);
	text-decoration: none;
}

.skipLinks {display: none;}

/************ subglobalNav styles **************/

.subglobalNav{
	position: absolute;
	top: 84px;
	left: 0px;
	/*width: 100%;*/
	min-width: 640px;
	height: 20px;
	padding: 0px 0px 0px 10px;
	visibility: hidden;
	color: #ffffff;
}

.subglobalNav a:link, .subglobalNav a:visited {
	font-size: 80%;
	color: #ffffff;
}

.subglobalNav a:hover{
	color: #cccccc;
}

/*************** search styles *****************/

#search{
	position: absolute;
	top: 6px;
	right: -12px;
	z-index: 101;
}

#search input{
  font-size: 70%;
  margin: 0px  0px 0px 10px;
 }
 
#search a:link, #search a:visited {
	font-size: 80%;
	font-weight: bold;
	
}

#search a:hover{
	margin: 0px;
}


/************* breadCrumb styles ***************/

#breadCrumb{
	color: #666666;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

#breadCrumb a{
	color: #003366;
}

#breadCrumb a:hover{
	color: #005FA9;
	text-decoration: underline;
}


/************** feature styles *****************/

.feature{
	min-height: 200px;
	height: 200px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 15px;
}
html>body .feature {}

.feature h3{
	font: bold 175% Arial,sans-serif;
	color: #000000;
	padding: 30px 0px 5px 0px;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
}


/*************** story styles ******************/

.story {
	font-size: 80%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

.story h3{
	font: bold 125% Arial,sans-serif;
	color: #003399;
}

.story p {
	padding: 0px 0px 10px 0px;
}

.story a.capsule{
	font: bold 1em Arial,sans-serif;
	color: #005FA9;
	display:block;
	padding-bottom: 5px;
}

.story a.capsule:hover{
	text-decoration: underline;
}

td.storyLeft{
	padding-right: 12px;
}



/************** siteInfo styles ****************/

#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: small;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************ sectionLinks styles **************/

#sectionLinks{
	margin: 3px 0 0 0;
	padding: 0px;

}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	font-weight: normal;
	padding: 3px 0px 3px 10px;
	color: #21536A;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #cccccc;
	border-bottom-color: #cccccc;


}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #00ffff;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
	border-left-color: #FFFFFF;
}


/************* relatedLinks styles **************/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	border-bottom: 1px solid #cccccc;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a{
	display: block; 
}


/**************** advert styles *****************/

#advert{
	padding: 10px;
}

#advert img{
	display: block;
}




/**************** dreamweaver styles *****************/




body {
	background-image: url(http://www.paconserve.org/e-newsletters/nov-08/bkg_body_bluegreen.jpg);
}
.style14 {font-size: 10px; color: #003366; }
.style2 {font-size: 75%}
.style6 {color: #847668; font-weight: normal; }
.style11 {font-size: 10pt;
padding: 20px 0 0 0;
}
.style5 {	font-size: 14px;
	color: #003366;
}

.style12 {color: #006699}
.style15 {
	color: #141213;
	font-family: Arial, Helvetica, sans-serif;
	width: 750px;
}
.style18 {font-size: 11px; color: #003366; }
.style24 {font-family: Arial, Helvetica, sans-serif}
.style25 {font-size: 10%}
.style26 {font-size: 24px}
a:active {
	color: #005FA9;
}
.style32 {font-size: 12px}
.style33 {color: #847668; font-weight: normal; font-size: 12px; }
.style34 {font-size: 11px}

/********************* randys **********************/

.right_title{
	font-weight: bold;
	margin: 0 0 3px 0;
	text-align: center;
	}

.article_image{
	margin: 0px 10px 10px 10px;
	
}

.feature p{
margin: 0 0 35px 0;
border: 0 0 0 0;
}

.issue {
color: #007573
float: right;
display: inline;
width: 500px;
font-weight: bold;
font-size: .75em;
}


.text_water_land_life{
float: left;
display: inline;
width: 645px;
}

.wll_green{
	margin: 0 0 0 20px;
	}
	
	.text_water_land_life{
		
	margin: 0 0 0 20px;
		}
		
		.shrink_width{
			width: 730px;
			}

.item{
	border-bottom: 1px solid black;
	height: 183px;	
}

.right_item_bump{
	margin: 75px 0 75px 0;
	}

.style_mid {font-size: 11px; color: #003366; margin: 0 0 0 0; padding: 0 10px 5px 10px;}


/********************* end **********************/

