/* layout styles */
/* styles that affect the wysiwyg and general styling are in content.css */

/* style body tag, affects all pages, font styles, etc set in content.css */
html, body {width:100%;}
body
{
    margin: 0px;
    padding: 0px;
    background:#fff;
    font:12px Arial, Helvetica, sans-serif;
}
/* normalizing */
img, fieldset {
    border: none;
}
h1, h2, h3{
    margin: 0;
    padding: 0;
}
/* ---------- main blocks ----------  */
/* page wraps all served pages */
#page {
    width: 100%;
    text-align: left;
    margin: 0 auto;
    padding: 0;
}

/* main-container */
#main-container {
    display: block;
    position: relative;
    top: -2px;
    width: 992px;
    margin: 0px auto;
    padding: 0px;
    overflow: hidden;
    clear: left;
}


/* container */
#container {
    width: 992px;
    overflow: hidden;
    margin: 0;
    padding: 0 0 20px;
    background: #B0B67A url(/images/main-containger-bkg.jpg) 0 0 repeat-x;
}

#bodyWrapper {
    width: 950px;
    overflow: hidden;
    margin: 5px auto 0;
    padding: 0px;
    background: #E5E7CB url(/images/rightbg.jpg) top right repeat-y;
    border-bottom: 7px solid #E5E7CB;
}


/* ---------- index page style ----------- */
/* container for content in index page */
#index {	
    font-size: 11px;
    margin-left:auto;
    margin-right:auto;
    width:100%;
    overflow: hidden;
    background: #E5E7CB url(/images/home-rightbg.jpg) 628px 0px repeat-y;
}
#index h1
{ 	color: #555; font-size: 18px; margin: 4px 4px;}
#index p
{ 	margin: 4px 0px; color: #666;}

#index_feature {
    position: relative;
    z-index: 1;
    height: 375px;
    width: 607px;
}
#news, #press {
    height: 225px;
    width: 298px;
    margin-top: 10px;
    background-image: url(/images/home_blockbkg.jpg);
}
#news div, #press div{
    padding-top: 5px;
}
#news {
    margin-right: 10px;
}
#news h1, #press h1 {
    background: url(/images/index_list_hdr.jpg) no-repeat;
    margin: 0;
    padding-top: 10px;
    color: #6A703E;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
}

/*home_content*/
.home_content {
    padding: 0;
    margin: 4px 0 0 20px;
}

.home_content ul {
    margin: 0;
    padding: 0;
    list-style:none;
}

.home_content ul li {
    text-decoration: none; 
    padding-left: 2em;
    text-indent: -2em;
}

.home_content ul a, .home_content ul a:visited {
    padding-left: 20px;
    line-height:25px;
    color: #FFF;
    font-size:13px;
    text-decoration:none;
    background: url(/images/content_bkg.gif) no-repeat 0px 1px;
}

.home_content ul a:hover {
    color:#503021;
    background: url(/images/content_bkg.gif) no-repeat 0px -16px;
}
/* ---------- content pages style---------- */
/* container for content in content pages */
#content {
    font-size: 12px;
    width: 460px;
    min-height: 570px;
    height: auto !important;
    height: 570px;
    float: left;
    background-color: #E5E7CB;
    margin: 0;
    padding: 0;
    border-left: 8px solid #E5E7CB;
}


#content .featureimg {
    margin: 0px;
}

#content .featureimg #arc {
    margin-top: -30px;
}

#content #bodyimages {
    float: right;
    margin: 0;
    text-align: right;
}
#content #bodyimages img{
    display: block;
    float: right;
    clear: right;
    margin: 5px 5px 15px 15px;
}
#content #bodytext img {
    margin-bottom: 10px;
    padding: 0;
}

#content .bodyimage
{	margin-bottom: 10px; }

/* inside page titles*/
#bodytitle h1 {
    color: #937C98;
    font-size: 21px;
    font-weight: bold;
    padding-left: 15px;
}

