@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(images/body_bg2.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	font:helvetica, arial, sans-serif;
	color:#FFFFFF
}


#wrapper {
	width: 1079px;
	margin-right: auto;
	margin-left: auto;
	height: 2665px;
}

#head {
	background-image: url(images/header_bg2.jpg);
	background-repeat: no-repeat;
	height: 400px;
	margin-bottom: 30px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
}
#headhome {
	background-image: url(images/header_bg2.jpg);
	background-repeat: no-repeat;
	height: 400px;
	margin-bottom: 30px;
}


#nav {
	background-image:url(images/nav_bg.jpg);
	background-repeat: repeat-x;
	/*width: 100%;*/
	height: 35px;
	margin-left: 75px;
	margin-top: 0px;
	padding-top: 0px;
}
#nav ul.nav{
	margin:0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 25px;
}

#nav ul.MenuBarHorizontal li.regular{
	height:35px;
	padding:0 2px 0 0;
	float:left;
	list-style-type: none;
	background-image: url(images/navdivider.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	
}
#nav ul.MenuBarHorizontaln li.regular a{
	display:block;
	background:url(images/nav_bg.jpg) 0 0 repeat-x;
	color:#fff;
	border:none;
	text-decoration:none;
	font-family: Times, "Times New Roman", Georgia, sans-serif;
	font-size: 14px;
	line-height: 35px;
	font-weight: normal;
}

#nav ul.MenuBarHorizontal li.regular a:hover{
	
	border-left:#000000 solid 1px;
	border-right:#000000 solid 1px;
	display:block;
	border:none;
	background-image: url(images/overstate_bg.jpg);
	background-repeat: repeat-x;
	background-position: 0 0;
}
#nav ul.MenuBarHorizontal li.regularlast{
	height:35px;
	float:left;
	list-style-type: none;
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0;	
}
#nav ul.MenuBarHorizontaln li.regularlast a{
	display:block;
	background:url(images/nav_bg.jpg) 0 0 repeat-x;
	color:#fff;
	border:none;
	text-decoration:none;
	font-family: Times, "Times New Roman", Georgia, sans-serif;
	font-size: 14px;
	line-height: 35px;
	font-weight: normal;	
}

#nav ul.MenuBarHorizontal li.regularlast a:hover{
	
	border-left:#000000 solid 1px;
	border-right:#000000 solid 1px;
	display:block;
	border:none;
	background-image: url(images/overstate_bg.jpg);
	background-repeat: repeat-x;
	background-position: 0 0;
}

#nav ul.MenuBarHorizontal li.flyout{
	height:35px;
	padding:0 2px 0 0;
	float:left;
	list-style-type: none;
	background-image: url(images/navdivider.jpg);
	background-repeat: no-repeat;
	background-position: right top;	
}
#nav ul.MenuBarHorizontal ul li.flyout2 {
	height:25px;
	/*float:left;*/
	list-style-type: none;
	background-image:none;
	background-repeat: no-repeat;
	/*background-position: right top;*/
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	}
	
#nav ul.MenuBarHorizontal ul li.flyout2 a {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	height:20px;
	width:170px;
	}
	

#nav ul.nav li.flyout a{
	display:block;
	background:url(images/nav_bg.jpg) 0 0 repeat-x;
	color:#fff;
	background-color:inherit;
	text-decoration:none;
	font-family: Times, "Times New Roman", Georgia, sans-serif;
	font-size: 14px;
	line-height: 35px;
	font-weight: normal;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
}

#nav ul.nav li.flyout a:hover{
	padding:0 4px;
	border-left:#000000 solid 1px;
	border-right:#000000 solid 1px;
	display:block;
	background-image: url(images/overstate_bg.jpg);
	background-repeat: repeat-x;
	background-position: 0 0;
}
#nav ul.MenuBarHorizontal li.flyoutlast{
	height:35px;
	padding:0 2px 0 0;
	float:left;
	list-style-type: none;
	background-image:none;
	background-repeat: no-repeat;
	background-position: right top;	
}
#nav ul.nav li.flyoutlast a{
	display:block;
	background:url(images/nav_bg.jpg) 0 0 repeat-x;
	color:#fff;
	background-color:inherit;
	text-decoration:none;
	font-family: Times, "Times New Roman", Georgia, sans-serif;
	font-size: 14px;
	line-height: 35px;
	font-weight: normal;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
}

