@charset "UTF-8";

#top_nav {
	position:absolute;
	top:0px;
	width:100%;
	min-width:1120px;
}
#main_nav {
	width:770px;
	height:116px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-left:50px;
}

#logo_holder {
	float:left;	
	padding-top:20px;
}


                
#about_btn {
	width:133px;
	height:116px;
	float:left;
	display: block;
}

#about_btn_img {
	position:relative;
	width:133px;
	height:116px;
	top:-132px;
	background-position: 0px 0px;
	background-image: url(../images/main_nav.png);
	background-repeat: no-repeat;
}


#directors_btn {
	width:125px;
	height:116px;
	float:left;
	display: block;
}

#directors_btn_img {
	position:relative;
	width:125px;
	height:116px;
	top:-132px;
	background-position: -133px 0px;
	background-image: url(../images/main_nav.png);
	background-repeat: no-repeat;
}


#reps_btn {
	width:162px;
	height:116px;
	float:left;
	display: block;
}

#reps_btn_img {
	position:relative;
	width:162px;
	height:116px;
	top:-132px;
	background-position: -258px 0px;
	background-image: url(../images/main_nav.png);
	background-repeat: no-repeat;
}


                


#news_btn {
	width:115px;
	height:116px;
	float:left;
	display: block;
}

#news_btn_img {
	position:relative;
	width:115px;
	height:116px;
	top:-132px;
	background-position: -420px 0px;
	background-image: url(../images/main_nav.png);
	background-repeat: no-repeat;
}

#contact_btn {
	width:151px;
	height:116px;
	float:left;
	display: block;
}

#contact_btn_img {
	position:relative;
	width:151px;
	height:116px;
	top:-132px;
	background-position: -535px 0px;
	background-image: url(../images/main_nav.png);
	background-repeat: no-repeat;
} 

#facebook_btn {
	width:77px;
	height:116px;
	float:left;
	display: block;
}
#facebook_btn_img {
	position:relative;
	width:77px;
	height:116px;
	top:-132px;
	background-position: -686px 0px;
	background-image: url(../images/main_nav.png);
	background-repeat: no-repeat;
} 

#facebook_btn a:link {  
	display: block;  
	
}
#facebook_btn a:visited { 
	display: block;  
}
#facebook_btn a:active {   
	display: block;  
	background-position: -686px 0px;  
}
#facebook_btn:hover {   
	display: block;  
	background-position: -686px 0px;  
}                    
