/* 
Website: Enviropaedia
Title: Primary/Master style sheet for screen media
Author: Iain Duncan
Updated: April 2007

Style Index
$1 - Reset/Defaults
$2 - Global Styles
$3 - Page Structure
$4 - Navigation  - Primary/Secondary/Searchbar 
$5 - Content - Typography
$6 - Footer
$7 - Homepage 
$8 - Encyclopaedia Homepage 
$9 - Encyclopaedia Quick Search Results
$10 - Encyclopaedia AZ Search Results 
$11 - Encyclopaedia Category Search  
$12 - Topic / Partners  (this also applies to the static partners pages)
$13 - Directory - company details
$14 - Directory - Page Layout for including ads on right
$15 - Directory - Landing
$16 - Directory - Activity Search Results
$17 - Resources - Homepage
$18 - Resources - Environmental
$19 - Contact /Order Book Forms
$20 - News & Calendar
$21 - Advertise
*/



/* ------------------------------------------------------------
	$1 ? Reset/Defaults
------------------------------------------------------------ */

/*Clear Margin and Padding on major elements*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}

/* Remove border around linked images */
img {	
	border: 0;
}

/* Removes styling from all list items 
ol,ul,li {
	list-style:none;
}*/


/* ------------------------------------------------------------
	$2 ? Global Styles
------------------------------------------------------------ */

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: center;
	color: #3f5260;
	background: #ffffff url(/images/sitewide/body_bckgrnd.jpg) repeat-x top left;
	}

/*Links*/

a:link {
	color: #e87817;
	font-weight: normal;
	text-decoration: underline;
}

a:visited {
	color: #e87817;
	font-weight: normal;
	text-decoration: underline;
}

a:hover {
	color: #3f5260;
}
	
/* Classes for floating */

.floatl {
	float:left;
}

.floatr {
	float:right;
}
	
/* Classes for floating images*/

.imgl {
	float:left;
	margin-right:10px;
}

.imgr {
	float:right;
	margin-left:10px;
}

.imgl-brdr{
	float:left;
	margin-right:10px;
	margin-bottom:5px;
	border: 1px solid #3f5260;
}

.imgr-brdr {
	float:right;
	margin-left:10px;
	margin-bottom:5px;
	border: 1px solid #3f5260;
}



/* Class for clearing floats */
.clear {	
	clear:both;
}

/* Class for normal lists in static pages */

.list-normal li {
	list-style: disc outside none;
	margin: 0 0 0 15px;
	padding: 0 0 0 0px;
}

/* ------------------------------------------------------------
	$3 ? Page Structure
------------------------------------------------------------ */

/* Class for hiding skip navigation link */

.hide {
	position: absolute;
	left: -9999px;
}

#container {
	width: 760px;
	margin: 0 auto;
	text-align: left;
}

#header {
	height:156px;
	background-color:#3577c0;
}

#header p {
	margin:0;
	padding:0;
}

#nav-primary {
	float:left;
	margin:0 0 1px 0;
	padding:0;
}

#nav-secondary {
	clear:both;
	background-color:#00FF00;
}

#content {
	clear: both;

	}

#footer {
	clear: both;
	padding: 20px 0 0 0;
}	
	
/* ------------------------------------------------------------
	$4 ? Navigation  - Primary/Secondary/Searchbar 
------------------------------------------------------------ */

/* Primary Navbar */

#nav-primary ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav-primary li {
	float: left;
	margin: 0;
	padding: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	background: #fa8e32 url(/images/topnav/topbar_bckgrnd.gif) repeat-x bottom left
}

#nav-primary li a, #nav-primary li a:visited {
	float: left;
	padding: 7px 10px 9px 10px;
	text-decoration: none;
	font-weight:bold;
	color: #fff;
	background: transparent url(/images/topnav/line.gif) no-repeat bottom left ;
	}

#nav-primary li a:hover {
	background: #d26007;
}
	
#nav-primary li.last {
	background: transparent url(/images/topnav/line.gif) no-repeat bottom right ;
}

