/* ------------------------------ BEGIN Global Styles ------------------------------ */

@import url("../../global/CSS/global.css");

/* ------------------------------ END Global Styles ------------------------------ */

/* BE SURE TO COPY YOUR CLIENT STYLES IN THIS MASTER.CSS IN ORDER FOR THE EDITOR TO IMPLEMENT THE CLIENT STYLES-
YOU HAVE TO LOAD THEM UP SEPARATELY AS CLIENT.CSS AS WELL */

/* UNIVERSAL */

html, body, div, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, p, pre, form, blockquote, fieldset, input {
	margin: 0;
	padding: 0;
}

fieldset,img {
	border: none;
}

caption,th {
	text-align: left;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	background-color: #4B6124;
	margin: 0px;
}

img.left {
	float: left;
	padding: 2px 20px 16px 0;
}

img.right {
	float: right;
	padding: 2px 0 16px 20px;
}

img.across {
	margin: 2px 0 16px 0;
}

img.flushleft {
	margin-left: -20px;
}

img.flushright {
	margin-right: -20px;
}

img.navigate {
	float: left;
	margin: 0px 0px 20px 0;
}

hr {
	border: 0;
	width: 100%;
	color: #262626;
	background-color: #262626;
	height: 1px;
	line-height: 1px;
	margin: 10px 0px;
	padding: 0px;
}

ul li {
	padding: 0 0 0 15px;
	margin: 0px;
	background: url(/sitefiles/1230/Images/bullet.gif) no-repeat 0em 0.5em;
	list-style: none;
}

/* TYPE */

body, p, div, li, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
	color: #262626;
}

a:link, a:visited, a:active {
	color: #FFA23F;
	text-decoration: underline;
}

a:hover {
	color: #FFA23F;
	text-decoration: none;
}

h1 {
	font-size: 40px;
	line-height: 50px;
	color: #262626;
	font-weight: normal;
}

h2 {
	font-size: 25px;
	line-height: 35px;
	color: #262626;
	font-weight: normal;
}

h3 {
	font-size: 18px;
	line-height: 25px;
	color: #00467F;
	font-weight: normal;
}

h4 {
	font-size: 17px;
	line-height: 25px;
	color: #83B000;
	font-weight: normal;
}

h5 {
	font-size: 15px;
	line-height: 20px;
	color: #FFA23F;
	font-weight: normal;
}

.bodyoptional {
	font-size: 11px;
	line-height: 19px;
	color: #262626;
}

.bodyoptionalB {
	font-family: "Lucida Grande CY", "Trebuchet MS", sans-serif;
	font-size: 11px;
	line-height: 19px;
	color: #262626;
}

/* SEARCH */

#search {
	float: right;
	width: 165px;
	margin-top: 65px;
	padding-top: 10px;
	padding-bottom: 15px;
	padding-left: 35px;
	background-image: url(/sitefiles/1230/Images/searchField.png);
	background-repeat: no-repeat;
	background-position: bottom;
	text-transform: uppercase;
	margin-bottom: 65px;
}

#searchDEF {
	float: right;
	width: 165px;
	margin-top: 35px;
	padding-top: 10px;
	padding-bottom: 15px;
	padding-left: 35px;
	background-image: url(/sitefiles/1230/Images/searchField.png);
	background-repeat: no-repeat;
	text-transform: uppercase;
	margin-bottom: 35px;
}

.searchField {
	font-size: 10px;
	color: #FFF;
	width: 165px;
	border: 0px;
	background-color: transparent;
	margin: 0px;
	background: transparent;
	float: right;
	text-transform: uppercase;
}

.searchButton {
	visibility: hidden;
	display: none;
	width: 0px;
}

.pageSearchTitle {
	font-size: 14px;
	line-height: 18px;
	color: #262626;
}

a.pageSearchTitle {
	font-size: 14px;
	line-height: 18px;
	color: #262626;
	text-decoration: none;
}

a.pageSearchTitle:hover {
	font-size: 14px;
	line-height: 18px;
	color: #262626;
	text-decoration: underline;
}

/* MAIN NAV */

#mainnav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	background: none;
}

#mainnav li ul {
	display: none;
}

#mainnav li {
	padding: 0px;
	margin: 0px;
	height: 60px;
	float: left;
	background: none;
}

#mainnav a {
	font-family: "Trebuchet MS", "Lucida Grande CY", sans-serif;
	font-size: 11px;
	line-height: 60px;
	text-transform: uppercase;
	color: #FFF;
	display: block;
	text-decoration: none;
	padding: 0px 15px;
	margin: 0px;
	text-align: center;
}

