body {
	margin: 40px auto;
	padding: 0;
	background: #335C65;
	text-align: center;	
	font: 12px  helvetica, arial, trebuchet ms, sans-serif;	
}
ul { list-style-type: none; }
div, ul, ol, li { margin: 0 auto; padding: 0; } 
.hide { display: none; }
a img { border: none; }
img { display: inline; }

div#clientLogin {
	margin: 0 auto;
	padding: 0;
	width: 950px;	
	margin-bottom: 10px !important;
}
div#clientLogin a {
	display: block;
	float: right;
	position: relative;
	top: -25px;	

	height: 20px;
	width: 50px;
	background: url('../images/log_in_btn.jpg') no-repeat;
}
div#clientLogin a:hover {
	background: url('../images/log_in_btn.jpg') -50px no-repeat;
}
div#clientLogin form {
	float: right;
	position: relative;
	top: -25px;
 	color: #bbb;
	font-size: 10px; 
	font-weight: 900;
}
div#clientLogin form input {
	margin-right: 5px;
}
div#clientLogin p.formError {
	margin-right: 10px;
	display: inline;
	padding: 3px 10px;
	color: #eee;
	border: 1px solid #f00;
	position: relative;
	top: -2px;
}
div#main {
	width: 986px;
	height: 614px;
	background: #B35639;
	border: #B35639 12px solid;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}
div#main div#container {
	padding: 9px;
	padding-right: 0;
	text-align: left;
	height: 590px;	
	background: #335C65;
	border: #7895A3 2px solid;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
ul#banner {
	width: 965px;
	height: 220px;
}
#leftCol, #rightCol, #rightColTall {
	background: #335C65;
	height: 574px;
	padding: 10px;
	float: left;
}
#leftCol {
	background: #335C65 url(../images/banImg1a.jpg) left top no-repeat;
	width: 351px;
	text-align: left;
	position: relative;
}
#rightCol {
	background: #335C65 url(../images/banImg2.jpg) left top no-repeat;
	width: 592px;
	margin: 0 auto;
	padding: 0;
	padding-top: 228px;
	height: 346px;
}
#rightColTall {
	background: #335C65;
	width: 592px;
	margin: 0 auto;
	padding: 0;	
}
/* -- Left Col --- */
#leftCol h1 {
	text-align: center;
	padding-top: 25px;
	font: 32px times, serif;
	width: 132px;
	height: 107px;
	background: #FEC77C;
	border: #FEC77C 1px solid;
	position: relative;
	left: 218px;
	top: -31px;
	color: #335C65;
	margin-bottom: 25px;
}
#leftCol h2 {
	margin: 0 auto;
	padding: 0;
	padding-top: 20px;
	border-top: 2px solid #335C65;
	font: 15px/16px  helvetica, arial, trebuchet ms, sans-serif;	
	width: 103px;
	text-align: center;
	position: relative;
	left: 110px;
	top: -128px;
	color: #335C65;	
	height: 8px;
}
#leftColContact {
	padding-top: 10px;
	width: 132px;
	height: 66px;
 	color: #fff;
	background: #7895A3;
	border: #7895A3 1px solid;	
	position: relative;
	left: 109px;
	top: -79px;	
}
#leftColContact li {
	padding-left: 10px;
}
#leftColContact, #leftCol h1 {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#leftCol h3 {
	color: #fff;
	font-weight: 200;	
	background: #7895A3 url(../images/imgLeft1.jpg) left top no-repeat;
	height: 332px;
	width: 362px;
	padding-top: 30px;
	text-align: center;
	font-size: 18px;
	position: relative;
	left: -10px;
	top: -88px;
}
#leftCol h3 span { 
	padding: 15px 0 11px 0;
	display: block;
	border-top: #fff 2px solid;		
	border-bottom: #fff 2px solid;			
	background: #7895A3;
}
#leftColAffiliates {
	position: relative;
	z-index: 9;
	width: 280px;
	padding: 5px 20px 20px 20px;
	margin-top: -370px;
	margin-left: 10px;
	color: #335C65;
	background: #fff;
	border: #335C65 1px solid;

	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
