/* CSS Document */
/* Generic
---------------------------------------------------------------------------------*/
body {
	margin: 0px;
	padding: 0px;
	background: #ffffff url(../images/bg.jpg) repeat-x top;
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
	color:#111111;
}
h1 {
	font-size:100%;
	font-weight:bold;
	margin:0px;
	padding:0px;
}
h2 {
	font-size:80%;
	font-weight:bold;
	margin:0px;
	padding:0px;
}
h3 {
	font-size:80%;
	font-weight:bold;
	margin:0px;
	padding:0px;
}
p {
	padding: 10px 5px 5px 5px;
	font-size:80%;
	margin:0px;
}

textarea
{
	font-size:80%;
	font-family:Arial, Helvetica, sans-serif;
}

img {
	border: none;
}
a {
	text-decoration: none;
}
label
{
	font-size:0.8em;
}
a:hover {
	text-decoration: underline;
}
.green {
	color:#00862d;
}
.green-bold {
	color:#00862d;
	font-weight:bold;
}
.blue {
	color:#028ac9;
}
.blue-bold {
	color:#028ac9;
	font-weight:bold;
}

/* headers
---------------------------------------------------------------------------------*/
h1.tenants  {
	background: url(../images/icon-title-tenants.gif) right top no-repeat;
	color:#028ac9;
	font-weight:bold;
	height:48px;
	vertical-align:middle;
	font-size:120%;
}
h1.search, h1.accessibility, h1.corporate, h1.find, h1.sitemap  {
	background:none;
	color:#028ac9;
	font-weight:bold;
	height:48px;
	vertical-align:middle;
	font-size:120%;
	text-align: left;
}
h1.sitemap
{
	margin: 10px 20px 0px 10px;
}

h1.news  {
	background: url(../images/icon-title-news.gif) right top no-repeat;
	color:#028ac9;
	font-weight:bold;
	height:48px;
	vertical-align:middle;
	font-size:120%;
}
h1.contact  {
	background: url(../images/icon-title-contact.gif) right top no-repeat;
	color:#028ac9;
	font-weight:bold;
	height:48px;
	vertical-align:middle;
	font-size:120%;
}

h1.callback  {
	background: url(../images/icon-title-callback.gif) right top no-repeat;
	color:#028ac9;
	font-weight:bold;
	height:48px;
	vertical-align:middle;
	font-size:120%;
}

h1.business  {
	background: url(../images/icon-title-business.gif) right top no-repeat;
	color:#028ac9;
	font-weight:bold;
	height:48px;
	vertical-align:middle;
	font-size:120%;
}
h1.find  {
	background: url(../images/icon-title-find.gif) right top no-repeat;
	color:#028ac9;
	font-weight:bold;
	height:48px;
	vertical-align:middle;
	font-size:120%;
}
h1.most  {
	background: url(../images/icon-title-most.gif) right top no-repeat;
	color:#028ac9;
	font-weight:bold;
	height:48px;
	vertical-align:middle;
	font-size:120%;
}
h1.corporate  {
	background: url(../images/icon-title-corporate.gif) right top no-repeat;
	color:#028ac9;
	font-weight:bold;
	height:48px;
	vertical-align:middle;
	font-size:120%;
}
h1.welcome  {
	background: url(../images/icon-title-welcome.gif) right top no-repeat;
	color:#028ac9;
	font-weight:bold;
	height:48px;
	vertical-align:middle;
	font-size:120%;
}

h1.getinvolved  {
	background: url(../images/icon-popular-involved_new.gif) right top no-repeat;
	color:#028ac9;
	font-weight:bold;
	height:48px;
	vertical-align:middle;
	font-size:120%;
}