#mainnav a:hover {
	font-family: "Trebuchet MS", "Lucida Grande CY", sans-serif;
	font-size: 11px;
	line-height: 60px;
	text-transform: uppercase;
	color: #FFF;
	display: block;
	text-decoration: none;
	padding: 0px 15px;
	margin: 0px;
	text-align: center;
	background-color: #4B6124;
}

#mainnav a.current {
	font-family: "Trebuchet MS", "Lucida Grande CY", sans-serif;
	font-size: 11px;
	line-height: 60px;
	text-transform: uppercase;
	color: #FFF;
	display: block;
	text-decoration: none;
	padding: 0px 15px;
	margin: 0px;
	text-align: center;
	background-color: #4B6124;
}

/* SUB NAV */

#subnavWrapper {
	background-color: #252D30;
    overflow: hidden;
    padding: 20px;
    width: 250px;
}

* html #subnavWrapper {
	width: 290px;
	w\idth: 250px;
}

#subnav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	background: none;
}

#subnav li {
	padding: 0px;
	margin: 0px;
	float: left;
	width: 250px;
	background: none;
}

#subnav a {
	background: url("/sitefiles/1230/images/subnav-arrow.png") no-repeat scroll 233px 50% transparent;
    border-bottom: 1px solid #666666;
    color: #CCC;
    display: block;
    font-size: 16px;
    padding: 10px;
    text-decoration: none;
}

#subnav a:hover {
	background-color: #3E494F;
}

#subnav a.current {
	background-color: #3E494F;
}

/* PARENT STYLE- THIS JUST NEEDS TO BE THE SAME DIV NAME AS THE CONTAINING SUBMENU CONTAING DIV NAVE */

#subnavWrapper h2 a {
	color: #FFFFFF;
    display: block;
    font-weight: bold;
    padding: 5px 0;
    text-decoration: none;
}

#subnavWrapper p {
	display: none;
}

/* breadcrumb */

#breadcrumb {
	float: left;
	width: 600px;
	text-align: left;
	padding-top: 25px;
	padding-bottom: 20px;
}

#breadcrumb ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

#breadcrumb li {
	margin: 0px;
	float: left;
	background: none;
}

#breadcrumb a {
	padding: 0 0 0 20px;
	font-size: 10px;
	display: inline;
	text-decoration: none;
	color: #999999;
	background: url(../Images/breadcrumb.gif) no-repeat 0.2em;
}

#breadcrumb a:hover {
	padding: 0 0 0 20px;
	font-size: 10px;
	display: inline;
	text-decoration: none;
	color: #262626;
	background: url(../Images/breadcrumb.gif) no-repeat 0.2em;
}

#breadcrumb a.first {
	padding: 0px;
	font-size: 10px;
	display: inline;
	text-decoration: none;
	color: #999999;
	background: none;
	margin-left: -15px;
}

#breadcrumb a.first:hover {
	padding: 0px;
	font-size: 10px;
	display: inline;
	text-decoration: none;
	color: #262626;
	background: none;
	margin-left: -15px;
}

#breadcrumb a.current {
	padding: 0 0 0 20px;
	font-size: 10px;
	display: inline;
	text-decoration: none;
	color: #262626;
	background: url(../Images/breadcrumb.gif) no-repeat 0.2em;
}

/* WRAPPERS */

#topWrapper {
	width: 100%;
	float: left;
	text-align: left;
	background-color: #FFFFFF;
	height: 390px;
}

#topWrapperSUB {
	width: 100%;
	float: left;
	text-align: left;
	background-color: #FFFFFF;
	height: 365px;
}

#topWrapperDEF {
	width: 100%;
	float: left;
	text-align: left;
	background-color: #4B6124;
	height: 130px;
}

#topWrapperDEFInner {
	margin: 0px auto;
	padding: 0px;
	height: 130px;
	width: 920px;
}

#mainnavWrapper {
	float: right;
    height: 60px;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 570px;
}

#topWrapperInner {
	margin: 0px auto;
	padding: 0px;
	height: 60px;
	width: 920px;
}

#contentWrapper {
	width: 100%;
	float: left;
	text-align: left;
	background-color: #FFFFFF;
}

