@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}
.twoColFixLtHdr #container {
	width: 850px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/bodybg2.png);
	background-repeat: repeat-y;
	background-position: top center;
} 
.twoColFixLtHdr #container2 {
	width: 850px;
	margin: 0 auto;
	text-align: left;
	background-position: top center;
} 
.twoColFixLtHdr #header {
	padding: 0px 10px 0px 0px;
	height: 180px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: left;
	margin: 0px 0px 0px 25px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 210px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 10px 15px 25px;
	font-size: 10pt;
}
.twoColFixLtHdr #mainContent {
	margin: 0 5px 25px 245px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px 0 10px;
	border-left: 2px solid #999;
} 
.twoColFixLtHdr #mainContent2 {
	padding: 0 25px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 750px;
	background-color: #FFFFFF;
	margin-left: 25px;
} 
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	margin-left: 25px;
	background-color: #FFFFFF;
	width: 770px;
	border-top: 2px groove #999999;
	font-size: 9pt;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0;
}
.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;
}
.footershadow {
	background-image: url(images/footer2.png);
	background-repeat: no-repeat;
	height: 35px;
	width: 850px;
	background-position: top center;
}
.infoheader {
	color: #0254A6;
	text-align: right;
	font-size: 9pt;
	height: 22px;
	width: 500px;
	float: right;
	margin-top: 3px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px 25px 0px 0px;
}
.menu {
	width: 100px;
	float: left;
	height: 125px;
	padding: 9px 0px 2px 3px;
	font-style: italic;
	color: #FFFFFF;
	line-height: 20.5pt;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
.address {
	width: 500px;
	float: left;
	font-size: 9pt;
	color: #0254a6;
	font-weight: bold;
	padding: 75px 0px 25px 0px;
}
.menubar {
	float: left;
	width: 750px;
	padding: 5px 0px 0px 50px;
	color: #FFFFFF;
	font-size: 11pt;
	padding-bottom: 20px;
}
.sidebarheader {
	text-align: center;
	height: 40px;
	background-image: url(images/sidebarheader.jpg);
	padding-top: 10px;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #0152A1;
	background-position: top center;
	font-size: 14px;
}
li {
	font-size: 9pt;
	margin-left: -15px;
}
.titlebar {
	color: #0152A1;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 32pt;
	padding: 0px 0px 0px 0px;
}
.firstletter {
	float:left;
	margin-right: .5em;
	margin-right: 8px;
	margin-left: 15px;
	display: inline;
}
.firstphoto {
	float:right;
	line-height: 0.5em;
	margin-left: 1em;
}
.infocontent
{
	font-size: 10pt;
	width: 420px;
	padding-right: 25px;
}
.class1 a {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bolder;}
.class1 a:hover {color: #0054A4;}
.class2 a {
	text-decoration: none;
	color: #0152A1;
	font-weight: bolder;
	font-size: 10pt;
}
.class2 a:hover {color: #999999;}
.class3 {
	padding-top: 5px;

}
.class3 a {
	text-decoration: none;
	color: #000000;
	height: 25px;
}
.class3 a:hover {color: #999999;}
.contentcontainer {
	width: 535px;
	background-image: url(images/bar.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	padding-bottom: 25px;
}
a {text-decoration: none;}
.credit {
	font-size: 7pt;
	text-align: center;
	padding-top: 3px;
}
.header1 {
	color: #0057A7;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
	font-size: 18pt;
	width: 500px;
}
.header2 {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	font-size: 12pt;
	width: 500px;
}
.header3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	width: 500px;
}
p {
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0 15px 0 20px;
}
.printer {
	width: 175px;
	float: right;
	text-align: center;
	font-size: 10px;
}
.misc {

}
.servicesbg {
	background-image: url(images/servicesbg.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	height: 325px;
}
.contactbg {
	background-image: url(images/contactbg.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	height: 245px;
}
.glassesbg {
	background-image: url(images/glassesbg.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	height: 400px;
}
#eye {
	font-size: 8pt;
}
#hippa {
	padding-top: 1px;
	font-size: 8pt;
}
#location {

}

img, div { behavior: url(iepngfix.htc);}