/* Search in Primary Navbar */

#search-topbar{
	float:right;
	padding: 0px 6px 0 6px; 
	background: transparent url(/images/topnav/line.gif) no-repeat top right ;
}

#search-topbar input {
	float:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#d26007;
	margin-top:5px;
	padding: 1px 0 1px 6px;
	border: 1px solid #b05208;
	background: #FFFFFF url(/images/sitewide/input_bckgrnd.jpg) no-repeat top left;
}

#search-topbar form {
	margin:0;
	padding:0;
}

/* Secondary Navbar */

#nav-secondary ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav-secondary li {
	float: left;
	margin: 0;
	padding: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background: #99cc00 url(/images/topnav/bottbar_bckgrnd.gif) repeat-x bottom left
}

#nav-secondary li a, #nav-secondary li a:visited {
	float: left;
	padding: 7px 10px 8px 10px;
	text-decoration: none;
	font-weight:bold;
	color: #2e4204;
	border: none;
	background: transparent url(/images/topnav/line2.gif) no-repeat bottom left ;
	}

#nav-secondary li a:hover {
	color: #fff;
	background: #5a791a;
}
	
#nav-secondary li.last {
	background: transparent url(/images/topnav/line2.gif) no-repeat bottom right ;
}

/* ------------------------------------------------------------
	$5 ? Content - Typography
------------------------------------------------------------ */

/* Content Links */

#content a:link ,#content a:visited {
	margin: 0;
	padding: 0;
	color: #e87817;
	font-weight: normal;
	text-decoration: underline;
	/*border-bottom: 1px solid #c0cfdb;*/
}


#content a:hover {
	color: #738795;
	/*border-bottom: 1px solid #c0cfdb;*/
}

/* Content Image Links */

#content a:link.imglink {
	border:0;
}

#content a:visited.imglink {
	border:0;
}

#content a:hover.imglink {
	border:0;
}


/* Content Typography */

#content h1 {
	margin: 0 0 10px 0;
	color: #3f5260;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 180%;
	font-weight: normal;
}	

#content h1 a:link, #content h1 a:visited{
	margin: 0 0 10px 0;
	color: #3f5260;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
	text-decoration:none;
	border-bottom: 1px solid #c0cfdb;
}	

#content h1 a:hover  {
	color: #e87817;
}	

#content h2 {
	margin: 0 0 5px 0;
	color: #3f5260;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 180%;
	font-weight: normal;
}	

#content h2 a:link, #content h2 a:visited{
	margin: 0 0 5px 0;
	color: #3f5260;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
	text-decoration:none;
	border-bottom: 1px solid #c0cfdb;
}	

#content h2 a:hover  {
	color: #e87817;
}

#content p {
	padding: 0 0 8px 0;
	line-height: 1.3em;
	font-size: 90%;
}

#content .large {
	font-size:115%;
}

#content ul {
	font-size:90%;
	list-style: disc inside none;
	margin: 0 0 10px 0 ;
}

#content ol {
	font-size:90%;
	list-style: decimal outside none;
	padding: 0 0 0 25px;
	margin: 10px 0 10px 0;
}

#content .ul-inset {
	font-size:90%;
	list-style: none;
	margin: 0 0 10px 25px;
	padding: none;
}


/* ------------------------------------------------------------
	$6 ? Footer
------------------------------------------------------------ */

#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#footer li {
	float: left;
	margin: 0;
	padding: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
}

#footer li a:link, #footer li a:visited {
	float: left;
	margin: 0 13px 0 0;
	text-decoration: none;
	font-weight:normal;
	color: #3f5260;
	border-bottom: 1px solid #c0cfdb;
	}

#footer li a:hover {
	color: #e87817;
}

#footer #logos {
	display:block;
	text-align:center;
	margin-top: 26px;
	margin-right: 0;
	margin-bottom: 25px;
	margin-left: 0;
}

#logos a, #logos a:visited {
	border-bottom: none;
}

#toplogos {
	display:block;
	text-align:center;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}