#footerWrapper {
	background-color: #2e363d;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#0f232c), to(#2e363d));
	background-image: -webkit-linear-gradient(top, #0f232c, #2e363d);
	background-image: -moz-linear-gradient(top, #0f232c, #2e363d);
	background-image: -o-linear-gradient(top, #0f232c, #2e363d);
	background-image: -ms-linear-gradient(top, #0f232c, #2e363d);
	background-image: linear-gradient(top, #0f232c, #2e363d);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#0f232c', EndColorStr='#2e363d');
	width: 100%;
	float: left;
	text-align: left;
	padding-bottom: 20px;
}

/* TOP */

#top {
	margin: 0px auto;
	padding: 0px;
	width: 920px;
	height: 390px;
	position: relative;
}

#topSUB {
	margin: 0px auto;
	padding: 0px;
	width: 920px;
	height: 365px;
	position: relative;
}

#logo {
	float: left;
	width: 130px;
	height: 71px;
	color: #FFFFFF;
	padding-top: 35px;
	padding-right: 25px;
}

#defaultLogo {
	float: left;
	width: 133px;
	height: 88px;
	color: #FFFFFF;
	padding-top: 25px;
	padding-right: 25px;
}

#logoHome	{
	width: 450px;
	height: 79px;
	color: #FFFFFF;
	padding-top: 35px;
	padding-right: 25px;
	
}

#logoSUB {
	float: left;
	width: 470px;
	height: 97px;
	color: #FFFFFF;
	padding-top: 35px;
}

/* CONTENT */

.clear {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}

#content {
	margin: 0px auto;
	width: 920px;
	background-color: #FFFFFF;
	position: relative;
	padding-bottom: 25px;
}

#contentRight {
	float: right;
	width: 290px;
}

/* FOOTER */

#footer {
	margin: 0px auto 30px;
	width: 920px;
	padding-top: 30px;
	padding-bottom: 30px;
	position: relative;
	overflow: hidden;
}

#footerRight {
	float: right;
	width: 330px;
	font-family: "Trebuchet MS", "Lucida Grande CY", sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 15px;
	padding-left: 20px;
	padding-top: 5px;
}

* html #footerRight {
	width: 379px;
	w\idth: 349px;
}

#footerRight a {
	font-family: "Trebuchet MS", "Lucida Grande CY", sans-serif;
	font-size: 11px;
	color: #C5AF2F;
}

#footerRight a:hover {
	font-family: "Trebuchet MS", "Lucida Grande CY", sans-serif;
	font-size: 11px;
	color: #C5AF2F;
}

#footerLeft {
	float: left;
	width: 500px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #FFFFFF;
	padding: 0px 30px 0px 0px;
}

* html #footerLeft {
	width: 531px;
	w\idth: 500px;
}

#footer > div {
	float: left;
	margin-left: 30px;
	width: 276px;
}

#footer > div:first-child {
	margin: 0;
}

#footer h2 {
	color: #FFFFFF;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}

#footer h4 {
	border-bottom: 1px solid #3B484E;
    color: #FFA23F;
    font-size: 14px;
    padding-bottom: 8px;
}

#footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer li {
	background: none repeat scroll 0 0 transparent;
    border-bottom: 1px solid #3B484E;
    color: #FFFFFF;
    margin: 0;
    padding: 0;
}

#footer .templatecontent li a {
	background: url("/sitefiles/1230/images/subnav-arrow.png") no-repeat scroll 233px 50% transparent;
    border-bottom: 1px solid #3B484E;
    color: #CCC;
    display: block;
    font-size: 16px;
    padding: 10px;
    text-decoration: none;
}

#footer .templatecontent li a:hover {
	background-color: #3E494F;
}

h2#news {
	border-bottom: 1px solid #3B484E;
    padding-bottom: 34px;
    position: absolute;
    right: 0;
    top: 28px;
    width: 309px;
}

div.recent-news-wrapper {
     margin-top: 68px;
}

#footer .recent-news-wrapper li {
	padding: 12px 0;
}

#footer .recent-news-wrapper li a {
	display: block;
    text-decoration: none;
}

p.recent-news-view-link {
	display: none;
}

#header {
	float: right;
	height: 365px;
	width: 450px;
	padding-top: 25px;
}

#headerSUB {
	float: right;
	height: 365px;
	width: 450px;
}

#iconsCorporate {
	float: left;
	height: 340px;
	width: 470px;
	padding-top: 50px;
}

#leftSUB {
	float: left;
	height: 365px;
	width: 470px;
}

#missionCorporate {
float: left;
width: 280px;
padding-top: 62px;
font-size: 13px;
color: #00467F;
text-transform: uppercase;
}

