/* CSS Document */
body {
 margin-top: 0px;
 margin: 0px;
 font-family: Arial,Helvetica,sans-serif;
 font-size: 13px;
 color: #000;
 background: #fff url(images/body-bg.jpg) bottom repeat-x;
}
h1 {
 font-family: Arial,Helvetica,sans-serif;
 font-size: 18px;
 color: #BE302E;
 font-weight: bold;
}
div#header-wrapper {
 margin: 0px;
 padding: 0px;
 width: 100%;
 height: 117px;
 text-align: center;
 background: #fff url(images/header-bg.jpg) right no-repeat;
 font-family: Arial,Helvetica,sans-serif;
 font-size: 18px;
 color: #000;
}
div#slideshow-wrapper {
 margin: 0px;
 padding: 0px;
 width: 100%;
 height: 320px;
 text-align: center;
}
table#slideshows {
 width: 940px;
 border-left: 2px solid #ff;
 border-right: 2px solid #ff;
}
td#yellow {
 width: 250px;
 background: #EBC536 url(images/yellow-bg.jpg);
 text-align: center;
 font-family: Arial,Helvetica,sans-serif;
 font-size: 14px;
 color: #BE302E;
}
.red-address {
 font-family: Arial,Helvetica,sans-serif;
 font-size: 18px;
 color: #BE302E;
}
.red-phone {
 font-family: Arial,Helvetica,sans-serif;
 font-size: 22px;
 color: #BE302E;
 font-weight: bold;
}
#yellow a {
 color: #00f;
 text-decoration: none;
}
#yellow a:hover {
 text-decoration: underline;
}
div#nav-wrapper {
 margin: 0px;
 padding: 18px 0px 18px 0px;
 width: 100%;
 height: 13px;
 text-align: center;
 background: #fff url(images/nav-bg.jpg) repeat-x;
}
table#nav {
 margin: 0px;
 padding: 0px;
 width: 944px;
 font-family: Arial,Helvetica,sans-serif;
 font-size: 13px;
 color: #FFDD00;
}
#nav a {
 font-family: Arial,Helvetica,sans-serif;
 font-size: 13px;
 color: #FFDD00;
 font-weight: bold;
 text-decoration: none;
}
#nav a:hover {
 color: #ff0;
}
table#home-content {
 margin: 0px;
 padding: 0px;
 width: 944px;
 text-align: left;
 background-color: #fff;
}
td#left-col {
 margin: 0px;
 padding: 10px;
 width: 230px;
 background-color: #fff;
 text-align: left;
}
td#main-col {
 margin: 0px;
 padding: 10px;
 background-color: #fff;
 text-align: left;
}
td#footer-nav {
 font-family: Arial,Helvetica,sans-serif;
 font-size: 12px;
 color: #BE302E;
 text-decoration: none;
}
#footer-nav a {
 font-family: Arial,Helvetica,sans-serif;
 font-size: 12px;
 font-weight: bold;
 color: #BE302E;
 text-decoration: none;
}
#footer-nav a:hover {
 text-decoration: underline;
}
div#footer-wrapper {
 margin: 0px;
 padding: 20px 0px;
 width: 100%;
 text-align: center;
 background: #125F17 url(images/footer-bg.jpg) top repeat-x;
}
table#footer {
 margin: 0px;
 padding: 0px;
 width: 944px;
 text-align: center;
 font-family: Arial,Helvetica,sans-serif;
 font-size: 12px;
 color: #fff;
}
#footer a {
 font-family: Arial,Helvetica,sans-serif;
 font-size: 12px;
 color: #fff;
 text-decoration: underline;
}
#footer a:hover {
 text-decoration: none;
}
.gray {
 color: #999;
}
