<style type="text/css">

body{
margin:0;
padding:0;
line-height: 1.5em;
font-size: 100%;
}

p {
 font-family="Verdana, Arial, sans-serif";
 font-size: 1.0em; /* 14px/16=0.875em */;
}

.ital_sm {
	font-style: italic;
	font-size: 0.7em; /* 14px/16=0.875em */;
}

.ital_sm_red {
	font-style: italic;
	color: red;
	font-size: 0.7em; /* 14px/16=0.875em */;
}

p.water_test_include {
	margin-left: 0px;
	margin-left: 20px;
	font-size: 0.875em; /* 14px/16=0.875em */;
}

#leftcolumn ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 200px;
    background-color: #14186B;
}
#leftcolumn li a {
    display: block;
    color: #FFF;
    padding: 4px 0 4px 0px;
    text-decoration: none;
    text-align: left;
    font-size: 12pt;                                             
    font-family: Helvetica, sans-serif;       
}
#leftcolumn li a.active {
    background-color: #FFF;
    color: black;
}
/* Change the link color on hover */
#leftcolumn li a:hover {
    background-color: #F71020;
    color: white;
}

b{font-size: 110%;}
em{color: red;}

#maincontainer{
width: 840px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}

#topsection{
background: #EAEAEA;
height: 110px; /*Height of top section*/
}

#nav_top_right {
	height: 25px; width: 200px; float: right;
	margin:10px;
	color: black;
	text-align: center;                                                
   	font-size: 12pt;                                             
   	font-family: Helvetica, sans-serif;
   	
   	
}
#nav_top_right a:link {
    text-decoration: none;
}
#nav_top_right a:hover {
    background-color: #F71020;
}

#topsection h1{
margin: 0;
padding-top: 15px;
}

#red_line {
	background: #F71020;
	height: 5px;
	border-top-style: solid;	
	border-bottom-style: solid;
	border-color: #000000;
	border-width: 1px;
}


#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin-left: 200px; /*Set left margin to LeftColumnWidth*/
   font-size: 12pt;                                             
   font-family: Helvetica, sans-serif;
}
#customer_info table {
	width: 450px;
	border: none;
}
#customer_info td {
    width: 150px;
    text-align: right;
    padding: 2px;
}

#property_info table {
	width: 450px;
	border: none;
}


property_info.col_1 {
	width: 150px;
	text-align: right;
	    padding: 2px;
}
property_info.col_2 {
	width: 300px;
	text-align: left;
	    padding: 2px;
}

#leftcolumn {
float: left;
color: #FFFFFF;	
width: 200px; /*Width of left column*/
height: 400px;
margin-left: -840px; /*Set left margin to -(MainContainerWidth)*/
background: #14186B;
}

#footer{
clear: left;
width: 100%;
background: #373C43;
color: #FFF;
text-align: center;
padding: 4px 0;
}

#footer a{
color: #FFFF80;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}


.btn-bar {
  width: 90%;
  margin: 0 auto;
  display: block;
  position: relative;
  top: 10px;
}

#buttons {
  padding: 0 0 5px 0;
  float: right;
}

#buttons a {
  text-align: center;
  display: block;
  font-size: 25px;
  float: left;
  outline: 0;
  margin: 0 5px;
  color: #b14943;
  text-decoration: none;
  display: block;
  padding: 2px;
  width: 50px;
}

a#prev:hover,
a#next:hover {
  color: #FFF;
  text-shadow: .5px 0px #b14943;
}

#slides {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 250px;
  font-style: italic;
  font-size: small;
  border: 5px 0px 0px 5px;
}

#slides ul {
  list-style: none;
  width: 100%;
  height: 250px;
  margin: 0;
  padding: 0;
  position: relative;
}

#slides li {
  width: 100%;
  height: 250px;
  float: left;
  text-align: center;
  position: relative;
  font-family: sans-serif;
}

.myButton {
	box-shadow:inset 0px 1px 0px 0px #9fb4f2;
	background:linear-gradient(to bottom, #7892c2 5%, #476e9e 100%);
	background-color:#7892c2;
	border-radius:6px;
	border:1px solid #4e6096;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #283966;
}
.myButton:hover {
	background:linear-gradient(to bottom, #476e9e 5%, #7892c2 100%);
	background-color:#476e9e;
}
.myButton:active {
	position:relative;
	top:1px;
}

</style>