HTML {
	font-size: 100%; /* IE hack */
	overflow-y:scroll;
}
BODY {
	background-image: url(/content/s2/template_images/body_background.png);
	background-repeat: repeat-x;
	background-color: #CDCDCD;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Verdana, sans-serif;
	font-size:62.5%; /* 10px equiv */
	color: #666666;
	margin: 0 0 3em 0;
}
BODY U {
	font-style:normal;
	text-decoration:none;
	color:#FFFFFF;
}

H1 {
	font-size: 1.4em;
}
H2 {
	font-size: 1.2em;
}
H3 {
	font-size: 1.1em;
	font-weight:600;
}
H4 {
	font-size: 1.1em;
}
H4 U {
	font-style:normal;
	text-decoration:none;
	color:#FFFFFF;
}
H5 {
	font-size: 1em;
}
H6 {
	background-image: url(/content/s2/template_images/body_background.png);
	background-repeat: repeat-x;
	background-color: #CDCDCD;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Verdana, sans-serif;
	font-size:62.5%; /* 10px equiv */
	color: #FFFFFF;
	margin: 0 0 3em 0; 
}
TEXTAREA {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Verdana, sans-serif;
	font-size: 1em;
	color: #666666;
}
INPUT {
	color: #666666;
}
P, BLOCKQUOTE, UL {
	line-height: 1.6em;
	margin-top: 1.4em;
	margin-bottom: 1.4em;
}

A {
	color: #666666;
}

IMG {
	border: 0;
}

HR {
  border-color: #DEDDDD;
  border-style: solid;
  border-width: 1px 0 0;
  clear: both;
  margin: 0 0 20px;
  height: 0;
}

/* FORMS */
FIELDSET {
	border: 0;
	margin: 0;
	padding: 0;
}
FORM.nestForm {
	padding: 0;
	margin: 20px 0;
}
FORM.nestForm DIV.formColLeft {
	float: left;
	width: 300px;
}
FORM.nestForm DIV.formColRight {
	float: right;
	width: 250px;
}
FORM.nestForm DIV.inputGroup {
	padding-top: 10px;
}
FORM.nestForm LABEL {
	/*display: inline-block;
	width: 90px;
	margin-right: 10px;
	vertical-align: top;
	padding-top: 2px;*/
	display: block;
}
INPUT.txf {
	border: 1px solid #CCCCCC;
	background-color: #F9F9F9;
	width: 190px;
}
TEXTAREA.txa {
	border: 1px solid #CCCCCC;
	background-color: #F9F9F9;
	width: 240px;
	height: 110px;
}
INPUT.chk {
	margin: 0;
	padding: 0;
	width: 12px;
	height: 12px;
}
LABEL.chkLabel {
	width: 150px;
	margin-left: 10px;
	padding: 0;
	display: inline-block !important;
	vertical-align: top;
	padding-top: 2px;
}

BUTTON::-moz-focus-inner { border: none;}
BUTTON:focus::-moz-focus-inner { border-color: transparent ! important; border: none; }
BUTTON {
	border:0; 
	cursor:pointer;
	background-color: transparent;
	line-height: 22px;
	height: 22px;
	margin:0;
	padding:0;
	width:auto;
	overflow:visible;
}
BUTTON SPAN { 
	position: relative; 
	display: block; 
	white-space: nowrap;
}

BUTTON.submitBtn {
	background-image: url(/content/s2/template_images/buttons/grayButton_bg.png);
	background-repeat: no-repeat;
	/*background-image: url(/content/s2/template_images/buttons/grayButton_cap.png);
	background-repeat: no-repeat;
	background-position: top right;*/
	cursor: pointer;
}
BUTTON.submitBtn SPAN {
	/*background-image: url(/content/s2/template_images/buttons/grayButton_bg.png);
	background-repeat: no-repeat;*/
	background-image: url(/content/s2/template_images/buttons/grayButton_cap.png);
	background-repeat: no-repeat;
	background-position: top right;
	padding: 0px 20px 0 28px;
	margin-right:-2px;
	line-height: 22px;
	height: 22px;
	text-decoration: none;
	color: #FFFFFF;
}
BUTTON.submitBtn:hover {
	background-position: bottom left;
}
BUTTON.submitBtn:hover SPAN {
	background-position: bottom right;
}

