@charset "utf-8";
/* CSS Document */

html, body, #wrap {height: 100%;}

body > #wrap {height: auto; min-height: 100%;}

body  {
	background: url(i/bodybg.jpg) repeat-x top center #ede8c4;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, Helvetica, sans-serif;
}

img { border: none; }
p { margin:0; padding: 5px 0; }
a {	text-decoration: none; color: #005e82;}
a:hover { text-decoration: underline; }
h1, h2, h3, h4 { margin: 10px 0 5px 0; color: #5b491f; font-family: Verdana, Arial, Helvetica, sans-serif; }
hr { color: #999999; }
ol, ul {margin-top: 5px; margin-bottom: 5px; }

#wrap { 
	width: 990px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
/* navigation container */
#menu {		
	margin: 0;
	padding: 0;	
	height: 100px;	
}
/* main navigation */
#nav {
	float: left;
	display: inline;
	padding: 40px 0 0 10px;
	height: 33px;
	width: 680px;
}
a .alt { display: none; }
/* home */
a#nav1 {
    float: left;
	display: block;
    width: 44px;
    height: 33px;
    background-image: url(i/btnHome.jpg);
    background-position: 0 0;
	margin-right: 25px;	   
}
a#nav1:hover { background-position: 0 -33px; }
a#nav1a {
    float: left;
	display: block;
    width: 44px;
    height: 33px;
    background-image: url(i/btnHome1.jpg);
    background-position: 0 0;
	margin-right: 25px;	   
}
/* eye care */
a#nav2 {
    float: left;
	display: block;
    width: 66px;
    height: 33px;
    background-image: url(i/btnCare.jpg);
    background-position: 0 0; 	
	margin-right: 25px;
}
a#nav2:hover { background-position: 0 -33px; }
a#nav2a {
    float: left;
	display: block;
    width: 66px;
    height: 33px;
    background-image: url(i/btnCare1.jpg);
    background-position: 0 0;
	margin-right: 25px;	   
}
/* eye wear */
a#nav3 {
    float: left;
	display: block;
    width: 71px;
    height: 33px;
    background-image: url(i/btnWear.jpg);
    background-position: 0 0;
	margin-right: 25px;
}
a#nav3:hover { background-position: 0 -33px; }
a#nav3a {
    float: left;
	display: block;
    width: 71px;
    height: 33px;
    background-image: url(i/btnWear1.jpg);
    background-position: 0 0;
	margin-right: 25px;	   
}
/* eye facts */
a#nav4 {
    float: left;
	display: block;
    width: 71px;
    height: 33px;
    background-image: url(i/btnFacts.jpg);
    background-position: 0 0;
	margin-right: 25px;
}
a#nav4:hover { background-position: 0 -33px; }
a#nav4a {
    float: left;
	display: block;
    width: 71px;
    height: 33px;
    background-image: url(i/btnFacts1.jpg);
    background-position: 0 0;
	margin-right: 25px;	   
}
/* about us */
a#nav5 {
    float: left;
	display: block;
    width: 69px;
    height: 33px;
    background-image: url(i/btnAbout.jpg);
    background-position: 0 0;
	margin-right: 25px;
}
a#nav5:hover { background-position: 0 -33px; }
a#nav5a {
    float: left;
	display: block;
    width: 69px;
    height: 33px;
    background-image: url(i/btnAbout1.jpg);
    background-position: 0 0;
	margin-right: 25px;	   
}
/* community */
a#nav6 {
    float: left;
	display: block;
    width: 89px;
    height: 33px;
    background-image: url(i/btnCommunity.jpg);
    background-position: 0 0;
	margin-right: 25px;
}
a#nav6:hover { background-position: 0 -33px; }
a#nav6a {
    float: left;
	display: block;
    width: 89px;
    height: 33px;
    background-image: url(i/btnCommunity1.jpg);
    background-position: 0 0;
	margin-right: 25px;	   
}
/* submenu */
#subnav {	
	float: left;
	display: inline;
	padding: 0 0 0 10px;
	height: 24px;
	width: 680px;
}
/* location */
a#nav1sub1 {
    float: left;
	display: block;
    width: 82px;
    height: 24px;
    background-image: url(i/btnLocation.jpg);
    background-position: 0 0;
	margin-right: 20px;	   
}
a#nav1sub1:hover { background-position: 0 -24px; }
/* patient forms */
a#nav1sub2 {
    float: left;
	display: block;
    width: 68px;
    height: 24px;
    background-image: url(i/btnForms.jpg);
    background-position: 0 0;
	margin-right: 20px;	   
}
a#nav1sub2:hover { background-position: 0 -24px; }
/* appointments */
a#nav1sub3 {
    float: left;
	display: block;
    width: 72px;
    height: 24px;
    background-image: url(i/btnAppointments.jpg);
    background-position: 0 0;
	margin-right: 20px;	   
}
a#nav1sub3:hover { background-position: 0 -24px; }
/* insurance */
a#nav1sub4 {
    float: left;
	display: block;
    width: 50px;
    height: 24px;
    background-image: url(i/btnInsurance.jpg);
    background-position: 0 0;
	margin-right: 20px;	   
}
a#nav1sub4:hover { background-position: 0 -24px; }
/* survey */
a#nav1sub5 {
    float: left;
	display: block;
    width: 33px;
    height: 24px;
    background-image: url(i/btnSurvey.jpg);
    background-position: 0 0;
	margin-right: 20px;	   
}
a#nav1sub5:hover { background-position: 0 -24px; }
/* order contacts */
a#nav1sub6 {
    float: left;
	display: block;
    width: 74px;
    height: 24px;
    background-image: url(i/btnOrder.jpg);
    background-position: 0 0;
	margin-right: 20px;	   
}
a#nav1sub6:hover { background-position: 0 -24px; }
/* family */
a#nav2sub1 {
    float: left;
	display: block;
    width: 76px;
    height: 24px;
    background-image: url(i/btnFamily.jpg);
    background-position: 0 0;
	margin-right: 20px;	   
}
a#nav2sub1:hover { background-position: 0 -24px; }
/* child */
a#nav2sub2 {
    float: left;
	display: block;
    width: 70px;
    height: 24px;
    background-image: url(i/btnChild.jpg);
    background-position: 0 0;
	margin-right: 20px;	   
}
a#nav2sub2:hover { background-position: 0 -24px; }
/* lasik */
a#nav2sub3 {
    float: left;
	display: block;
    width: 24px;
    height: 24px;
    background-image: url(i/btnLasik.jpg);
    background-position: 0 0;
	margin-right: 20px;	   
}
a#nav2sub3:hover { background-position: 0 -24px; }
/* emergency */
a#nav2sub4 {
    float: left;
	display: block;
    width: 81px;
    height: 24px;
    background-image: url(i/btnEmergency.jpg);
    background-position: 0 0;
	margin-right: 20px;	   
}
a#nav2sub4:hover { background-position: 0 -24px; }
/* disease care */
a#nav2sub5 {
    float: left;
	display: block;
    width: 65px;
    height: 24px;
    background-image: url(i/btnDiseaseCare.jpg);
    background-position: 0 0;
	margin-right: 20px;	   
}
a#nav2sub5:hover { background-position: 0 -24px; }
/* optical */
a#nav3sub1 {
    float: left;
	display: block;
    width: 35px;
    height: 24px;
    background-image: url(i/btnOptical.jpg);
    background-position: 0 0;
	margin-right: 20px;	   
}
a#nav3sub1:hover { background-position: 0 -24px; }
/* designers */
a#nav3sub2 {
    float: left;
	display: block;
    width: 50px;
    height: 24px;
    background-image: url(i/btnDesigners.jpg);
    background-position: 0 0;
	margin-right: 20px;	   
}
a#nav3sub2:hover { background-position: 0 -24px; }
/* lenses */
a#nav3sub3 {
    float: left;
	display: block;
    width: 32px;
    height: 24px;
    background-image: url(i/btnLenses.jpg);
    background-position: 0 0;
	margin-right: 20px;	   
}
a#nav3sub3:hover { background-position: 0 -24px; }
/* contacts */
a#nav3sub4 {
    float: left;
	display: block;
    width: 45px;
    height: 24px;
    background-image: url(i/btnContacts.jpg);
    background-position: 0 0;
	margin-right: 20px;	   
}
a#nav3sub4:hover { background-position: 0 -24px; }
/* anatomy */
a#nav4sub1 {
    float: left;
	display: block;
    width: 65px;
    height: 24px;
    background-image: url(i/btnAnatomy.jpg);
    background-position: 0 0;
	margin-right: 20px;	   
}
a#nav4sub1:hover { background-position: 0 -24px; }
/* vision */
a#nav4sub2 {
    float: left;
	display: block;
    width: 81px;
    height: 24px;
    background-image: url(i/btnVision.jpg);
    background-position: 0 0;
	margin-right: 20px;	   
}
a#nav4sub2:hover { background-position: 0 -24px; }
/* diseases */
a#nav4sub3 {
    float: left;
	display: block;
    width: 45px;
    height: 24px;
    background-image: url(i/btnDiseases.jpg);
    background-position: 0 0;
	margin-right: 20px;	   
}
a#nav4sub3:hover { background-position: 0 -24px; }
/* drops */
a#nav4sub4 {
    float: left;
	display: block;
    width: 76px;
    height: 24px;
    background-image: url(i/btnDrops.jpg);
    background-position: 0 0;
	margin-right: 20px;	   
}
a#nav4sub4:hover { background-position: 0 -24px; }
/* computer */
a#nav4sub5 {
    float: left;
	display: block;
    width: 81px;
    height: 24px;
    background-image: url(i/btnComputer.jpg);
    background-position: 0 0;
	margin-right: 20px;	   
}
a#nav4sub5:hover { background-position: 0 -24px; }
/* fun */
a#nav4sub6 {
    float: left;
	display: block;
    width: 45px;
    height: 24px;
    background-image: url(i/btnFun.jpg);
    background-position: 0 0;
	margin-right: 20px;	   
}
a#nav4sub6:hover { background-position: 0 -24px; }
/* staff */
a#nav5sub1 {
    float: left;
	display: block;
    width: 44px;
    height: 24px;
    background-image: url(i/btnStaff.jpg);
    background-position: 0 0;
	margin-right: 20px;	   
}
a#nav5sub1:hover { background-position: 0 -24px; }
/* colby */
a#nav5sub2 {
    float: left;
	display: block;
    width: 69px;
    height: 24px;
    background-image: url(i/btnColby.jpg);
    background-position: 0 0;
	margin-right: 20px;	   
}
a#nav5sub2:hover { background-position: 0 -24px; }
/* stokes-johnson */
a#nav5sub3 {
    float: left;
	display: block;
    width: 119px;
    height: 24px;
    background-image: url(i/btnStokes.jpg);
    background-position: 0 0;
	margin-right: 20px;	   
}
a#nav5sub3:hover { background-position: 0 -24px; }
/* heckman */
a#nav5sub4 {
    float: left;
	display: block;
    width: 101px;
    height: 24px;
    background-image: url(i/btnHeckman.jpg);
    background-position: 0 0;
	margin-right: 20px;	   
}
a#nav5sub4:hover { background-position: 0 -24px; }
/* involvement */
a#nav5sub5 {
    float: left;
	display: block;
    width: 121px;
    height: 24px;
    background-image: url(i/btnInvolvement.jpg);
    background-position: 0 0;
	margin-right: 20px;	   
}
a#nav5sub5:hover { background-position: 0 -24px; }
/* news */