/* info block
---------------------------------------------------------------------------------*/
#info-block {
	width: 920px;
	margin: 0 auto;
	position: relative;
	color:#464646;
	display:block;
	clear:both;
}
#info-block ul{
	margin:0px;
	padding: 0px 0px 0px 0px;
	font-size:85%;
}
#info-block ul li{
	list-style-type:none;
	display:inline;
	padding: 0px 8px 0px 7px;
	font-weight:bold;
	border-right: #73be49 solid 1px;
	font-weight:normal;
		vertical-align:bottom;
}
#info-block ul li.last{
	border:none;
}
#info-block ul li.small{
	border:none;
	font-size:90%;
	padding: 0px 1px 0px 1px;
}
#info-block ul li.medium{
	border:none;
	font-size:110%;
	padding: 0px 1px 0px 1px;
}
#info-block ul li.large{
	font-size:120%;
	padding: 0px 8px 0px 1px;
}
#info-block ul li a:link, #info-block ul li a:visited{
	font-weight:normal;
	color:#464646;
}
#info-block ul li a:hover{
	color:#73be49;
	text-decoration:underline;
}
#call-us {
	float:right;
	background:#000000;
	padding:15px 10px 15px 10px;
}
#info-links {
	float:right;
	margin:10px 10px 0px 0px;
	clear:both;
	width:900px;
	text-align:right;
}

/* banner
---------------------------------------------------------------------------------*/

#logo {
	width:196px;
	height:94px;
	background: url(../images/logo.gif) no-repeat top left;
	float:left;
	margin-left:20px;
	display:block;
	clear:both;
	display:inline;
}
/* content
---------------------------------------------------------------------------------*/
#content {
	width: 920px;
	margin: 0px auto;
	position: relative;
	background: url(../images/bg-main-page.gif) repeat-y left top;
}
#content-main {
	width:920px;
	clear:both;
	padding-top:20px;
	display:block;
}
#menu {
	width:220px;
	float:left;
}
#menu ul{
	display:block;
	list-style-type:none;
	margin: 0px 10px 20px 20px;
	padding:0px;
}
#menu li{
	margin:0px;
	padding:0px 0px 0px 30px;
	line-height:150%;
	font-size:110%;
}
#menu li a:link, #menu li a:visited{
	font-size:90%;
	color:#111111;
	text-decoration:none;
}
#menu li a:hover{
	color:#73be49;
	text-decoration:underline;
}
#menu ul li.welcome{
	background:url(../images/icon-menu-welcome.gif)  left center no-repeat;
}
#menu li.tenants{
	background:url(../images/icon-menu-tenant.gif) left center no-repeat;
}
#menu li.business{
	background:url(../images/icon-menu-business.gif) left center no-repeat;
}
#menu li.corporate{
	background:url(../images/icon-menu-corporate.gif) left center no-repeat;
}
#menu li.find{
	background:url(../images/icon-menu-find.gif) left center no-repeat;
}
#menu li.callback{
	background:url(../images/icon-menu-callback.gif) left center no-repeat;
}
#menu li.news{
	background:url(../images/icon-menu-news.gif) left center no-repeat;
}
#menu li.getinvolved{
	background:url(../images/icon-menu-get-involved.gif) left center no-repeat;
}
#menu li.most{
	background:url(../images/icon-menu-most.gif) left center no-repeat;
}
#menu li.contact{
	background:url(../images/icon-menu-contact.gif) left center no-repeat;
}
#menu-blog {
	height:100px;
	width:176px;
	margin-left:20px;
}
#menu-blog-text a:link,#menu-blog-text a:visited {
	margin-left:26px;
	font-size:90%;
	color:#00862d;
	font-weight:bold;
	height:40px;
}
#menu-blog-text a:hover {
	color:#00862d;
}
#article {
	width:690px;
	float:left;
}
#title-welcome {
	width:662px;
	height:40px;
	background: url(../images/title-welcome.gif) bottom no-repeat;
	clear:both;
}
#title-news {
	width:685px;
	background: #FFFFFF url(../images/bg-news-header.gif) top no-repeat;
	clear:both;
	padding-top:80px;
	position: relative;
	margin-bottom:40px;
}
#title-mission {
	width:685px;
	height:260px;
	background: url(../images/mission.jpg) bottom no-repeat;
	clear:both;
}
#news-latest-story {
	width:330px;
	float:left;
}

#news-latest-image {
	width:150px;
	height:150px;
	float:left;
}
#news-latest-text {
	width:170px;
	float:left;
}
#news-latest-text p{
	padding:0px;
	margin:0px;
}
#news-divider {
	width:20px;
	height:250px;
	background:url(../images/bg-news-divider.gif) top no-repeat;
	float:left;
}
.popular-latest-story {
	width:330px;
	float:left;
	margin-bottom:10px;
}
.popular-latest-story p{
	margin:0px;
	padding:0px;
}
.popular-latest-story a:link, .popular-latest-story a:visited{
	color:#028ac9;
	font-weight:bold;
}
.popular-latest-story a:hover{
	color:#999999;
	font-weight:bold;
}
.popular-latest-image {
	width:90px;
	height:60px;
	float:left;

}