/* */

DIV#pageContainer {
	width: 914px;
	margin-left:auto;
	margin-right:auto;
	font-size: 1.1em; /* 11px default */
}

DIV#topBanner {
	position: relative;
	height: 160px;
}

DIV#logo A {
	display:block;
	background-image: url(/content/s2/template_images/logo_carnell.png);
	background-repeat: no-repeat;
	width: 222px;
	height: 135px;
	position: absolute;
	left: 7px;
}

DIV#logo A SPAN {
	margin-left: -1000px;
}

UL#nav_top {
	list-style-type: none;
	position: absolute;
	bottom: 0px;
	right: 26px;
	margin:0;
	padding:0;
	height: 40px;
}
UL#nav_top LI {
	float: left;
	background-image: url(/content/s2/template_images/nav_top_background.png);
	background-repeat: no-repeat;
	background-position: right;
	position: relative;
}
UL#nav_top LI.end {
	background-position: left;
}
UL#nav_top LI A {
	line-height: 40px;
	padding: 0 34px 0 32px;
	color: #242424;
	font-size: 1.1em;
	text-decoration: none;
	display: block;
}
UL#nav_top LI A.selected {
	background-image: url(/content/s2/template_images/nav_top_background_select.png);
	background-repeat: repeat-x;
	line-height: 44px;
	padding-right: 0;
	z-index: 12;
	position: absolute;
	margin-top: -42px;
}
UL#nav_top LI A.selected IMG {
	/*float: right;
	margin-top: -42px;*/
	vertical-align: middle;
	margin-top: -4px;
}
/*UL#nav_top LI.end A {
	padding-right: 31px;
}*/

UL#nav_top LI DIV.nav_top_dropPanel {
	position: absolute;
	padding: 22px 32px;
	width: 496px;
	/*height: 146px;*/
	background-image: url(/content/s2/template_images/nav_top_dropPanel_bg.png);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #dbdada;
}
UL#nav_top LI DIV.nav_top_dropPanel H3 {
	margin-top: 0;
	font-weight: normal;
}
UL#nav_top LI DIV.nav_top_dropPanel DIV.dropPanelContent {
	clear: both;
}
UL#nav_top LI DIV.nav_top_dropPanel DIV.dropPanelContent P {
	margin-top: 0;
}
UL#nav_top LI DIV.nav_top_dropPanel DIV.dropPanelContent DIV.dropPanelDescription {
	float: left;
	width:270px;
}
UL#nav_top LI DIV.nav_top_dropPanel DIV.dropPanelContent DIV.dropPanelLinks {
	float: left;
	width: 170px;
	margin-left: 50px;
}
DIV.dropPanelLinks UL {
	margin:0;
	padding:0;
	list-style-type: none;
}
DIV.dropPanelLinks UL LI {
	margin-bottom: 15px;
	background-image: none !important;
	float: none !important;
	line-height: inherit !important;
width: auto !important;
}
DIV.dropPanelLinks UL LI A {
	text-decoration: none;
	text-transform: uppercase;
	padding: 0 0 0 13px !important;
	background-image: url(/content/s2/template_images/whiteArrow.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	line-height: 1em !important;
	color: #666666 !important;
}
DIV#shadow_top {
	background-image: url(/content/s2/template_images/mainContainer_shadow_top.png);
	background-repeat: no-repeat;
	width: 914px;
	height:8px;
	position: absolute;
	bottom: 0px;
	z-index: 11;
	line-height:0;
	font-size:0;
}

