@charset "UTF-8";
/* CSS Document */

html  {
	background: url(../Images/background_repeat.jpg);
	
}

body  {
	font: 13px "Helvetica", sans-serif;
	background: url(../Images/background.jpg) repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #acacac;
}
a {
    color: #4D86E6;
    text-decoration: none;
}
a:hover {
    color: #fff;
    text-decoration: none;
}
.maincontainer { 
	width: 889px;
	margin: 0 auto;
	text-align: left;
} 
.header { 
	background: url(../Images/header.png) no-repeat; 
	padding: 0;
	height: 300px;
}
.navwrap {
        font-size: 15px;
	padding: 8px 0 0 0;
	height: 35px;
	background: url(../Images/nav.jpg) no-repeat; 
}
.newsletter {
	height: 34px;
        width: 853px;
	float: right;
}
.logo {
	padding: 55px 0 0 30px;
}
.map {
        padding: 0 0 0 0px;
}

/*-- Structure -----------------------*/

p {
	margin: 0px;
	padding: 0px 0 15px 0;
	line-height: 20px;
}
hr {
        border: 1px dashed #ad5050;
}
h1 {
	color: #fff;
	font-size: 22px;
	margin: 0;
	padding: 0 0 5px 0;
}
h1 a {
	color: #940000;
    text-decoration: none;
}
h1 a:hover {
	color: #fff;
    text-decoration: none;
}
h2 {
	color: #fff;
	font-size: 18px;
	margin: 0;
	padding: 0 0 5px 0;
}
h3 {
	color: #fff;
        font-size: 16px;
	margin: 0;
	padding: 0 0 7px 0;
}
h3 a {
	color: #000;
        text-decoration: none;
}
h3 a:hover {
	color: #000;
    text-decoration: none;
}
h4 {
	color: #fff;
	font-size: 46px;
	margin: 0;
	padding: 0 0 5px 0;
}
h5 {
	color: #fff;
	font-size: 12px;
	margin: 7px 0 0 0;
	padding: 0;
}
img.leftmargin {
	margin: 0 0 0 20px;
	padding: 0;
}
.leftcol {
	float: left; 
	width: 200px; 
	padding: 15px 13px 15px 25px;
}
.ads {
	float: right;
	width: 230px;
	padding: 5px 90px 15px 25px;
}
.rightcol {
        text-align: center;
	float: right;
	width: 390px;
	padding: 25px 5px 15px 100px;
}
.mainContent { 
	margin: 0 325px 0 0px; 
	padding: 0px 20px 0 40px;
}
.mainContentB { 
	margin: 0 0 0 0px; 
	padding: 0px 20px 0 40px;
	width: 750px;
	white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;
}
.mainContent2 { 
	margin: 0; 
	padding: 15px 90px 0 20px;
}
.footer { 
	color: #afafaf;
	padding: 0;
	margin: 40px 0 20px 0;
}
.tagline {
	font: 22px "Courier New", Courier, monospace;
	text-transform: uppercase;
	margin: 30px 0;
	text-align: center;
}
.bottmnav {
	font: 12px sans-serif;
	text-transform: uppercase;
	margin-bottom: 10px;
	text-align: center;
	padding-right: 0px;
}
.bottmnav a {
	color: #afafaf;
	text-decoration: none;
	margin: 0 10px 0 10px;
}
.bottmnav a:hover {
	color: #bd9f44;
    font-weight: normal;
	text-decoration: none;
}
.copyright {
	font: 9px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-transform: uppercase;
	text-align: center;
	padding-right: 0px;
    vertical-align: middle;
}
.relevant {
	font-weight: bolder;
}
.relevant a {
	color: #728a87;
	text-decoration: none;
}
.relevant a:hover {
	color: #afafaf;
}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


/*--- begin edge effect -------------*/

#top, #bottom, #left, #right {
	background: black;
        z-index: -10000;
}
#left, #right {
	position: fixed;
	top: 0; bottom: 0;
	width: 284px;
}
#left { left: 0;  background: url(../Images/left.png) left center repeat-y;}
#right { right: 0; background: url(../Images/right.png) right center repeat-y;}
		
#top, #bottom {
	position: fixed;
	left: 0; right: 0;
	height: 284px;
}
#top { top: 0px; background: url(../Images/top.png) top center repeat-x; }
#bottom { bottom: 0px; background: url(../Images/bottom.png) bottom center repeat-x; }

.facebook {
	background-color: #fff;

}
/*--- begin form styles ---------------*/

.label {
	font-family: helvetica, sans-serif;
	font-style: normal;
	font-size: 15px;
	text-align: left;
}
.textarea {
	border: 1px solid #eee;
	background: #f3f2ef;
	font-family: helvetica, sans-serif;
	font-style: normal;
        font-size: 12px;
	color: #a8a8a8;
        width: 250px;
	padding: 8px;
	margin: 3px 0 7px 0;
}
.textarea:hover, .focused {
	background: #fff;
}
.submit {
	font-weight: bolder;
	background: #940000;
	color: #fff;
        margin-top: 7px;
	padding: 7px;
	border: 0px solid #999;
	-moz-border-radius: 4px;
        -webkit-border-radius: 4px;
}
.submit:hover {
	background: #999;
	color: #fff;
}
/*--- 404 error page ---------------*/

body.error  {
	font: 15px "Arial", sans-serif;
	background: #c3e5df url(../Images/404back.jpg) repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #680000;
}
.maincontainer404 {
	background: url(../Images/404_peeps.png) no-repeat 0% 40%;
	width: 685px;
	margin: 0 auto;
	text-align: left;
}
.mainContent404 {
	height: 550px;
	margin: 0; 
	padding: 50px 345px 0 20px;
}
.mainContent404 p {
	font: 10px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	line-height: 13px;
	margin: 0; 
	padding: 0;
}
.mainContent404 h1 {
	color: #fff;
	font-size: 22px;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}

/*---------- Table Styles ----------*/

form.buyform {
    background-color: #fff;
    padding: 20px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

table.buytable tr {
    color: #000;
    background-color: #;
}
table.buytable {
    border-spacing: 1px;
    margin-bottom: 10px;
}
table.buytable td {
    border-spacing: 1px;
    padding: 7px 10px;
}
.DALcolors {
    background-color: #162859 !important;
    color: #FFF !important;
}
.DALborder {
    border-color: #162859 !important;
}
tr.rowAlt {
	background-color: #1b4266;
}
tr.over {
	background-color: #294e70;
}
