* {
  padding: 0;
  margin: 0;
}

body {
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  background: #fff;
  color: #707070;
}

img {
  border: 0;
}

br.clear {
  clear: both;
  font-size: 1px;
}



a {
  outline: none;
  color: #990000;
}

p {
  font-size: 13px;
  line-height: 1.8em;
}

h2 {
  color: #990000;
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-weight: normal;
  margin-bottom: 5px;
}

h3 {
  color: #990000;
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-weight: normal;
  margin-bottom: 5px;
}

/* ---------------------------------------------------------------------------- Structure */

div#header {
  background: #f9f8f5;
  border-top: 10px solid #990000;
  position: relative;
}

div#main {
  background: #ebe9dc;
  padding-bottom: 30px;
}

div.container {
  width: 765px;
  margin: 0 auto;
  text-align: left;
}

div#footer {
  padding: 10px 0 300px 0;
  background: #990000;
}

div#footer a {
  color: #fff;
  text-decoration: none;
}


/* ---------------------------------------------------------------------------- Navigation */

div#header div.container {
  position: relative;
}

div#header h1 {
  float: left;
  width: 182px;
  padding: 10px 0;
}

div#header ul {
  font-size: 0.75em;
  float: right;
  padding-top: 120px;
}

div#header li {
  float: left;
  list-style: none;
  background: url(../images/tab_red_left.gif) no-repeat top left;
  padding-left: 12px;
  margin-left: 1px;
}

div#header li.active {
  background: url(../images/tab_beige_left.gif) no-repeat top left;
}


div#header li a {
  display: block;
  text-decoration: none;
  background: url(../images/tab_red_right.gif) top right;
  padding: 10px 12px 10px 0;
  color: #fff;
	white-space: nowrap;
}

div#header li.active a {
  background: url(../images/tab_beige_right.gif) top right;
  color: #666;
}


div#header li a:hover {
  text-decoration: underline;
}

div#header li.dropdown a:hover {
  text-decoration: none;
  cursor: default;
}

div#header li.dropdown li a:hover {
  text-decoration: underline;
  cursor: pointer;
}






div#header li ul {
  margin: 0;
	padding: 0;
	position: absolute;
	visibility: hidden;
  z-index: 5000;
}
		
div#header li ul li {
  float: none;
  display: inline;
  background: none;
  font-size: 12px;
  padding: 0;
  margin: 0;
}

div#header li ul li a {
  width: auto;
  background: none;
  background: #990000 url(../images/arrow_white.gif) no-repeat 12px 15px;
  margin: 0 0 0 -12px;
  padding: 10px 10px 10px 22px;
  border-top: 1px solid #fff;
}


div#header p.callus {
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  color: #990000;
  font-size: 25px;
  position: absolute;
  top: 45px;
  right: 0;
}

/* ---------------------------------------------------------------------------- Contact Box */

div#offices {
  position: absolute;
  top: 40px;
  right: 0;
  text-align: right;
}

div#offices p {
  width: 567px;
  line-height: 1.7em;
  font-size: 12px;
}

div#offices abbr {
  font-weight: bold;
}

div#offices a {
  text-decoration: none;
}


/* ---------------------------------------------------------------------------- Footer */

div#footer p.left {
  float: left;
  width: 450px;
  color: #fff;
  font-size: 0.75em;
}

div#footer p.right {
  float: right;
  width: 245px;
  color: #fff;
  font-size: 0.75em;
}





/* ---------------------------------------------------------------------------- Home Page */

body#page-home div#main {
  padding-top: 10px;
}

body#page-home div#main div.container {
  padding-top: 10px;
  background: url(../images/bg_home_family.jpg) no-repeat 0 10px;
}

body#page-home div.intro {
  padding-top: 50px;
  padding-left: 425px;
}

body#page-home div#services {
  padding: 40px 0 0 0;
  margin-bottom: 10px;
}

body#page-home div#services p {
  font-size: 13px;
}

body#page-home div#services div.column {
  float: left;
  width: 254px;
  background: #990000;
  border-left: 1px solid #ebe9dc;
  height: 175px;

}

body#page-home div#services div.first {
  border-left: none;
}

body#page-home div#services div.second {
  width: 255px;
}

body#page-home div#services div.column h2,
body#page-home div#services div.column p {
  padding: 0 20px 0 20px;
  color: #f7f6f1;
}

body#page-home div#services div.column p {
  margin-bottom: 10px;
  color: #fff;
}

/* ---------------------------------------------------------------------------- Default Page */

body#page-default div#main div.container {
  padding-top: 10px;
}

div.box765 {
  background: #f7f6f1 url(../images/bg_box765_top.gif) no-repeat top left;
}