DIV#mainBody {
	width: 914px;
	padding: 0 7px;
	background-image: url(/content/s2/template_images/mainContainer_shadow_middle.png);
	background-repeat: repeat-y;
}
DIV#mainBodyPanel {
	width: 900px;
	background-color: #FFFFFF;
}

DIV#homepageBanner {
	border: 2px solid #FFFFFF;
}

DIV#homepageInfoStrip {
	border-left: 2px solid #FFFFFF;
}
DIV#homepageInfoStrip DIV.infoPanel {
	border-right: 2px solid #FFFFFF;
	color: #FFFFFF;
	float: left;
	min-height: 100px;
cursor:pointer;
}
DIV#homepageInfoStrip DIV.infoPanel A {
	color: #FFFFFF;
}
DIV#homepageInfoStrip DIV#info_orange {
	width: 222px;
	background-image: url(/content/s2/template_images/panel_bg_orange.png);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #f29b18;
}
DIV#homepageInfoStrip DIV#info_purple {
	width: 223px;
	background-image: url(/content/s2/template_images/panel_bg_purple.png);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #b41888;
}
DIV#homepageInfoStrip DIV#info_blue {
	width: 223px;
	background-image: url(/content/s2/template_images/panel_bg_blue.png);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #1aa7e2;
}
DIV#homepageInfoStrip DIV#info_green {
	width: 222px;
	background-image: url(/content/s2/template_images/panel_bg_green.png);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #8eb92e;
}
DIV#homepageInfoStrip DIV.infoPanel DIV.infoPanel_content {
	padding: 25px 20px 20px 20px;
}

DIV#homepageInfoStrip DIV.infoPanel DIV.infoPanel_content H2 {
	margin-top: 0;
}

DIV#homepageBottomPanel {
	background-color: #f7f6f6;
	background-image: url(/content/s2/template_images/home_bottomPanel_dividers.png);
	background-repeat: repeat-y;
}
DIV#homepageBottomPanelContent {
	background-image: url(/content/s2/template_images/logo_carnell_bottomPanel.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	padding: 29px;
}

DIV#homepageItemList {
	float: left;
	padding-top: 0px;
	width: 240px;
}
DIV#homepageItemList UL {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
DIV#homepageItemList UL LI {
	border-bottom: 1px solid #dedddd;
	padding:20px 0;
}
DIV#homepageItemList UL LI H5, DIV#homepageItemList UL LI P {
	margin: 0;
}

DIV#homepageClientList {
	float: left;
	width: 270px;
	margin-left: 35px;
}
DIV#homepageClientList H3 {
margin-left: 20px;
}
DIV#homepageClientList H3, DIV#homepageContactDetails H3, DIV#homepageItemList H3 {
	font-weight: normal;
	margin-top: 0;
}
DIV#homepageClientList UL {
	margin: 0 0 0 20px;
	padding: 0;
	list-style-type: none;
	width: 244px;
}
DIV#homepageClientList UL LI {
	float: left;
	line-height: 45px;
	height: 45px;
	border-bottom: 2px solid #FFFFFF;
	width: 121px;
	text-align: center;
}
/* NEST BUTTON FIX */
DIV#homepageClientList .buttonInput, DIV#homepageClientList .buttonInputOver {
	position: relative !important;
	vertical-align: absmiddle !important;
}
/* end NEST BUTTON FIX */
DIV#homepageClientList UL LI.odd {
	border-right: 2px solid #FFFFFF;
	border-left: 0;
}
DIV#homepageClientList UL LI {
	/*border-left: 1px solid #FFFFFF;*/
}
DIV#homepageClientList UL LI.last {
	border-bottom: 0;
}

DIV#homepageContactDetails {
	float: left;
	width: 230px;
	margin-left: 45px;
}

/* */

