/*
	Drive Way Doctors Intern-ship
	
	Author: Saad Mohammed
	Date: 5/21/2014
	
	FileName: benefits.css
	Supporting Files: benefits.jpg
*/
html { background-color: black; }
/*Like us button */
#likeUs {
border: 2px solid blue;
top: 50%;
margin-top: -52px;
cursor: pointer;
width: 35px;
height: 90px;
position: fixed;
right: 0;
text-indent: -9999px;
z-index: 999;
display: inline-block;
}

/* horizontal navigation list */
nav.horizontal {
	margin-left: 45%;
	text-decoration: none;
	}
nav.horizontal li {
	display: block;
	float: left;
	width: 20%;
	padding: 5px 0px;
	text-align: center;
	}
nav.horizontal li a {
	color: white;
	text-decoration: none;
	font-size: 22px;
	}
nav.horizontal li a:hover {
	background-color: #FFFF6C;
	border: 2px solid rgb(215, 181, 151);
	color: black;
	}