body {
	background: #878777;
	text-align: center;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
a:link {
	color: #666;
}
a:visited {
	color: #666;
}
a:active {
	color: #666;
}
a:hover {
	color: #FFF;
}

#page_container {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 904px;
	top: -32px;
} 
#header {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: 170px;
	background: #fff url(images/logo/chase-alexander-group-logo.jpg) no-repeat center;
	position: relative;
	border-bottom: 3px solid #4a4a4a;
}
#header h1 {
	display: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	position: relative;
	top: 30px;
	font-size: 40px;
	color: white;
}
#header h2 {
	display: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #7e7e7e;
}

.menuWrapper{
    font-family: "Trebuchet MS", Arial, sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: normal;
    text-transform:uppercase;
    letter-spacing: normal;
    line-height: 1.45em;
    position:relative;
    margin:20px auto;
    height:542px;
    width:797px;
    background-position:0 0;
    background-repeat:no-repeat;
    background-color:transparent;
}

hr#header_stripe {
	height: 12px;
	position: relative;
	top: -7px;
	background-color: #8F0C11;
	border: none;
	color: #191919;
}
.panel_button {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 1px;
	width: 181px;
	height: 62px;
	background: url(images/panel_button.png);
	z-index: 20;
	
	cursor: pointer;
}
.panel_button img {
	position: relative;
	top: 10px;
	border: none;
}
.panel_button a {
	text-decoration: none;
	color: #999;
	font-size: 18px;
	font-weight: bold;
	position: relative;
	top: 2px;
	left: 5px;
	font-family: Arial, Helvetica, sans-serif;
}
.panel_button a:hover {
	color: #ffffff;
}
#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	text-align: center;
}
#toppanel {
	position: absolute;
	width: 900px;
	left: 0px;
	z-index: 25;
	text-align: center;

}
#panel {
	width: 900px;
	position: relative;
	top: 1px;
	height: 0px;
	margin-left: auto;
	margin-right: auto;
	z-index: 10;
	overflow: hidden;
	text-align: left;
}
#panel_contents {
	background: black;
	
	height: 100%;
	width: 900px;
	position: absolute;
	z-index: -1;
}
#panel h1 {
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: white;
	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-left: auto;
	margin-right: auto;
	width: 500px;
	position: relative;
	top: 100px;
	text-align: justify;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-bottom: 30px;
	line-height: 1.5em;
}
.border {
	border: 15px #1d1d1d solid;
}
img.border {
	float: left;
	margin-right: 15px;
	margin-bottom: 8px;
}

div#login {
	position: absolute;
	width: 700px;
	height: 100px;
	margin-top: 0px;
	margin-left: 85px;
	top: 30px;
	background: #eee;
	text-align: left;
	color: #333;
	/* font-family: Century Gothic, Georgia, "Times New Roman", Times, serif; */
}

#form{
	margin-left: 20px;
	margin-top: 14px;
}

div#login input#login_btn {
	border: 1px #899690 solid;
	cursor: pointer;
	margin-left: 20px;
}

#incorrect{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #de1815;
	position: absolute;
	right: 140px;
	margin-top: 20px;
}


/*===== footer =====*/
#footer {
	bottom: 0px;
	height: 50px;
	left: 0px;
	position: absolute;
	width: 100%;
	z-index: 1000;
	background-color: #000;
	border-top: 1px solid #88020A;
	color: #666;
    }

#footer .container {
	width: 960px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
    }




* html body {
    overflow: hidden;
    }

.item a, .item a:link, #footer .right a, #footer .right a:link {
    text-decoration: none;
    }
	