DIV#mainBodyContent {
	padding: 50px 0;
}
DIV#column_sideNav {
	width: 180px;
	padding: 0 20px;
	float: left;
}
UL#nav_side {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
UL#nav_side LI {
	margin-bottom: 5px;
	width: 180px;
}
UL#nav_side LI A {
	padding: 0 10px 0 20px;
	line-height: 20px;
	text-decoration: none;
	font-size: 1.1em;
	display: block;
}
UL#nav_side LI A.selected, UL#nav_side LI A:hover {
	background-image: url(/content/s2/template_images/sideNav_arrow.png);
	background-repeat: no-repeat;
	background-position: 8px 4px;
	background-color: #13235b;
	color: #FFFFFF;
}
UL#nav_side LI.side_Infrastructure A.selected, UL#nav_side LI.side_Infrastructure A:hover {
	background-color: #b41888;
}
UL#nav_side LI.side_Technology A.selected, UL#nav_side LI.side_Technology A:hover {
	background-color: #f29200;
}
UL#nav_side LI.side_Drainage A.selected, UL#nav_side LI.side_Drainage A:hover {
	background-color: #1aa7e2;	
}
UL#nav_side LI.side_Water_Management A.selected, UL#nav_side LI.side_Water_Management A:hover {
	background-color: #8eb92e;
}
UL#nav_side_sub {
	margin: 18px 0 0 0;
	border-top: 1px solid #E5E5E5;
	padding: 18px 0 0 0;
	list-style-type: none;	
}
UL#nav_side_sub LI {
	margin-bottom: 5px;
	width: 180px;
}
UL#nav_side_sub LI A {
	padding: 0 10px 0 30px;
	line-height: 20px;
	text-decoration: none;
	display: block;
}

DIV#column_body {
	width: 680px;
	float: left;
}
DIV#mainContentArea {
	width: 646px;
	padding-bottom:10px;
}
DIV#mainContentIndent {
	width: 626px;
	padding-left: 20px;
}
DIV#mainContentHeading, DIV#mainContentLocation {
	background-color: #f7f6f6;
	padding: 20px 20px 10px 20px;
}
DIV#mainContentHeading {
width:606px;
}

DIV#mainContentBanner {
	margin-bottom: 30px;
}
DIV#mainContentArea H1 {
	margin-top: 0;
}
DIV#mainContentArea H3 {

}

DIV#mainContentAreaListing {
	border-top: 1px solid #E5E5E5;
	padding:25px 0;
	margin-top:15px;
}
DIV#mainContentAreaListing H2 {
	margin-top: 0;
}

DIV#mainContentLocation {
	margin: 30px 0;
}
DIV#mainContentLocation DIV#addressDetails {
	width: 230px;
	float: left;
}
DIV#addressDetails H3 {
	font-weight: normal;
}
DIV#mainContentLocation DIV#locationMap {
	width: 343px;
	float: right;
}

DIV#caseStudyButtons {
	margin-bottom: 10px;
}
DIV#caseStudyButtons DIV.grayButton {
	margin-top: 8px;
}
DIV.linkLeft {
	float: left;
}
DIV.linkRight {
	float: right;
}

DIV#mainBodyFooter {
	height:61px;
	background-color: #f7f6f6;
	background-image: url(/content/s2/template_images/logo_carnell_bodyFooter.png);
	background-position: right;
	background-repeat: no-repeat;
	clear: both;
}


DIV.resourceListHeading {
	clear: both;
}
DIV.resourceListHeading H2 {
	float: left;
}
DIV.resourceListHeading DIV.nav {
	float: left;
	margin: 2px 0 0 15px;
}
DIV.resourceListHeading DIV.nav A {
	padding-left: 13px;
	background-image: url(/content/s2/template_images/grayArrow.png);
	background-repeat: no-repeat;
	background-position: center left;
	text-decoration: none;
}
UL.resourceList {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
UL.resourceList LI {
	margin: 0 10px 15px 0;
	clear: both;
}
UL.resourceList LI IMG {
	float: left;
	margin: 5px 19px 0 0;
}
UL.resourceList P {
	float: left;
	width: 395px;
	margin: 0;
}
UL.resourceList DIV.grayButton {
	float: right;
	margin-top: 10px;
}

DIV#mainContentClientListing {
	background-color: #f7f6f6;
	padding: 20px;
	margin: 20px 0 20px 0;
}
DIV#clientListing {
	width: 394px;
	border-right: 1px solid #DEDDDD;
	float: left;
}
DIV#clientListing UL {
	width: 367px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
