/* Dr. Fitzgerald and Associates CSS Document */

/* MAIN SETTINGS */
body {
	margin: 0;
	padding: 0;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	background: #fff;
}
#wrapper {
	margin: 0;
	padding: 0;
	width: 900px;
}
a:link {
	color: #0c9990;
}
a:visited {
	color: #333;
}
h3 a:link, h3 a:visited {
	color: #0c9990;
	text-decoration: none;
}

/* Header Settings */

#header {
	margin: 0;
	padding: 0;
	width: 900px;
	height: 109px;
	font-size: 13px;
	line-height: 15px;
	background: url(/images/header_background.jpg) no-repeat;
}

/* Business Logo Settings */

#businessLogo {
	margin: 0;
	padding: 1px 0 0 65px;
	float: left;
	width: 215px;
	height: 73px;
}
/* Hide the logos for the print and handheld style sheets */
#content .printheader, #content .handheldheader {
	display: none;
}

/* Main Column Settings */

#mainCol {
	margin: 0;
	padding:0;
	width: 900px;
	background: #fff url(/images/background.gif) left top repeat-y;
	font-size: 13px;
	line-height: 15px;
}
#mainColBottom {
	margin: 0;
	padding:0;
	width: 900px;
	background: url(/images/content_background_bottom.gif) right bottom no-repeat;
	font-size: 13px;
	line-height: 15px;
}

/* Navbar */

#navbar ul {
	margin: 0;
	padding: 0;
	font-family: Gill Sans, Arial, Helvetica, sans-serif;
	width: 204px;
	list-style: none;
}
#navbar li {
	margin: 0;
	padding: 0;
	font-weight: bold;
	text-align: right;
}
#navbar li a:link, #navbar li a:visited {
	margin: 0;
	padding: 7px 82px 10px 0;
	display: block;
	background: #ddf0ee url(/images/navbar_background.gif) repeat-y bottom left;
	color: #0e968d;
	font-weight: normal;
	text-decoration: none;
	border: none;
}
/* hide holly hack from IE Mac \*/
* html #navbar li a { 
	height: 1%;
	vertical-align: bottom;
} /* Holly Hack to get around a lovely IE issue with list items and a elements set to block */
#navbar li a:link.current, #navbar li a:visited.current {
	background: #ddf0ee url(/images/navbar_background-over.gif) repeat-y bottom left;
	color: #fff;
	font-weight: bold;
	border: none;
}
#navbar li a:hover, #navbar li a:active, #navbar li a:focus {
	background: #78c4bf url(/images/navbar_background-over.gif) repeat-y bottom left;
	color: #fff;
	font-weight: bold;
	border: none;
}
#navbar li a:link.top, #navbar li a:visited.top {
	background: #ddf0ee url(/images/navbar_top.gif) repeat-y top right;
}
#navbar li a:hover.top, #navbar li a:active.top, #navbar li a:focus.top, #navbar li a:link.currentTop, #navbar li a:visited.currentTop {
	background: #78c4bf url(/images/navbar_top-over.gif) repeat-y top right;
	color: #fff;
	font-weight: bold;
	border: none;
}
#navbar li a:link.bottom, #navbar li a:visited.bottom {
	background: #ddf0ee url(/images/navbar_bottom.gif) repeat-y bottom right;
}
#navbar li a:hover.bottom, #navbar li a:active.bottom, #navbar li a:focus.bottom, #navbar li a:link.currentBottom, #navbar li a:visited.currentBottom {
	background: #78c4bf url(/images/navbar_bottom-over.gif) repeat-y bottom right;
	color: #fff;
	font-weight: bold;
	border: none;
}

/* MAIN CONTENT */

/* Content */

#content {
	margin: 0;
	padding: 0 0 0 67px;
	width: 593px;
	background: url(/images/content_background.gif) top left no-repeat;
	float: right;
}
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
	margin: 0;
	padding: 5px 0 0 0;
	font-weight: bold;
	color: #333;
}
#content h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	line-height: 26px;
	color: #020204;
	background: url(/images/divider_med.gif) bottom left no-repeat;
}
#content h2 {
	margin: 5px 0;
	padding: 5px 0;
	font-family: Gill Sans, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 22px;
	color: #0c9990;
	font-weight: normal;
}
#content h3 {
	font-size: 13px;
}
#content h4 {
	margin: 4px 0 2px;
	padding: 0;
	color: #0c9990;
	font-size: 12px;
}
#content h5 {
	margin: 2px 0;
	padding: 0;
	font-size: 108%;
	line-height: 100%;
}
#content h6 {
	margin: 2px 0 0 0;
	padding: 0;
	font-size: 100%;
	line-height: 100%;
}
#content p, li {
	padding: 0;
	color: #333;
}
#content p {
	margin: 4px 0 10px 0;
}
#content p.divider, #content h3.divider, #content h4.divider {
	padding: 0 0 13px 0;
	background: url(/images/divider.gif) bottom left no-repeat;
}
#content p.product {
	padding: 3px;
	background: url(/images/divider.gif) top left no-repeat;
}
#content blockquote {
	margin: 5px 20px;
	padding: 0;
}
#content ul {
	margin: 0;
	padding: 5px 0 5px 16px;
}
#content li {
	margin: 15px 0 15px 8px;
	padding: 0 0 0 4px;
	list-style: url(/images/list_bullet.gif) none;
}
strong, b {
	color: #333;
}
.headerAlt {
	font-weight: normal;
	color: #333;
}