/* ------------------------------------------------------------
	$7 ? Homepage 
------------------------------------------------------------ */

/* Homepage Typography */

#homepage #intro p,#difference #left-col p {
	padding: 0 0 5px 0;
	line-height: 1.3em;
	font-size: 90%;
}
/* Homepage Links have light blue underline */
 #content a:link.homelink , #content a:visited.homelink {
	margin: 0;
	padding: 0;
	color: #e87817;
	font-weight: normal;
	text-decoration: none;
	border-bottom: 1px solid #c0cfdb;
}

#content a:hover.homelink {
	color: #738795;
	border-bottom: 1px solid #c0cfdb;
}

/* Homepage Layout */

#intro {
	float:left;
	margin-bottom:30px;
}

#intro-left {
	float: left;
	padding: 0 34px 0 0; 
	width: 214px;
}
	
#intro-right {
	float: right;
	width: 512px;
	margin: 0 0 0 0;
}
	
#intro-right .inner {
	margin: 0 0 0 0;
}	

#encyclopaedia {
	background: transparent url(/images/homepage/encyc_icon.jpg) no-repeat top right;
}


#sustainable {
	float: left;
	margin: 0 43px 0 0;
	width: 319px;
	background: transparent url(/images/homepage/sustain_icon.jpg) no-repeat top right;
}

#directory {
	float: right;
	width: 150px;
	background: transparent url(/images/homepage/direct_icon.jpg) no-repeat top right;
}

#difference {
	float:left;
	padding: 30px 0 0 0;
	background: transparent url(/images/homepage/difference_title.gif) no-repeat top left;
}

#difference #left-col {
	float:left;
	margin-right:32px;
	width:268px;
}

#difference #right-col {
	float:right;
	width:460px;
	background-color: #ffffff;
}

#join {
	margin: 10px 0 30px 0;
}

#sponsor {
	margin: 0 0 30px 0;
}

#inform {
	margin: 0 0 20px 0;
}

#inform h3 {
	margin-top:-3px;
	font-weight:bold;
	font-size: 105%;
}

#book{
	padding: 45px 25px 0 189px;
	height:179px;
	background: #d26007 url(/images/homepage/book.jpg) no-repeat top left;
}

#book h2 a:link, #book h2 a:visited{
	margin: 0 0 10px 0;
	color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: normal;
	text-decoration:underline;
	border-bottom: none;
}	

#book h2 a:hover  {
	color: #edd6c3;
}	

#book p  {
	padding: 10px 20px 0 0;
	color: #FFFFFF;
}	

#sponsor_rotator {
	list-style: none none none;
	padding: 0;
	margin: 0;
	color: #000000;

}

/*
#sponsor_rotator ul {
	padding: 0;
	margin: 0;
	color: #000000;
	display: inline;
	list-style: none none none;
}

.headerfade {
	list-style-image:none;
	list-style-position:outside;
	list-style-type: none;
}
*/

#book a:link, #book a:visited{
	margin: 0 0 10px 0;
	color: #FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 120%;
	font-weight: bold;
	text-decoration:underline;
	border-bottom: none;
}	

#book a:hover  {
	color: #edd6c3;
}	

#book span {
	display:block;
	margin: 10px 0 0 0;
	padding: 0 0 0 70px;
}


#lifestyle-guide {
	padding: 75px 0px 0 60px;
	height:209px;
	background: #d26007 url(/images/homepage/lifestyle.jpg) no-repeat top left;	
}

#lifestyle-guide  h2  {
	color: #FFFFFF;
	font-size:170%;
}	

#lifestyle-guide  p  {
	padding: 0 140px 0 0; 
	color: #FFFFFF;
}	

#lifestyle-guide span {
	display:block;
	margin: 15px 0 0 0;
	padding: 0 0 0 50px;
}

#lifestyle-guide a:link, #lifestyle-guide a:visited{
	margin: 0 0 10px 0;
	color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;
	text-decoration:underline;
	border-bottom: none;
}	

#lifestyle-guide a:hover  {
	color: #597b14;
}

