/* styles by Max Beatty 

	Gold: #eeba2e
	Maroon: #6d2813
	Dark Maroon: #44180c
*/

html, body, #wrap {height: 100%;}

body > #wrap {height: auto; min-height: 100%;}

body { 
	background: #6d2813 url('../images/bg.gif') repeat-y top left;
	color: #222;
	font-size: 90%;
	font-family: "Lucida Grande",Lucida,Verdana,sans-serif;
	text-align: justify;
	line-height: 18px;
	}

#main {
	margin-left: 300px;
	width: 480px;
	padding: 50px 75px;  /* must be same height as the footer */
}

#footer {
	position: relative;
	margin-top: -50px; /* negative value of footer height */
	height: 48px; width: 100%;
	clear:both;
	background-color: white;
	font-size: 0.9em;
	color: #6d2813;
	border-top: 2px solid #eeba2e;} 

/* CLEAR FIX*/
.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 */
	
a, a:link, a:visited {
	color: #6d2813;
	font-weight: bold;
	text-decoration: none;
	font-family: Helvetica, sans-serif;
	cursor: pointer;
}

a:hover {color:#44180c;}

img#top { margin: -30px 30px 0;}

img.bio {
	float: left;
	padding: 3px;
	margin: 15px 20px 15px 0;
	border: 5px solid #eeba2e;
	background-color: #6d2813;
}

#main h2 {
	padding-top: 30px;
	border-top: 1px dashed #9f9f9f;
	font-size: 20px;
	margin-top: 20px;
	margin-bottom: 10px;
}

#main h4, #main h3 {
	font-size: 19px;
	font-weight: lighter;
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	letter-spacing: 2px;
	padding-bottom: 5px;
	padding-top: 10px;
	margin: 20px 0 10px 15px;
	border-bottom: 1px solid #eeba2e;
}

#main h3 { font-size: 16px; padding-bottom: 3px;}

#main p { 
	text-indent: 20px;
	margin-bottom: 20px;
	font-family: Times, Times New Roman, serif;
	font-size: 16px;
	line-height: 19px;
}

#pageflip {
	position: fixed;
	right: 0; top: 0;
}
#pageflip img {
	width: 60px; height: 60px;
	z-index: 99;
	position: absolute;
	right: 0; top: 0;
}
#pageflip .msg_block {
	width: 50px; height: 50px;
	position: absolute;
	right: 0; top: 0;
	background: url('../images/eyecare.png') no-repeat right top;
	text-indent: -9999px;
}

#sideNav {
	background: url('../images/sideNavi_01.png') no-repeat top center;
	position: fixed;
	top:20px; left: 10px;
	height: 537px;
	width: 261px;
}

#sideNav #logo {
	position: fixed;
	top: 70px; left: 50px;
}

/* NAV ---------------------- */
ul#nav{ 
	padding: 0; 
	margin: 0;
	position:relative;
	top: 256px;
	left: 0;
	width:261 px;
}

ul#nav li {
	position: relative;
	padding: 9px 0 7px 70px;
	margin: 0;
	width:201px;
	background: url('../images/sideNavi_02.png') no-repeat;
	text-align: left;
	color: #333;
	font-weight: bold;
	font-size: 13px;
	line-height: 16px;
}

ul#nav li.last {
	background: url('../images/sideNavi_03.png') no-repeat 0 -20px;
	height: 50px;
	border: none;
}

ul#nav li span { /*--Drop down trigger styles--*/
	position: absolute;
	top: 0; left: 165px;
    width: 17px; 
    height: 35px;
    background: url('../images/subnav_btn.gif') no-repeat center top;
}  

ul#nav li ul.subnav {
	display: none;
    list-style: none;
    padding: 5px 0 8px 0;
    margin-top: 2px;
    margin-bottom: -8px;
    width: 130px;
}

ul#nav li ul.subnav li{  
    margin: 0; padding: 2px 5px;
    width: 120px;
    background: none;
}

html ul#nav a {
	padding-bottom: 3px;
	border-bottom: 1px solid #eeba2e;}

html ul#nav li ul.subnav li a {  
    color: #222;
}  
html ul#nav li ul.subnav li a:hover {  
    color: #111;  
}

/* // NAV ------------------- */

ul#serv {
	list-style: none;
	margin-left: 25px;
}

ul#serv li {
	font-size: 20px;
	padding: 5px 0 20px 60px;
	margin-bottom: 15px;
	border-bottom: 1px solid #eeba2e;
	color: #6d2813;
	background: url('../images/eye.jpg') #FFF no-repeat 0 0;
}
ul#serv li.last { border: none;} 

iframe { 
	display: block; 
	margin: 0 30px;
	height: 300px;
	width: 300px;
	}

em.lrg { font-size: 16px; color: #6d2813; font-family: Georgia, Times, Serif}
img.icon { vertical-align: bottom; padding-right: 10px;}
small { font-size: 12px; padding-left: 30px;}

#footer ul { padding-top: 15px; border-top: 1px solid #ababab;}
#footer ul li {
	display: inline;
	padding: 5px 20px 5px 20px;
	border-right: 1px solid #ababab;
	}
#footer li.last { border: 0;}
#footer li img { border: 0; padding: 0 3px; margin-top: -2px; vertical-align: middle;}
#footer li em { font-family: Georgia, Serif}
#footer p#credits {position: absolute; bottom: 5px; right: 5px; color: #999; font-size: 10px;}