﻿html {
    background: #E52125 url(/Images/Background-Top.gif) repeat-x top center;
    font-family: 'Century Gothic', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
    font-size: 90%;
}
body {
    background: url(/Images/Background-Shadow.png) repeat-y top center;
}
html, body, form {
    margin: 0;
    padding: 0;
}

div#header, div#crossbar, div#body, div#footer {
    width: 972px;
    margin: 0 auto;
    background-color:#fff;
}
div#header {
    background: #f8f8f8 url(/Images/Header-Top.jpg) no-repeat top center;   
    height: 180px;
    border-bottom: solid 3px #2e3192;
    overflow: hidden;
}

div#header-in, div#body-in, div#footer-in {
    width: 940px;
    margin: 0 auto;
}
div#body-in, div#footer-in {
    overflow: auto;
}

div#left-bar {
    float: left;
    width: 200px;
    color: #444;
}

div#right-bar {
    float: right;
    width: 200px;
    color: #444;
    overflow: hidden;
    margin: 8px 0;
}
div#right-bar img {
    margin: 8px 0;
}

div.panel {
    margin: 18px 0;
    background: #edebeb url(/Images/Panel.png) repeat-x bottom;
    overflow: auto;
}
div.panel h3 {
    margin: 0;
    padding: 8px 10px;
    background: #2984b8 url(/Images/Panel-Title.png) top repeat-x;
    color: #fff;
    font-size: 100%;
    font-weight: bold;
}
div.panel p {
    margin: 10px;
    padding: 0;
}
div.panel form {
    margin: 8px 10px;
    position: relative;
}
div.panel input.text {
    padding: 2px;
    width: 113px;
}
div.panel input.go {
    width: 54px;
    height: 24px;
    position: absolute;
    top: 1px;
    left: 126px;
}
div.panel a img {
    border: 0;
}

div#left-bar ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
div#left-bar li a {
    display: block;
    float: left;
    width: 180px;
    padding: 5px 10px;
    color: #444;
    text-decoration: none;
}
div#left-bar li ul li a {
    width: 170px;
    padding: 5px 10px 5px 20px;
    background-color: Transparent !important;
    color: #444 !important;
    font-weight: normal !important;
}

div#left-bar li b a {
    font-weight: bolder;
    background-color: #2e3192;
    color: #fff;
}
div#left-bar li ul li b a {
    font-weight: bolder !important;
    background-color: #d00 !important;
    color: #fff !important;
}

div#left-bar li a:hover {
    background-color: #2e3192 !important;
    color: #fff !important;
}
div#left-bar li ul li a:hover {
    background-color: #d00 !important;
    color: #fff !important;
}

div#body {
}

div#content {
    margin-bottom: 20px;
}

div.two-bars {
    margin: 20px 216px 0 216px;
}
div.one-bar {
    margin: 20px 0 0 216px;
}

div#content h2 {
    color: #d00;
    padding: 0 0 2px 0;
    margin: 0;
    font-size: 200%;
}

div#content h3 {
    color: #2e3192;
    padding: 0 0 2px 0;
    margin: 1em 0 0;
    font-size: 140%;
}

div#content h4 {
    color: #000;
    padding: 0;
    margin: 1em 0 0;
    font-size: 100%;
}

div#content p {
    color: #444;
    margin: 0.2em 0 0.6em;
}
div#content ul.bullets {
    margin-left: 16px;
    padding-left: 8px;
}
div#content li {
    color: #666;
    margin-left: 0;
    padding-left: 0;
}

div#content a {
    color: #2984b8;
}

div#content a:hover {
    color: #e4c422;
}

div#header-in {
    padding: 0;
    overflow: hidden;
    height: 180px;
    position: relative;
}

div#header h1 {
    position: absolute;
    top: 0px;
    left: 16px;
    width: 270px;
    height: 140px;
	padding: 0;
	background-image: url(/Images/Strykers.png);
}
div#header h1 a {
    display: block;
    height: 0px;
	padding: 140px 0 0 0;
    overflow: hidden;
}
div#header img {
    position: absolute;
    right: 30px;
    top: 40px;
    border: 0;
}

div#footer {
    background: #111 url(/Images/Footer.png) bottom repeat-x;
    padding: 0 0 48px 0;
    border-top: solid 3px #d00;
}
div#footer-in {
    padding: 0 20px 10px;
    overflow: auto;
    color: #bbb;
    width: 920px;
    margin: 0 auto;
}

div#footer h5 {
    margin: 0 0 4px;
    padding: 0;
    font-weight: bolder;
    color: #eee;
    font-size: 120%;
}
div#footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: auto;
}
div#footer li.inline {
    display: inline;
    margin-right: 10px;
    white-space: nowrap;
}
div#footer a {
    color: #f22;
    text-decoration: none;
}
div#footer a:hover {
    color: #fee;
    text-decoration: underline;
    
}
div.footer-section {
    margin-top: 20px;
    float: left;
    width: 200px;
}
div.footer-filler {
    margin-left: 200px;
    margin-top: 20px;
    float: left;
    width: 500px;
}
div.footer-w3c {
    position: absolute;
}
div.footer-w3c img {
    border: 0;
    padding: 10px 10px 0 0;
}

.left {
    float: left;
}
.right {
    float: right;
    text-align: right;
}

.front {
    margin-bottom: 16px;
    border: 0;
}

table.table {
    margin: 16px auto 8px;
}
table.table th {
    background-color: #eee;
    padding: 2px 4px;
}
table.table th.empty {
    background-color: Transparent;
}
table.table th.row {
    width: 84px;
    text-align: left;
}
table.table th.double {
    width: 168px;
}
table.table td {
    padding: 2px 4px;
    background-color: #f8f8f8;
    width: 88px;
    text-align: center;
}
div.caption {
    margin: 0 60px 8px; 
    font-size: 90%;
    text-align: center;
}
img.offer {
    margin: 8px 0;
}

ul.split {
    margin-top: 0;
    width: 200px;
}

#slide-images {
	position:relative;
	display:block;
	margin:0px;
	padding:0px;
	width:724px;
	height:527px;
}
#slide-images li {
	position:absolute;
	display:block;
	list-style-type:none;
	margin:0px;
	padding:0px;
}
#slide-images li img {
	display:block;
	border:0;
	width:724px;
	height:527px;
}