/* ------------------------------------------------------------
	$8 ? Encyclopaedia Homepage 
------------------------------------------------------------ */

#encyclo-search {
margin: 10px 0 0 0;
}


#encyclo-keyword {
	margin: 0 0 10px 0;
	padding: 14px 20px 14px 21px;
	width:719px;
	background: #d26007 url(/images/encyclopaedia/kwsearch_bckgrnd.jpg) no-repeat top left;
	height:63px;
}

#encyclo-keyword img {
	padding: 24px 0 0 0;
}

#encyclo-keyword input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#d26007;
	margin-left:15px;
	padding: 1px 0 1px 6px;
	border: 1px solid #b05208;
	background: #FFFFFF url(/images/sitewide/input_bckgrnd.jpg) no-repeat top left;
}

#encyclo-search #left-col {
	float:left;
	width:342px;
	height:296px;
	background: #d26007 url(/images/encyclopaedia/quicksearch_bckgrnd.jpg) no-repeat top left;	
}

#quick-search {
	padding: 10px 10px 10px 10px;
	height:276px;
	color: #ffffff;
}

#quick-search label {
	font-size:105%;
	font-weight:bold;
	display:block;
	padding: 10px 0 2px 0;
}

#quick-search label.first{
	padding: 0px 0 2px 0;
}

#quick-search select{
	display:block;
	color:#e27118;
	width: 300px;
}

#quick-search img {
	padding: 9px 0 0 100px;
}

#encyclo-search #right-col {
	float:right;
	width:418px;
}

#encyclo-search #right-col #inner {
	float:left;
}

#encyclo-search #right-col #inner #inner-left{
	float:left;
	padding: 115px 15px 115px 20px;
	width:40px;
	height:66px;
	font-size: 180%;
	font-weight:bold;
}

#encyclo-search #right-col #inner #inner-right{
	float:right;
	width:343px;
	}

#az-search {
	margin: 0 0 22px 0;
	padding: 10px 10px 10px 10px;
	height:117px;
	background: #d26007 url(/images/encyclopaedia/azsearch_bckgrnd.jpg) no-repeat top left;
}

#cat-search {
	padding: 10px 10px 10px 10px;
	height:117px;
	background: #d26007 url(/images/encyclopaedia/azsearch_bckgrnd.jpg) no-repeat top left;
}

/*  Encyclopaedia/Directory pages search box elements */

#content .search-box h2 {
	margin: 0 0 8px 0;
	color: #fff;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 180%;
	font-weight: normal;
}

#content .search-box p {
	padding: 0 0 10px 0;
	line-height: 1.3em;
	font-size: 90%;
	color: #fff;
}

#content .search-box span {
	font-size: 110%;
	color:#fff;
}

#content .search-box a:link, #content .search-box a:visited{
	text-decoration: underline;
	color: #fff;
	border-bottom:0;
}

#content .search-box a:hover{
	text-decoration: underline;
	color: #5a791a;
	border-bottom:0;
}

/* ------------------------------------------------------------
	$9 ? Encyclopaedia Quick Search Results 
------------------------------------------------------------ */

/*  Search again */

#search-again {
padding: 0 0 10px 0;
}

#search-again h2 {
	color:#f58630;
	font-size: 140%;
}


#search-again form {
	width:521px;
	height:50px;
	padding: 0 10px 0 10px;
	background: #ef7d25 url(/images/encyclopaedia/search_again_bckgrnd.jpg) no-repeat top left;
}


#search-again label {
	color:#fff;
	font-size:90%;
	font-weight:bold;
	display:block;
	float: left;
	width:218px;
	margin: 2px 0 1px 0;
}


#search-again select {
	color:#e27118;
	width: 200px;
	margin: 0 15px 0 0;
}

#search-again img {
	margin: 8px 0 0 0;
}

/*  Search results */

#search-results {
	margin: 0 0 10px 0;
}

#search-results h2 {
	display:inline;
	padding: 0 5px 0 0;
	color:#f58630;
	font-size: 140%;
}

