@charset "UTF-8";
/* Abacus Group Builders Styles */

/* ===== Global Styles ================================ */

a {
	color:#7f8cb9;
	text-decoration:none;
}

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

body {
	background:url(../global_images/body_background.jpg) #000000 repeat-x top;
	margin:0px auto 0px auto;
	width:852px;
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
}

#blue_text {
	color:#7f8cb9;
}



/* ===== Home Styles ================================ */

#under_construction_home {
	background:url(../home/images/home_page_construction.jpg) no-repeat center top;
	height:510px;
	padding:220px 580px 0px 110px;
	color:#a1a1a1;
	font-size:12px;
	line-height:17px;
}