/*===============================================*/
/*======    HEADER     ==========================*/
/*===============================================*/
#main_header {
	height:223px;
	background:url('../pic/home_page/bkgnd_header.gif') repeat-x;
}

/*------- LOGO BALL ---------*/
#logo_group {
	position:absolute;
	margin-top:40px;
	margin-left:550px;
}

#logo_ball {
	position:relative;
	width:60px;
	height:59px;
	background:url('../pic/logo/ballLogo.png') no-repeat;
	left:77px;
}

#logo_word {
	position:relative;
	width:218px;
	height:92px;
	background:url('../pic/logo/logowords.png') no-repeat;
}

/*===============================================*/
/*======    BODY CONTENT     ====================*/
/*===============================================*/
#main_content {
	height:297px;
	background-color:#191A63;
}

/*------- MENU BUTTONS ---------*/
#menu_button_panel {
	width:850px;
	height:170px;
	padding:50px 0 30px;
	margin:0;
}

.button_group {
	position:relative;
	float:left;
	width:170px;
	height:170px;
}

.btn_photo {
	position:absolute;
	background:url('../pic/home_page/btn_lg_photo.png') no-repeat;
	width:137px;
	height:139px;
	top:18px;
	left:17px;
	cursor:pointer;
}

.btn_solid {
	position:absolute;
	width:168px;
	height:170px;
	opacity:0.8;
	filter:alpha(opacity=80);
}

#btn_services_p { background-position:-138px 0px; }
#btn_employers_p { background-position:-275px 0px; }
#btn_candidates_p { background-position:-412px 0px; }
#btn_contactus_p { background-position:-549px 0px; }

#btn_aboutus { top:-550px; left:20px; }
#btn_services {top:-550px; left:10px; }
#btn_employers {top:-550px; left:0px; }
#btn_candidates {top:-550px; left:-10px; }
#btn_contactus {top:-550px; left:-20px; }

/*------- MENU LABELS ---------*/
ul {
	background-color:#7E6650;
	list-style-type:none;
	text-align:center;
	height:24px;
	padding:0;
	margin:0;
}

li {
	padding-top:5px;
	float:left;
	width:170px;
	height:19px;
}

.menu_label_alt {
	background-color:#22A1C6;
}


/*===============================================*/
/*======    FOOTER     ==========================*/
/*===============================================*/
#main_footer {
	position:relative;
	background:url('../pic/home_page/bkgnd_footer.gif') repeat-x;
	height:80px;
}


#main_footer p {
	top:0;
}