#search-results span {
	color:#d26007;
}

/*  Search result */

#content .result {
	margin: 0 0 15px 0 ;
}

#content .result h3 {
	margin: 0 0 15px 0 ;
}


/*  Article Types in Search result */

#content .overview {
	color:#3577c0;
}

#content .explanation {
	color:#ef7d25;
}

#content .sustain {
	color:#8bb03b;
}

#content .opinion {
	color:#d3b00d;
}

/*  Pagination */

#pagination {
	text-align:center;
	color: #f58630;
}

#pagination ul {
	display:inline;
}

#pagination li {
	color: #f58630;
	display:inline;
	list-style:none;
	padding: 0 5px 0 5px;
	border-right: 1px solid #d26007
}

#pagination li.last {
	margin: 0 10px 0 0;
}
	
#pagination li a:link, #pagination li a:visited {
	text-decoration: none;
	font-weight:bold;
	color: #d26007;
	border-bottom: none;
	}

#pagination li a:hover {
	color: #738795;
}

/* ------------------------------------------------------------
	$10 ? Encyclopaedia AZ Search Results 
------------------------------------------------------------ */
#az-header  {
	margin: 0 0 15px 0;
	color: #ff9a34;
}

#az-header h2 {
	color:#f58630;
	font-size: 140%;
}

#az-header h3 {
	display:block;
	color:#d26007;
	font-size: 140%;
	padding: 5px 0 5px 10px;
	background-color:#f8ede4;
	border-top:1px solid #e7c8b0;
	border-bottom:1px solid #e7c8b0;

}
#az-header li {
	font-size:145%;
	display:inline;
	list-style:none;
	margin: 0 5px 0 3px;
}

#az-header li a:link, #az-header li a:visited {

	text-decoration: none;
	color: #d26007;
	}

#az-header li a:hover {
	color: #738795;
}

/* ------------------------------------------------------------
	$11 ? Encyclopaedia Category Search 
------------------------------------------------------------ */
#encyclo-category .inner-left {
	float:left;
	width: 365px;
	margin: 0 30px 0 0;
}

#encyclo-category .inner-right {
	float:right;
	width: 365px;
}

#content #encyclo-category a:link ,#content #encyclo-category a:visited {
	line-height:1.6;
	margin: 0 0 0 0;
	padding-bottom:0;
	color: #e87817;
	font-weight: normal;
	text-decoration: none;
	border-bottom: 1px solid #c0cfdb;
}


#content #encyclo-category a:hover {
	line-height:1.6;
	color: #738795;
	border-bottom: 1px solid #3f5260;
}


#content #encyclo-category h2 {
	margin: 0;
	color: #3f5260;
	font-size: 180%;
	font-weight: normal;
}	

#content #encyclo-category h2 a:link, #content #encyclo-category h2 a:visited{
	margin: 0;
	color: #3f5260;
	font-size: 100%;
	font-weight: normal;
	text-decoration:none;
	border-bottom: 1px solid #c0cfdb;
}	

#content #encyclo-category h2 a:hover  {
	color: #e87817;
}	


#content #encyclo-category ul {
	list-style:none;
}
/* ------------------------------------------------------------
	$12 ? Topic / Partners  (this also applies to the static partners pages)
------------------------------------------------------------ */

#ad {
	float:right;
	margin: 0 0 5px 10px;
}

#ad .inner {
	padding: 0 0 0 10px;
	border-left: 1px solid #d5d9dc;
}

#ad .inner img {
	margin:0;
}

#topic img {
	display:inline;
	/*margin:5px 10px;*/
}

/*  Padding for images asssigned in backend for topics -  */

#topic img.topic-imgl {
	margin: 5px 10px 5px 0;
}

#topic img.topic-imgr {
	margin: 5px 0 5px 10px;
}


#content #topic h2 {
	margin: 0;
	font-size:128%;
	font-weight: normal;
	margin: 0 0 3px 0;
}

