	@charset "UTF-8";
	
	/*
	Thomas P. Campbell
	http://www.drtomcampbell.com
	
	Fueled by Unleaded Software
	http://www.unleadedsoftware.com
	2.2008
	*/

	/* Reset Styles */
	body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td { 
	margin: 0;
	padding: 0;
	}
	
	table {
	border-collapse: collapse;
	}
	
	fieldset, img { 
	border: 0;
	}
	
	address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
	}
	
	ol,ul {
	list-style: none;
	}
	
	caption,th {
	text-align: left;
	}
	
	h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
	}
	
	abbr,acronym { 
	border: 0;
	}
	/* End Reset Styles */
	
	body {
	background: #4d4d4d url(images/bodyBg.gif) repeat-x top;
	}
	
	#layout {
	width: 950px;
	margin: 0px auto;
	}
	
	#sidebar {
	float: left;
	width: 235px;
	}
	
	#logo {
	width: 235px;
	height: 130px;
	background: url(images/logo.jpg) no-repeat top;
	}
	
	#logo h1 {
	text-indent: -999em;
	}
	
	#logo a {
	display: block;
	width: 235px;
	height: 130px;
	}
	
	#mainNav {
	width: 227px;
	height: 27px;
	padding: 17px 0 0 8px;
	
	color: #4d4d4d;
	font: normal bold 10px/12px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	}
	
	#mainNav a {
	color: #4d4d4d;
	text-decoration: none;
	}
	
	#mainNav a:hover {
	color: #333;
	text-decoration: underline;
	}
	
	#subNav {
	width: 235px;
	margin: 15px 0 0 0;
	}
	
	#subNav li {
	display: block;
	width: 235px;
	height: 49px;
	
	text-indent: -999em;
	}
	
	.navCataracts {
	background: url(images/nav/cataracts.gif) no-repeat top;
	}
	
	.navCataracts a {
	display: block;
	width: 235px;
	height: 49px;
	}
	
	.navCataracts a:hover {
	background: url(images/nav/cataractsOn.gif) no-repeat top;
	}
	
	.navGlaucoma {
	background: url(images/nav/glaucoma.gif) no-repeat top;
	}
	
	.navGlaucoma a {
	display: block;
	width: 235px;
	height: 49px;
	}
	
	.navGlaucoma a:hover {
	background: url(images/nav/glaucomaOn.gif) no-repeat top;
	}
	
	.navDiabetes {
	background: url(images/nav/diabetes.gif) no-repeat top;
	}
	
	.navDiabetes a {
	display: block;
	width: 235px;
	height: 49px;
	}
	
	.navDiabetes a:hover {
	background: url(images/nav/diabetesOn.gif) no-repeat top;
	}
	
	.navDryeyes {
	background: url(images/nav/dryeyes.gif) no-repeat top;
	}
	
	.navDryeyes a {
	display: block;
	width: 235px;
	height: 49px;
	}
	
	.navDryeyes a:hover {
	background: url(images/nav/dryeyesOn.gif) no-repeat top;
	}
	
	.navDegeneration {
	background: url(images/nav/degeneration.gif) no-repeat top;
	}
	
	.navDegeneration a {
	display: block;
	width: 235px;
	height: 49px;
	}
	
	.navDegeneration a:hover {
	background: url(images/nav/degenerationOn.gif) no-repeat top;
	}
	
	.navEyewear {
	background: url(images/nav/eyewear.gif) no-repeat top;
	}
	
	.navEyewear a {
	display: block;
	width: 235px;
	height: 49px;
	}
	
	.navEyewear a:hover {
	background: url(images/nav/eyewearOn.gif) no-repeat top;
	}
	
	.navAbout {
	background: url(images/nav/about.gif) no-repeat top;
	}
	
	.navAbout a {
	display: block;
	width: 235px;
	height: 49px;
	}
	
	.navAbout a:hover {
	background: url(images/nav/aboutOn.gif) no-repeat top;
	}
	
	.navStaff {
	background: url(images/nav/staff.gif) no-repeat top;
	}
	
	.navStaff a {
	display: block;
	width: 235px;
	height: 49px;
	}
	
	.navStaff a:hover {
	background: url(images/nav/staffOn.gif) no-repeat top;
	}
	
	.navLasik {
	background: url(images/nav/lasik.gif) no-repeat top;
	}
	
	.navLasik a {
	display: block;
	width: 235px;
	height: 49px;
	}
	
	.navLasik a:hover {
	background: url(images/nav/lasikOn.gif) no-repeat top;
	}
	
	.navSpacer {
	background: url(images/nav/spacer.gif) no-repeat top;
	}
	
	#content {
	float: left;
	width: 715px;
	}
	
	#headerTop {
	width: 625px;
	height: 22px;
	padding: 30px 90px 0 0;
	background: url(images/headerTop.jpg) no-repeat top;
	
	color: #999;
	font: normal bold 12px/14px Arial, Helvetica, sans-serif;
	text-align: right;
	}
	
	#headerTop a {
	color: #4d4d4d;
	text-decoration: none;
	}
	
	#headerTop a:hover {
	color: #666;
	}
	
	#contentBg {
	width: 715px;
	background: url(images/contentBg.gif) repeat-y top;
	}
	
	#contentTxt {
	width: 666px;
	padding: 13px 27px 0 22px;
	background: url(images/contentTop.gif) no-repeat top;
	
	color: #4d4d4d;
	font: normal 12px/22px Arial, Helvetica, sans-serif;
	text-align: justify;
	}
	
	#contentTxt a {
	color: #4d4d4d;
	text-decoration: underline;
	}
	
	#contentTxt a:hover {
	color: #999;
	}
	
	#contentTxt h2 {
	width: 666px;
	height: 35px;
	margin: 0 0 10px 0;
	
	text-indent: -999em;
	}
	
	#contentTxt p {
	padding: 0 18px 0 18px;
	}
	
	#contentTxt small {
	margin: 0 10px 0 20px;
	font-size: 11px;
	}
	
	#contentTxt strong {
	font-weight: bold;
	}
	
	#contentTxt ul {
	margin: 10px 50px 0 50px;
	list-style-type: disc;
	}
	
	.pictureBox {
	float: left;
	display: block;
	width: 210px;
	
	text-align: center;
	}
	
	.clear {
	clear: left;
	}
	
	.h2welcome {
	background: url(images/welcomeTitle.gif) no-repeat top;
	}
	
	.h2cataracts {
	background: url(images/cataractsTitle.gif) no-repeat top;
	}
	
	.h2glaucoma {
	background: url(images/glaucomaTitle.gif) no-repeat top;
	}
	
	.h2diabetes {
	background: url(images/diabetesTitle.gif) no-repeat top;
	}
	
	.h2dryeyes {
	background: url(images/dryeyesTitle.gif) no-repeat top;
	}
	
	.h2degeneration {
	background: url(images/degenerationTitle.gif) no-repeat top;
	}
	
	.h2eyewear {
	background: url(images/eyewearTitle.gif) no-repeat top;
	}
	
	.h2about {
	background: url(images/aboutTitle.gif) no-repeat top;
	}
	
	.h2staff {
	background: url(images/staffTitle.gif) no-repeat top;
	}
	
	.h2hours {
	background: url(images/hoursTitle.gif) no-repeat top;
	}
	
	.h2contact {
	background: url(images/contactTitle.gif) no-repeat top;
	}
	
	.h2lasik {
	background: url(images/lasikTitle.gif) no-repeat top;
	}
	
	.green {
	font-weight: bold;
	color: #77966f;
	}
	
	.white a {
	color: #fff;
	}
	
	.photo {
	padding: 0 0 0 25px;
	}
	
	#contentFooter {
	width: 715px;
	height: 42px;
	margin: 0 0 25px 0;
	background: url(images/footerBg.gif) no-repeat top;
	}
	
	#footer {
	clear: left;
	width: 100%;
	height: 85px;
	margin: 0 0 25px 0;
	background: #565656;
	}
	
	#footerLayout {
	width: 950px;
	margin: 0px auto;
	}
	
	#footerSpacer {
	float: left;
	width: 235px;
	height: 85px;
	}
	
	#footerTxt {
	float: left;
	width: 715px;
	height: 85px;
	
	color: #fff;
	font: normal 10px/18px Arial, Helvetica, sans-serif;
	text-align: center;
	}
	
	#footerTxt a {
	color: #90be84;
	text-decoration: none;
	text-transform: uppercase;
	}
	
	#footerTxt a:hover {
	color: #fff;
	}
	
	#footerTxt span a {
	color: #fff;
	text-transform: none;
	}
	
	#footerTxt p {
	margin: 10px 0 0 0;
	}