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

body {
	margin:0;
	padding:0;
	background-color:#000;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 80%;
	}
	
form {
	margin:0;
	padding:0;
	}
	
#wrapper {
	width:890px;
	margin:12px auto;
	}
	
#page {
	width:888px;
	border:1px solid #fff;
	float:left;
	background-image: url(../images/pagebg.gif);
	background-repeat: repeat-y;
	background-position: top left;
	}
	
#header {
	width:889px;
	float:left;
	border-left: 1px solid #fff;
	}
	
#header .left {
	width:665px;
	float:left;
	}
	
#header .right {
	width:218px;
	float:left;
	border:3px solid #cb9323;
	height: 258px;
	background-image: url(../images/loginbg.gif);
	background-position: bottom left;
	background-repeat: repeat-x;
	}
	
	
#header .right h3 {
	color:#fff;
	font-size: 1em;
	margin: 10px 0 15px 0;
	}
	
#header .login {
	width:170px;
	margin:0 auto;
	color: #FFF;
	font-size: 0.9em;
	}
	
#header .login .formitem {
	width:170px;
	float:left;
	margin:0 0 5px 0;
	}
	
#header .login .button {
	width:170px;
	float:left;
	text-align:right;
	margin: 0 0 3px 0;
	}
	
#header .login input {
	width:165px;
	font-size: 0.9em;
	}
	
#header .login label {
	padding:0 0 2px 0;
	display: block;
	color: #666;
	}
	
#header .login input.btn {
	width:22px;
	height:22px;
	background-image:url(../images/buttonbg.gif);
	border: 0;
	margin: 0;
	padding: 0;
	}
	
.sml {
	font-size:0.8em;
	}
	
#header .topimg {
	width:665px;
	height:128px;
	/*background-image:url(../images/topimg_01.jpg);*/
	border-bottom:10px solid #cb9323;
	float:left;
	border-top: 1px solid #fff;
	}
	
#header .logo {
	width:220px;
	height:123px;
	background-image:url(../images/logo.gif);
	border-bottom:1px solid #fff;
	float:left;
	}
	
#header .logo h1, #header .logo h2 {
	display:none;
	}
	
#header .text {
	width:445px;
	height:123px;
	border-bottom:1px solid #fff;
	float:left;
	}
	
#header .text p {
	color:#fff;
	font-size:1.2em;
	margin:14px 34px 0 34px;
	}
	
#topnav {
	width:888px;
	height:35px;
	float:left;
	border-right: 1px solid #fff;
	/*font-family:Arial Narrow, Arial, Helvetica, sans-serif*/
	font-family:Verdana, Geneva, sans-serif;
	font-size: 80%;
	}
	
#topnav ul {
	margin:0px 0 0 3px;
	padding:0;
	list-style-type:none;
	}
	
#topnav li {
	float:left;
	margin:0 18px 0 0;
	padding:0;
	font-size: 0.9em;
	}
	
#topnav li a {
	float:left;
	margin:0;
	padding:0;
	display: block;
	color: #999;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	background-position: center;
	background-position:center middle;
	background-repeat:no-repeat;
	/*background-image: url(../images/bullet01.gif);
	background-position: left center;
	background-repeat: no-repeat;*/
	}
	
#topnav li a:hover, #topnav li a.selected {
	color: #fff;
	}
	
#subnav {
	width:220px;
	float:left;
	/*font-family:Arial Narrow, Arial, Helvetica, sans-serif*/
	font-family:Verdana, Geneva, sans-serif;
	font-size: 80%;
	}
	
#subnav ul {
	margin:0;
	padding:0;
	list-style-type:none;
	}

#subnav li {
	float:left;
	margin:0 0 0 0;
	padding:0;
	font-size: 0.9em;
	}
	
#subnav li a {
	float:left;
	margin:0;
	padding:0;
	display: block;
	color: #999;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	background-position: center;
	background-position:center middle;
	background-repeat:no-repeat;
	/*background-image: url(../images/bullet01.gif);
	background-position: left center;
	background-repeat: no-repeat;*/
	}


/*
#subnav li {
	float:left;
	margin:0;
	padding:16px 0 10px 12px;
	width:207px;
	border-bottom:1px solid #333;
	}
	
#subnav li.more_indent {
	float:left;
	margin:0;
	padding:16px 0 10px 24px;
	width:195px;
	border-bottom:1px solid #333;
	}
	
#subnav li a  {
	padding:0 0 0 10px;
	display: block;
	background-image: url(../images/bullet02.gif);
	background-position: left center;
	background-repeat: no-repeat;
	color: #999;
	text-decoration: none;
	font-weight: bold;
	}
	
#subnav li a:hover, #subnav li a.selected {
	color:#fff;
	}
	
#subnav li.caps  {
	color: #cb9323;
	text-transform: uppercase;
	font-weight: bold;
	}
	
#subnav li.sub a  {
	margin:0 0 0 15px;
	}*/
	
#content {
	width:606px;
	float:left;
	padding: 30px;
	color: #666;
	line-height: 1.6em;
	}
	
#content h2 {
	margin:0 0 15px 0;
	font-weight: normal;
	}
	
#content h3 {
	margin:0 0 15px 0;
	font-weight: normal;
	font-size: 1.1em;
	}
	
#content a {
	color:#666;
	}
	
#content a:hover {
	text-decoration:none;
	}
	
#content img {
	float:left;
	margin:20px 20px 10px 0;
	}
#content input, textarea {
	border-left: 1px solid #000000;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 90%;
}
	
#footer {
	width:888px;
	float:left;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	color: #fff;
	text-align: center;
	padding: 8px 0;
	font-size: 1em;
	}
	
#footer a {
	color:#fff;
	text-decoration:none;
	}
	
#footer a:hover {
	text-decoration:underline;
	}
	
.clear {
	clear:both;
	}
	
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
* html .clearfix_small {height: 1px;}
/* End hide from IE-mac */