#nav ul.nav li.flyoutlast a:hover{
	padding:0 4px;
	border-left:#000000 solid 1px;
	border-right:#000000 solid 1px;
	display:block;
	background-image: url(images/overstate_bg.jpg);
	background-repeat: repeat-x;
	background-position: 0 0;
}
#nav ul.nav li.last{
	/*background-image:none;*/
}
#nav ul.nav li a.hover{
	display:block;
	background:url(images/nav_bg_hover.gif) 0 0 repeat-x;
	padding:0 13px;
	border-left:#000000 solid 1px;
	border-right:#000000 solid 1px;
	font:bold 11px/35px Arial, Helvetica, sans-serif;
	color:#fff;
	background-color:inherit;
	text-decoration:none;
}
/*#nav ul.MenuBarHorizontal li.last{
	background-image:none;
}*/
#subnav {
	margin-top: 0px;
	margin-bottom: 35px;
}
#subnav ul {
	list-style:none;
	margin:0;
	padding: 0px;
}
#subnav ul li {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 29px;
	width: 181px;
	padding-top: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
}

#subnav li a {
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(images/subnavbtn_off.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 29px;
	width: 181px;
	margin: 0px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 7px;
}
#subnav li a:hover{
	display: block;
	height: 29px;
	width: 181px;
	background-repeat: no-repeat;
	background-image: url(images/subnavbtn_on.jpg);
	color: #FFFFFF;
}

#employee {
	position: absolute;
	width: 125px;
	left: 850px;
	top: 75px;
}
#employee a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#fff;
	text-decoration:none;
}
#employee a:hover {
	color: #FC0;	
}

#content {
	width: 100%;
	margin-left: 120px;
}

#homeTopContent, homeMidContent {
	width: 100%;
	margin-left: 0px;
}

#leftCol {
	float: left;
	width: 200px;
	padding-top: 0px;
	margin-left: 0px;
	margin-right: 75px;
	margin-top: 0px;
}
#leftCol h1 {
	margin-top: 0px;	
}
#leftCol h1 span {
	display:none;
}

#homeTopLeftCol, #homeMidLeftCol { 
	float: left;
	width: 375px;
	padding-top: 0px;
	margin-left: 75px;
	margin-right: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#homeTopLeftCol h1, #homeMidLeftCol h1 {
	margin-bottom: 0px;
	height:16px;
}

#homeTopLeftCol h1 span, #homeMidLeftCol h1 span {
	display:none;
}
#homeMidLeftCol h1 span {
	margin-bottom: 0px;	
	height:16px;
}
#homeTopLeftCol p, #homeMidLeftCol p {
	font-family: helvetica;
	font-size: 12px;
	color: #000000;
	line-height: 16px;
}
#homeTopLeftCol a, #homeMidLeftCol a {
	
}
#homeTopLeftCol a:hover, #homeMidLeftCol a:hover  {
	
}

#subnav {
}
#quickcontact {
	background-color: #FFFFFF;
	height: 275px;
	width: 200px;
	margin-top: 35px;
	background-image: url(images/quickcontact_bg.jpg);
	background-repeat: no-repeat;
	padding-left: 0px;
}
#quickcontact h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 24px;
	color: #FFFFFF;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -10px;
	padding-top: 75px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}
#quickcontact h2 {

}
#quickcontact p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	margin-right: 15px;
	margin-left: 30px;
	margin-bottom: -7px;
	color: #FFFFFF;
	font-weight: bold;
}
#quickcontact a {
	margin-top: 10px;
}
#quickcontact a:hover {
	
}
#carecredit {
	margin-top: 0px;
}

#offices {
	margin-top: 0px;
}
#offices p {
	font-family: Helvetica;
	font-size: 8px;	
	color:#000000;
}
#offices a {

}
#offices a:hover {
	
}
#offices h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #e3b576;
	margin-top: -15px;
}
.officethumbs {
}
#homeOffices {
	margin-top: 0px;
	margin-left: 75px;
}
#homeOffices p {
	font-family: Helvetica;
	font-size: 10px;
	color:#000000;
}
#homeOffices a {

}
#homeOffices a:hover {
	
}
#homeOffices h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #e3b576;
	margin-top: -15px;
}
#container {
	clear: both;
	padding-top: 25px;
}
#homeFollowUs {
	margin-left: 75px;
	position: relative;
	top: -40px;
	height: 150px;
}
#homeFollowUs h1 span {
	display:none;
}

