/*-----Resets margins for alignment on IE and Firefox------*/
html,body{height:100%;width:100%;margin:0;padding:0}
p {margin:0 0 0 0;padding:0}
h1{margin:0 0 0 0;padding:0}
form {margin:0;padding:0}

body {
/*	background-image: url(../images/loadingBg.png);
	background-position: top left;
	background-repeat: repeat;
	overflow: hidden;*/
	background-color: #000000;
	text-align: center;
}
#background {
	background-image: url(../images/img1.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
#page_container {
	position: relative;
/*	margin-left: auto;
	margin-right: auto;*/
	margin: 0 auto;
	width: 100%;

}
#header {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	position: relative;
}
#header h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	position: relative;
	top: 30px;
	font-size: 40px;
	color: #fff;
	margin: 0 0 10px 0;
}
#header h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #7e7e7e;
	margin: 10px;
}
hr#header_stripe {
	height: 12px;
	position: relative;
	top: -7px;
	background-color: #191919;
	margin-bottom: 0;
	border: none;
	color: #191919;
}
.panel_button {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 0px;
	width: 173px;
	height: 54px;
	background: url(images/panel_button.png);
	z-index: 20;
	/*filter:alpha(opacity=70);
	-moz-opacity:0.70;
	-khtml-opacity: 0.70;
	opacity: 0.70;*/
	cursor: pointer;
	background-color: #202020;
}
.panel_button img {
	position: relative;
	top: 10px;
	border: none;
}
.panel_button a {
	text-decoration: none;
	color: #545454;
	font-size: 20px;
	font-weight: bold;
	position: relative;
	top: 5px;
	left: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
.panel_button a:hover {
	color: #999999;
}
.panel_button_login {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 0px;
	width: 50px;
	height: 54px;
	background: url(images/panel_button.png);
	z-index: 20;
	cursor: pointer;
	/*filter:alpha(opacity=70);
	-moz-opacity:0.70;
	-khtml-opacity: 0.70;
	opacity: 0.70;
	cursor: pointer;
	background-color: #202020;*/
}
.panel_button_login img {
	position: relative;
	top: 10px;
	border: none;
}
.panel_button_login a {
	text-decoration: none;
	color: #545454;
	font-size: 20px;
	font-weight: bold;
	position: relative;
	top: 5px;
	left: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
.panel_button_login a:hover {
	color: #999999;
}
#toppanel {
	position: absolute;
	width:100%;
	left: 0px;
	z-index: 25;
	text-align: center;

}
#panel {
	width: 700px;
	position: relative;
	top: 0px;
	height: 0px;
	margin-left: auto;
	margin-right: auto;
	z-index: 10;
	overflow: hidden;
	text-align: left;
}
#panel_login {
	width: 700px;
	position: relative;
	top: 0px;
	height: 0px;
	margin-left: auto;
	margin-right: auto;
	z-index: 10;
	overflow: hidden;
	text-align: left;
}
#panel_contents {
	background-color: #000000;
	/*filter:alpha(opacity=70);
	-moz-opacity:0.70;
	-khtml-opacity: 0.70;
	opacity: 0.70;*/
	height: 110px;
	width: 700px;
	position: absolute;
	z-index: -1;
}
#panel_contents_login {
	background-color: #000000;
	/*filter:alpha(opacity=70);
	-moz-opacity:0.70;
	-khtml-opacity: 0.70;
	opacity: 0.70;*/
	height: 200px;
	width: 700px;
	position: absolute;
	z-index: -1;
}
#panel h1 {
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #fff;
	font-weight: normal;
	line-height: 35px;
	left: 275px;
	position: absolute;
	top: 10px;
}
#panel h2 {
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #447c6f;
	line-height: 25px;
	font-size: 16px;
	position: absolute;
	top: 60px;
	left: 350px;
}
#content {
	margin: 0 auto;
	width: 95%;
	position: relative;
	top: 0px;
	text-align: center;
	color: #545454;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-bottom: 30px;
}
#content p {
	text-align: left;	
}
#content_login {
	margin-left: auto;
	margin-right: auto;
	width: 600px;
	position: relative;
	top: 60px;
	text-align: left;
	color: #545454;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-bottom: 30px;
}
.border {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	border: 5px #1d1d1d solid;
	background-color:#000;
}
img.border {
	float: left;
	margin-right: 15px;
	margin-bottom: 8px;
}
img.border_pic {
	border: 15px #1d1d1d solid;
	position: absolute;
	top: 110px;
	float: left;
	margin-left: 150px;
	width: 250px;
	height: 150px;
	z-index: 30;
}
div#login {
	margin-left: auto;
	margin-right: auto;
	width: 240px;
	height: 100px;
/*	position: absolute;
	right: 150px;
	top: 110px;*/
	background: #46392f;
	text-align: left;
	padding: 10px 0 0 10px ;
}
div#login p {
	color: #CCCCCC;
	font-family: Century Gothic, Georgia, "Times New Roman", Times, serif;
	line-height: 25px;
}
div#login input#password {
	position: relative;
	right: -6px;
}
div#login input#login_btn {
	border: 1px #899690 solid;
	cursor: pointer;
	position: relative;
	top: 20px;
	left: 86px;
}
div#comment {
	margin-left: auto;
	margin-right: auto;
	width: 650px;
	height: 80px;
/*	position: absolute;
	right: 150px;
	top: 110px;*/
	background: #46392f;
	text-align: left;
	padding-left: 10px;
}
div#comment p {
	color: #CCCCCC;
	font-family: Century Gothic, Georgia, "Times New Roman", Times, serif;
	line-height: 25px;
}
#logo {
	filter:alpha(opacity=80);
	-moz-opacity:0.80;
	-khtml-opacity: 0.80;
	opacity: 0.80;
	background-color: #ffffff;
/*	background-image: url(../images/soctab_s.png);
	background-position: top left;
	background-repeat: no-repeat;*/
	padding: 15px;
	height: 80px;
	width: 100%;
}
#navbar {
	background-image:url(../images/navbar_bg.png);
	background-repeat: repeat-x;
	color: #ffffff;
	width: 100%;
	height: 38px;
	margin-bottom: 10px;
	text-align: left;
	padding: 5px 0 0 10px;
}
#navbar li a {
	color: #ffffff;
	text-decoration: none;
}
#navbar li a:hover {
	color: #999;
	text-decoration: none;
}
#navbar li a:visited {
	color: #ffffff;
	text-decoration: none;
}
#navbar ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	} 

#navbar ul li {
	margin-left: 0;
	padding: 3px 3px;
	list-style: none;
	display: inline;
	}

#footer p {
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	top: 60px;
	font-size: 13px;
	color: #333333;
}
