* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body {
    padding: 0;
    color: #8C8C8C;
    font: 12px Arial;
}
a {
    color: #FFF;
}
#loginbar {
    background: #606060;
    background: linear-gradient(to bottom, #606060 0%, #333333 100%);
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
    height: 65px;
    z-index: 10;
    width: 100%;
    margin-top: -15px;
}
#loginbar .login {
    font-size: 16px;
    color: #FFF;
    padding: 26px;
    margin: 0 auto;
    width: 989px;
}
#loginbar .login_btn {
    font-weight: bold;
    background: radial-gradient(ellipse at center, #c61a17 0%, #c61a17 70%, #b51105 100%);
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    padding: 2px 10px;
}
#loginbar .login_btn:hover {
    color: #FFF;
    background: linear-gradient(to bottom, #606060 0%, #333333 100%);
}
#loginbar .login_btn:active {
    background: -moz-linear-gradient(center top, #aa1317, #ed1c24) repeat;
}
#loginbar #remember {
    margin: 0 0 0 10px;
}
#loginbar [for='remember'] {
    margin: 2px 0 0 0;
}
#loginbar .fR {
    margin: 4px 0 0 0;
}
#loginbar [type='text'],
#loginbar [type='password'] {
    border-color: #333333;
    width: 180px;
    font-weight: bold;
    border-radius: 5px;
    padding: 1px;
    margin-right: 10px;
    height: 23px;
}
#login_buttons {
    font-weight: bold;
    background: #ffffff url("../images/tab_top.png") top center no-repeat;
    width: 143px;
    float: right;
    /*IE fix*/
    position: relative;
    z-index: 99;
}
#login_buttons a {
    padding: 5px;
}
#login_buttons div {
    border-radius: 0 0 10px 10px;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
    background: #333;
    text-align: center;
    height: 25px;
    margin: 0 5px;
}
#login_buttons .seperate {
    color: #FFF;
    font-size: 15px;
    margin-left: 5px;
    margin-right: 5px;
    font-weight: bold;
}
#main {
    width: 989px;
    margin: 0 auto;
    clear: both;
}
#main #banner {
    height: 90px;
    float: left;
    width: 740px;
    margin: 0 0 10px 0;
    background: url("../../images/RHE_logo.png") bottom left no-repeat;
    background-size: 245px;
}
#main #search {
    margin-top: 15px;
    clear: right;
    float: right;
}
#main #search .search_btn {
    background: url("../images/search_btn.png") no-repeat;
    cursor: pointer;
    height: 29px;
    width: 28px;
    border: 0 none;
    margin-left: 0;
    float: left;
}
#main #search:hover .search_btn {
    background: url("../images/search_btn_hover.png") no-repeat;
}
#main .search {
    background: url("../images/search.jpg") no-repeat;
    color: #000;
    height: 29px;
    width: 210px;
    border: 0 solid #908787;
    margin-left: 0;
    float: left;
}
#mainnav {
    clear: both;
    width: 989px;
    height: 80px;
    margin: 0 0 20px 0;
    background: #c61a17;
    background: radial-gradient(ellipse at center, #c61a17 0%, #c61a17 70%, #b51105 100%);
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}
#mainnav .lavalamp-object {
    z-index: 3;
    border: #C61A17 solid 2px;
    border-bottom: none;
    cursor: pointer;
    border-radius: 20px 20px 0 0;
    background: linear-gradient(to bottom, rgba(198, 26, 23, 0.05) 0%, rgba(198, 26, 23, 0.37) 70%, rgba(181, 17, 5, 0.5) 100%);
}
#mainnav menu {
    background: linear-gradient(to bottom, #606060 0%, #333333 100%);
    border-radius: 10px;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
    width: 989px;
    height: 50px;
}
#mainnav menu #temp {
    color: #FFF;
    font-weight: bold;
    font-size: 36px;
    text-shadow: 2px 2px 4px #000000;
    text-align: center;
}
#mainnav li {
    text-align: center;
    border-left: #454545 solid 1px;
    border-right: #313131 solid 1px;
    float: left;
    list-style-type: none;
}
#mainnav li a {
    font-weight: bold;
    font-size: 18px;
    text-shadow: 2px 2px 4px #000000;
    padding: 14px 20.7px;
    z-index: 10;
    position: relative;
    display: block;
    margin: 0;
}
#mainnav li a:hover {
    color: #ed0000;
}
#mainnav li:nth-child(2) {
    border-left: none;
    margin-left: 10px;
}
#mainnav li:last-child {
    border-right: none;
}
#breadcrumb {
    font-size: 10px;
    color: #FFF;
    text-shadow: 1px 1px 1px #000000;
    height: 20px;
    padding: 7px 15px 0;
    clear: both;
}
#breadcrumb a:hover {
    color: #F00;
}
#breadcrumb a:after {
    content: "-»";
    padding: 0 7px;
    font-size: 11px;
}
#breadcrumb a:first-child:after {
    content: ":";
    padding: 0 7px 0 0;
    font-size: inherit;
}
#breadcrumb a:last-child:after {
    content: none;
}
#lobby {
    background: url("../images/lobby.png") no-repeat;
    border-radius: 15px;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
    margin: 0 3px 15px 3px;
    height: 339px;
    width: 980px;
}
#lobby .mid {
    width: 900px;
    height: 339px;
    float: left;
    overflow: hidden;
}
#lobby .mid ul.quotes {
    list-style-type: none;
    position: relative;
    min-width: 4000px;
}
#lobby .mid ul.quotes li:nth-child(n+4) {
    display: none;
}
#lobby .mid ul.quotes li {
    text-align: center;
    width: 900px;
    float: left;
    margin: 10px 100px 0 0;
    height: 320px;
}
#lobby .mid ul.quotes li div {
    font-size: 25px;
    color: #FFF;
    font-weight: bold;
    text-align: justify;
    text-shadow: 2px 2px 4px #000000;
    padding: 10px;
    border: #e01e1a solid 2px;
    border-radius: 20px;
    display: inline-block;
    background: linear-gradient(to bottom, rgba(198, 26, 23, 0.1) 0%, rgba(198, 26, 23, 0.37) 20%, rgba(181, 17, 5, 0.5) 100%);
}
#lobby .mid ul.quotes li div span {
    font-weight: bold;
    font-size: 36px;
    color: #333;
    text-shadow: 1px 1px 1px #666666;
    padding: 0 0 0 15px;
    float: right;
}
#lobby .mid ul.quotes li div span:before {
    content: "–\0020";
    padding-right: 5px;
}
#lobby .prev,
#lobby .next {
    height: 339px;
    width: 40px;
    float: left;
    opacity: 0;
    cursor: pointer;
    background: url("../images/arrow.png") left center no-repeat;
    background-size: 100%;
}
#lobby .prev:hover,
#lobby .next:hover {
    opacity: 0.8;
}
#lobby .next {
    float: right;
}
#lobby .prev {
    transform: rotate(180deg);
}
#lobby .nav {
    height: 5px;
    width: 900px;
    display: table;
    table-layout: fixed;
    border-spacing: 5px 0;
    visibility: hidden;
}
#lobby .nav li {
    background: #666;
    opacity: 0.7;
    display: table-cell;
    list-style-type: none;
    cursor: pointer;
}
#lobby .nav .cmi {
    background: #c61a17;
}
.news > header {
    height: 35px;
    margin-bottom: 30px;
}
.news > header h1 {
    font-size: 36px;
    color: #FFF;
    font-weight: bold;
    text-shadow: 2px 2px 4px #000000;
    border-radius: 7px;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
    border-bottom: #C61A17 solid 2px;
    border-right: #C61A17 solid 3px;
    padding: 1px 5px 3px;
    float: left;
}
.news article {
    line-height: 20px;
    margin: 0 0 15px;
    padding: 0 0 15px;
    border-bottom: #F00 solid 1px;
}
.news article:last-child {
    border-bottom: none;
}
.news .titles {
    height: 55px;
}
.news .titles h2 {
    font-size: 22px;
    color: #333;
    width: 863px;
    margin-bottom: 5px;
    float: left;
}
.news .titles h3 {
    font-size: 14px;
    color: #ed0000;
    font-family: Georgia,serif;
    font-weight: normal;
    float: right;
}
.news p {
    font-size: 16px;
    color: #666;
    text-align: justify;
    clear: right;
}
.news .story_author {
    font-style: italic;
    color: #ed0000;
    padding-left: 7px;
    float: right;
}
.news .story_author:before {
    content: "–\0020";
    padding-right: 5px;
}
.button {
    font-weight: bold;
    background: linear-gradient(to bottom, #606060 0%, #333333 100%);
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    padding: 2px 10px;
    float: right;
}
.button:hover {
    color: #FFF;
    background: radial-gradient(ellipse at center, #c61a17 0%, #c61a17 70%, #b51105 100%);
}
.button:active {
    background: -moz-linear-gradient(center top, #aa1317, #ed1c24) repeat 0 0;
}
footer {
    color: #000;
    font-weight: bold;
    border-top: #E4E4E4 solid 1px;
    margin-top: 20px;
    padding-top: 5px;
    height: 45px;
    width: 100%;
    line-height: 18px;
}
footer img,
footer div {
    float: left;
    border: 0;
}
footer a {
    color: #000;
}
footer a img {
    border-bottom: #FFF double 1px;
}
footer a:hover {
    color: #F00;
}
footer a:hover img {
    border-bottom: #F00 dashed 1px;
}
footer .left {
    width: 370px;
    float: left;
}
footer #ff {
    font-size: 16px;
}
footer #ff div {
    padding-left: 3px;
}
footer #compliant {
    margin-left: 10px;
}
footer #compliant div {
    padding-left: 3px;
}
footer #compliant .valid {
    font-size: 16px;
}
footer .mid {
    width: 249px;
    float: left;
    text-align: center;
}
footer .mid img {
    float: right;
}
footer .right {
    width: 370px;
    float: left;
    text-align: right;
}