span.corners {
  display: block;
  width: 765px;
  height: 7px;
  background: url(../images/bg_bottomcorners_interior.gif) no-repeat;
  clear: both;
}

body#page-home span.corners {
  background: url(../images/bg_bottomcorners.gif) no-repeat;
}

div.box h2,
div.box h3,
div.box h4,
div.box p,
div.box ul,
div.box ol {
  padding: 0 20px;
}

div.box p {
  margin-bottom: 1em;
}

div.box ul,
div.box ol {
  margin: 0 0 1em 2em;
}

div.box li {
  font-size: 13px;
}

div.box {
  margin-bottom: 10px;
  padding-top: 10px;
}


body.page-staff li {
  list-style: none;
}

body.page-staff div#main ul {
  padding-left: 0;
  margin-left: 20px;
}




form#contactform {
  margin-left: 20px;
  margin-bottom: 20px;
  float: left;
  width: 340px;
  display: inline;
}

div#map {
  width: 300px;
  float: left;
  margin-top: 18px;
}

form#contactform label {
  font-size: 0.75em;
}

form#contactform textarea {
  width: 300px;
  height: 110px;
  font-size: 0.75em;
  margin-bottom: 10px;
  margin-top: 5px;
  font-family: Arial, Helvetica, sans-serif;
}

form#contactform input.textfield {
  width: 300px;
  margin-bottom: 10px;
  margin-top: 3px;
  font-size: 13px;
}

form#contactform input#submit {
  background: #990000;
  border: 0;
  color: #fff;
  font-size: 12px;
  padding: 4px 10px;
}





div#calculator {
  width: 332px;
  background: #fff;
  margin: 10px;
}

div#calculator input.button {
  background: #ebe9dc;
  border: 0;
  color: #990000;
  font-size: 12px;
  padding: 7px 0;
  width: 312px; 
  margin: 10px 0;
}

div#calculator form {
  padding: 10px;
  background: #f9f8f5;
}


div#calculator h3 {
  background: #990000;
  color: #fff;
  font-size: 13px;
  padding: 7px 10px;
  font-weight: normal;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}


div#calculator label {
  font-size: 12px;
  float: left;
  width: 110px;
  margin-bottom: 5px;
}

div#calculator input.textfield {
  font-size: 12px;
  margin-bottom: 5px;
  width: 195px;
  float: left;
  padding: 1px 0;
  color: #707070;
}

p.button a {
  background: #990000;
  color: #fff;
  font-size: 12px;
  padding: 4px 15px;
  text-decoration: none;
}

div.intro div#insurancebuttons {
  width: 326px;
  height: 125px;
  background: url(../images/btn_animinsurance.gif) no-repeat;
}

div.intro div#insurancebuttons a {
  width: 326px;
  height: 60px;
  display: block;
  text-indent: -3000px;
  margin-bottom: 5px;
}








div.col-352 {
  width: 352px;
  float: left;
  background: #fff;
  margin: 5px 0 40px 20px;
  display: inline;
}

div.col-352.right {
  margin-top: 42px;
  padding-top: 5px;
}

div.col-352 p {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

div.col-352 div.video {
  margin: 10px;
}

div.col-352 div.image {
  margin: 10px;
}


div.h-tab {
  background: #f7f6f1 url(../images/h_tab_left.gif) no-repeat left top;
  padding: 0 0 0 10px;
  overflow: hidden;
}

div.h-tab h2 {
  font-size: 22px;
  padding: 5px 10px 5px 0;
  margin: 0;
  background: url(../images/h_tab_right.gif) no-repeat right top;
  float: left;
}


div.phone-lge {
  padding-bottom: 15px;
}

div.phone-lge p {
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  color: #b0b0b0;
  font-size: 20px;
  text-align: center;
  margin-bottom: 0;
  line-height: 1.3em;
}

div.phone-lge p.phone-nos {
  color: #990000;
  font-size: 27px;
}

a.bigbutton {
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  background: url(../images/bg_bigbutton.gif) no-repeat top left;
  color: #fff;
  text-align: center;
  display: block;
  margin: 0 10px 10px 10px;
  text-decoration: none;
  font-size: 27px;
  padding: 10px 0;
}



div#message-container {
  background: #EBE9DC;
  padding-top: 10px;
  display: none;
}

body#page-home div#message-container {
  display: block;
}

div#message {
  width: 765px;
  height: 61px;
  margin: 0 auto;
  background: url(../images/bg_message.gif) no-repeat;
  padding-top: 5px;
}

div#message p {
  font-size: 12px;
  line-height: 1.4em;
  padding: 0 80px;
  color: #666;
}

div#message span {
  color: #990002;
}

body#page-home div#message-container {
  display: block;
}
