/******************************************************************************
 * Styles common multiple pages within the Verdi sites.
 *****************************************************************************/

body,html {
	height:100%;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #000000;
	background-color: #A4AF8D;
	margin: 0px;
	padding: 0px;
	height: auto;
}

table.Content {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
}

td.HomePageBG {
	color: #FFFFFF;
}

td.White {
	background-color: #FFFFFF;
}

img {
	padding: 0;
	margin: 0;
	border: none;
}

span.GreenTxt {
	color: #4A601C;
}

span.SmTxt {
	font-size: 8pt;
}

span.MedTxt {
	font-size: 10pt;
}

ul {
	list-style-type: disc;
}

span.ListHeadQuote {
	font-style: italic;
	font-size: 14pt;
}
	
span.ListHead {
	font-weight: bold;
}

span.Indent {
	padding-left: 5px;
}

li {
	margin-left: 20px;
}

div.Txt20 {
	padding-left: 20px;
	padding-right: 20px;
}

div.Txt30 {
	padding-left: 30px;
	padding-right: 30px;
}
div.Txt30, div.Txt20 {
	line-height: 150%;
}

div.Centered {
	text-align: center;	
}

a.InlineLink         { color: #4A601C; }
a.InlineLink:link    { text-decoration: none; } 
a.InlineLink:visited { text-decoration: none; }
a.InlineLink:hover   { text-decoration: underline; }

#MainImg {
	padding-top: 10px;
	padding-bottom: 10px;
}

#HeaderTxt {
	font-weight: bold;
}

#Divider {
	height: 3px;
}

#Gutter {
	height: 10px;
	padding: 0px;
	margin: 0px;
	border-style: none;
}

/******************************************************************************
 * Footer Styles
 *****************************************************************************/

div.Footer {
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-top: 8px;
	color: #636662;
	font-size: 8pt;
}

td.FooterLeft {
	text-align: left;
}

td.FooterRight {
	text-align: right;
}

div.Footer a {  
	color: #636662;
}

div.Footer a:link    { text-decoration: none; } 
div.Footer a:visited { text-decoration: none; }
div.Footer a:hover   { text-decoration: underline; }

/******************************************************************************
 * Top Nav Styles
 *****************************************************************************/

 td.NavTD {
	height: 30px;
	text-align: center;
	margin: 0px;
	padding-left: 8px;
	padding-right: 8px;
}

td.NavTD a {
	padding: 0px;
	font-weight: 400;
	text-decoration: none;
}

a.LinkOff:link    { color: #000000; }
a.LinkOff:visited { color: #000000; }
a.LinkOff:hover   { color: #4A601C; }

a.LinkOn:link    { color: #FFFFFF; }
a.LinkOn:visited { color: #FFFFFF; }
a.LinkOn:hover   { color: #FFFFFF; }

/******************************************************************************
 * Home Page Styles
 *****************************************************************************/
 
table.Icons {
	width: 780px;
	margin-right: 10px;
	margin-left: 10px;
	height: 100%;
}

table.Icons td {
	width: 25%;
	vertical-align: top;
	height: 100%;
}

table.Icons td div {
	border-width: 1px;
	border-bottom-style: solid;
	color: white;
	font-weight: normal;
	padding-right: 10px;
}

table.Icons td div.Left {
	margin-left: 10px;
	padding-left: 10px;
}

table.Icons td div.Right {
	margin-right: 10px;
}

#LeftBorder {
	border-left-style: solid;
	padding-left: 20px;
}

#TopLeft {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 5px;
}

#TopRight {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
}

#Thumbs {
	border-style: solid;
	border-width: 1px;
	border-color: #4A601C;
	width: 190px;
	height: 195px;
}

#ThumbImg {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
}

div.ThumbTxt {
	margin-left: 10px;
	font-size: 8pt;
}

a.ThumbLinks {
	text-decoration: none;
	color: black;
}

a.ThumbLinks:link    { color: black; } 
a.ThumbLinks:visited { color: black; }
a.ThumbLinks:hover   { color: #4A601C; }

#BoldThumbLink {
	font-weight: bold;
}

/******************************************************************************
 * Case Studies Styles
 *****************************************************************************/

td.CaseStudyBar {
	background-color: #e7e7e7;
	border-style: solid;
	border-color: white;
	border-right-width: 10px;
	border-top-width: 10px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding-left: 10px;
	padding-right: 10px;
}

td.CaseStudyBar img {
	padding-top: 10px;
}

td.MainImgCell {
	width: 595px;
	height: 195px;
	vertical-align: top;
	background-color: white;
}

span.Caps {
	font-weight: bold;
	text-transform: capitalize;
}

#OverviewCell {
	color: white;
	line-height: 150%;
	border-color: white;
	border-style: solid;
	border-left-width: 10px;
	border-right-width: 10px;
	border-bottom-width: 0px;
	border-top-width: 0px;
	padding: 10px;
}

div.BlackUL, div.GrayUL {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-bottom: 5px;
}

div.BlackUL {
	border-color: black;
	padding-top: 10px;
}

div.GrayUL {
	border-color: #636662;
	padding-top: 5px;
}

td.CaseStudyBar a {
	border-color: #636662;
	text-decoration: none;
}

a.CaseStudyLink:link    {  color: #636662; } 
a.CaseStudyLink:visited {  color: #636662; }
a.CaseStudyLink:hover   {  color: black; }

a.CaseStudyLinkOn:link    { color: black; } 
a.CaseStudyLinkOn:visited { color: black; }
a.CaseStudyLinkOn:hover   { color: black; }

#overlay{
	position:absolute;
    display:none;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:30;
    background-color:#000000;
    -moz-opacity: 0.6;
    opacity:.6;
    filter: alpha(opacity=60);
}

#overlay[id]{ /* IE6 and below Can't See This */
    position:fixed;
}

#sewerWrapper {
	width:800px;
	margin-right:auto;
	margin-left:auto;
	position:relative;
	height:0;
	z-index:60;
}

#sewerInformation {
	display:none;
	position:absolute;
	padding-top:90px;
}