#bodysubtitle h2, #bodytext h2 {
    color: #008B98;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    margin: 3px 0 5px;
}
h2.project { font-size: 15px; margin: 15px 0 8px; padding: 0 15px 0 0; }
h2.brownfields { font-size: 15px; padding-top: 2px; color: #635467 }
h2.finh2 { font-size: 15px; padding-top: 2px; }
h2.ecoh2 { font-size: 15px; padding-top: 2px; }

/* div or cell class for editable body text */

#content #bodytext {
    color: #818181;
    width: 428px;
    min-height: 268px;
    background-color: #FFF;
    margin-left: 10px;
    margin-top: 6px;
    padding: 5px;
}
/* container for header and main top nav */
#top	{
    border-bottom: none;
    margin: 0px auto;
    height: 100px;
}

/* class for the middle content div or table of both content and index pages */
.contentblock { 
    margin-left:auto;
    margin-right:auto;
    min-width: 500px;
}

/* ---------- header ---------- */
/* header container */
#header {
    height:98px;
    width: 994px;
    margin: 0 auto;
    background: url(/images/logo.gif) no-repeat;
}
#header .logo img {
    position: absolute;
    height: 85px;
    width: 320px;
}

#header #searchform {
    background-color:#AFB478;
    width: 280px;
    padding: 7px 30px 7px 30px;
    height: 24px;
    margin-left: 648px;
    color:#FFFFFF;
    font-weight:bold;
    font-size: 13px;
}

#searchform input.searchtext
{ width: 190px; border: 1px solid #ccc; }

.bt-search {
    margin-top: -3px;
    vertical-align: middle;
}

/* ---------- footer ---------- */
#footer {
    margin: 0px auto;
    padding: 38px 0 10px;
    width: 950px;
    height: auto;
    color: #FFFFFF;
    background: #7E824D url(/images/home_brick.jpg) repeat-x;
    text-align: center;
    clear: both;
    overflow: hidden;
}

#footer p {
    margin:0;
    font-size:10px;
}

#footer a:link, #footer a:visited {
    color:#FFF;
    font-size:10px;
    font-weight:bold;
    text-decoration: none;
}

#footer a:hover {
    color: #503021;
}


/* ---------- calendar ----------- */
/* calendar container... styles for the calendar itself are in calendar.css */
#cal
{ 	margin: 0px 0px; }


/* ---------- downloads section ----------- */
#downloads
{ 	border-top: 1px solid #ccc; margin-top: 10px;}

#downloads h1
{	font-size: 14px; color: #666; }

#downloads a
{	color: #666; }

#downloads .download
{	margin-bottom: 10px; }


/* --------- photo gallery ---------- */
#photogallery table {
    width: 100%;
}

#photogallery table tr td {
    padding: 5px;
    margin-left: auto;
    margin-right: auto;
    vertical-align: middle;
}

.photoGalleryCaption {
    font-style: italic;
    width: 150px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 3px;
    padding-bottom: 5px;
}

.photoGalleryImg {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.photoGalleryLargerLink {
    text-align: center;
    font-size: 11px;
}


/* ---------- search results page ---------- */
/* container for search results on results page */
#search_results, .searchBody	{
    background: #fff;
    color: #000;
    width: 595px;
    min-height: 550px;
    margin: 0 0 0 2px;
    padding: 0;
    overflow: hidden;
}
.searchBody	.featureimg, .searchBody #arc {
    display: none;
}
.searchBody	#bodytext {
    width: 580px;
    margin: 20px 0 0 18px;
    padding-bottom: 30px;
}
.searchBody a, .searchBody a:visited {
    line-height: 20px;
    color: #7E824D;
    font-size: 14px;
    text-decoration:none;
}

.searchBody a:hover {
    color:#503021;
}

/* each search result */
.search_result
{ }