.seo-image-text {
	display:none;
}

/* sub menu
---------------------------------------------------------------------------------*/
.sub-menu-5col{
	background: url(../images/bg-submenu-05.gif) top left no-repeat;
	width:690px;
}
.sub-menu-4col{
	background: url(../images/bg-submenu-04.gif) top left no-repeat;
	width:690px;
}
.sub-menu-3col{
	background: url(../images/bg-submenu-03.gif) top left no-repeat;
	width:690px;
}
.sub-menu-2col{
	background: url(../images/bg-submenu-02.gif) top left no-repeat;
	width:690px;
}
.sub-menu-1col{
	background: url(../images/bg-submenu-01.gif) top left no-repeat;
	width:690px;
}
.sub-menu{
	width:138px;
	float:left;
}
.sub-menu ul{
	list-style-type:none;
	margin:0px;
	padding:0px;
	width:138px;
}
.sub-menu h2{
	font-size:95%;
	color:#028ac9;
	font-weight:bold;
	padding:6px 7px 5px 8px;
}
.sub-menu ul li{
	margin:0px 7px 8px 8px;
	line-height:90%;
	font-size:1em;
}
.sub-menu li a:link, .sub-menu ul li a:visited{
	color:#111111;
	font-size:80%;
}
.sub-menu li a:hover{
	color:#028ac9;
	font-size:80%;
}


#article ul{
	list-style-type:none;
	margin:0px;
	padding:0px;
	width:138px;
}
#article h2{
	font-size:95%;
	color:#028ac9;
	font-weight:bold;
	padding:6px 7px 5px 8px;
}
#article ul li{
	margin:0px 7px 8px 8px;
	line-height:90%;
}
#article li a:link, #article ul li a:visited{
	color:#111111;
	font-size:80%;
}
#article li a:hover{
	color:#028ac9;
	font-size:80%;
}

#sub-menu-footer, #sub-menu-footer-4-col{
	background: url(../images/bg-submenu-footer.gif) top left no-repeat;
	width:685px;
	height:25px;
	clear:both;
}
#sub-menu-footer-4-col
{
	background: url(../images/bg-submenu-footer_4-col.gif) top left no-repeat;
}

.clear{
	clear:both;
}


/* Article
---------------------------------------------------------------------------------*/
#article-grad {
	width: 685px;
	background: #FFFFFF url(../images/bg-article-grad.jpg) top  repeat-x;
	clear: both;
	padding-top: 10px;
}

#article-grad h1, h2 {
	font-weight: bold;
	color: #028ac9;
	margin: 10px 20px 0px 10px;
}
	
#article-grad h3{
	color: #028ac9;
	font-size: 95%;
	font-weight: bold;
	margin: 10px 20px 0px 10px;
}

#article-grad h4{
	color:#028ac9;
	font-size:80%;
	font-weight:bold;
	margin:10px 20px 0px 10px;
}

#article-grad h5{
	color:#028ac9;
	font-size:75%;
	font-weight:bold;
	margin:10px 20px 0px 10px;
}


#article-grad table
{
	margin-left:10px;
	font-size:0.8em;
	border: solid 1px black;
}

#article-grad p{
	margin:0px 20px 15px 5px;
	line-height:150%;
	font-size:80%;
	
}
#article-grad a:link,#article-grad a:visited{
	color:#028ac9;
	font-weight:bold;
}
#article-grad a:hover{
	color:#028ac9;
	font-weight:bold;
	text-decoration:underline;
}



#article-grad ul {
	list-style-type: none;
	margin: 0px 0px 0px 22px;
	padding: 0px 0px 7px 0px;
}
#article-grad h2 {
	font-size: 95%;
	color: #028ac9;
	font-weight: bold;
	padding: 6px 7px 5px 8px;
}
/*#article-grad ul li {
	margin: 3px 20px 3px 20px;
	padding: 0px 0px 0px 10px;
	line-height: 90%;
} */
#article-grad li a:link, #article ul li a:visited {
	color: #111111;
}
#article-grad li a:hover {
	color: #028ac9;
}

