html {
	height: 100%;
	width: 100%;
}
body {
    background-image: url(../images/page-bg-top.gif);
    background-position: top;
    background-repeat: no-repeat;
    background-color: #000000;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
}

p, h2, h3 {
	margin-bottom: 15px;
}

a {
	text-decoration:none;
	color: #D5510F;
	zcolor: #819795;
}
a:hover {
	text-decoration: underline;
}
a.button {
	color: black;
    float:left;
    padding: 10px 20px;
	margin: 20px 0;
    background-image: url(../images/button.gif);
	font-size: 0.9em;
}

q, blockquote {
	margin:0 0 1em 2em;
	display:block;
	font-style:italic;
	padding:0;
}

#container {
    border: 0px #800000 solid;
    width: 886px;
    text-align: left;
    margin: auto;
	overflow: auto;
}

#header {
    height: 135px;
}

h1 {
	padding-top: 34px;
}

#menu {
    background-color: #1a272f;
	width: 100%;
	float: left;
}

#menu ul {
    padding: 0;
	float: left;
}

#menu li {
    list-style: none;
	float: left;
	border-right: 1px solid #111111;
}

#menu li:last-child {
	border: none;
}

#menu li a {
    padding: 15px 8px;
    display: block;
    font-size: 13px;
    text-decoration: none;
	text-shadow: 2px 1px 2px #000000;
}

#menu li ul {
	position: absolute;
	visibility: hidden;
	background-color: #1a272f;
	padding: 0;
}

#menu li ul li {
	float: none;
	display: inline
}

#menu li a, h2, #rightBox h3 {
    color: #e6f0f3;
}

#topBanner {
    height: 320px;
    background-color: #002737;
	float: left;
}

#topBanner img { 
	width: 886px;
	height: 320px;
}

#topBannerFeature {
    background: #C72303 url(../images/banner-feature.gif) no-repeat;
    float: right;
	padding: 20px 40px;
	text-transform:uppercase;
    font-size: 30px;
	display: block;
	position: relative;
	top: -150px;
}
#topBannerFeature span {
	display: block;
	text-align: right;
	line-height: 0.9em;
}
#topBannerFeature .small-dark-bold {
	color: #481C08;
	font-size: 22px;
	font-family: "Arial Black",Gadget,sans-serif;
}
#topBannerFeature .large-white-thin {
	color: #F0E5D8;
	font-size: 38px;
}
#topBannerFeature .med-dark-thin{
	color: #481C08;
	font-size: 22px;
}

#main {
	color: #819795;
    background-image: url(../images/main-bg-top.gif);
    background-position: top;
    background-repeat: no-repeat;
    background-color: #141414;
    border: 0px #00FFFF solid;
    float: left;
    width: 100%;
}

#mainText {
    float: left;
    margin: 0;
    padding: 36px 0 0 44px;
    width: 440px;
    border: 0px #00FFFF solid;
}


h2, h3 {
	text-transform: uppercase;
}
h2 {
	font-size: 31px;
}
h3 {
	font-size: 20px;
}
#mainText a.button {
	margin-left: -44px;
}

#rightBox h3 {
	font-size: 22px;
}
#rightBox {
    float: right;
    width: 280px;
    margin-top: 20px;
	padding: 25px;
	padding-bottom: 0;
    /* IE */
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=scale,src='../images/23p-black.png');
}
#rightBox[id] {
    background-image: url(../images/23p-black.png);
}

#rightBox ul {
	list-style-type:disc;
	margin-bottom: 10px;
	display: block;
}
#rightBox ul li {
	margin: 0 20px;
	border-bottom: 1px solid #333e3d;
	font-size: 0.85em;
}
#rightBox ul li:last-child {
	border: none;
}
#rightBox ul li a {
	display: block;
	padding: 10px 0;
}
#rightBox a {
	color: white;
}
#rightBox a:hover {
	font-weight: bold;
	zcolor: #D5510F;
}
#rightBox a.button {
	margin-left: -25px;
}
#rightBox a:hover {
	text-decoration: none;
}

.mceEditor {
	float: left;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* for IE/Mac */
.clearfix { display: inline-block; }
