@import url("reset.css");
@import url("form.css");
@import url("data_table.css");

/*
foreground: 
	#373535 
turquoise highlight:
	#00718f
background gray:
	#4c4d4f
*/

#bbg {
	background:#000000;
	opacity: 0.2; /* Safari, Opera */
-moz-opacity:0.20; /* FireFox */
filter: alpha(opacity=20); /* IE */
height: 100%;
width: 100%;
padding-top: 0px;
}
#container {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	line-height: 1.3;
	width: 799px;
	margin: 0 auto;
	border: 1px solid #000;
	position: relative;
	color: #373535; 
	/* use this if you DO NOT want the black lines on the interior of the right side */
	/* background: url(../images/container_bg_no_black_line.jpg) repeat-y center #FFF; */
	
	/* use this if you DO want the black lines on the interior of the right side */
	background: url(../images/container_bg.jpg) repeat-y center #FFF;
}
* { zoom: 1; }
/* prevent nav bar jump in FF */
html, body {
	height: 100%;
	margin-bottom: 1px;
}
body {
	background: url(../images/topper.jpg) top left repeat-x #4c4d4f;
}
#bg {
	padding-top: 8px;
	background: url(../images/fading_bg.jpg) top center no-repeat;
}
#header {
	height: 167px;
	background: #fff;
}
.logo {
	margin: 35px 0 0 30px;
}
.logo_right {
	position: absolute;
	top: 0px;
	right: 1px;
}
#nav { 	padding: 0 0 0 1px; }
#nav a {
	height: 22px;
	display: block;
	float: left;
	border-bottom: 1px #000 solid;
}
#nav li { float: left; }
#nav a:hover {
	background-position: bottom left;
}
#nav a span { display: none; }
#home {
	background: url(../images/nav/home.jpg) top left no-repeat;
	width: 72px;	
}
#about {
	background: url(../images/nav/about.jpg) top left no-repeat;
	width: 58px;	
}
#forums {
	background: url(../images/nav/forums.jpg) top left no-repeat;
	width: 68px;	
}
#blog {
	background: url(../images/nav/blog.jpg) top left no-repeat;
	width: 53px;	
}
#simple {
	background: url(../images/nav/simple.jpg) top left no-repeat;
	width: 98px;
}
#events {
	background: url(../images/nav/events.jpg) top left no-repeat;
	width: 66px;	
}
#sustainable {
	background: url(../images/nav/sustainable.jpg) top left no-repeat;
	width: 217px;	
}
#advertising {
	background: url(../images/nav/advertising.jpg) top left no-repeat;
	width: 94px;	
}
#links {
	background: url(../images/nav/links.jpg) top left no-repeat;
	width: 71px;	
}

#pics {
	width: 567px;
	height: 161px;
}
#content {
	width: 598px;
	float:left;
	margin-left: 1px;
}
#content .inner {
	border-top: 1px solid black;
	background: url(../images/content_top_bg.jpg) top left repeat-x;
	position: relative;
	padding-bottom: 40px;

}
#content .topleft {
	width:  16px;
	height: 23px;
	background: url(../images/content_top_left.jpg) top left no-repeat;
	position: absolute;
	top: -1px;
	left: 0px;
}
#content .topright {
	width:  16px;
	height: 23px;
	background: url(../images/content_top_right.jpg) top left no-repeat;
	position: absolute;
	top: -1px;
	right: 0px;
}

#advertisements {
	width: 200px;
	float: right;
	position: relative;
	top: -2px;

}
#advertisements img {
	border-bottom: 1px solid black;
	padding-top:2px;
}