#followus {
}
#extras {
	float: left;
	width: 500px;
	position: relative;
	left: 400px;
	top: -180px;
}
#extras p {
	font-family:Helvetica;
	font-size:10px;
	color:#000;
}
#extras a {
	color:#690;
}
#extras a:hover {
	color:#000;
}
.sociallogos {
	margin-top: -50px;
}

#rightCol {
	width:530px;
	float: left;
}

#rightCol h1 {
	margin-bottom: 0px;
	margin-top: 0px;
}
#rightCol h1 span {
	display: none;
}
#rightCol h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #765E3D;
	font-weight: lighter;
}
#rightCol h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #687D31;
	font-weight: lighter;
}
#rightCol p {
	font-family: helvetica;
	font-size: 12px;
	color: #000000;
	line-height: 16px;
}
#rightCol a {
	font-family: Helvietica, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
}
#rightCol a:hover {
}
#rightCol ul li {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color:#000000;
	list-style-type:none;
}
#viewer {
	top: -130px;
	position: relative;
	margin-bottom: 0px;
}
#opticalviewer {
	top: -130px;
	position: relative;
	margin-bottom: -75px;
	float: right;
	left: 120px;
}
.homelogos {
	margin-top: 15px;
	margin-left: 80px;
}
#homeTopRightCol, #homeMidRightCol  {
	width:550px;
	float: left;
	margin-left: 50px;
	margin-bottom: -75px;
}

#homeTopRightCol h, #homeMidRightCol  h1 {
	margin-bottom: -10px;
}
#homeTopRightCol h1 span, #homeMidRightCol h1 span, #homeOffices h1 span {
	display: none;
}
#homeTopRightCol h2, #homeMidRightCol  h2, #homeMidLeftCol  h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #e3b576;
	font-weight: lighter;
}
#homeTopRightCol p, #homeMidRightCol  p {
	font-family: helvetica;
	font-size: 12px;
	color: #000000;
	line-height: 16px;
}
#homeTopRightCol a, #homeMidRightCol a {
}
#homeTopRightCol a:hover, #homeMidRightCol a:hover {
}
#optical {
	height: 114px;
	width: 1079px;
	float: left;
	background-image: url(images/opticallogos.jpg);
	background-repeat: no-repeat;
}
#optical p {
	color: #FFFFFF;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	
}
#optical h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}
#opticaltable tr {
display:block;
}
#opticaltable td {
padding-left:10px;
padding-right:10px;
paddimg-top:2px;
paddimg-bottom:2px;
height:30px;
}
.docpix {
	border: medium solid #687D32;
	float: left;
	margin-right: 15px;
	margin-bottom: 5px;
}
.docpix2 {
	border: medium solid #687D32;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-top: 20px;
}
.spacer {
	clear: both;
	width: 809px;
	background-image: url(images/mid_swirl.jpg);
	background-repeat: no-repeat;
	height: 68px;
	margin-left: 135px;
}
.spacer2 {
	clear: both;
	width: 809px;
	
	
	height:1px;
	margin-left: 135px;
}
#footer {
	background-image: url(images/footer_bg.jpg);
	background-repeat: no-repeat;
	height: 500px;
	position: absolute;
	bottom: 0px;
	width: 1079px;
	top: 2165px;
	margin-left:0px;
	clear: both;
}
#footer_privacy {
	background-image: url(images/footer_bg.jpg);
	background-repeat: no-repeat;
	height: 500px;
	position: absolute;
	bottom: 0px;
	width: 1079px;
	top: 4465px;
	margin-left:0px;
	clear: both;
}

#links {
	width: 800px;
	margin-top: 250px;
	margin-left: 100px;
}
#links p {
	font-family: helvetica;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 20px;
	text-align: center;
}
#links a {
	color: #FFFFFF;
	text-decoration: none;
}
#links a:hover {
	color: #025416;
}

li.subnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 200px;
	height: 25px;
}
li.subnav a {
	background-color: #003333;	
}