#article-grad table {
	border: #A4D89D solid 1px;
	padding: 10px;
	text-align: left;
}
#article-grad table td {
	padding: 0px 20px 0px 0px;
}

#article-sitemap {
	width: 685px;
	background: #FFFFFF url(../images/bg-article-grad.jpg) top  repeat-x;
	clear: both;
	padding-top: 10px;
}

/* Footer
---------------------------------------------------------------------------------*/
#footer-image {
	width: 920px;
	height:100px;

	padding:0px 0px 0px 0px;
	position: relative;
	clear:both;
	background: url(../images/bg-footer.gif) no-repeat bottom left;
}
#footer {
	width: 920px;
	height:50px;
	margin:0px auto;
	padding:0px 0px 0px 0px;
	position: relative;
	clear:both;
	background: url(../images/bg-footer-bottom.gif) repeat-y top left;
}
#footer-right p{
	padding:8px 20px 0px 40px;
	color:#ffffff;
	float:right;
	font-size:75%;
}
#footer-right a:link,#footer-right a:visited{
	color:#ffffff;
}
#footer-right a:hover{
	color:#ffe402;
}
#footer-left p{
	padding:8px 20px 0px 20px;
	color:#ffffff;
	float:left;
	font-size:75%;
}
#footer-left a:link,#footer-left a:visited{
	color:#ffffff;
}
#footer-left a:hover{
	color:#ffe402;
}

.listheader
{
	font-size:0.8em;
	font-weight: bold;
	margin-left:10px;
}

address
{
	margin-left:10px;
	font-size:0.8em;
}

dl
{
	font-size:0.8em;
	margin:10px;
}

ol.letterlist
{
	list-style-type: lower-alpha;
}

ol li ol
{
	font-size:1.2em;
}

blockquote
{
	font-size:0.8em;
}

#imagelist
{
	text-align:center;
}

#imagelist img
{
	margin: 10px;
}

p.centraladdress
{
	margin-left:auto !important;
	margin-right:auto !important;
	width:20em;
}

.central, .central
{
	text-align: center;
}

ul.surestartlist
{
 list-style-type: none;
 text-align:center;
}

ul.surestartlist li
{
	display: block;
	margin-top:10px;
	margin-bottom:10px;
	background-image: none !important;
}

div.sub-menu h2
{
	margin:0px;
}


/* Search
---------------------------------------------------------------------------------*/
.t{
	font-size:85%;
	padding-left:10px;
	padding-bottom:20px;
	color:#111111;
}
.l{
	color:#028ac9;
	font-size:100%;
	padding:0px 0px 5px 0px;
	line-height:125%;
}
.s{
	color:#111111;
}
.p
{
	font-size:80%;
	margin-left: 10px !important;
	display:block;
}
.p ul li
{
	font-size:1em !important;
}
#googlesearchresults ul{
	width:90%;
}
#googlesearchresults ul li{
	padding:10px 10px 0px 5px;
	font-size:85%;
}


/* Additions
---------------------------------------------------------------------------------*/

.search{
	float:right;
}
.search input{
	font-size:80%;
	margin-right:5px;
}
#article-grad ul{
	width:90%;
	margin-left:20px;
}
#article-grad ul li{
	padding:5px 0px 5px 0px;
}
.AspNet-TreeView-Root{
	padding:5px 0px 5px 20px;
	font-size:120%;
	font-weight:bold;
	width:100%;
}
.AspNet-TreeView-Parent{
	padding:5px 0px 5px 20px;
	font-weight:bold;
	width:100%;
	font-size:90%;
	color:#00862d;
}
li.AspNet-TreeView-Parent {
	width:350px;
}
.AspNet-TreeView-Leaf{
	padding:0px 0px 0px 0px;
	margin:0px;
	font-weight:normal;
	width:100%;
	line-height:100%;
}
.AspNet-TreeView-Leaf a{
	padding:0px 0px 0px 0px;
	margin:0px;
	font-weight:normal;
	width:100%;
	line-height:120%;
}

