@charset "UTF-8";
body {
	font: 100%/1.125em Verdana, Arial, Helvetica, sans-serif;
	background: #11184A url(../images/bkgrd_fixed.jpg) no-repeat fixed left top;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #FFF;
}
.oneColFixCtrHdr #container {
	width: 1024px;
	margin: 0 auto;
	text-align: left;
	background: url(../images/bkgrd_logo.png) no-repeat center top;
}
/* -------------FONTS--------------- */
/* --------------------------------- */
p {
	font-size: .875em;
	text-shadow: 1px 1px 2px #0C1B40;
}
h1 {
	font-size: 1.1375em;
	text-transform: uppercase;
	color: #FFF;
	text-shadow: 1px 1px 2px #0C1B40;
}
h2 {
	font-size: 1.05em;
}
h3 {
	font-size: 0.9625em;
}
h4 {
	font-size: 0.91875em;
}
ul {
	font-size: 0.875em;
	text-shadow: 1px 1px 2px #0C1B40;
}
blockquote {
	margin:22px 40px;
	upadding:3px;
	color:#FFF;
	padding: 0 50px;
	background: transparent url(../images/quotes.png) no-repeat 0 0;
	font-size: 0.875em;
	text-shadow: 1px 1px 2px #0C1B40;
}

/* -------------HEADER-------------- */
/* --------------------------------- */

.oneColFixCtrHdr #header {
	padding: 0 10px 0 20px;
	height: 175px;
}
/* -------------MENU---------------- */
/* --------------------------------- */
.oneColFixCtrHdr #menu {
	margin: 0px 0px 30px;
	padding: 0px;
	height: 30px;
	width: 984px;
}
.oneColFixCtrHdr #header #home {
	float: left;
	width: 300px;
	height: 150px;
}
.oneColFixCtrHdr #header #login {
	float: right;
	margin-right: 40px;
}
.oneColFixCtrHdr a:link, a:visited {
	color: #E2AC56;
	text-decoration: none;
}
.oneColFixCtrHdr a:hover {
	color: #D3A050;
	text-decoration: none;
}
#menu a.nav, a.nav:link, a.nav:visited {
	display:block;
	width:195px;
	height:25px;
	float: left;
	text-align: center;
	color: #FFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	line-height: 25px;
	overflow: hidden;
	text-shadow: 1px 1px 2px #0C1B40;
}
#menu a.nav:hover {
	color: #FFF;
	background: url(../images/menu_screen.png) repeat-x;
}
/* -------------MAIN BODY----------- */
/* --------------------------------- */
.oneColFixCtrHdr #mainContent {
	padding: 0 20px;
}
#mainContent h1, h2, h3, h4, h5 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.oneColFixCtrHdr #mainContent #col_full {
	clear: both;
	margin-bottom: 20px;
	background: url(../images/blk_grad.png) repeat-x;
	padding-top: 1px;
	padding-right: 15px;
	padding-left: 15px;
	border: thin dotted #FFF;
/*	moz-border-radius: 10px;
	-webkit-border-radius: 10px;*/
}
.oneColFixCtrHdr #mainContent #col_main {
	background: url(../images/bkgrd_grad.jpg) repeat-x;
	float: left;
	border: thin dotted #FFF;
/*	moz-border-radius: 10px;
	-webkit-border-radius: 10px;*/
	padding-right: 5px;
	padding-left: 5px;
}
.oneColFixCtrHdr #mainContent #col_full #left {
	float: left;
	width: 450px;
	padding-right: 20px;
}
.oneColFixCtrHdr #mainContent #col_full #right {
	float: left;
	width: 450px;
	padding-left: 20px;
}
.oneColFixCtrHdr #mainContent #col_full p.indent{
	margin-left: 20px;
}
.oneColFixCtrHdr #mainContent .OrngHigh {
	color: #E2AC56;
}
#left_img {
	float: left;
	margin-right: 5px;
}
#right_img {
	float: right;
	margin-left: 5px;
}
/* -------------FOOTER-------------- */
/* --------------------------------- */
.oneColFixCtrHdr #footer {
	padding: 0 20px;
	clear: both;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.oneColFixCtrHdr #footer p {
	margin: 0;
	padding: 10px 0;
}
.oneColFixCtrHdr #footer .column {
	width:300px;
	padding:10px;
	float:left;
	text-align:justify;
}
.oneColFixCtrHdr #footer p.copyright {
	font-size: 0.6875em;
	text-align: center;
}
.oneColFixCtrHdr #footer .column ul li {
	font-size: 0.75em;
	text-transform: uppercase;
}
.oneColFixCtrHdr #footer #affiliates {
	padding-right: 20px;
	padding-left: 20px;
}
.clear {
	clear: both;
}
.transparency {
	background: #f4f4f4;
	opacity: 0.5;  /* Modern Browsers, eg: Firefox, Safari, Opera, Chrome */
	filter: alpha(opacity = 50);  /* IE */
	-moz-opacity: 0.5;  /* Old Mozilla, eg: Netscape */
	-khtml-opacity: 0.7;  /* Old Safari */
	zoom: 1; /* Requires for IE if the element is not positioned relatively */
.oneColFixCtrHdr #header #login a:hover {
 color: #E2AC56;
 text-decoration: none;
}

