@charset "utf-8";
/* CSS Document */
/* SAME AS SITE.CSS but without LP Styles and Footer height Clear Fix */

html, body {
	height: 100%; /* Do not delete, this is for the footer */
}

body {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #f3f3f2 url(/assets/bg_global.gif) repeat-y top center;		
}

#wrap { /* Keeps the width, wraps and centers */
	width: 939px;
	margin: 0 auto;
	min-height: 100%; /* Do not delete, for footer */
	margin-bottom: -50px; /* Do not delete, for footer  This must match the height of the footer*/
	position: relative; /* Do not delete, for footer */	
	background-color: #fff6e9;
}




/* START SUB PAGE STYLES */
#masthead {
	height: 148px;
	background: url(/assets/masthead.jpg) no-repeat top left;	
}

/* END SUB PAGE STYLES */

/* START FOOTER */

#footer {
	position: relative;
	width: 939px;
	height: 50px;	
	margin: 0px auto;	
	background: #521c73 url(/assets/bg_footer.gif) repeat-x top left;			
	font-size: 10px;
	color: #ccc;
	text-align: center;
}

#footer a {
	color: #ccc;
	text-decoration: none;
}

#footer a:hover {
	color: #FDD494;
	text-decoration: underline;
}

#footer p {
	padding-top: 15px;
}

.clearfooter { /* FOOTER FIX */
	height: 40px;
	width: 939px;	
	clear: both;
	margin:0px auto;
	background-color: #fedda9;
}

/* END FOOTER */

