﻿* {
	margin:0;
	padding:0;
} 
html, body {
	height: 100%;

}
body {
	font: 11px Arial;
	color: #000;
	height: 100%;
	background:#a51716 url(../Tile%20Left3.jpg) bottom repeat-x; 
}
div#bg_center{
	background:url(../Center%20Piece3.jpg) bottom center no-repeat; 
	height:100%; 
	width:800px; 
	margin:0 auto; 
	padding:0px; 
}
div#logo{
	position:relative;
	top:150px;
	left:20px;
	z-index:1;
	background:url(../images/logo.png) center no-repeat;
	height:75px;
	width:170px;
}
div#logo2{
	position:relative;
	top:0px;
	z-index:1;
	background:url(../images/logo.png) center no-repeat;
	height:75px;
	width:170px;
}
div#logo div#copyright,
div#logo2 div#copyright{
	text-align:right;
	font-size:0.98em;
	padding-top:70px;
}
div#content{
	position:relative;
	top:250px;
	right:90px;
	height:auto;
	width:400px;	
}
div#forgot-box{
	border:solid 2px #333333; 
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	width:400px;
	white-space:normal;
	word-wrap:break-word;
}
div#forgot-box div#forgot-title{
	-webkit-border-top-left-radius: 8px;
	-moz-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-top-right-radius: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom:1px solid #333333;
	color:#F0F0F0;
	background:#336699;
	padding:5px;
	text-align:center;
	font-size:1.8em;
	margin:0;
	height:25px;
	line-height:25px;
}
div#forgot-box div#forgot-content{
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	background: #E5E5E5;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#E5E5E5), to(#CCCCCC));
	background: -moz-linear-gradient(#E5E5E5, #CCCCCC);
	background: linear-gradient(#E5E5E5, #CCCCCC);
	-pie-background: linear-gradient(#E5E5E5, #CCCCCC);
	behavior: url(/PIE.htc);	
	padding:10px;
	height:auto;
}
input#user{
	background:white url('images/user.png') no-repeat 3px center;
	padding:3px;
	padding-left:23px;
	width:137px;
	color:black;
	font-weight:bold;
	font-size:13px;
	border:1px solid #333333;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
}
input#user:hover{
	border:1px solid #111111;
	background: #FAFAFA url('images/user.png') no-repeat 3px center;
}
input#email{
	background:white url('images/email.png') no-repeat 3px center;
	padding:3px;
	padding-left:23px;
	width:137px;
	color:black;
	font-weight:bold;
	font-size:13px;
	border:1px solid #333333;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
}
input#email:hover{
	border:1px solid #111111;
	background: #FAFAFA url('images/email.png') no-repeat 3px center;
}
#submit{
	margin-left:30px;
	margin-top:10px;
	border:1px solid #000000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:3px 6px;
	color: #000000;
	background:#F0F0F0;
}
#submit:hover{
	background:#333333;
	cursor:pointer;
	color:#FAFAFA;
}
#submit:active{
	position:relative;
	top:1px;
}

/* Visitor Forums */
.menu{float:right; margin:0 auto; padding:0; height:30px; width:100%; display:block; background:url('./images/topMenuImages.png') repeat-x;}
.menu li{padding:0; margin:0; list-style:none; display:inline;}
.menu li a{float:left; padding-left:15px; display:block; color:rgb(0,0,0); text-decoration:none; font:12px Verdana, Arial, Helvetica, sans-serif; cursor:pointer; background:url('./images/topMenuImages.png') 0px -30px no-repeat;}
.menu li a span{line-height:30px; float:left; display:block; padding-right:15px; background:url('./images/topMenuImages.png') 100% -30px no-repeat;}
.menu li a:hover{background-position:0px -60px; color:rgb(255,255,255);}
.menu li a:hover span{background-position:100% -60px;}
.menu li a.active, .menu li a.active:hover{line-height:30px; font:12px Verdana, Arial, Helvetica, sans-serif; background:url('./images/topMenuImages.png') 0px -90px no-repeat; color:rgb(255,255,255);}
.menu li a.active span, .menu li a.active:hover span{background:url('./images/topMenuImages.png') 100% -90px no-repeat;}

/* ----------------- */

div#info_title{
	position:relative;
	top:0px;
	-webkit-border-top-left-radius: 8px;
	-moz-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-top-right-radius: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border:1px solid #111111;
	border-bottom:1px solid #333333;
	color:#F0F0F0;
	background:#336699;
	padding:5px;
	text-align:center;
	font-size:1.8em;
	margin:0;
	height:25px;
	line-height:25px;
}
div#info_content{
	position:relative;
	top:0px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	background: #E5E5E5;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#E5E5E5), to(#CCCCCC));
	background: -moz-linear-gradient(#E5E5E5, #CCCCCC);
	background: linear-gradient(#E5E5E5, #CCCCCC);
	-pie-background: linear-gradient(#E5E5E5, #CCCCCC);
	behavior: url(/PIE.htc);	
	padding:10px;
	height:500px;
	border:1px solid #111111;
	border-top:0px;
	max-height:500px;
	overflow:auto;
}

#links{
	position:relative;
	top:-10px;
	left:540px;
	border:solid 2px #333333; 
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	width:250px;
	padding:4px 0px;
	background:#336699;
	color:#EEEEEE !important;
	text-decoration:none;
	text-align:center;	
	font-size:12px;
}
#links_fp{
	position:relative;
	top:255px;
	right:90px;
	border:solid 2px #333333; 
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	width:400px;
	padding:4px 0px;
	background:#336699;
	color:#EEEEEE !important;
	text-decoration:none;
	text-align:center;	
	font-size:12px;
}
#links a,#links a:visited,
#links_fp a,#links a:visited{
	color:#EEEEEE !important;
	text-decoration:none;
}
#links a:hover,
#links_fp a:hover{
	color:#FAFAFA;
	text-decoration:underline;
}

