* {
    padding: 0;
    margin: 0;
}

body {
	background: #FFFFFF url('../images/bg.jpg') repeat-x;
    font-family: Arial, Verdana, Helvetica, sans-serif; 
    text-align: center;
}

body a, body a:visited {
	color: #069;
	font-weight: bold;
	text-decoration: none;
	}

body a:hover {
	text-decoration: underline;
	color: #6cf;
	}
/*----------------------------------------- MAIN DIVs ------------------------------------------*/

div#wrapper {
	width: 762px;
	margin: 0 auto;
	text-align: left;
	padding: 25px 0 0 0;
}

div#header {
	height: 260px;
	/*background: url(../images/header-bg.jpg) left bottom repeat-x;*/
	padding: 0px;
}
#header span
{
font-weight: normal;
color: #FFFFFF;
}

#header h1
{
	position: relative;
	font-size: 22px;
	top: -5px;
	height: 26px;
	left: 0px;
	width: 265px;
	color: #66ccff;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
}



div#c {
	width: 762px;
	float: left;
	padding-top: 0px;
	top: -8px;
	background: #FFFFFF;

}

div#footer {
	margin-top: 20px;
	margin-bottom: 20px;
	height: 20px;
	text-align:right;
	clear: both;
	width: 762px;
}


#container1{
	background: #FFFFFF;
}

div#c h2 {
	font: normal 20px Arial, Verdana, "Times New Roman", Times, serif;
	color: #006699;
	padding: 13px 15px 5px 15px;
}

div#c h3 {
	font: normal 16px Arial, Verdana, "Times New Roman", Times, serif;
	color: #FF9933;
	padding: 13px 15px 5px 15px;
}

div#c h4 {
	font: bold 13px Arial, Verdana, Helvetica, sans-serif; 
	color: #669933;
	padding: 13px 15px 5px 15px;
}

div#c ul {
	padding: 0px 15px 10px 40px;
	font: normal 12px Arial, Verdana, Helvetica, sans-serif; 
	color: #666;
}

div#c ol {
	padding: 0px 15px 10px 50px;
	font: normal 12px Arial, Verdana, Helvetica, sans-serif; 
	color: #666;

}

	
div#c p {
	font: normal 12px Arial, Verdana, Helvetica, sans-serif; 
	color: #666;
	padding: 5px 15px 6px 16px;
	line-height: 16px;
	}



div#imgs {
	text-align: center;
	margin: 64px 15px 25px 20px;
	float: right;
	clear: both;
}
div#headimgs {
	margin: 5px 0px 0px 0px;
	width: 752px;
	height: 205px;
	overflow:hidden;
	border: 5px solid #FFFFFF;
}

#bottomtextLeft  {
	float: Left;
	width: 275px;
	text-align:left;
}

#bottomtextRight  {
	float: right;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	}
#bottomtextLeft a, #bottomtextRight a {
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	}
#bottomtextLeft a:hover, #bottomtextRight a:hover {
	font-size: 12px;
	font-weight: bold;
	color: #000;
	}

.clear {
    clear:both;
    height:1px;
    overflow:hidden;
  }




/* Upper Navigation */

#navContainer {
	float: right;
	width: 520px;
	text-align: right;
}
#navContainer a {
	display: inline-block;
	color: #FFFFFF;
	font-family: verdana;
	font-weight: bold;
	padding: 0px 6px 0px 6px;
	line-height: 20px;
	height: 20px;
	min-height: 20px;
	text-decoration: none;
	font-size: 10px;
}

#navContainer a:hover {
	background: #FFFFFF;
	color: #3399CC;
}

#nav {
	text-align: left;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav li a {
	color: #FFFFFF;
	font-family: verdana;
	font-weight: bold;
	font-size: 10px;
	padding: 3px 6px 3px 6px;
	line-height: 20px;
	height: 20px;
	text-decoration: none;
}

#nav ul li a {
	display: block;
}


#nav ul li a {
	border-width: 1px;
	border-color: #FFFFFF;
	border-left-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
}

#nav a:hover {
	background: #FFFFFF;
	color: #3399CC;
}

#nav li { /* all list items */
	float: right;
}

#nav ul li { /* all list items */
	width: 190px; /* width needed or else Opera goes nuts */
}


#nav li ul { /* second-level lists */

	position: absolute;
	background: url(../images/buttonbg.jpg);
	border-width: 1px;
	border-color: #FFFFFF;
	border-top-style: solid;
	width: 190px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 10em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#nav li {
	display: inline;
}



/* LINKS AND RESOURCES */

#linksContainer {
	margin: 0px 15px 0px 15px;
	font-size: 12px;
}

div.linksLogo {
	width: 145px;
	padding-right: 20px;
	float: left;
}

div.linksLeft {
	float: left;
}

div.linksTitle {
	padding-right: 10px;
	float: left;
}

div.linksWebsite {
	float: right;
	width: 100px;

}

#linksContainer hr {
	height: 1px; 
	border-top-style: solid;
	border-width: 1px;
	border-color: #CCCCCC;
	margin: 10px 0px 10px 0px;
	clear: both;
	overflow: none;
}



/* PDF Library Module */

#pdfContainer {
	margin: 0px 15px 0px 15px;
}

#pdfContainer hr {
	height: 1px; 
	color: #CCCCCC;
}

#pdfContainer h3 {
	font-size: 12px;
	color: #006699;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

.pdfIcon {
	margin-top: 100px;
}

/* Contact Us */

