body {
  font-family: Lucida Grande, Verdana, Arial, Sans-serif;
  font-size: 11pt;
  margin: 0;
  padding: 0;
}

.site_container {
  width: 950px;
  margin: 0 auto;
  position: relative;
}

a {
  color: #173b77;
}

a:visited {
  color: #4b769a;
}

a img {
  border: 0;
}

/* Header */
#header {
  height: 313px;
  background: #fff url("/images/header-background.png") scroll repeat-x top left;
}
#languages {
  font-style: italic;
  position: absolute;
  top: 105px;
  left: 260px;
}

#logo {
  position: absolute;
  top: 18px;
  left: 0;
}

h2#quote {
  width: 500px;
  height: 65px;
  position: absolute;
  left: 0;
  top: 200px;
  background: transparent url("/images/header-quote.png") scroll no-repeat top left;
}

h2#quote span {
  display: none;
}

#header_contact {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 400px;
}

#header_contact span {
  display: block;
  position: absolute;
  width: 248px;
  height: 90px;
  padding: 5px;
  text-align: center;
  position: absolute;
  top: 198px;
  right: 4px;
  font-size: 12px;
  overflow: hidden;
}

#header_contact span p {
  margin: 0;
  padding: 0;
  margin-bottom: 6px;
}

/* Menu */
#menu_container {
  height: 42px;
  position: absolute;
  top: 145px;
  left: 0;
  width: 100%;
  background: #19386d url("/images/menu-background.png") scroll repeat-x top left;
}


#menu {
  display: table;
  padding: 0; 
  margin: 0 auto; 
  list-style-type: none;
  white-space: nowrap;
}

#menu li {
  display: table-cell;
  background: transparent url("/images/menu-divider.png") scroll no-repeat center right;
  padding: 0 5px 0 3px;
}

#menu li.last {
  background: none;
}

#menu a {
  margin-top: -2px;
  width: auto;
  display: block;
  padding: 0 16px;
  line-height: 46px;
  height: 46px;
  font-weight: bold;
  font-size: 16px;
  color: #fff; 
  text-decoration: none;
  border-color: transparent;
  margin-right: 1px;
  margin-left: 1px;
}

#menu a:hover, #menu li.selected a {
  background: transparent url("/images/menu-hover.png") scroll repeat-x top left;
  border-color: #63887c;
  border-style: solid;
  border-width: 0 1px;
  margin-right: 0;
  margin-left: 0;
}


/* Content */
#content_container {
  background: #b9ddd8 url("/images/content-background.png") scroll repeat-x top left;
}

#content {
  background-color: #fff;
  padding: 2em;
}

#main_content {
  width: 600px;
  float: left;
  padding-right: 30px;
  border-right: 1px solid #b8ddd8;
}

#sub_content {
  width: 230px;
  float: right;
}

#content p {
  margin: 0 0 1em 0;
  line-height: 130%;
}

#content h1 {
  color: #173b77;
  font-size: 18pt;
  margin: 0 0 0.2em 0;
}

#content h2 {
  color: #3d9d90;
  font-size: 14pt;
  margin: 0 0 0.2em 0;
}

#content h2 a {
  color: #3d9d90;
  text-decoration: none;
}
#content h2 a:hover {
  text-decoration: underline;
}
#content h3 {
  margin-bottom: 0.2em;
}
#content h3 a {
  color: #000000;
  text-decoration: none;
}
#content h3 a:hover {
  text-decoration: underline;
}
#content p.image {
  text-align:right;
  margin: 2px;
  float: right;
}

/* Footer */
#footer {
  clear: both;
  font-size: 10pt;
  color: #99bbd7;
  padding: 2em 0 0 0;
  text-align: center;
}

#footer a {
  color: #4b769a;
}

#copyright a {
  color: #99bbd7;
}

/* Custom Page Styles */
.home_content {
  width: 278px;
  float: left;
  margin-top: 1em;
}
#home_content_1 {
  padding-right: 20px;
  border-right: 1px solid #b8ddd8;
}
#home_content_2 {
  padding-left: 20px;
}
#get_a_quote li {
  display: block;
  float: left;
  margin: 7px;
  text-align: center;
  font-size: 18px;
}
#Xget_a_quote li a {
  xheight: 50px;
  padding: 2px 20px;
  display: block;
  border: 1px solid #dabc77;
  text-decoration: none;
  vertical-align: middle;
  background: transparent url("/images/get_a_quote_bg.png") scroll repeat-x top left;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

#Xget_a_quote li a:hover {
  border: 1px solid #8badd3;
  background: transparent url("/images/get_a_quote_bg_hover.png") scroll repeat-x top left;
}
#get_a_quote li a {
  color: #ffffff;
  background-color: #173b77;
  text-decoration: none;
  display: block;
  padding: 5px 16px;
  font-size: 16pt;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border: 2px solid #000;
}
#get_a_quote li a:hover {
  color: #173b77;
  background: #b1cbf1 url("/images/get_a_quote_bg_hover.png") scroll repeat-x top left;
}

span.buttonish {
  width: 230px;
  
}

span.buttonish a {
  color: #ffffff;
  text-align: center;
  width: 230px;
  background-color: #173b77;
  margin-bottom: 1em;
  text-decoration: none;
  display: block;
  padding: 0.5em 0;
  font-size: 16pt;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border: 2px solid #000;
}
span.buttonish a:hover {
  color: #173b77;
  background: #b1cbf1 url("/images/get_a_quote_bg_hover.png") scroll repeat-x top left;
}

.clearfix {
  clear: both;
}

a.button {
  padding: 5px 10px;
  line-height: 30px;
  border: 1px solid #dabc77;
  text-decoration: none;
  background: transparent url("/images/get_a_quote_bg.png") scroll repeat-x top left;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

a.button:hover {
  border: 1px solid #8badd3;
  background: transparent url("/images/get_a_quote_bg_hover.png") scroll repeat-x top left;
}


#content .business_card {
width: 270px;
padding: 10px;
margin: 5px 5px;
display: block;
float: left;
background: #b9ddd8 url("/images/content-background.png") scroll repeat-x top left;
}

#content .business_card h3 {
  text-align: right;
  margin: 0;
}

#content .business_card .title {
  font-size: 85%;
  text-align: right;
  font-style: italic;
  margin-bottom: 0.5em;
}

#content .business_card .phone {
  text-align: right;
  font-size: 90%;
  margin-bottom: 0;
}

#content .business_card .email {
  text-align: center;
  margin-top: 0.5em;
  font-size: 90%;
}

#content .business_card p.specialty {
  text-align: center;
  font-weight: bold;
  font-size: 90%;
  margin: 0;
  padding: 0;
}
