/* CSS Document */
body {
 margin-top: 10px;
 font-family: Arial,Helvetica,sans-serif;
 font-size: 13px;
 color: #000;
 background: #7A1C1A url(images/body-bg.jpg) top center repeat-x;
}
h1 {
 font-family: Arial,Helvetica,sans-serif;
 font-size: 20px;
 color: #000;
 font-weight: bold;
}
h2 {
 font-family: Arial,Helvetica,sans-serif;
 font-size: 18px;
 color: #000;
 font-weight: bold;
 font-style: italic;
}
a {
 color: blue;
 text-decoration: underline;
}
a:hover {
 text-decoration: none;
}
table.wrapper {}
.wrapper-tl {
 width: 48px;
 height: 48px;
 background: url(images/wrapper-tl.png) bottom right no-repeat;
}
.wrapper-top {
 height: 48px;
 background: url(images/wrapper-top.png) bottom center repeat-x;
}
.wrapper-tr {
 width: 48px;
 height: 48px;
 background: url(images/wrapper-tr.png) bottom left no-repeat;
}
.wrapper-left {
 width: 48px;
 background: url(images/wrapper-left.png) top right repeat-y;
}
.wrapper-content {
}
.wrapper-right {
 width: 48px;
 background: url(images/wrapper-right.png) top left repeat-y;
}
.wrapper-bl {
 width: 48px;
 height: 48px;
 background: url(images/wrapper-bl.png) top right no-repeat;
}
.wrapper-bottom {
 height: 48px;
 background: url(images/wrapper-bottom.png) top center repeat-x;
}
.wrapper-br {
 width: 48px;
 height: 48px;
 background: url(images/wrapper-br.png) top left no-repeat;
}
table#header {
 margin: 0px;
 padding: 0px;
 width: 960px;
 text-align: left;
}
div#content-wrapper {
 width: 950px;
 border-left: 5px solid #fff;
 border-right: 5px solid #fff;
 border-bottom: 5px solid #fff;
}
table#content {
 margin: 0px;
 padding: 0px;
 width: 950px;
 text-align: left;
 background: #D8D8D8 url(images/content-bg.jpg) top center repeat-x;
 border: 2px solid #424242;
}
td#left-col {
 margin: 0px;
 padding: 10px;
 padding-top: 0px;
 text-align: center;
}
td#right-col {
 margin: 0px;
 padding: 10px;
 padding-top: 5px;
 text-align: left;
}
div#units-box {
 margin: 0px;
 padding: 0px;
 padding-top: 152px;
 width: 424px;
 height: 242px;
 background: url(images/units-box-bg.png) top center no-repeat;
 text-align: left;
}
div#map-box {
 margin: 0px;
 margin-bottom: 10px;
 padding: 0px;
 padding-top: 5px;
 width: 386px;
 height: 295px;
 background: url(images/map-bg.jpg) top center no-repeat;
}
table#footer {
 margin: 0px;
 padding: 0px;
 width: 930px;
 text-align: left;
 font-family: Arial,Helvetica,sans-serif;
 font-size: 12px;
 color: #fff;
 background: #7A1D19;
}
#footer td {
 padding: 5px;
}
#footer a {
 font-family: Arial,Helvetica,sans-serif;
 font-size: 12px;
 color: #fff;
 text-decoration: underline;
}
#footer a:hover {
 text-decoration: none;
}
div#slides {
 margin: 5px;
 padding: 5px;
 width: 403px;
 border: 1px solid #000;
}
#SLIDESIMG {
}