.missionCorporate {
	font-size: 13px;
	color: #00467F;
	text-transform: uppercase;
	text-decoration: none;
}

a.missionCorporate:link, a.missionCorporate:visited {
	color: #00467F;
	text-decoration: none;
}

a.missionCorporate:hover, a.missionCorporate:active {
	color: #262626;
	text-decoration: underline;
}

#missionCorporateDEF {
	float: left;
	width: 300px;
	padding-top: 55px;
	font-size: 13px;
	color: #FFF;
	text-transform: uppercase;
}

.missionCorporateDEF {
	font-size: 13px;
	color: #FFF;
	text-transform: uppercase;
	text-decoration: none;
}

a.missionCorporateDEF:link, a.missionCorporateDEF:visited {
	color: #FFF;
	text-decoration: none;
}

a.missionCorporateDEF:hover, a.missionCorporateDEF:active {
	color: #FFF;
	text-decoration: underline;
}

#iconMenu {
	clear: left;
	float: left;
	height: 131px;
	width: 470px;
	padding-top: 75px;
}

#leftSUBcontent {
	clear: left;
	float: left;
	width: 445px;
	padding-top: 25px;
	padding-right: 25px;
	overflow: hidden;
}

#barYellowCorporate {
	float: left;
	height: auto;
	width: 100%;
	background-image: url(/sitefiles/1230/Images/bar-yellow.jpg);
	background-repeat: repeat-x;
	background-color: #ffbf41;
}

#barYellowCorporateDEF {
	float: left;
	height: 25px;
	width: 100%;
	background-image: url(/sitefiles/1230/Images/bar-yellow.jpg);
	background-repeat: repeat-x;
}

#yellowCorporate {
	width: 920px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: auto;
}

#yellowRight {
	float: right;
	height: 130px;
	width: 450px;
}

#yellowRightSUB {
	float: right;
	height: 110px;
	width: 430px;
	padding: 10px;
}

* html #yellowRightSUB {
	width: 450px;
	w\idth: 430px;
}

#imgDEF {
	float: right;
	height: 130px;
	width: 450px;
}

#yellowLeft {
	float: left;
	width: 450px;
	padding-right: 20px;
	padding-top: 20px;
}

#yellowLeft h2 a {
	color: #000;
	font-size: 50px;
	line-height: 60px;
	text-decoration: none;
}

.yellowLeft {
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #262626;
}

a.yellowLeft:link, a.yellowLeft:visited {
	color: #262626;
	text-decoration: none;
}

a.yellowLeft:hover, a.yellowLeft:active {
	color: #262626;
	text-decoration: underline;
}

#barGreenCorporate {
	background-image: url(/sitefiles/1230/Images/bar-corporate.jpg);
	background-repeat: repeat-x;
	float: left;
	height: auto;
	width: 100%;
}

#greenCorporate {
	background-image: url(/sitefiles/1230/Images/shadow.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: auto;
	width: 920px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#barGreenCorporateDEF {
	background-image: url(/sitefiles/1230/Images/bar-corpGreensmall.jpg);
	background-repeat: repeat-x;
	float: left;
	height: auto;
	width: 100%;
	background-color: #536c28;
}

#greenCorporateDEF {
	background-image: url(/sitefiles/1230/Images/shadow.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: auto;
	width: 920px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#greenLeft {
	float: left;
    padding-top: 50px;
    width: 630px;
}

#greenLeftDEF {
	float: left;
    padding-top: 18px;
    width: 630px;
}

.ecoon {
	background: url(/sitefiles/1230/images/ecoon.png) no-repeat left 50%;
	position: relative;
	float: left;
	display: block;
}
.defdirect {
	display: block;
	float: left;
	margin-top: 8px;	
}

.ecoon h2 a {
	background: url("/sitefiles/1230/images/ecoon.png") no-repeat scroll left 50% transparent;
    color: #FFFFFF;
    display: block;
    font-size: 14px;
    font-weight: normal;
    height: 32px;
    line-height: 18px;
    padding: 20px 40px;
    text-decoration: none;
    text-transform: uppercase;
    width: 280px;
}

.ecoon h2 a:hover {
	color: #FFA23F;
}

.ecoon p {
	color: #FFFFFF;
    font-size: 10px;
    left: 40px;
    position: absolute;
    text-transform: uppercase;
    top: 36px;
}

.ringSmall {
	float: left;
	height: 46px;
	width: 115px;
}

#utilityRing {
	float: left;
	width: 185px;
	padding-right: 10px;
}

