@charset "UTF-8";
@font-face {
 font-family: GillSans;
 src: url("/fonts/GillSans.eot") /* EOT file for IE */
}
@font-face {
 font-family: GillSans;
 src: url("/fonts/GillSans.ttf") /* TTF file for CSS3 browsers */
}
/* Main Styles */
* { margin:0; padding:0; }
body { background:#003466; color:#FFFFFF; font-family:Arial, Helvetica, sans-serif; font-size:15px; }
h1 { font-family:GillSans, Arial, sans-serif; font-weight:normal; font-variant:small-caps; font-size:26px; color:#CDBF92; }
h3 { font-family:GillSans, Arial, sans-serif; font-weight:bold; font-size:20px; color:#FFFFFF; padding:5px 10px; }
a { color:#99ccff; text-decoration:none; outline:none; }
a.active { color:#FFFFFF; }
a:hover { color:#FFFFFF; }
p { color:#cccccc; padding:10px 0; }
em { color:#FFFFFF; font-style:normal; }
.clear_fix { clear:both; }
/* Header */
.header {
	width:806px;
	margin:0 auto;
	color:#FFFFFF;
}
.header .logo {
	width:350px;
	padding:10px 0;
	float:left;
}
.header .logo a {
	display:block;
	text-indent:-9999px;
	background: url(/images/logo.gif);
	width:346px;
	height:73px;
}
.header .topright {
	width:450px;
	height:50px;
	float:right;
}
.header .topright div {
	padding:8px 0 0 35px;
	float:left;
	width:210px;
	text-align:right;
}
.header .topright a#acctLogin {
	display:block;
	float:right;
	text-indent:-9999px;
	background: url(/images/acct-login.gif);
	width: 181px;
	height: 43px;
}
.header .topright a#acctLogin:hover {
	background-position:0 -43px;
}
.header .topright a#acctLogout {
	display:block;
	float:right;
	text-indent:-9999px;
	background: url(/images/acct-logout.gif);
	width: 181px;
	height: 43px;
}
.header .topright a#acctLogout:hover {
	background-position:0 -43px;
}
.header .navigation {
	width:450px;
	float:right;
}
.header .navigation ul {
	list-style:none;
	padding-top:8px;
	padding-left:50px;
}
.header .navigation li {
	display:block;
	float:left;
	width:190px;
}
.header .navigation li a {
	display:block;
	height:32px;
	padding-top:3px;
	width:181px;
	font-family:GillSans, Arial, sans-serif;
	font-variant:small-caps;
	font-size:26px;
	text-align:center;
	background:url(/images/tab.gif) top center no-repeat;
}
.header .navigation li.active a {
	color:#003366;
	background-position:0 -35px;
}
/* Main Container */
.container {
	width:806px;
	margin:0 auto;
	clear:both;
}
/* Footer */
.footer {
	clear:both;
	width:806px;
	margin:0 auto;
	color:#CDBF92;
}
.footer .left {
	width:390px;
	height:80px;
	line-height:24px;
	padding: 5px 0 0 10px;
	float:left;
	background:#001F3D url(/images/footer-left.gif) top left no-repeat;
	text-align:center;
}
.footer .right {
	width:390px;
	height:80px;
	padding:5px 0 0 10px;
	line-height:24px;
	float:right;
	background:#001F3D url(/images/footer-right.gif) top right no-repeat;
}
.footer .right img { padding:0 40px 0 70px; }
.footer .bottom {
	clear:both;
	text-align:center;
	padding:10px 0 0 0;
	font-size:14px;
	color:#cccccc;
	font-family:GillSans,Arial,sans-serif;
	font-variant:small-caps;
}
.footer a.sig {
	background:transparent url(/images/mwdesigns.png) no-repeat scroll 0 0;
	display:block;
	height:16px;
	margin:auto;
	text-indent:-9999px;
	width:82px;
	outline:none;
}
.footer a.sig:hover {
	background-position:0 -16px;
}
/* Main Pages */
.top {
	padding-top:12px;
	background:url(/images/main-top.gif) top center no-repeat;
}
.top .quote {
	padding:0 10px;
	text-align:center;
	background:url(/images/main-topc.gif) repeat-y;
	color:#999999;
}
.top .topb {
	height:22px;
	background:url(/images/main-topf.gif) top center no-repeat;
}
.snav {
	float:left;
	width:239px;
}
.snav .snavm {
	padding:0 3px;
	background:url(/images/snav-main.gif) repeat-y;
}
.snav ul {
	list-style:none;
	padding:5px 0;
}
.snav ul li {
	padding:1px 0;
}
.snav ul li a {
	display: block;
	background:#001F3D;
	padding:15px 10px;
	font-style:italic;
}
.snav ul li.active a {
	background:#677a7c;
	color:#001F3D;
}
.snavf {
	height:12px;
	background:url(/images/snav-footer.gif);
}
.snav .social p {
	text-align:center;
	color:#CDBF92;
}
.snav .social #facebook {
	display:block;
	float:left;
	text-indent:-9999px;
	background:url(/images/facebook.gif);
	height:62px;
	width:64px;
	margin-left:50px;
}
.snav .social #facebook:hover {
	background-position:0 -62px;
}
.snav .social #twitter {
	display:block;
	float:left;
	text-indent:-9999px;
	background:url(/images/twitter.gif);
	height:62px;
	width:64px;
}
.snav .social #twitter:hover {
	background-position:0 -62px;
}
.main_content {
	float:right;
	width:550px;
}
/* Form Styles */
.label {
	clear:both;
	float:left;
	color:#FFFFFF;
	padding:10px;
	width:150px;
}
.input {
	float:left;
	padding:5px 0;
	width:350px;
}
.input textarea, .input input {
	border:1px solid #999999;
	padding:5px;
	color:#666666;
	width:300px;
}
.input .smonth, .input .sday, .input .syear, .input .shour, .input .smin, .input .sante { float:left; }
.captcha {
	clear:both;
	padding:10px 0;
}
.submit {
	clear:both;
	text-align:center;
	padding:10px 0;
}
.submit input {
	height:35px;
	width:100px;
	border:none;
	outline:none;
	cursor:pointer;
}
/* Universal Page Styles */
.message {
	text-align:center;
	padding:10px 0;
	background:#999999;
	color:#990000;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}
ul.threecol {
	list-style:square;
	color:#FFFFFF;
	width:180px;
	float:left;
}
.login_spread {
	background:#001F3D;
	height:5px;
	width:806px;
	margin:0 auto;
}
.login_content {
	width:500px;
	padding:10px 0;
	margin:0 auto;
}