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

body{
	margin:0 auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	background:#fff;
	color:#333;
}
h1{
	font-size:26px;
	color:#C90;
	text-transform:uppercase;
	border-bottom:1px dotted #ccc;
}
h2{
	font-size:20px;
	color:#C90;
}
h3{
	font-size:16px;
	color:#666;
}
h4{
	font-family:"Times New Roman", Times, serif;
	font-size:17px;
	text-transform:uppercase;
	letter-spacing:.05em;
	color:#7B6444;
	margin:5px;
}
a{
	color:#9B7500;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
a img{
	border:none;
}
hr{
	border:1px solid #ccc;
}

#page{
	width:900px;
	margin:0 auto;
}
#page2{
	width:900px;
	margin:0 auto;
	background:#000;
	color:#fff;
}

#header{
	width:100%;
}

#top{
	width:100%;
	height:150px;
	background:#000;
	position:relative;
}
#logo{
	position:absolute;
	left:0px;
	top:0px;
}

#hnav{
	width:100%;
	height:37px;
	background:url(i/back-hnav.jpg) repeat-x left top;
	position:relative;
}
#hnav ul{
	margin:0;
	padding:0;
	list-style:none;
	color:#ccc;
	text-align:center;
	position:relative;
	top:11px;
}
#hnav ul li{
	display:inline;
}
#hnav ul li a{
	font-size:14px;
	font-weight:bold;
	color:#fff;
	margin:5px;
	padding:5px 20px;
	text-decoration:none;
	text-transform:uppercase;
}
#hnav ul li a:hover, #hnav ul li.current a{
	color:#F5E983;
}


#wrapper{
	width:100%;
}

#content{
	width:860px;
	padding:20px;
}
#content p{
	text-align:justify;
}

.s {
	width: 175px;
	padding: 3px 6px;
	/*border: 2px solid #3366CC;*/
	margin-right: 5px;
	background:#ffffff url(i/field-bg-top.gif) repeat-x top left;
	border:1px solid #aaa; 
}
.s:hover {
	border: 1px solid #C90;
	background:#ffffff url(i/field-bg-bottom.gif) repeat-x bottom left; 
}
#login{
	width:76px !important;
	height:26px !important;
	background:url(i/login-button.jpg) no-repeat center center;
	font-weight:bold;
}
#login:hover{
	width:80px;
	height:30px;
	background:url(i/login-button_f2.jpg) no-repeat center center;
}

#signup{
	width:76px !important;
	height:26px !important;
	background:url(i/signup-button.jpg) no-repeat center center;
	font-weight:bold;
	margin-right:5px;
}
#signup:hover{
	width:80px;
	height:30px;
	background:url(i/signup-button_f2.jpg) no-repeat center center;
}

#form1{
	width:430px;
	margin:15px 0 0 60px;
}

#table-welcome{
	background:#eee;
	border:3px double #ccc;
	color:#666;
}

.welcome-buttons{
	background:url(i/signup-button.jpg) no-repeat center center;
	font-weight:bold;
	padding:.2em 8px;
	margin-right:5px;
	color:#fff;
	border:1px outset #666;
}
.welcome-buttons:hover{
	background:url(i/signup-button_f2.jpg) no-repeat center center;
	text-decoration:none;
}

#footer{
	width:100%;
	padding:10px 0;
	background:#000;
	text-align:center;
	color:#ccc;
	font-size:11px;
	font-weight:bold;
}