#content #topic h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	margin: 0;
	font-size:118%;
	font-weight: normal;
	margin: 0 0 3px 0;
}

#content #topic ul {
	list-style: disc outside none;
	padding: 0 0 0 15px;
}

/*#content #topic ol {
	font-size:90%;
	list-style: decimal outside none;
	padding: 0 0 0 25px;
	margin: 10px 0 10px 0;
} */

/*  Topic Associated Links */

.topic-associated {
	padding: 10px 0 0 0;
}


#content .topic-associated a:link ,#content .topic-associated a:visited {
	line-height:1.6;
	margin: 0 0 0 0;
	padding-bottom:0;
	color: #e87817;
	font-weight: normal;
	text-decoration: none;
	border-bottom: 1px solid #c0cfdb;
}


#content .topic-associated a:hover {
	line-height:1.6;
	color: #738795;
	border-bottom: 1px solid #3f5260;
}

/*Partners pages*/

 img#partner-logo  {
	border: none;
	padding: 0 0 10px 10px;
}


/* Topic Page - EDITOR styles */

#content #topic .colour-highlight {
	color:#3577c0;
	padding: 0 0 10px 20px;
	font-style:italic;	
}

#content #topic .benefit {
	color:#0e8314;
}
	
#content #topic .problem {
	color:#c9252b;	
}	

#content #topic .header2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	margin: 0;
	font-size:128%;
	font-weight: normal;
	margin: 0 0 3px 0;
}

#content #topic .header3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	margin: 0;
	font-size:118%;
	font-weight: normal;
	margin: 0 0 3px 0;
}

/* ------------------------------------------------------------
	$13 ? Directory - company details
------------------------------------------------------------ */
.company-address {
	width: 275px;
}

#company-photos { 
	margin: 10px 0 10px 0;
}

#company-photos img {
	border: 1px solid #455765;
}

#company-activities {
	float:left;
}

.company-address2 {
	clear:left;
	margin:0;
}

#company-page ul {
	list-style: disc outside none;
	padding: 0 0 0 15px;
}

/* ------------------------------------------------------------
	$14 ? Directory - Page Layout for including ads on right
------------------------------------------------------------ */

#directory-layout-left {
float:left;
width:615px;
}

#directory-layout-right {
float:right;
width:140px;
}


/* ------------------------------------------------------------
	$15 ? Directory - Landing
------------------------------------------------------------ */

.directory-search {
	margin: 0 0 10px 0;
	padding: 8px 20px 7px 21px;
	width:567px;
	background: #d26007 url(/images/directory/directory_azbckgrnd.jpg) no-repeat top left;
}

.directory-search img {
	padding: 20px 0 0 0;
}

#directory-keyword {
	margin: 0 0 10px 0;
	padding: 14px 20px 14px 21px;
	width:567px;
	background: #d26007 url(/images/directory/directory_kwbckgrnd.jpg) no-repeat top left;
	height:63px;
}

#directory-keyword img {
	padding: 24px 0 0 0;
}

#directory-keyword input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#d26007;
	margin-left:15px;
	padding: 1px 0 1px 6px;
	border: 1px solid #b05208;
	background: #FFFFFF url(/images/sitewide/input_bckgrnd.jpg) no-repeat top left;
}

/* ------------------------------------------------------------
	$16 ? Directory - Activity Search Results
------------------------------------------------------------ */

.activity_img {
	float:left;
	margin: 0 10px 35px 0 ;
} 

.activity_logoimg {
	float:left;
	margin: 5px 10px 5px 0 ;
} 


/*  Directory Search result - keyword search */

#content .company-actvities {
	padding: 0 0 15px 0;
	border-bottom:1px solid #c0cfdb;
}

/* ------------------------------------------------------------
	$17 ? Resources - Homepage
------------------------------------------------------------ */

.resource-introbox {
	margin: 0 0 22px 0 ;
	padding: 10px 20px 10px 20px;
	height: 94px;
	background: #8aaf3d url(/images/resources/intro_bckgrnd.jpg) no-repeat top left;
}

