html, body {margin-top: 10px; font-size: .65em; overflow: auto;}
* * { padding: 0px; margin: 0px; }
p {line-height: 1em;}
a img {border: none;}


* :focus { outline: 0; }


#head {
    overflow:visible;
    width: 590px;
    position: absolute;
    left: 50%;
    padding: 0px 0px 0px 260px;
    margin-left: -425px;
}

h1.head {
    position: absolute;
    left: -9999px;
    right: 640px;
    top: 0;
    height: 50px;
    background: url(../cmsimages/red.png) left 45px repeat-x;
}

h1.head img {
    border: none;
    position: absolute;
    bottom: 0px;
    right: -10px;
}

#head ul {
    display: inline;
    position: relative;
    top: -25px;
    left: 40px;
}

#head ul li {
    list-style: none;
    display: inline;
    margin: 0px 0px 0px 35px;
}

#head ul li a {
    opacity: 0.999;
    font: 1.8em Impact, sans-serif;
    letter-spacing: .2em;
    color: #91301a;
    text-transform: uppercase;
    text-decoration: none;
}
#head ul li a:hover {color: #b3b59e;}

/*      End Head Styles     */

#container {
    width: 900px;
    margin: auto;
    margin-top: 100px;
    overflow: auto;
    padding: 0px 0px 0px 36px;
    text-align: left;
    clear: both;
}

#reusablecontentarea {
    position: absolute;
    width: 850px;
    padding: 15px 0px 40px 0px;
    left: 50%;
    margin-left: -425px;
    text-align: left;
    color: #6d6d6d;
    font: 1.4em arial, sans-serif;
    opacity: .999;
}



#reusablecontentarea ul { float: right; dis; }
#reusablecontentarea ul li {
    display: inline;
    list-style: none;
    margin: 0px 15px 0px 0px;
}
#reusablecontentarea ul li a {color: #6d6d6d;text-decoration: none;}

.clear {clear: both;}

/*      Carousel       */
#resueablecontentarea_2 {
    border: 1px solid #464443;
    background: #000;
    margin:auto;
    height: 91px;
    width: 847px;
    position: relative;
    overflow: scroll;
    padding: 6px;
}
#resueablecontentarea_2 .scroller {
    position: relative; /*leave this value alone*/
    top: 0px;
    left: 0px;
}

#resueablecontentarea_2 .panel{
    float: left; /*leave this value alone*/
    overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
    margin: 0px 10px 0px 0px; /*margin around each panel*/
}

.scroll {
    color: #8a2e19;
    font: 1.6em arial, sans-serif;
    text-transform: uppercase;
    text-align: center;
    margin: 10px 0px 0px 0px;
    opacity: .999;
}
.scroll img {margin: 0px 8px 0px 8px;padding: 0px; cursor: pointer;}
.scroll span.text {position: relative; top: -4px;}