#contactLeft {
	margin-left: 15px;
	float: left;
	width: 290px;
	font: normal 12px Arial, Verdana, Helvetica, sans-serif; 
	color: #666666;
	line-height: 16px;
}

#contactRight {
	float: left;
	width: 200px;
	margin-left: 10px;
}

#contactImage {
	float: right;
	width: 210px;
}

#contactLeft .field {
	float: left;
	width: 75px;
	font-weight: bold;
	height: 24px;
	line-height: 18px;
}

#contactLeft .input {
	float: right;
	width: 210px;
	height: 24px;
	line-height: 24px;
	text-align: right;
}

#contactLeft input {
	width: 200px;
	font-size: 11px;
}

#contactLeft select {
	width: 203px;
	font-size: 11px;
}

#contactLeft textarea {
	width: 202px;
	font-size: 11px;
	height: 80px;
}




#contactRight #map {
	border: 1px solid #CCCCCC;
}

#mapCaption {
	background: #015198;
	text-align: left;
	padding: 10px 10px 0px 10px;
	height: 100%;
}
#mapcaption #left {
	float: left; width: 450px;
}

#mapcaption #right {
	float: right;
	text-align: right;
	margin-top: 25px;
}

#mapCaption #left p {
	color: #FFFFFF;
}

/* Leak Detection */

.listContainer {
	width: 600px;
	font: normal 12px Arial, Verdana, Helvetica, sans-serif; 
	margin-left: 45px;
	line-height: 24px;
}

.listContainer .left {
	clear: both;
	float: left;
	width: 440px;
}

.listContainer .right {
	clear: both;
	float: right;
	width: 180px;
}





 /* Gallery Container */

.pgallerycont{
	width: 750px;
	padding: 5px 5px 0px 0px;
	background-color: #FFFFFF;
	float: left;
	text-align: left;

}

#c #pgallery	{
	list-style-type: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

/* Spacing around each image */

#pgallery li	{
	float: left;
	display: inline;
	margin: 0px 0px 0px 0px;
	padding:0;
	width: 183px;
	height: 165px;
	text-align: center;
}

#pgallery li a	{
	text-decoration: none;
	background: inherit;
	font-size: 12px;
}
#pgallery li a:hover	{
	font-weight: bold;
	background: inherit;
}

#pgallery li p	{
	padding: 2px;
	margin: 0;
	color: #666666;
}

#pgallery li img	{
	border: 4px solid #DCDCDC;
	padding: 3px;
	background: transparent;
}

#pgallery li a:hover img{
	border: 4px solid #3399CC;
}




img{
	border:0;
}
#details {
	float: left;
	width: 332px;
}
#detailsMiddle {
	float: left;
	margin-top: 10px;
	width: 55px;
}

#detailsMiddle .thumb {
	width: 45px;
	margin-bottom: 3px;
	border: 1px solid #DCDCDC;
	cursor: hand;
	cursor: pointer;
}

#detailsImage {
	width: 360px;
	float: right;
	background: #fff;
	text-align: right;
	padding: 10px 10px 0px 0px;
}

#detailsImage img {
	border: 2px solid #DCDCDC;
}

#boxone {
	float:left;
	margin:0 0 0 0;
	width: 330px;
	background-color:#fff;
}
ul#box1, ul#box2 {
	list-style-image: url(/images/arrow.jpg);
	float: left;
	padding: 10px 10px 15px 35px;
	line-height: 17px;
	color: #666666;

}


ul#box3, ul#box4 {
	list-style-image: url(/images/arrow.jpg);
	padding: 10px 10px 15px 35px;
	line-height: 17px;
	color: #666666;
}

ul#box3, ul.box {
	list-style-image: url(/images/arrow.jpg);
	padding: 10px 10px 15px 35px;
	line-height: 17px;
	color: #666666;
}

div#prevnext {
	height: 20px;
	clear: both;
	width: 360px;
	background: #fff;
	float: right;
}
#prev {
	color:#FFFFFF;
	float: left;
	padding: 0;
	top: 4px;
	height: 15px;
	width: 50px;
	font-weight:bold;
	font-size:12px;
	clear: both;
	text-align: left;
}
#next {
	color:#FFFFFF;
	float: right;
	padding: 0;
	left: 365px;
	top: 3px;
	height: 15px;
	width: 50px;
	font-weight:bold;
	font-size:12px;
}


#getAQuoteButton, #getAQuoteButton:hover {
	background: #006699;
	color: #FFFFFF;
	font-size: 12px;
	padding: 6px 8px 6px 8px;
	line-height: 26px;
	height: 26px;
	margin-left: 15px;
	text-decoration: none;
}

/* Get a Quote */

#quoteLeft {
	margin-left: 15px;
	float: left;
	width: 440px;
	font: normal 12px Arial, Verdana, Helvetica, sans-serif; 
	color: #666666;
	line-height: 16px;


}

#quoteRight {
	float: right;
	width: 250px;
	margin-right: 15px;
}



#quoteLeft .field {
	float: left;
	width: 75px;
	font-weight: bold;
	height: 24px;
	line-height: 18px;
}

#quoteLeft .input {
	float: right;
	width: 360px;
	height: 24px;
	line-height: 24px;
}

#quoteLeft input {
	width: 350px;
	font-size: 11px;
}

#quoteLeft select {
	width: 353px;
	font-size: 11px;
}

#quoteLeft textarea {
	width: 352px;
	font-size: 11px;
	height: 80px;
}

#servicesA {
	float: left;
	width: 170px;
}

#servicesB {
	float: right;
	width: 170px;
	margin-right: 5px;
}

#servicesA input, #servicesB input {
	width: 30px;
}