﻿html { background-color: #d1dae6; }
body {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  text-align: center; 
  background-color: #d1dae6; 
}
/* Ruxton Resets */
em { font-style: italic; }
strong { font-weight: bold; }

/* Elements & Appearance */
/* Ruxton Blue: #044466 */

#main { /* this is the outer container, contains the gradient border effect */
  position: relative; clear: both; 
  width: 984px;
  border:0;
  margin: 0 auto 0 auto;
  padding: 0; 
  background-color: white; 
  background: transparent url('../img/bg-slice-edges.jpg') repeat-y;
}
#main-bottom { /* contains the bottom edge image */
  width: 984px; height: 13px;
  border:0;
  margin: 0 auto 0 auto; 
  padding: 0; 
  background-color: white; 
  background: white url('../img/bg-slice-bottom.jpg') no-repeat;
}
#topbanner { 
  margin: 0;
  padding: 0 0 35px 0; /* to allow enough room for the phone number */
}
#tophonenr { 
  margin:0; padding:0; border:0;
  position: absolute;
  left: 110px; top: 135px;
  left: 111px; top: 135px;
  color: #044466;
  font-size: 108%;
}

#maincontainer { /* holds everything under the banner except the footer */
  overflow: hidden;
  width: 966px; /* = 984 - 18px for background edge slice image */
  margin-left: 9px;
}

#nav { /* #nav and #content work together for layout; see below */
  width: 220px;
  margin: 0px; margin-left: 0px;
  padding: 0; padding-bottom: 20px; 
  border-right: 735px solid white; /* = 966px-220px-9px; color & type are required here */
	margin-right: -735px; /* ALA #232 per Alan Pearce WTT Ryan Brill with WF adaptation */
	float: left; /* necessary for above technique to work */
  background-color: white;
}
#nav ul {
  margin-left: 20px;
  font-size: 100%; color: #044466;
  line-height: 145%;
  font-weight: bold;
  text-align: left;
}
#nav li {

}
#nav li.subnav {
  background-image:url('../img/gray_dart.gif');
  background-repeat:no-repeat;
  background-position:left center;
  font-size: 85%;
  font-weight: normal;
  margin-left: 10px;
  padding-left: 10px;
}
#nav a {
  text-decoration: none; color: #044466;
}
#nav a:hover { color: blue;
}

/* Page Content --------------------------------------- */
#content { 
  float: left;
  width: 712px; /* This will float in to the negative margin of #nav */
  padding-left: 10px; padding-right: 20px;
  margin: 0;
  /* Box Model: 726 + 10 + 10 + 0 + 0 = 746 */
  padding-bottom: 15px;
}
#content {
  background-color: white;
  text-align: left;
}
#content a, #content a:visited { color: #044466; }
#content a:hover { color: blue; }

#content h1, #content h2, #content h3 { color: #044466; }
#content h1 { font-size: 116%; margin-bottom: 10px; }
#content h2 { font-size: 93%; margin-bottom: 5px; font-weight: bold; }
#content p+h1, #content p+h2 { margin-top: 15px; }
#content p { 
  color: #111;
	font-size: 85%;
	font-weight: normal;
	line-height: 160%;
	padding-bottom: 10px; }

#content .fineprint { font-size: 77%; font-style: italic; }
#content .tight { line-height: 130%; }

#content ul { list-style: disc inside none;
  font-size: 85%;
  margin-bottom: 15px;
  margin-left: 1.2em;
  padding-left: 0em;
}
#content ul li { list-style: disc; }
#content ul li ul { margin-left:1.1em; padding-left: 0em; font-size: 100%; }
#content ul.openspacing li { padding-bottom: 3px; }
#content ul.openspacing { padding-top: 2px; }

#sidebar { 
  float: right;
  width: 250px;
  background-color: white;
  border-left: 1px solid #999999;
  padding-left: 10px; padding-bottom: 0px;
  margin-left: 10px;
}
#sidebar-contactus {
  float: right;
  width: 200px;
  background-color: white;
  border-left: 1px solid #999999;
  padding-left: 10px; padding-bottom: 10px;
  margin-left: 10px;
}

#footer { /* footer is inside content */
  width: 100%;
}
#footer { 
  clear: both;
  font-size: 70%; color: gray;
  text-align: left; 
  padding-top: 10px;
}
#footer a {
  text-decoration: none;
  color: #044466;
}
#footer a:hover { color:blue; }

.invisiblelink { text-decoration: none; color: black; }
.invisible { visibility: hidden; display: none; }
.readmore { color: #044466; text-decoration: none; font-style: italic; font-size: 85%;}
.nb-email { color: #044466; text-decoration: none; font-style: italic; }
.nb-email-dots { color: #044466; text-decoration: none; font-style: italic; font-size: 82%;}
.clearboth { clear: both; }

div.survey-box { float: left;
  margin: 0 10px 5px 0;
  font-size: 85%; font-style: italic;
  text-align: center;
}
div.survey-box img { margin: 0; padding: 0; border: 0; }

.pl-table { 
  margin-left: 30px;
  font-size: 85%;
  margin-bottom: 10px;
}
col.pl-county { width: 10em; }
col.pl-price  { width: 5em; text-align:right;}
.img-tr { float: right; padding: 0; border: 0; margin: 0 0 7px 15px; }
.img-r { float: right; padding: 0; border: 0; margin: 7px 0 7px 15px; }
.img-tl { float: left; padding: 0; border: 0; margin: 0 15px 7px 0; }
.img-l { float: left; padding: 0; border: 0; margin: 0 15px 0 0; }
.border-black { border: 1px black solid; }
