@charset "utf-8";
body  {
	font: 14px/1.4 Arial, Helvetica, sans-serif;
	background: #fff url(img/bg-gradient-blue.png) repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
img { border: 0; }
a:link {}
a:visited {}
a:hover { color: #c00; }
.hid { display: none; }
#header {
	background: url(img/header4.png) no-repeat;
	margin: 30px auto 0;
	width: 880px; height: 158px;
	position: relative;
}
#masthead {
	position: absolute;
	top: 0; left: 0;
	width: 250px;
	height: 155px;
}
#tagline {
	margin: 0 180px 0 280px;
	padding-top: 36px;
	font-size: 30px;
	font-weight: bold;
	color: #07c;
	text-shadow: 2px 2px 1px #ccc;
}
#noappt {
	color: #07c;
	font-size: 18px;
}
#noappt, #insacc {
	text-align: center;
}

#nav {
	list-style: none;
	margin: 0;
	padding: 0;
	background: #07c;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	height: 36px;
	white-space: nowrap;
	overflow: hidden;
}
#nav li {
	float: left;
	padding: 6px 0 0 16px;
}
#nav li a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 1px 12px;
}
#nav li a:hover,
#nav li.urhere a {
	background: #fff;
	color: #07c;
}
#nav li a:active { color: #000; }
#container { 
	background: #fff;
	color: #000;
	width: 880px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#sidebar {
	float: left;
	width: 190px;
	padding: 0 10px 0 20px;
	border-right: 1px dotted #07c;
}
#sidebar ul {
	list-style: none;
	margin: 1em 0;
	padding: 0;
}
#sidebar li {
	margin: 1em 0;
}
#sidebar #phone {
	margin: 1em 0;
	font-size: 24px;
	text-align: right;
}
#sidebar #map {
  margin-left: -15px;
}
#content {
	margin: 0 0 0 220px;
	padding: 15px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
#content h1 {
	margin: 0 0 0.5em;
	font-size: 24px;
}
h2, h3, h4 { margin: 0.5em 0; }
#googmap {
	width: 425px;
	height: 750px;
	float: left;
	margin: 0 20px 0 0;
}
#flashslides {
	width: 400px; height: 336px;
	overflow: hidden;
	float: right;
	margin: 0 0 0 20px;
	font-size: 12px;
}
#flashslides div img {
	margin-bottom: 0.5em;
}
#footer { 
	clear: both;
	margin: 20px 0;
	padding: 4px 15px 0;
	background: url(img/footerb.png) no-repeat 0 -4px; 
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	height: 21px;
}
#footer a { color: #fff; }
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.teampic {
	float: left;
	width: 100%;
	margin-bottom: 1em;
}
.teampic img { border: 1px solid #999; }
.teampic h3 { margin: 0; }

.faq h2 {
	font-size: 1.15em;
	margin: 1em 0 0.25em;
}
.faq p {
	margin-top: 0;
}
.inslogos img {
  margin: 0 0px 0 0px;
  text-align: center;
}
.inslogos > p {
  text-align: left;
}
.inslogos > div > p {
   margin-left: 150px;
   text-align: left;
}
.inslogos > div {
  height: 72px;
  }
div.inslogos {
  padding: 0px;
  margin: 0px;
  overflow:hidden;
}
p.cap {

  float: left;
  margin: 15px 0px 15px 20px;
  width: 160px;
}

.small { font-size: 85%; }
.testim {
	margin: 1em 0;
	padding: 0 40px;
	text-align: right;
	font-style: italic;
}
blockquote.testim {
	background: url(img/bquote.png) 0 0 no-repeat;
	text-align: justify;
	font-style: normal;
}
.directions {
	line-height: 1.2;
	margin: 0 0 0 425px;
}
.directions h2 {
	font-size: 14px;
	margin: 1em 0 0.2em;
	white-space: nowrap;
}
.directions ul {
	list-style: disc;
	margin: 0 0 1em 1em;
	padding: 0;
}

.lead {
  color: green;
}

.lead2blue {
  color: blue;
}

.lead2red {
  color: red;
}