body { background-color: #fff; margin: 0; }
body,td { font-family: Georgia,'Times New Roman',serif; font-size: 11pt; color: #333; }
input,select,textarea { font: 10pt arial,helvetica,sans-serif; }

#container { position: relative; width: 1000px; margin: 14px auto 0; }

 #header { position: absolute; top: 14px; left: -14px; width: 100%; height: 75px; border: 1px solid #666; background: #afd6f9 url(/images/header-bg.png) no-repeat 100% -35px; }
  #header div { position: relative; height: 103px; padding: 0 0 0 120px; background: url(/images/logo-sm.png) no-repeat 7px 0; }
   #header div h1 { margin: 0; font-size: 21pt; font-weight: normal; line-height: 45px; }
    #header div h1 a { color: #222; text-decoration: none; }
   #header div dl { margin: 0; overflow: hidden; }
    #header div dl dt { float: left; margin: 0 0 0 37px; }
    #header div dl dd { float: left; margin: 0 23px 0 7px; }
  #header ul#nav { position: absolute; bottom: 0; left: 294px; width: 706px; list-style: none; margin: 0; padding: 0; overflow: hidden; border: 1px solid #666; border-width: 1px 1px 1px 0; border-top-color: #ccc; background: url(/images/back_top.gif) repeat-x 0 0; }
   #header ul#nav li { float: left; border-left: 1px solid #ccc; }
   #header ul#nav li#home { border: 0; }
    #header ul#nav li a { float: left; height: 25px; padding: 0 11px; font-size: 11pt; font-variant: small-caps; line-height: 24px; color: #fff; text-decoration: none; }
     #header ul#nav li a:hover { background-color: #069; color: #eee; }

 #sidebar { float: left; width: 280px; padding: 0 0 14px; }
  #blurb { padding: 114px 0 14px; border: 1px solid #666; border-width: 1px 0 1px 1px; background-color: #98AE6D; }
   #blurb p { font-size: 11pt; margin: 7px 14px; color: #000; }
  #sidebar div.contactinfo { background: url(/images/creditcards.png) no-repeat 235px 7px; }

/* sidebar and services page */
  div.contactinfo { padding: 4px 14px; }
   div.contactinfo a { display: block; }
   div.contactinfo dl { margin: 0; overflow: hidden; }
    div.contactinfo dl dt { float: left; width: 4em; clear: left; margin: 0; }
    div.contactinfo dl dd { margin: 0 0 0 4em; }
     div.contactinfo dl dd span { white-space: nowrap; }

 #content { overflow: hidden; min-height: 523px; /* margin-left: 280px; */ padding: 130px 14px 23px; border-left: 1px solid #666; }
  #content h2 { position: relative; margin: 0 0 4px; font-size: 18pt; font-weight: normal; border-bottom: 1px solid #ccc; }
   #content h2 a { position: absolute; bottom: 2px; right: 7px; font-size: 9pt; text-decoration: none; }
   #content h2 a:hover { text-decoration: underline; }

 #footer { clear: both; margin-left: 280px; padding: 4px 14px; font-size: 8pt; text-align: right; border-top: 1px solid #666; }
