/* CSS Document */
body {
 margin-top: 0px;
 margin: 0px;
 font-family: Arial,Helvetica,sans-serif;
 font-size: 13px;
 color: #000;
 background: #fff;
}
h1 {
 font-family: Arial,Helvetica,sans-serif;
 font-size: 18px;
 font-weight: bold;
 color: #910B12;
}
h2 {
 font-family: Arial,Helvetica,sans-serif;
 font-size: 16px;
 font-weight: bold;
 color: #000;
}
div#header-wrapper {
 margin: 0px;
 padding: 0px;
 width: 100%;
 height: 118px;
 text-align: center;
 background: #fff url(images/header-bg.jpg) center no-repeat;
}
div#subnav-wrapper {
 margin: 0px;
 padding: 0px;
 width: 100%;
 text-align: center;
 background: #B7BBBE;
}
div#subnav-wrapper2 {
 margin: 0px;
 padding: 0px;
 width: 100%;
 text-align: center;
 background: #86878B;
}
div#subnav {
 width: 940px;
 background: #304c3d;
 padding: 4px 0px;
 text-align: center;
 border-left: 2px solid #fff;
 border-right: 2px solid #fff;
}
#subnav a {
 font-family: Arial,Helvetica,sans-serif;
 font-size: 15px;
 color: #FEEAB3;
 font-weight: bold;
 text-decoration: none;
 padding: 4px;
}
#subnav a:hover {
 color: #55DD17;
}
.neon-green {
 color: #28F407;
}
div#slideshow-wrapper {
 margin: 0px;
 padding: 0px;
 width: 100%;
 text-align: center;
 background: #B7BBBE;
}
table#slideshows {
 width: 937px;
 border-left: 2px solid #fff;
 border-right: 2px solid #fff;
}
td#slideshow-sm {
 border-right: 3px solid #fff;
}
div#nav-wrapper {
 margin: 0px;
 width: 100%;
 height: 50px;
 text-align: center;
 background: #fff url(images/nav-bg.jpg) repeat-x;
}
table#nav {
 margin: 0px;
 padding: 0px;
 width: 944px;
}
#nav a {
 font-family: Arial,Helvetica,sans-serif;
 font-size: 14px;
 color: #FEEAB3;
 font-weight: bold;
 text-decoration: none;
}
#nav a:hover {
 color: #55DD17;
}
div#content-wrapper {
 margin: 0px;
 padding: 0px;
 width: 100%;
 text-align: center;
 background: #86878B;
}
table#content {
 margin: 0px;
 padding: 0px;
 width: 944px;
 text-align: left;
 background-color: #fff;
}
td#left-col {
 margin: 0px;
 padding: 5px;
 background-color: #fff;
 text-align: center;
}
td#main-col {
 margin: 0px;
 padding: 10px;
 background-color: #fff;
 text-align: left;
}
td#right-col {
 margin: 0px;
 padding: 5px;
 background-color: #fff;
 text-align: center;
}
div#footer-wrapper {
 margin: 0px;
 padding: 10px 0px;
 width: 100%;
 text-align: center;
 background: #910B12 url(images/footer-bg.jpg) top repeat-x;
}
table#footer {
 margin: 0px;
 padding: 0px;
 width: 944px;
 text-align: left;
 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;
}