#leftColAffiliates h4 {
	margin-bottom: 5px;
}
#leftColAffiliates ul {
	list-style-type: square !important;
	margin-left: 10px;
}
/* --- Right Col --- */
#rightContainer {
	margin: 0 auto;
	padding: 0;
	height: 352px;
	border: 1px solid #000;
	background: #fff;
	border: #fff 5px solid;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#rightColTall #rightContainer {
	height: 580px;
}
ul#mainNav {
	margin: 0 auto;
	padding: 0;
	margin-left: -5px;
	width: 590px;
	height: 27px;
	background: #fec77c;
	border: #FEC77C 1px solid;
	margin-top: -5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
}
ul#mainNav li {
	float: left;
	margin-right: 62px;
	margin-left: 55px;
	text-align: center;
}
ul#mainNav #contact {
	margin-right: 0 !important;	
}
ul#mainNav li a {
	display: block;
	width: auto;
 	color: #B35639;
	text-decoration: none;
	padding-top: 8px;
	margin-left: -10px;
}
ul#pagiView li a {
 	color: #B35639;
	text-decoration: none;
}
ul#mainNav li a:hover {
 	color: #335C65;
}
#rightContainer h1 {
	margin: 0 auto;
	padding: 0;
	width: 592px;
	margin-left: -5px;
	font-weight: 200;	
	height: 51px;
	background: #7895A3;
	border-right: 0;
	border-left: 0;	
	margin-bottom: 20px !important;
}
#rightContainer h1 span {
	display: block;
	position: relative;
	top: 1px;
	padding-top: 15px;
	font-size: 18px;
	padding-left: 45px;
	color: #fff;
	height: 30px;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;	
}	
#rightContainer p {
	width: 510px;
	padding: 5px;
	padding-bottom: 0;
	margin-left: 35px;
	color: #335C65;
}
/* --- footer --- */
ul#footer {
	margin-top: 10px;
	font-size: 10px;
}
ul#footer li {
	display: inline;
	padding: 0 14px;
}
ul#footer li a {
	color: #FEC77C;
	text-decoration: none;
}
ul#footer li a:hover {
 	color: #B35639;
}
ul#footer li.blinkLink {
	padding-top: 5px;
	display: block;
}
ul#footer li.blinkLink a, ul#servicesLinks li a {
 	color: #B35639;
	text-decoration: none;
}
ul#footer li.blinkLink a:hover, ul#servicesLinks li a:hover {
 	color: #FEC77C;	
}
ul#servicesLinks {
	margin-top: 10px;
}
ul.ProjSvcLinks {
	margin-top: 40px !important;
}
ul#servicesLinks li {
	margin-left: 40px;
	font-size: 16px;
	margin-right: 15px;
	padding-bottom: 14px;
}
ul.linksB li {
	margin-left: 40px !important;
	font-size: 12px !important;
}
ul#servicesLinks li a {
	padding-right: 20px; 
	padding-top: 3px;
	background: url(../images/quoteLink.gif) top right no-repeat;
}
ul#servicesLinks li a:hover {
	padding-right: 20px; 
	padding-top: 3px
	background: url(../images/quoteHover.gif) right top no-repeat;

}
.linksB li a {
	padding-top: 5px !important;
}
.linksB li a:hover {
	padding-top: 5px !important;
}


/* dropdown */

#mainNav ul.dd {
	width: 180px;
	position: absolute;
	margin-top: 8px;
	margin-left: -20px;
	z-index:8;
	background: #fec77c;
	text-indent: none;
	border-right: #7895A3 1px solid;
	border-left: #7895A3 1px solid;
}
#mainNav ul.dd li {
	width: 160px;
	text-align: left;
	padding: 0 0 5px 20px;
	margin-left: 0px;
	border-bottom: #7895A3 1px solid;
}


/* projects page */

#rightContainer ul.projectList {
	width: 230px;
	padding: 0 10px;
	margin-left: 27px;
	float: left;
	height: 440px;
	overflow: hidden;
}
#rightContainer ul.projectList li {
	font-size: 11px;
}
#rightContainer .listHeader {
	margin-top: -15px;
	font-size: 14px;
	color: #335C65;
	font-weight: 600;
	border: 1px solid #bbb;
	padding-top: 4px;
	padding-bottom: 4px;
	text-align: center;
}
#rightContainer ul.projectList li.projectTitle {
	color: #B35639;
	font-weight: 500;
	text-transform: uppercase;
}
#rightContainer ul.projectList li.projectPlace,
#rightContainer ul.projectList li.projectInfo {
	margin-left: 7px;
}
#rightContainer ul.projectList li.projectInfo {
	margin-bottom: 4px;
	overflow: hidden;
	height: 1em;
}
ul#pagiView {
	height: 12px;
	display: block;
	position: relative;
	float: left;
	top: 10px;
	font-size: 11px;
	width: 500px;
	text-align: center;
}
ul#pagiView li {
	display: inline;
	padding: 0 2px;
}
ul#pagiView li a {
 	color: #335C65;
	text-decoration: underline;
}
ul#pagiView li a:hover {
 	color: #B35639;
}
ul#pagiView li#backToProjects { display: block; padding: 3px 0;}