/* ---------- sitemap ---------- */
.sitemap
{ 	padding: 15px; font-size: 12px; font-weight: bold; }
.sitemap li
{ 	list-style: none; }
.sitemap a, .sitemap a:link, .sitemap a:active, .sitemap a:visited
{ 	text-decoration: none; }
.sitemap a:hover
{ 	text-decoration: underline; }
.sitemap .section
{ 	border: 1px solid #ccc; margin: 10px; padding: 10px; }
.sitemap .article
{ 	font-size: 10px; font-weight: normal; }



/* ---------- right bar ---------- */
#rightbar {
    position: relative;
    z-index: 0;
    float: left;
    width: 322px;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.home-worker {
    position: absolute;
    z-index: 0;
    bottom: 152px;
    right: 59px;
}
#rightbarInner {
    position: relative;
    float: left;
    width: 251px;
    min-height: 379px;
    margin: 0 0 0 9px;
    padding: 5px 0 5px;
    overflow: hidden;
    background: url(/images/rightbartop.jpg) 0 0 no-repeat;
}

#rtbarwelcome {
    margin: 0;
    padding: 0;
    width: 38px;
    height: 570px;
    float: right;
    background:url(/images/home_vertical.gif) 0 0 no-repeat;
}
#rtbarcontent {
    width: 284px;
    float: left;
    margin: 0;
    padding: 10px 0 0;
}
#rtbarcontentinner {
    width: 284px;
    float: left;
    margin: 0;
    padding: 0;
}
#grounding {
    /*	background: url(../images/grounding.png) repeat-x; *//* deprecated to push guy to bottom */
    height: 0;
    width: 284px;
    margin: 0;
    padding: 0;
}
/*content*/
.my_content {
    color: #FFFFFF;
    padding: 0 6px 0 14px;
}

/*blockone -- deprecated, no longer needed */
#blockone {
    margin-left: 18px;
    height: 94px;
    width: 252px;
    background-image: url(/images/home_blockone_bkg.jpg);
}

/*blocktwo -- deprecated, no longer needed */
#blocktwo {
    margin-left: 18px;
    height: 94px;
    width: 252px;
    background-image: url(/images/home_blocktwo_bkg.jpg);
}

/*blockthree -- deprecated, no longer needed */
#blockthree {
    margin-left: 18px;
    height: 94px;
    width: 252px;
    background-image: url(/images/home_blockthree_bkg.jpg);
}
#blockone a, #blocktwo a, #blockthree a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}
#blockone a:hover .my_content , #blocktwo a:hover .my_content, #blockthree a:hover .my_content  {
    text-decoration: underline;
    color: #fff;
}

#blockfour {
    padding: 10px 6px 0 19px;
    margin: 0;
    color: #FFFFFF;
    width: 220px;
}

#blockfourhome {
    padding: 10px 0px 0px 19px;
    margin: 0;
    color: white;
    height: 318px;
    width: 270px;
    background-image: url(/images/home_worker.jpg);
    background-position: 0 39px;
    background-repeat: no-repeat;
}

#blockfour ul, #blockfourhome ul {
    margin: 0px 0px 11px;
    padding: 0;
    list-style:none;
}

#blockfour ul li, #blockfourhome ul li {
    text-decoration: none;
    margin: 0 0 0 11px;
}

#blockfour a, #blockfour a:visited, 
#blockfour ul a, #blockfour ul a:visited,
#blockfourhome a, #blockfourhome a:visited, 
#blockfourhome ul a, #blockfourhome ul a:visited{
    line-height: 20px;
    color: #FFF;
    text-decoration:underline;
}

#blockfour a:hover,
#blockfour ul a:hover,
#blockfourhome a:hover,
#blockfourhome ul a:hover {
    color:#503021;
    text-decoration:none;
}
.block_content {
    margin: 0;
    padding: 0;
}


/* top navigation with dropdowns */
#topnav {
    height:27px;
    float: right;
    margin-top: 34px;
    position:relative;
    z-index:5;
}

#topnav ul {
    margin:0;
    list-style:none;
}

#topnav ul li {
    float:left;
    height:27px;
    position:relative;
    margin: 0;
    padding: 0 1px 0 3px;
}

#topnav ul a, #topnav ul a:visited {
    float:left;
    line-height:24px;
    color:#7E824D;
    font-size:13px;
    border: 2px #7E824D solid;
    padding: 0px 30px;
    font-weight:bold;
    text-decoration:none;
    background-color:#FFF;
}
#topnav ul a:hover {
    color:#fff;
    background-color:#7E824D;
}

