@charset "utf-8";
/* CSS Document */


#body-wrap-wide {
	position: relative;
	width: 100%;
	margin: 0 auto;
	background-color: #FFF;
}

#top-container-wide {
	position: relative; 
	width: 950px;
	height: 30px;
	margin: 0 auto;
}

#header-wide-wrap {
	position: relative;
	width: 100%; height: auto;	
	margin: 0px auto; 
	background: url(../graphics/header-wide.jpg) repeat-x;
	background-color: #3D509E;
	background-repeat: no-repeat;
    background-position: center top;	
	z-index:100;
}

#body-box-wide {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding-top: 5px;
}

#footer-wide-wrap {
	position: relative;
	width: 100%; height: 105px;
	margin: 0px auto;
	background: url(../graphics/footer-back.png) repeat-x #AEB8CE;
}


/* ALERT MESSAGE */
#alert-message-wide {
	  display: block;
	  width: 100%;
	  margin: 0 auto;
	  background-color:#fdf5bd;
	}
	
	

/* WIDE PAGE RETURN LINK */

.return-full-wide {
	font-size: 10px;
	font-weight: normal;
	width: 80%;
	text-align: right;
	margin: 20px auto 0 auto;
}

.return-full-wide-100 {
	font-size: 10px;
	font-weight: normal;
	width: 100%;
	text-align: right;
	margin: 0 auto;
	padding: 2% 4% 0 0;
}