@charset "utf-8";
/* CSS Document */

* {
   padding: 0;
   margin: 0;
   
}
body {
	background: url(bg.jpg) repeat-x;
	margin:0;
	padding:0;
	border:0;
	width:100%;
	height:100%;
}
#ADMHeader {
	position:relative;
	height:99px;
	width:100%;
	padding-bottom:4px;
}

#ADMCornerLeft{
top:0px;
left:0px;
position:absolute;

}
#ADMCornerLeft img{
margin:0px;
padding:0px;
}
#ADMHeaderCenter{
	padding:0px;
	width:805px;
	margin:0 auto;

}
#ADMLogo{
	float:left;
	padding-top:25px;
	margin-left:30px;
}
#ADMText{
	float:right;
	padding-top:50px;
	margin-right:17px;

}


#ADMMiddle {
	position:relative;
	width:100%;
	text-align:center;
}
#ADMMiddleBg {
	/*background:#636465 url(middleBackground.gif) repeat-y center;*/
	background:#606264;
	width:100%;
	height:514px;
	position:absolute;
	margin-top:130px;
}
#ADMMiddleBgLineTop {
	background:#FFFFFF url(middleBackgroundLineTop.jpg) no-repeat center;
	width:100%;
	height:1px;
	position:absolute;
	margin-top:128px;
}
#ADMMiddleBgLineBottom {
	background:#FFFFFF url(middleBackgroundLineTop.jpg) no-repeat center;
	width:100%;
	height:1px;
	position:absolute;
	margin-top:645px;
}

#ADMFooter{
	width:100%;
	height:130px;
	overflow:hidden;
}
#ADMFooterCenter{
    padding-top:40px;
	color:#7d7e7f;
	font-family: arial, sans-serif;
	font-weight:800;
	width:805px;
	margin:0 auto;
}
#ADMLogoBottom{
	float:left;
	width:750px;
	position:absolute;
}
#ADMLogoBottomImg{
	padding-bottom:14px;
	
}
#SpringLogo{
	border-left:1px dotted;
	margin-left:15px;
	padding-left:10px;
}
#ADMLogoBottomText{
	font-size:11px;
	display:inline;
}
#ADMLinks{
	font-size:12px;
	float:right;
}
#ADMCornerBottom{
	float:right;
}
#ADMFooterCenter a:over{
	text-decoration:none;
	color:#7d7e7f;
}

#ADMFooterCenter a:visited{
	text-decoration:none;
	color:#7d7e7f;
}
#ADMFooterCenter a:link{
	text-decoration:none;
	color:#7d7e7f;
}