#topnav ul ul {
    position:absolute;
    top: 28px;
    left: 2px;
    display:none;
    width:120px;
    padding:0;
/*    background:#E5E7CB;*/
    z-index: 5;
}

#topnav ul li:hover ul {
    display:block;
}

#topnav ul ul li {
    height:auto;
    padding:0;
    background:none;
}
#topnav ul ul a:link, #topnav ul ul a:visited {
    color: #7E824D;
    line-height:24px;
    height:auto;
    width:120px;
    background:#E5E7CB !important;
    text-decoration:none;
    border-left: 2px #7E824D solid;
    border-right: 2px #7E824D solid;
    border-bottom: 2px #7E824D solid;
    border-top: none;
    z-index: 5;
}
#topnav ul ul a:hover,
#topnav ul li.hover ul a:hover  {background:#ACAE80 !important; color: #fff;}

/* footer navigation without dropdowns */
#footernav {
    text-align: center;
    width: auto;
}

#footernav .sections { 
    height: 34px;
    margin: 0 auto;
    list-style:none;
    text-align: center;
}

#footernav .sections li.m4nav_l0 { 
    position:relative;
    display:inline;
    height: 13px;
    border-right: 1px solid #ffffff;
} 


#footernav .sections li.last { 
    border: 0;
}

#footernav .sections li.m4nav_l0 a { 
    font-size: 11px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-decoration:none;
    padding: 0px 10px;
    color:#fff;
}

#footernav .sections li.over, #footernav .sections li.m4nav_l0:hover {
    color: #503021;
}

#footernav .sections li a:link, #footernav .sections li a:visited {
    color:#FFF;
    font-size:12px;
    font-weight:bold;
    text-decoration: none;
}

#footernav .sections li a:hover {
    color: #503021;
}


/* ---------- submenu left navigation ---------- */

/*column-one*/
#column-one {
    position:relative;
    float: left;
    margin: 0;
    padding: 10px 10px 0px;
    width: 608px;
    background-color: #E5E7CB;
}

#column-one-inner {
    position:relative;
    float: left;
    margin: 0;
    padding: 10px 0px 0px 10px;
    width: 671px;
    background: #E5E7CB;
}

.leftBarBG {
    overflow: hidden;
    background: #B1B57A url(/images/submenuBG.jpg) 0px 30px no-repeat;
}


/*vertical_nav*/
#vertical_nav {
    width: 203px;
    float: left;
    margin: 0;
    padding: 0;
}

#submenu h1 {
    color: #FFFFFF;
    padding: 8px 0 8px 0;
    text-align:center;
    font-size: 1em;
    background: #B1B57A;
}

#submenu h1 a:link, #submenu h1 a:visited {
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
}

#submenu {
    padding: 0;
    margin: 0;
}

#submenu ul {
    margin: 0;
    padding: 0;
    list-style:none;
}

#submenu ul li {
    text-decoration: none;
    border-bottom: #7E824D dotted 1px;
    background: none;
}

#submenu ul a, #submenu ul a:visited {
    display: block;
    padding: 8px 0 8px 11px;
    width: 188px;
    line-height: 14px;
    font-weight: bold;
    color: #7E824D;
    font-size: 12px;
    text-decoration:none;
}
#submenu ul a.current, #submenu ul a.current:visited {
    color: #503021;
}

#submenu ul a:hover {
    color: #503021;
}

/* image caption under headline image */
.imagecaption
{ text-align: right; padding: 2px 5px;font-style: italic;}

/* convenience style for stacking columns or other block elements to the left 
	ensure you clear:both after the columns for proper display */
.stackleft
{ float:left; }
/* specific styles for the setup site as examples on stacking columns */
/*  with this type of stack ensure you set a clear:both after the floated elements*/


#index .col1 {
}
#index .col2
{ width: 300px;}
#index .col3
{ width: 260px;}

