/* CSS Document */
body {
 margin-top: 20px;
 font-family: Arial,Helvetica,sans-serif;
 font-size: 13px;
 color: #000;
 background: #7B0100 url(images/body-bg2.jpg) top repeat-x;
}
h1 {
 font-family: Arial,Helvetica,sans-serif;
 font-size: 20px;
 color: #fff;
 font-weight: bold;
}
h2 {
 font-family: Arial,Helvetica,sans-serif;
 font-size: 18px;
 color: #fff;
 font-weight: bold;
 font-style: italic;
}
hr {
 margin-top: 4px;
 margin-bottom: 4px;
 padding: 0px;
 color: #E2AC84;
 background-color: #E2AC84;
 height: 1px;
 border: 0px;
}
a {
/* color: #F6F5AC;*/
 color: #0000FF;
 text-decoration: underline;
}
a:hover {
 text-decoration: none;
}
table#wrapper {
 margin: 0px;
 padding: 0px;
 width: 968px;
}
td#wrapper-top {
 height: 20px;
 background: url(images/wrapper-top-bg.jpg) bottom repeat-x;
}
td#wrapper-left {
 width: 20px;
 background: url(images/wrapper-left-bg.jpg) right repeat-y;
}
td#wrapper-right {
 width: 20px;
 background: url(images/wrapper-right-bg.jpg) left repeat-y;
}
td#wrapper-bottom {
 height: 21px;
 background: url(images/wrapper-bottom-bg.jpg) top repeat-x;
}
table#header {
 margin: 0px;
 padding: 0px;
 width: 928px;
 height: 262px;
 text-align: center;
 background: url(images/header-bg.jpg) no-repeat;
}
div#header-phone {
 font-family: Arial,Helvetica,sans-serif;
 font-size: 20px;
 color: #fff;
 font-weight: bold;
 text-align: left;
 margin-top: 10px;
}
div#header-address {
 font-family: Arial,Helvetica,sans-serif;
 font-size: 15px;
 color: #fff;
 font-weight: bold;
 text-align: center;
 margin-top: 60px;
}
td#topnav {
 margin: 0px;
 padding: 0px;
 text-align: center;
}
#topnav a {
 padding: 7px 0px;
 font-family: Arial,Helvetica,sans-serif;
 font-size: 15px;
 font-weight: bold;
 color: #F6F5AC;
 text-decoration: none;
}
#topnav a:hover {
 color: #fff;
}
table#content {
 margin: 0px;
 padding: 0px;
 width: 928px;
 text-align: left;
 background: #000 url(images/content-bg.jpg);
}
td#left-col {
 margin: 0px;
 padding: 10px;
 text-align: left;
}
td#main-col {
 margin: 0px;
 padding: 10px;
 text-align: left;
}
td#right-col {
 margin: 0px;
 padding: 10px;
 text-align: left;
}
table#footernav {
 margin: 0px;
 padding: 0px;
 width: 928px;
 text-align: center;
 background: #000 url(images/content-bg.jpg);
}
#footernav td {
 padding: 10px;
}
#footernav a {
 font-family: Arial,Helvetica,sans-serif;
 font-size: 14px;
 color: #F6F5AC;
 text-decoration: none;
}
#footernav a:hover {
 text-decoration: underline;
}
table#footer {
 margin: 0px;
 padding: 0px;
 width: 928px;
 text-align: center;
 font-family: Arial,Helvetica,sans-serif;
 font-size: 13px;
 color: #fff;
}
#footer a {
 font-family: Arial,Helvetica,sans-serif;
 font-size: 13px;
 color: #fff;
 text-decoration: underline;
}
#footer a:hover {
 text-decoration: none;
}
ul#homepage-list {
 color: #F6F5AC;
}
#homepage-list li {
 color: #fff;
 font-size: 22px;
 font-weight: bold;
 margin-bottom: 5px;
}
