html, body { background-color: #a4aa74; }

a {
  color: #36f;
  text-decoration: none;
  border-bottom: 1px dotted #36f;
}

a:hover {
  color: #f60;
  border-bottom-color: #f60;
}

a:visited {
  color: #c3f;
  border-bottom-color: #c3f;
}

ul { margin-left: 1em; }

p, ul, ol {
  margin-bottom: 1em;
  font-size:     13px;
  line-height:   160%;
}

h1, h2 {
  margin-bottom: 1.75em;
  font-family:   Verdana, Arial, sans-serif;
  font-size:     14px;
  font-weight:   bold;
}

h2 {
  padding-top: 10px;
}

blockquote p {
  font-family: arial, sans-serif;
  font-size:   14px;
  font-style:  italic;
}

strong { font-weight: bold; }


#wrapper {
  width:       760px;
  margin:      35px auto 15px auto;
  color:       #666660;
  font-family: Verdana, Arial, sans-serif;
}


#header {
  position:   relative;
  height:     154px;
  border-top: 1px solid #fff;
  background: url(../images/header_background.gif) repeat-x;
}

#header p {
  margin-bottom: 0;
  font-style:    italic;
}

#header a#logo {
  position:    absolute;
  top:         64px;
  left:        258px;
  border:      0;
  color:       #5B5D43;
  font-family: georgia, sans-serif;
  font-size:   34px;
  font-style:  italic;
  font-weight: bold;
}

#header a#logo span {
  font-size: 16px;
}

#header p#tagline {
  position:    absolute;
  right:       15px;
  bottom:      0;
  color:       #697335;
  font-size:   13px;
  text-align:  right;
}

#header #branches {
  position:   absolute;
  top:        -21px;
  left:       0;
  width:      435px;
  height:     150px;
  background: url(../images/branches.gif);
}

#content {
  overflow:   hidden;
  padding:    25px 13px 0 13px;
  background: #e9eccf;
}


#sidebar {
  float:       left;
  width:       160px;
  padding:     10px;
  font-family: verdana, arial, sans-serif;
}

#sidebar h1 {
  margin:  0;
  padding: 15px 0;
}

#sidebar a {
  font-size:   12px;
  font-weight: bold;
}

#sidebar ul {
  margin-left: 0;
}

#sidebar ul li, #sidebar p {
  margin-bottom: 0.6em;
}


#main_content {
  float: right;
  width: 530px;
  padding-top: 13px;
}

#main_content .quotes {
  width:   350px;
  margin:  0 auto;
  border:  1px solid #000;
  padding: 10px 30px;
}


p.contact * { vertical-align: middle; }

p.contact img {
  border-bottom:    1px solid #c3c9a2;
  border-right:     1px solid #c3c9a2;
  padding:          7px;
  background-color: #fff;
}