#search { 
	width: 169px;
	padding: 200px 25px 0;
	background: url(../images/search.jpg) top left no-repeat;
	margin: 10px 19px;
	float: left;
	position: relative;
	font-size:.9em;
}
#search img {
	margin-left: 0px;
	
}
#search p {
	margin: 0px;
	padding: 8px 0px 0px 0px;
	font-size: 1em;
  	font-weight: bold;
    line-height: 1.05em;
  	color:#006579;	
}
.highlight {
	color: #00718f;
	font-weight: bold;
}
.sustainable_life {
	display: block;
	width: 339px;
	height: 85px;
	margin-left: -8px;
	background: url(../images/sustainable-life.jpg) bottom left no-repeat;
}
a.sustainable_life:hover {
	background-position: top left;
}
.sustainable_life span {
	display: none;
}
.text {
	margin: 30px 28px 0 257px;
	
	text-align: left;	
}
#footer {
	width: 799px;
	height: 90px;
	position: relative;


	/* use this if you don't want the black lines on the interior of the right side */
	/* background: url(../images/footer_no_black_line.jpg) no-repeat top left; */	
	
	/* use this if you DO want the black lines on the interior of the right side */
	background: url(../images/footer.jpg) no-repeat top left;
}
#footer ul {
	position: absolute;
	top: 10px;
	left: 250px;
	font-size: .9em;
	font-weight:bold;
}
#footer ul a {
	text-decoration: none;
	float: left;
	padding: 0 8px;
}
#footer li {
	float: left;
}
#footer #by2fish {
	display: block;
	width: 80px;
	height: 25px;
	position: absolute;
	top: 60px;
	left: 50px;
}
#footer #by2fish span {
	display: none;
}
#footer p {
	position: absolute;
	top: 55px;
	right: 60px;
	font-size: .8em;
	
	
}
/* element styles for reuse */
p {
  margin: 1em 0;
}
#advertisements p {
  margin: 0 0 -5px 0;
 }
h1 {
  font-size: 1.3em;
  color: #006579;
  font-weight: bold;
  margin: .67em 0;
  line-height: 1.2em;
}
h2 {
  font-size: 1.1em;
  font-weight: bold;
  margin: .83em 0;
  line-height: 1.2em;
}
h3 {
	font-weight: bold;
}
h4 {
  font-size: 1em;
  font-weight: bold;
  margin-top: -10px;
  margin-bottom: -13px;
  padding: 0;
  line-height: 1.05em;
  color:#006579;
}
h5 {
  font-size: 1.2em;
  color: #006579;
  font-weight: bold;
  margin: .67em 0;
  line-height: 1.2em;
}
td {
	vertical-align: middle;
	padding: 10px;
}
#simplel td {
	vertical-align: middle;
	padding: 0px;
	font-size: 85%;
}

#popup td {
	vertical-align: middle;
	padding: 0px;
	
}
#popup tr {
	vertical-align: middle;
	padding: 0px;
}
a img {
	border: 0;
}
/* link styles */
a {
	color: #373535;
	text-decoration: none;
	font-weight: bold;
}
a:hover, a:active, a:focus {
	
	color: #BFD730;
	text-decoration: none;
	font-weight: bold;
}
a.swapped {
	color: #BFD730;
	text-decoration: none;
	font-weight: bold;
}
a.swapped:hover, a.swapped:active, a.swapped:focus {
	color: #373535;
	text-decoration: none;
	font-weight: bold;
	
}
a.bluelink {
	color: #00708E;
	text-decoration: none;
	font-weight: bold;
}
a.bluelink:hover, a.bluelink:active, a.bluelink:focus {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	
}

/* classes for reuse */
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.hide {
	display: none;
}
.small {
	font-size: .8em;
	font-style: italic;
	}
.greenbold {
	font-size: 1.05em;
	font-weight: bold;
	color: #C1D72D;
}
.bluebold {
	font-size: 1.05em;
	font-weight: bold;
	color: #00708E;
}
#thumb {
	float: left;
	display: block;
	height: 90px;
	width: 90px;
	overflow: hidden;
	border: 1px solid black;
	margin-right: 15px;
	text-align; center;
}
#articles {
	line-height: 1.4em;
	font-size: .9em;
}
