﻿/*-----------------------------------------------------------------------------
RESET STYLESHEET
--------------------------------------------------------------------------------*/
html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, em, font, img, small, strike, strong, sub, sup,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;}
	
/* remember to define focus styles! */
:focus {
	outline: 0;}
	
ol, ul {
	list-style: none;}
	
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;}
	
caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;}
	
/*-----------------------------------------------------------------------------
GENERAL GLOBAL STYLES
--------------------------------------------------------------------------------*/
html, body {height: 100%;}

body {
	line-height: 1;
	color: #575757;
	background: #ffffff;
	font-family: "trebuchet MS", Geneva, Verdana, Arial, Helvetica, sans-serif; 
	font-size: 62.5%; /* sets the stage for using ems */}
	
h1 {
    font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif; 
    font-weight: normal;
    font-size: 185%;
    margin-top: 0px;
    margin-bottom: 22px;
    color: #93bd30;
    letter-spacing: 0.3px;
    line-height: 1.1em;}
    
h2 {
    font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 150%;
    margin-top: 0px;
    margin-bottom: 18px;
    padding-bottom: 5px;
    color: #93bd30;
    width: 100%;
    border-bottom: solid 1px #e0e0e0;}
    
h3, h4 {
    font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 1.1em;
    margin-bottom: 8px;
    margin-top: 0px;
    color: #17420c;}
    
h4 {
    padding: 0 20px 0 20px;
    margin-bottom: 0px;}
    
p {
    margin-bottom: 13px;}
    
small, .small {
    font-size: .85em;
    line-height: 1.3em;}

strong {font-weight: bold;}
	
a:link, a:visited {
	color: #92bd30;
	text-decoration: underline; }
	
a:hover, a:active {
	color: #17420c;
	text-decoration: underline;}

.alignright {
	text-align: right;}

.alignleft {
	text-align: left}
	
.floatright {
    float: right;}

.floatleft {
    float: left;}
    
.clear {
    clear: both;}
   
.floatmarginleft {
    margin: 5px 15px 5px 0px;}
    
.floatmarginright {
    float: right;
    margin: 0px 0px 10px 30px;}
    
.clearing {
    clear: both;
    height: 0;}
    
.highlight {
    color: #7b9f28;}
    
/*-----------------------------------------------------------------------------
ANCHORS
--------------------------------------------------------------------------------*/
#footer p a:link, #footer p a:visited {
	color: #ffffff;
	text-decoration: underline; }
	
#footer p a:hover, #footer p a:active {
	color: #92bd30;
	background: #ffffff;
	text-decoration: none;}
	
/*-----------------------------------------------------------------------------
LIST STYLES
--------------------------------------------------------------------------------*/
#main ul {
    list-style-type: disc;
    background: #f1f9f8;
    border-top: 1px solid #cfebe8;
    border-bottom: 1px solid #cfebe8;
    padding: 10px 20px 10px 40px;
    margin: 10px 0 20px 0;}
    
#main ul li {
    line-height: 1.5em;} 

/*-----------------------------------------------------------------------------
LAYOUT DIVS & TABLES
--------------------------------------------------------------------------------*/
#container {
    width:100%;
    border-top: solid 4px #93bd30;
    background: url(../images/header_bg.gif) repeat-x top left;
    font-size: 1.3em;
    margin-bottom: 30px;}
    
#page {
    position: relative;
    margin: 0 auto 0 auto;
    width: 788px;}
    
.logo {
    position: absolute;
    top: 16px;
    left: 0px;}
    
#flash {
    position: absolute;
    width: 849px;
    height: 273px;
    left: -50px;
    top: 146px;
    background: url(../images/flash_underlay.jpg) no-repeat -2px 0px;}
    
#flower_top {
    position: absolute;
    top: 141px;
    right: 56px;
    height: 5px;
    width: 9px;
    background: url(../images/flower_top.gif) no-repeat;}
    
#middle_block {
    position: relative;
    width: 788px;
    margin-top: 415px;
    line-height: 1.5em;}
    
#main {
    float: left;
    width: 546px;
    display: inline;}
    
#contact {
    margin-left: 586px;
    width: 202px;}
    
.news_left {
    float: left;
    width: 250px;}

.news_right {
    margin-left: 296px;
    width: 250px;}
    
#footer {
    position: relative;
    width: 100%;
    height: 30px;
    background: url(../images/footer_bg.gif) repeat-x bottom left;}

#footer p {
    color: #ffffff;
    margin: 0 auto 0 auto;
    width: 788px;
    font-size: 105%;
    letter-spacing: 1.5px;
    padding-top: 12px;}
    
#contactbox {
    background: url(../images/contactbox_bg.gif) repeat-y;
    width: 202px;
    line-height: 1.3em;}
    
#contactbox p {
    padding: 0 20px 0 20px;
    margin-bottom: 0px;}
    
#contactbox_top {
    background: url(../images/contactbox_top.gif);
    height: 19px;
    width: inherit;}

#contactbox_bottom {
    background: url(../images/contactbox_bottom.gif);
    height: 19px;
    width: inherit;}

.icon_email {
    background: url(../images/icon_email.gif) no-repeat;
    padding: 1px 0 12px 80px;
    margin-left: 20px;}

.icon_tel {
    background: url(../images/icon_phone.gif) no-repeat;
    padding: 5px 0 10px 66px;
    margin-left: 23px;} 
       
.icon_fax {
    background: url(../images/icon_fax.gif) no-repeat;
    padding: 7px 0 10px 66px;
    margin-left: 23px;}
    
#main .portfolio {
    border: solid 1px #e9e9e9;
    padding: 5px;}
    
td.baseborder {
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: dashed 1px #e0e0e0;}
    
    
/*-----------------------------------------------------------------------------
TOP LEVEL NAVIGATION
--------------------------------------------------------------------------------*/
#nav {
	position: relative;
	top: 118px;
	height: 28px;
	list-style: none;}
	
#nav li {
	float: left;
	margin-right: 28px;
	height: 28px;
	overflow: hidden; /* if text-resize, this'll keep the nav the same size */}
	
#nav li a {
	display: block;
	line-height: 28px;
	text-indent: -5000px;
	overflow: hidden;
	background-position: center top; /* horizontally centers the background image */}
	
#NavigationCtrl1_navHome {
		width: 62px;
		background: url(../images/nav_home.gif) no-repeat;}
		
#NavigationCtrl1_navNews {
width: 69px;
background: url(../images/nav_news.gif) no-repeat;}

#NavigationCtrl1_navProfile {
		width: 69px;
		background: url(../images/nav_profile.gif) no-repeat;}

#NavigationCtrl1_navServices {
		width: 78px;
		background: url(../images/nav_services.gif) no-repeat;}
		
#NavigationCtrl1_navEnviro {
		width: 104px;
		background: url(../images/nav_enviro.gif) no-repeat;}
		
#NavigationCtrl1_navPortfolio {
		width: 82px;
		background: url(../images/nav_portfolio.gif) no-repeat;}
		
#NavigationCtrl1_navContacts {
		width: 82px;
		background: url(../images/nav_contacts.gif) no-repeat;}

#nav li a:hover {
	background-position: 50% -29px;}
	
#nav li a.currentSection,
#nav li a.currentSection:hover {
	background-position: 50% -58px;}