/*
	Drive Way Doctors Intern-ship
	
	Author: Saad Mohammed
	Date: 6/7/2014
	
	FileName: process.css
	Supporting Files: process-bg.jpg
*/

 
*{
	display: block;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
	color: white;
}

body{
	background-image: url(process-bg.jpg);	/* sets the background */
	background-size: 100%;
	background-repeat: no-repeat;
	position: relative;
	width: 98%;
	min-width: 1000px;
	max-width: 1400px; 
	}
	
/* Header Styles*/
header img {
	float: left;
	width: 45%;
}

/* horizontal navigation list */
nav.horizontal {
	margin-left: 10%;
	text-decoration: none;
	}
nav.horizontal li {
	display: block;
	float: left;
	width: 15%;
	padding: 5px 0px;
	text-align: center;
	}
nav.horizontal li a {
	color: white;
	text-decoration: none;
	font-size: 18px;
	}
nav.horizontal li a:hover {
	background-color: #FFFF6C;
	border: 2px solid rgb(215, 181, 151);
	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;
}

/*Section */
section {
	clear: left;
	float: left;
	margin-left: 8%;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 75%;
}
section p {
	font-size: 22px;
	color: black;
}

/* footer styles */
footer {
	background-color: gainsboro;
	height: 66px;
	clear: left
}
footer img {
	float: left;
}
footer h3{
	text-align: center; 
	bottom: 25px;
	color: dimgray;
	font-style: Comic Sans, Comic Sans MS, cursive;
	font-size: 28px;
	font-variant: small-caps;
}