#logo {
	/* margin: 0 0 0 690px; */
	float: right;
}
/* header container */
#header {
	margin: 0;
	padding: 0;
	height: 310px;	
}
#flash {
	float: left;
	width: 690px;
}
#sign {
	float: right;
	background: url(i/sign.jpg) no-repeat top left;
	width: 250px;
	height: 86px;
	/*margin-left: 705px;*/
	padding: 214px 25px 0 10px;	
}

/* start main content */
#main {padding-bottom: 60px;}
#content { 
	float: left;
	width: 650px;
	padding: 20px 20px;
	font-size: 1.2em;
	line-height: 1.6;	
}
#spotlight {
	margin-top:10px;
	float: left;
	width: 260px;
	height: 325px;
	padding: 90px 15px 15px 15px;
	background: url(i/spotlight.jpg) no-repeat top left #fff;
	line-height: 1.4;
}
#tip {
	margin-top:10px;
	float: right;
	width: 310px;
	height: 70px;
	padding: 60px 15px 15px 15px;
	background: url(i/tip.jpg) no-repeat top left #fff;
	line-height: 1.4;
}
#team {
	float: right;
	width: 310px;
	height: 55px;
	margin-top: 20px;
	padding: 60px 15px 15px 15px;
	background: url(i/team.jpg) no-repeat top left #fff;
	line-height: 1.4;
}
#know {
	float: right;
	width: 310px;
	height: 40px;
	margin-top: 20px;
	padding: 60px 15px 15px 15px;
	background: url(i/know.jpg) no-repeat top left #fff;
	line-height: 1.4;
}
#groups {
	clear: both;
	width: 670px;
	height: 60px;
	padding: 20px 0 0 0;
}
#groups img { padding: 0 10px; }
#sidebar {
	width: 250px;
	padding: 20px 10px;	
	margin: 0 0 0 705px;
	font: 1.2em "Times New Roman", Times, serif;
}
#sig {color: #005e82; font-style: italic; font-weight: bold; }
#footer {
	position: relative;
	margin-top: -60px; /* negative value of footer height */
	height: 60px;
	clear:both;
	background: #5b491f url(i/footerbg.jpg) repeat-x top left;		
} 
#colwrap {width:990px; margin: 0 auto; padding: 10px;}
#footer #col1 {
	width: 500px;
	height: 40px; 
	float:left;
	text-align: left;
}
#footer #col2 {
	width: 470px;
	height: 40px; 
	float: right;
	text-align: right;
}
#footer p {	
	padding: 0;
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #ede8c4;
}
#footer a {	text-decoration: none; color: #ede8c4;}
#footer a:hover {color: #6dcff6;}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.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 */
