/* MaxAlpine Foe Eyes CSS Document */ 

* {
	margin: 0;
	padding: 0;
} 
html, body { 
 	text-align: center; 
	background-color: #7c7c7c;
	font-family: Verdana, Arial, Helvetica, sans-serif;
} 
/* Layout divs */  
#pagewidth { 
 	width: 775px; 
 	text-align: left;  
	margin-left: auto; 
 	margin-right: auto;
	margin-bottom: 25px;
	margin-top: 25px; 
	background-image: url(images/content_bg.gif);
	background-repeat: repeat-y; 
} 
 
#header {
 	height:95px; 
  	background-image: url(images/foreyeslogo.jpg);
	background-repeat: no-repeat;
	width:100%;
} 
 
#leftcol {
 	width: 200px; 
 	float: left;  
}
 
#maincol { 
 	float: right; 
 	display: inline;  
 	width: 575px; 
}
 
#footer {
 	height: 40px; 
  	background-image: url(images/footer_bg.jpg);
	background-repeat: no-repeat;
	text-align: center;
 	clear: both;
} 
/* top navigation */  
#topnav {
	position: relative;
	top: 45px;
	left: 528px;
	width: 247px;
}
#topnav ul {
	font-size: 12px;
}
#topnav li {
	display: inline;
 	list-style-type: none;
	color: #FFFFFF;
	padding-right: 10px;
}
#topnav a {
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
}
#topnav a:hover {
	color: #cc0202;
}
/* main content area */
#flheader {
	width: 575px;
	height: 180px;
}
#flhomeheader {
	width: 575px;
	height: 320px;
}
.homepage {
	text-align: center;
}
#center_cont .homepage h1 {
	color: #cc0202;
	font-size: 18px;
	font-weight: normal;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#center_cont h1 {
	color: #cc0202;
	font-size: 24px;
	font-weight: normal;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#center_cont h2 {
	color: #cc0202;
	font-size: 18px;
	font-weight: normal;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 10px;
}
#center_cont h3 {
	color: #999999;
	font-size: 14px;
	font-weight: normal;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 10px;
}
#center_cont p {
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 10px;
	font-size: 12px;
	line-height: 18px;
	color: #FFFFFF;
}
#center_cont ul {
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 10px;
	margin-left: 25px;
	font-size: 12px;
	line-height: 18px;
	color: #cc0202;
}
#center_cont li {
	list-style-type: square;
}
#center_cont li span {
	color: #FFFFFF;
}	
#center_cont a {
	color: #ffffff;
}
#center_cont a:hover {
	color: #cc0202;
}	
	
/* left navigation */
#sidenav {
	width: 200px;
	height: 180px;
	background-image: url(images/menu_bg.jpg);
	background-repeat: no-repeat;
}
#sidenav ul {
	font-size: 14px;
}
#sidenav li {
	list-style-type: none;
	padding-left: 13px;
	padding-top: 14px;
	padding-bottom: 14px;
}
#sidenav a {
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
}
#sidenav a:hover {
	color: #000000;
}
/* address box */
#address {
	width: 200px;
	height: 140px;
	border-bottom: #7f7f7f 1px solid;
}
#address h2 {
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	color: #cc0202;
	font-size: 11px;
	font-weight: bold;
}
#address p {
	font-size: 11px;
	color: #ffffff;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
}
#address a {
	color: #ffffff;
}
#address a:hover {
	color: #cc0202;
}
/* hours box */
#hours {
	width: 200px;
	font-size: 11px;
}
#hours h2 {
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	color: #cc0202;
	font-size: 11px;
	font-weight: bold;
}
#hours ul {
	padding-bottom: 15px;
	color: #FFFFFF;
}
#hours li {
	list-style-type: none;
	margin-left: 15px;
}
#hours li span {
	float: left;
	width: 80px;
}

/* footer */
#footer p {
	color: #ffffff;
	font-size: 11px;
	padding-top: 10px;
}
#footer a {
	color: #ffffff;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  

