@charset "UTF-8";
/* CSS Document */

body { 
	margin:0;
	padding:0;
	font-family: "Lucida Grande","Lucida Sans Unicode",Verdana,Arial,sans-serif;
	background-color: #1a1a1a;
	color: #ccc;
	font-size: 12px;
	z-index: 0;
}
a {
	color: #a0ab8e;
	text-decoration: none;
}
a:hover {
	color: #ccc;
}
a img, img {
	border: none;
}
#topstrip {
	width: 950px;
	height: 30px;
	margin: 0 auto;
	z-index: 10;
	padding: 0;
	background: #1a1a1a url(../images/stripes1.png) repeat-x 0 0;
}

#topnav {
	margin: 2px auto 10px auto;
	padding: 0 0 4px 0;
	width: 950px;
	height: 25px;
	background-color: #1a1a1a;
	z-index: 50;
}
#topnav h1 {
	margin: 8px 0 0 0;
	padding: 0; 
	font-size: 12px; 
	line-height: 13px;
	width: 300px;
	display: inline;
	white-space: nowrap;
	text-align: left;
	float: left;
}
#topnav h1 img{
	margin: 0 0 0 10px;
}
#topnav p {
	color: #66615a;
	font-size: 10px;
	line-height: 13px;
	letter-spacing: 1px;
	font-weight: bold;
	margin: 12px 0 0 0;
	padding: 0;
	text-align: right;
	display: inline;
	width: 600px;
	white-space: nowrap;
	float: right;
	text-transform:uppercase;
}
#topnav p a {
	padding: 0 10px;
	color: #889277;
}
#topnav p a.active {
	color: #b1bd9c;
}
#topnav p a:hover {
	color: #ccc;
}
#ssp {
	width: 950px;
	margin: 0 auto;
	text-align: center;
	background-color:#1a1a1a;
	z-index: 40;
}
#ssp table, #ssp td {
	width: 950px;
	height: 500px;
	text-align: center;
	vertical-align: top;
}
#flashcontent {
	width: 950px;
	height: 500px;
}
#pagetext {
	width: 950px;
	margin: 10px auto 0 auto;
	padding: 0;
	text-align:left;
	z-index: 30;
}
#pagetext img.left {
	float: left;
	margin: 7px 18px 3px 0;
}
#pagetext h2 {
	color: #b4962a;
	font-size: 11px;
	line-height: 18px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: normal;
	border-top: 1px solid #d0d0d0;
	border-bottom: 1px solid #d0d0d0;
	padding: 4px 0 3px;
	margin: 0 0 20px 0;
}
#pagetext p {
	color: #ccc;
	font-size: 12px;
	line-height: 24px;
	margin: 0 0 12px 0;
	text-align:left;
}
#pagetext p a {
	color: #a0ab8e;
}
#pagetext p a:hover {
	color: #ccc;
}
#footer {
	margin: 15px auto 0 auto;
	padding: 10px 0 0 0;
	width: 950px;
	z-index: 10;
	position: fixed;
    bottom: 0px;
}
#footer p {
	color: #454545;
	font-size: 10px;
	line-height: 13px;
	padding: 5px 0 10px 0;
	margin: 0;
	text-align: center;
}
#footer a {
	color: #454545;
	text-decoration: none;
	padding: 0;
}
#footer a:hover {
	color: #999;
}
.clearer {
	clear: both;
	font-size: 0px;
	line-height: 0px;
}