.AspNet-TreeView-ClickableNonLink{
	padding:5px 0px 15px 0px;
	margin-bottom:10px;
	width:100%;
	font-size:85%;
	line-height:180%;
}
.AspNet-TreeView-ClickableNonLink{
	padding:5px 0px 15px 0px;
	margin-bottom:10px;
	width:100%;
	font-size:85%;
	line-height:180%;
}
.AspNet-TreeView-Collapse{
	width:100%;
}


h2.googlesearchterm
{
	float: left;
	margin-top: 10px;
	padding-top:0px;
}

.googleResultCount
{
	float: right;
	margin-top: 15px;
	font-size:80%;
}



#frame .button
{
	float:left;
}

#frame #scroller {
	overflow: hidden;
	width:685px;
	}

#frame #scrollercontent {
	width: 2740px;
	}
	
#frame .section {
	margin: 0px;
	float: left;
	width:685px;
	background-image:url(../images/bg-article-grad.jpg);
	background-repeat:repeat-x;
	}
	
#frame .section img
{
	display: block;
	float:left;
}

#frame .section .righttext
{
	float: left;
	display: block;
	width: 380px;
}

#frame .section .righttext h3
{
	margin-left:10px !important;
	padding-left:0px;
	color:#028ac9;
}

#frame .section .righttext p
{
	margin-left:10px !important;
	padding-left:0px;
}
	
ul#toolbar
{
	width: 90%;
	margin-bottom: 10px;
	margin-left:10px;
}	
	
ul#toolbar li
{
	list-style-type:none !important;
	display:inline !important;
	font-weight: bold;
}

#toolbar li a
{
	font-size: 0.8em !important;
	text-decoration: none !important;
}
	
#toolbar li.active a
{
	color: #028ac9 !important;
}

#toolbar li.inactive
{
}

h2.missiontitle
{

	clear:both;
	font-size: 0.8em !important; 
}

#article-grad ul li {
	margin: 5px 20px 5px 0px;
	padding: 0px 0px 0px 22px;
	line-height: 120%;
	background-image: url(../images/blue_bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
}	

#latest-news-header
{
	position: absolute;
	left: 0px;
	top: 10px;
}

#most-popular-header
{
	position: absolute;
	left: 350px;
	top: 10px;
}

#title-news h2
{
	font-size:1.25em;
}


#article-grad ul li, #article-grad ol li
{
	font-size:0.8em;
}

#article-grad ul li a, #article-grad ol li a
{
	font-size:100% !important;
}


/* Home rework
---------------------------------------------------------------------------------*/
#latest-news p a, #latest-news p a:visited
{
	text-decoration: none;
	font-weight:bold;
	color: Black;
}
#latest-news {
	clear:both;
	padding:15px 10px 7px 20px;
}
#latest-news p{
	padding:10px 10px 15px 0px;
}
#latest-news a:link, #latest-news a:visited{
	text-decoration:underline;
	color:#00862d;
}
#latest-news a:hover{
	text-decoration:underline;
	color:#333333;
}

/* Staff members
---------------------------------------------------------------------------------*/
.staff-member {

	width:120px;
	float:left;
	margin:30px 10px 0px 0px;
}
.staff-text p{
	padding:0px;
	text-align: center;
}


/* Board members
---------------------------------------------------------------------------------*/
.board-member {
	/*width:175px;
	float:left;
	display:inline;
	margin:30px 10px 0px 30px;*/
	
	width:175px;
	float:left;
	display:inline;
	margin:30px 10px 0px 35px;
}
.board-text p{
	padding:0px;
	text-align: center;

}

table.boardmembers
{
	width:75%;
}

/*  */
.off 
{
	position:absolute;
	left:-9000px;
	top:0;
	z-index:20
}


.label_cat_form {
	float: left;
	clear: left;
	font-size: 80%;
	width: 145px;
	text-align: left;
	margin: 0px 0px 10px 0px;
	padding: 4px 10px 0px 0px;
}
.form_field_cat_form {
	text-align: left;
}

.you_said, h4.you_said
{
	color: #0000ff !important;
}

.we_did, h4.we_did 
{
	color: #ff007f !important;
}


p.gassafety
{
	font-size:1.2em;
	text-align: center;
	font-weight: bold;
	color: Red;
}