DIV#clientListing UL LI {
	float: left;
	width: 121px;
	border-bottom: 2px solid #FFFFFF;
}
DIV#clientListing UL LI.middle {
	border-left: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
}
DIV#clientListing UL LI.last {
	border-bottom: 0;
}
DIV#clientDetails {
	width: 165px;
	padding-left: 20px;
	float: left;
}
DIV.clientDetailsPanel {
	display: none;
}
DIV#clientDetails H3 {
	font-weight: normal;
	margin-top: 0;
}
DIV#clientDetails A {
	text-decoration: none;
}
DIV#clientDetails P.caseStudy {
	padding-left: 13px;
	background-image: url(/content/s2/template_images/grayArrow.png);
	background-repeat: no-repeat;
	background-position: 0 2px;
}
DIV#clientDetails DIV.grayButton {
	margin-top: 30px;
}

/* */


DIV#footer {
	margin: 10px 35px;
	font-size: .8em;
}
UL#nav_util {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
UL#nav_util LI {
	float: left;
	padding: 0 7px;
	border-left: 1px solid #666666;
	line-height: 1.2em;
}
UL#nav_util LI:first-child {
	border-left: 0;
	padding-left: 0;
}
UL#nav_util LI A {
	text-decoration: none;
}


DIV#copyright {
	clear: both;
	padding-top: 5px;
}


DIV.transButton {
	line-height: 22px;
	display: inline-block;
	padding-right: 5px;
	background-image: url(/content/s2/template_images/buttons/transButton_cap.png);
	background-repeat: no-repeat;
	background-position: right;
}
DIV.transButton A {
	background-image: url(/content/s2/template_images/buttons/transButton_bg.png);
	background-repeat: no-repeat;
	padding: 0 20px 0 28px;
	line-height: 22px;
	text-decoration: none;
	display: block;
}

DIV.grayButton {
	line-height: 22px;
	display: inline-block;
	padding-right: 4px;
	background-image: url(/content/s2/template_images/buttons/grayButton_cap.png);
	background-repeat: no-repeat;
	background-position: top right;
	cursor: pointer;
}
DIV.grayButton A {
	background-image: url(/content/s2/template_images/buttons/grayButton_bg.png);
	background-repeat: no-repeat;
	padding: 0 20px 0 28px;
	line-height: 22px;
	text-decoration: none;
	display: block;
	color: #FFFFFF;
}
DIV.grayButton:hover {
	background-position: bottom right;
}
DIV.grayButton:hover A {
	background-position: bottom left;
}

DIV.pdfButton {
	background-image: url(/content/s2/template_images/grayArrow.png);
	background-repeat: no-repeat;
	background-position: 58px 14px;
	line-height: 39px;
}
DIV.pdfButton A {
	padding-left: 71px;
	background-image: url(/content/s2/template_images/buttons/pdfButton_icon.png);
	background-repeat: no-repeat;
	line-height: 39px;
	display: inline-block;
	text-decoration: none;
}
DIV.pdfButton A:hover {
	background-position: 0px -39px;
	text-decoration: underline;
}

DIV#shadow_bottom {
	background-image: url(/content/s2/template_images/mainContainer_shadow_bottom.png);
	background-repeat: no-repeat;
	width: 914px;
	height: 11px;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
}

.clear {
	clear: both;
	margin: 0;
	padding: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
}