/* Contact Form Table/Plain Tables  */

table {
	margin: 5px auto;
	border: none;
	border-collapse: collapse;
}
th, td {
	background: #cce3e1;
	vertical-align: top;
	margin: 0;
	padding: 2px;
	border-bottom: none;
}
th {
	text-align: right;
	color: #fff;
	background: #78c4bf;
}
th.submit {
	text-align: center;
}
tr.alt *, td.alt {
	background: #afbfd8;
}
/* Form Elements */

input, textarea {
	margin: 0;
	padding: 1px;
	border: #0c9990 solid 1px;
	color: #333;
	font-size: 90%;
	vertical-align: bottom;
}
select {
	margin: 0 0 2px 0;
	padding: 1px;
	border: #0c9990 solid 1px;
	color: #333;
	font-size: 90%;
	vertical-align: bottom;
}
input.radioButton {
	border: none;
}
input.sminp {
	margin: 3px auto;
	padding: 0 8px;
	color: #fff;
	font-weight: bold;
	border: 1px solid #0b3d8a;
	background: #0c9990 url(/images/sminp_background.gif) repeat-x;
}

/* Footer */

#footer {
	margin: 0 0 0 129px;
	padding: 10px 0 36px;
	width: 770px;
	background: #cce3e1 url(/images/footer_background.gif) right bottom no-repeat;
	text-align: right;
	font-size: small;
	color: #000;
	clear: both;
}
#footerTop {
	margin: 9px 0 0 0;
	padding: 7px 0 0 0;
	background: #a1d1ce url(/images/footer_top_bottom.gif) top repeat-x;
}
#footerBottom {
	margin: 0;
	padding: 0 0 7px 0;
	background: #a1d1ce url(/images/footer_top_bottom.gif) bottom repeat-x;
}
#footer p {
	padding: 2px 0;
	margin: 0;
	font-size: 10px;
	line-height: 13px;
}
#footer p.copyright {
	padding: 2px 0;
	margin: 0;
	color: #08998f;
	font-size: 9px;
	line-height: 10px;
	text-align: center;
}
#footer h3 {
	padding: 3px 0 0 0;
	margin: 0;
	font-family: Gill Sans, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #0c9990;
	font-size: 18px;
	line-height: 20px;
	background: url(/images/divider.gif) bottom left no-repeat;
}
#footer strong, #footer b {
	color: #0c9990;
}
#footer ul {
	margin: 0;
	padding: 4px;
	color: #0c9990;
	font-size: 10px;
}
#footer li {
	display: inline;
	color: #0c9990;
}
#footer a {
	padding: 0;
	text-decoration: underline;
	color: #0c9990;
	font-weight: bold;
}
#footer a:hover, #footer a:focus {
	text-decoration: none;
	color: #0c9990;
}
#footer p a {
	text-decoration: underline;
	color: #0c9990;
}
#footer p a:hover, #footer p a:focus {
	text-decoration: underline;
	color: #0c9990;
}

/* Footer Eye Care Tips and Client Access */

#eyecareTips {
	margin: 0;
	padding: 5px 15px 0;
	width: 249px;
	height: 126px;
	float: left;
	text-align: left;
	background: #a1d1ce;
}
#eyecareTips h3 {
	background: url(/images/divider_eyecareTips.gif) bottom left no-repeat;
}
#clientAccess {
	margin: 0;
	padding: 5px 15px 0;
	width: 277px;
	height: 126px;
	float: right;
	text-align: left;
	background: #e6f2f1;
}
#clientAccess h3 {
	background: url(/images/divider_clientAccess.gif) bottom left no-repeat;
}
#clientAccess form {
	margin: 0;
	padding: 0;
}
#clientAccess .floatInput {
	margin: 4px 0;
	float: left;
}
#clientAccess label {
	font-size: 9px;
}
#clientAccess input {
	margin: 0;
	padding: 0;
	font-size: 10px;
}
#clientAccess input.sminp {
	margin: 0;
	padding: 0;
	width: 60px;
	color: #fff;
	float: none;
	border: 1px solid #c0c0c0;
	background: #0c9990;
}

/* Misc Classes */

.smallFont {
	font-size: 85%;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.photo {
	margin: 5px;
	padding: 4px;
	border: 1px #fc0 solid;
}
.indent {
	padding-left: 30px;
	margin-left: 30px;
}
.clear {
	clear: both;
}
.whiteText {
	color: #fff;
}

/* William Easton Design Logo Version 2.0 */

#eastonLogoV2 {
	margin: 0 auto;
	padding: 0;
	width: 110px;
	height: 45px;
}
#eastonLogoV2 ul {
	list-style: none;
	width: 110px;
	margin: 0;
	padding: 0;
}
#eastonLogoV2 li {
	margin: 0;
	padding: 0;
}
#eastonLogoV2 a {
	display: block;
	padding: 0;
	width: 110px;
	height: 45px;
}
li.eastonTextV2, a.eastonTextV2:link, a.eastonTextV2:visited {
	background: url("../images/eastonLogo.gif") no-repeat left top;
}
a.eastonTextV2:hover {
	background-position: 0 -45px!important;
}
#eastonLogoV2 ul li a span {
	display: none;
}