/* ------------------------------------------------------------
	$18? Resources - Environmental
------------------------------------------------------------ */

.resource-introbox {
	padding: 10px 20px 9px 20px;
}

.resource-table  { 
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 90%;
	text-align: left;
	margin: 10px 0;
}

.resource-table td { 
	padding: 8px 10px 8px 10px;
	border-top: 1px solid #a7becf;
	background: #c5d6e3 url(/images/resources/table_bckgrnd1.jpg) repeat-x top left;
}

.resource-table .alt td { 
	background: #eaf1f6 url(/images/resources/table_bckgrnd2.jpg) repeat-x top left;
}

/* Resources Environmental and Governmental home -  recursing list styles - levels for li elements */

li.resource_listlv0 {
	margin: 0 0 5px 0;
	color: #3f5260;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 180%;
	font-weight: normal;
	list-style: none outside none;
}	

li.resource_listlv1 {
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 64%;
	font-weight: normal;
}	

/* ------------------------------------------------------------
	$19? Contact /Order Book Forms
------------------------------------------------------------ */

/*  Column containing Form */

.form-container {
	float: left;
}

.form-standard {
	width:300px;
	padding: 8px 0 8px 10px;
	border: 1px solid #a7becf;
	border-bottom: 1px solid #7f97a9;
	border-right: 1px solid #7f97a9;
	background: #eaf1f6 url(/images/resources/table_bckgrnd2.jpg) repeat-x top left;
}

.form-standard label {
	font-size:105%;
	font-weight:bold;
	display:block;
	padding: 10px 0 2px 0;
}

.form-standard label.first{
	padding: 0px 0 2px 0;
}

/*  Required field style */
.form-standard label span{
	font-size:80%;
	color:#d26007;
}
/*  end Required field style */

.form-standard select{
	display:block;
	color:#e27118;
	width: 300px;
}

.form-standard input, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:85%;
	color:#d26007;
	padding: 4px 0 4px 6px;
	border: 1px solid #7f97a9;
	background: #FFFFFF url(/images/sitewide/input_bckgrnd.jpg) no-repeat top left;
}

.form-submit {
	margin-top: 15px;
	text-align:center;
}

/*  Column next to Form */

#contactinfo {
	float:right;
	width:400px;
}


/* ------------------------------------------------------------
	$20 ? News & Calendar
------------------------------------------------------------ */

/*  News Home Page */

.news_home {
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #7f97a9;
}

.news_home .inner img {
	margin-top:3px;
}

/*  News Article Page */

#news-body {
	float:left;
	width:550px;
}

#news-archive {
	float:right;
	width:200px;
	margin:0 0 0 10px;
}

h3.newstitle {
	font-weight:normal;
	font-size: 110%;
	padding: 0 0 10px 0 ;
}

#news-archive .inner {
	border-left: 1px solid #a9bac7;
	padding: 0 0 0 10px;
}
#news-archive .inner  p {
	line-height:1.6em;
}

#news-body img.topic-imgl {
	margin: 5px 10px 5px 0;
}

#news-body img.topic-imgr {
	margin: 5px 0 5px 10px;
}

/*  Calendar Page */

#calendar_feat {
	float:left;
	width:740px;
	padding: 10px;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #7f97a9;
	background: #eaf1f6 url(/images/resources/table_bckgrnd2.jpg) repeat-x top left;
}


#calendar_event {
	float: left;
	width:760px;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #7f97a9;
}

/* ------------------------------------------------------------
	$21 ? Advertise
------------------------------------------------------------ */
.advertise_block {
	float:left;
	width:740px;
	padding: 10px;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #7f97a9;
	background: #eaf1f6 url(/images/resources/table_bckgrnd2.jpg) repeat-x top left;
}

.advertise_sponsor {
	clear:left;
	float:left;
	width:740px;
	padding: 10px;
	border-bottom: 1px solid #f48735;
	background: #fad5af url(/images/resources/table_bckgrnd3.jpg) repeat-x top left;
}
.icon {
float: left;
margin-right:10px;
}