/* projects overlay */

div#projectsOverlay {
	position: absolute;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: auto;
	overflow: wrap;
}
div#projectsOverlay ul#allProjects {
	height: 100%;
	overflow: auto;
}
div#projectsOverlay ul#allProjects li.projectContainer {
	font-size: 13px;
	float: left;
	width: 220px;
}
div#projectsOverlay ul#allProjects li.projectContainer span.projectHeader {
//	text-decoration: underline;
}
div#projectsOverlay ul#allProjects li.projectContainer ul {
	margin-top: 15px;
}
div#projectsOverlay ul#allProjects li.projectContainer ul li {
	text-align: left;
	width: 200px;
	font-size: 11px;;
}
div#projectsOverlay ul#allProjects li.projectContainer ul li.paddedLI {
	padding-bottom: 10px;
}

/* -------- CONTACT FORM ------------------------ */

form#contactForm {
	width: 500px;
	margin-top: -10px;
	margin-left: 25px;
	font: 13px trebuchet ms, verdana, helvetica, arial, sans-serif;
}
form#contactForm p {
	margin: 0 auto;
	padding: 0;
}
form#contactForm label {
	width: 180px;
	display: block;
	text-align: right;
}
form#contactForm input,
form#contactForm textarea {
	position: relative;
	left: 185px;
	top: -18px;	
	width: 200px;
	background-color: #eee;	
	border: 1px solid #b3b3b3;
}
form#contactForm textarea {
	height: 40px;
}
form#contactForm input#sbmtBtn {
	position: static;
}
form#contactForm .formError { border: 1px solid red !important; }
forrm#contactForm .noerror { 	border: 1px solid #b3b3b3 !important; }
h3.error {
	margin: 0 auto;
	padding: 0;
	margin-top: -15px;
	margin-bottom: 9px;
}
h3.emailThanks {
	margin: 10px;
	padding: 0;
	font-weight: 100;
}


/* --------- Litigation table ----- */
table#litigationTable {
	font-size: 12px;
	margin: 40px;
	margin-top: 20px;
	border-collapse: collapse;
}
table#litigationTable td {
	padding: 10px;
	border: 1px solid #7895A3;
}
table#litigationTable thead th {
	padding-bottom: 3px;
}
thead th {
	padding: 0 0 3px 10px;
	color: #B35639;
}
table#litigationTable tfoot td {
	font-size: 10px;
	border: none;
	text-align: center;
	padding-top: 5px;
}


/* --------- savings table ----- */
table.savingsTable {
	font-size: 11px;
	width: 480px;
	margin: 10px 40px;
	margin-top: 20px;
	border-collapse: collapse;
}
table.savingsTable thead th, table.savingsTable td {
	padding: 3px 10px;
	border: 1px solid #7895A3;
}
thead th {
	padding: 0 0 3px 10px;
	color: #B35639;
}
.description {
	font-weight: 300;
}
table.savingsTable tfoot td {
	font-weight: 900;
	border: none;
	padding-top: 5px;
	border: 1px solid #7895A3;
}
.cost {
	width: 30px !important;
}
/* --------- horizontal table ----- */
div#tableContainer {
	height: 445px;
	overflow: auto;
	width: 570px;
}
table#horizontalTable {
	font-size: 11px;
	margin: 20px;
	margin-top: 0px;
	border-collapse: collapse;
}
table#horizontalTable thead th, table#horizontalTable td {
	padding: 3px 3px 3px 0px;
}
table#horizontalTable td.projectHeader {
	text-align: left;
	color: #7895A3;	
	padding: 5px 0;
	font-size: 14px;
	border-bottom: 1px solid #ccc;
}
table#horizontalTable tr {
	border-bottom: 1px solid #eee;
}
thead th {
	font-size: 12px;
	padding: 0 0 3px 10px;
	color: #7895A3;	
	border-bottom: 1px solid #ccc;
}
table#horizontalTable tfoot td {
	font-size: 10px;
	border: none;
	text-align: center;
	padding-top: 10px;
}
.clientTitle {
	color: #B35639;
}


	
