/* CSS Document */
body {
 margin-top: 10px;
 font-family: Arial,Helvetica,sans-serif;
 font-size: 13px;
 color: #000;
 background: #fff url(images/body-bg.jpg) top center repeat-x;
}
h1 {
 font-family: Arial,Helvetica,sans-serif;
 font-size: 20px;
 color: #666;
 font-weight: bold;
}
h2 {
 font-family: Arial,Helvetica,sans-serif;
 font-size: 18px;
 color: #999;
 font-weight: bold;
}
h3 {
 font-family: Arial,Helvetica,sans-serif;
 font-size: 15px;
 color: #999;
 font-style: italic;
}
table#header {
 margin: 0px;
 padding: 0px;
 width: 960px;
 background: #fff url(images/header-bg.jpg) top right repeat-y;
 font-family: Arial,Helvetica,sans-serif;
 font-size: 13px;
 color: #000;
 border-top: 15px solid #000;
}
#header a {
 font-family: Arial,Helvetica,sans-serif;
 font-size: 13px;
 color: #000;
 text-decoration: underline;
}
#header a:link, #header a:visited {
 font-family: Arial,Helvetica,sans-serif;
 font-size: 13px;
 color: #000;
 text-decoration: underline;
}
#header a:hover {
 text-decoration: none;
}
div#topnav {
 margin: 0px;
 padding: 8px 0px;
 width: 960px;
 height: 15px;
 background: #fff url(images/topnav-bg.jpg) repeat-x;
 font-family: Arial,Helvetica,sans-serif;
 font-size: 15px;
 color: #fff;
}
#topnav a {
 padding: 0px 10px;
 font-family: Arial,Helvetica,sans-serif;
 font-size: 15px;
 color: #fff;
 text-decoration: none;
}
#topnav a:link, #topnav a:visited {
 padding: 0px 10px;
 font-family: Arial,Helvetica,sans-serif;
 font-size: 15px;
 color: #fff;
 text-decoration: none;
}
#topnav a:hover {
 color: #00ADEF;
}
table#content {
 margin: 0px;
 padding: 0px;
 width: 960px;
}
td#left-col {
 margin: 0px;
 padding: 10px;
 width: 186px;
 background-color: #F4F2E6;
 text-align: center;
}
td#main-col {
 margin: 0px;
 padding: 10px;
 width: 732px;
 background-color: #F4F2E6;
 text-align: left;
 border-right: 1px solid #888;
}
td#main-col-home {
 margin: 0px;
 padding: 10px;
 width: 526px;
 background-color: #F4F2E6;
 text-align: left;
 border-left: 1px solid #888;
 border-right: 1px solid #888;
}
td#right-col {
 margin: 0px;
 padding: 10px;
 width: 186px;
 background-color: #F4F2E6;
 text-align: center;
}
div#footer-wrapper {
 width: 960px;
 background: #000 url(images/footer-bg.jpg) top center repeat-x;
}
table#footer-nav {
 margin: 0px;
 padding: 0px;
 width: 960px;
 text-align: center;
 font-family: Arial,Helvetica,sans-serif;
 font-size: 12px;
 color: #fff;
}
#footer-nav td {
 padding: 5px;
}
#footer-nav a {
 font-family: Arial,Helvetica,sans-serif;
 font-size: 12px;
 color: #fff;
 text-decoration: none;
}
#footer-nav a:link, #footer-nav a:visited {
 font-family: Arial,Helvetica,sans-serif;
 font-size: 12px;
 color: #fff;
 text-decoration: none;
}
#footer-nav a:hover {
 color: #00ADEF;
}
table#footer {
 margin: 0px;
 padding: 0px;
 width: 960px;
 text-align: center;
 font-family: Arial,Helvetica,sans-serif;
 font-size: 12px;
 color: #fff;
}
#footer td {
 padding: 5px;
}
#footer a {
 font-family: Arial,Helvetica,sans-serif;
 font-size: 12px;
 color: #fff;
 text-decoration: underline;
}
#footer a:link, #footer a:visited {
 font-family: Arial,Helvetica,sans-serif;
 font-size: 12px;
 color: #fff;
 text-decoration: underline;
}
#footer a:hover {
 text-decoration: none;
}
a.map-index {
 font-weight: bold;
 color: #000;
 text-decoration: underline;
}
a.map-index:hover {
 text-decoration: none;
}
a.map-info {
 color: #00f;
 text-decoration: underline;
}

