/* GENERAL RULES */
body {
	background-color: #111111;
	background-image:url(../images/bg.gif);
	background-repeat:repeat;
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

p {
	font-size: 90%;
	line-height: 1.8em;
	padding: 0;
	margin: 0 45px 1em 53px;
	color:#000000;
	text-align:left;
}
.small {
	font-size:75%;
}

h1 a {
	color:#fff;
}

h3 {
	text-transform:uppercase;
	font-weight:bold;
	margin:20px 45px -5px 53px;
	color: #882203;
	}
h4 {
	text-transform:uppercase;
	margin:20px 45px -5px 53px;
	color:#882203;
	font-size:90%;
}
h5 {
	margin:20px 45px -5px 53px;
	font-size:90%;
	font-weight:bold;
}
p.special {
	margin-bottom:0;
	margin-top:0.7em;
	line-height:1.2em;
}
#titleObj {
	margin-left:-4px;
}
ul {
	font-size: 80%;
	line-height: 1.5em;
	padding: 0;
	color:#000;
}
li {
	white-space:nowrap;
	text-transform:uppercase;
	margin: 0 5px 0 53px;
}

a {
	text-decoration:none;
}
div {
	margin:0;
	padding:0;
	text-align:left;
	width:990px;
}

div#top {
	height:120px;
}
div#logo {
	position:absolute;
}


/* index seo bottom copy */
div#seo {
	width:990px;
	padding-top:200px;
}
div#seo p {
	color:#7b7b6f;
}

div#seo a {
	color:#fff;
	text-decoration:underline;
}
div#seo a:hover, a:active {
	color:#fff;
	text-decoration:none;
}


/* content  */
	
div#content {
	background-color:#EFEAD9;
	padding-top:25px;
	position:relative;
	}
div#content a {
	color:#3A7BA8;
}
div#content a:hover {
	color:#fff;
	background-color:#999;
}
div#content ul li {
	text-transform:none;
}
div#contentbottom {
	background-image:url(../images/foot_light.gif);
	background-repeat:no-repeat;
	height:19px;
	clear:both;
}

div.red {
	background-color:#d0ae98;
	width:890px;
	padding:10px 0 10px 0;
	margin:10px 50px 10px 53px;
}

/* Buttons */
div#rightBtns {
	float:right;
	width: 190px;
	text-align:right;
	margin:26px 0px 0px 0px;
}
div#rightBtns.Promos {
	margin: 26px 25px 0px 0px;
}
div#rightBtns.Promos ul li {
	margin:-5px 20px 0.5em 0px;
}
div#rightBtns ul li {
	list-style:none;
	font-size:83%;
	margin: -5px 13px 0.5em 0px;
	text-transform:uppercase;
}

div#rightBtns ul li a.blue {
	color:#234F62;
	
}
div#rightBtns a {
	color:#882203;
	font-weight:bold;
}
div#rightBtns a:hover {
	text-decoration:underline;
	background-color:#EFEAD9;
	color:#882203;
}
div#rightBtns a.blue:hover {
	color:234f62;
}

/* Header */
div#flashHeader {
	width:990px;
	background-color:#882203;
	position:relative;
}

img.headerPic {
	margin:0;
	width:100%;
	}
div#slideshow img { 
	XXdisplay:none; 
}
div#slideshow img:first-child { 
	display:block; 
}
div#flashHeader h1 {
	font-size:200%;
	font-weight:bold;
	text-align:left;
	color:#fff;
	margin:20px 0 -5px 7px;
}
p#headerTagline {
	color:#fff;
	text-align:left;
	font-style:italic;
	font-size:75%;
	margin:0px 0 0 7px;
	}
ul#nav {
	margin:0.3em 0;
	text-align:center;
}
ul#nav2 {
	position:absolute;
	right:0;
}

ul#nav2 li {
	list-style:none;
	font-size:95%;
	text-align:right;
}
ul#nav li {
	display:inline;
	padding:5px 8px;
	font-size:95%;
	margin: 0px;
}
ul#nav li a, ul#nav2 li a {
	color:#fff;
	font-weight:bold;
}




/* Footer */
div#footer {
	padding: 0.3em 0;
}

div#footer p {
	color: #7b7b6f;
	margin: 0;
	font-size: 70%;
}


div#footer a, div#footer a:visited, div#footer a:active {
	color: #7b7b6f;
}

div#footer a:hover {
	color: #ffffff;
}
	

/*tables*/
table {
	padding:0;
	margin:0;
}

td {
	vertical-align: top;
}

table.pics {
	width:85%;
	margin: 0px 10px 0 45px;
	}
table.pics img {
	margin: 0 19px 20px 0;
}


/* images */
img {
	border:none;
}
.floatRight {
	float: right;
	margin: 7px -10px 7px 10px;
}
.floatleft {
	float:left;
	margin: 7px 10px 7px -10px;
}
.leftpromo {
	float: left;
	margin: 12px 5px 5px -34px;
}
.rightpromo {
	float:right;
	margin: 5px -25px 5px 7px;
}

div.ta {
	float:right;
	width:160px;
	overflow:hidden;
}
div.bugs {
	float:right;
	width:240px;
	overflow:hidden;
}

div#social {
	width:395px;
	position:absolute;
	top:5px;
	right:0;
}
div.clear {
	clear:both;
}