#utilityRapac {
	float: left;
	width: 150px;
	padding-right: 10px;
}

#utilityeZflow {
	float: left;
	width: 120px;
	padding-right: 10px;
}

#contact {
	float: right;
	width: 400px;
	text-align: right;
}

.utilityTitle {
	color: #FFA23F;
    font-family: "Lucida Grande",Tahoma,Verdana,Arial,Helvetica,sans-serif;
    font-size: 10px;
    line-height: 13px;
    text-align: center;
}

.utilityTitle a {
    display: inline-block;
    margin-bottom: 8px;
    text-decoration: none;
}

.utilityDescription {
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
	color: #FFF;
}

a.utilityDescription:link, a.utilityDescription:visited {
	color: #FFF;
	text-decoration: none;
}

a.utilityDescription:hover, a.utilityDescription:active {
	color: #FFF;
	text-decoration: underline;
}

#navTop {
	background-color: #7A9E3B;
	height: 60px;
	width: 100%;
	float: left;
}

#pageRight {
	float: left;
	width: 290px;
	padding-top: 25px;
	padding-bottom: 15px;
}

#contactRing {
	padding: 20px;
	float: left;
	width: 248px;
	border: 1px solid #CCCCCC;
	margin-bottom: 20px;
}

.contactRing {
	color: #262626;
}

a.contactRing:link, a.contactRing:visited {
	color: #262626;
	text-decoration: underline;
}

a.contactRing:hover, a.contactRing:active {
	color: #262626;
	text-decoration: none;
}

.contactRingTitle {
	font-size: 17px;
	line-height: 25px;
	color: #83B000;
}

a.contactRingTitle:link, a.contactRingTitle:visited {
	color: #83B000;
	text-decoration: none;
}

a.contactRingTitle:hover, a.contactRingTitle:active {
	color: #83B000;
	text-decoration: underline;
}

#phone {
	float: left;
	width: 290px;
	padding-bottom: 25px;
}

#phone h2 a {
	color: #000;
	font-size: 50px;
	line-height: 60px;
	text-decoration: none;
}

#contentLeft {
	float: left;
	width: 600px;
	padding-bottom: 25px;
	overflow: hidden;
}

.product {
	display: inline;
	height: 88px;
	width: 114px;
	border: 1px solid #FFFFFF;
	padding: 10px;
	margin-right: 10px;
}

.product:hover, .productB:hover {
	border: 1px solid #E4A325;
}

#iconUtility {
	text-align: right;
	float: right;
	height: 28px;
	width: 300px;
	padding-top: 15px;
}

/* PHOTO GALLERY
#productgallery ul{
    padding: 0px;
    margin: 0px;
    list-style: none;
	background:none;
}
#productgallery li img {width: 100px; height: 75px;}

#productgallery li {
    padding: 0 15px 15px 0;
    margin: 0px;
    background: none;
    float: left;
}
#productgallery li a {
    padding: 9px; 
    border: 1px solid #e6e6e6;
    display: block;
}
#productgallery li a:hover {
    padding: 0px; 
    border: 10px solid #e6e6e6;
    display: block;
}
.productgallery {
	text-align: center;
} */

/* PHOTO GALLERY */

.photogallery {
	padding: 0px;
	margin: 0px;
	list-style: none;
	float: none;
	background: none;
}

.photogallery ul li {
	background: none;
}

.photogallery li {
	padding: 0 15px 15px 0;
	margin: 0px 0px 20px;
	text-align: center;
	background: none;
}

.photogallery li a {
	padding: 9px;
	border: 1px solid #e6e6e6;
	display: block;
	background-color: #FFFFFF;
}

.photogallery li a:hover {
	padding: 2px;
	border: 8px solid #e6e6e6;
	display: block;
}

.photo-list-item p {
	padding-top: 10px;
}

#iconUtility {
	position: relative;
}

a#login {
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	filter: alpha(opacity=40);
	-moz-opacity: 0.4;
	-khtml-opacity: 0.4;
	background: url("/sitefiles/1230/images/logo-ringsmall2.png") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
    display: block;
    font-size: 16px;
    font-weight: bold;
    opacity: 0.4;
    padding: 5px 0 5px 54px;
    position: absolute;
    right: 0;
    text-decoration: none;
    top: 16px;
}

a#login:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

a#mrdlogin {
	display: block;
	width: 250px;
	height: 88px;
	background: url(../images/ringdirect.png) no-repeat;
	text-indent: -9999px;
}
