﻿body {
	background: #fff url('../images/page-bg.gif') repeat-x scroll left top;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #666;
	margin: 0px;
	padding: 0px;
}
img {
	border: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}
hr {
	height: 1px;
	border: 0px;
	background-color: #505f48;
	color: #505f48;
}
#mainWrapper {
	width: 753px;
	margin: auto;
}
#pageHeader {
	text-align: center;
}
#pageContent {
	padding: 40px 0px 120px 0px;
	height: 1%;
	overflow: hidden;
}
#pageContent a {
	color: #505f48;
}
#pageFooter {
	background: #505f48 url('../images/footer-bg.gif') repeat-x scroll left top;
	height: 104px;
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
}
/***** SITE NAVIGATION *****/
#footerPanels {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	text-align: center;
}
#footerPanels > li {
	cursor: pointer;
}
#footerPanels > li > ul {
	cursor: default;
}
#footerPanels a {
	font-family:"Times New Roman", Times, serif;
	display:inline-block;
	color: #505f48;
	text-decoration: none;
	text-transform: uppercase;
	margin: 2px;
}
#footerPanels a:hover {
	color: #22281f;
	text-decoration: underline;
	font-weight: bold;
}

#footerPanels ul {
	width: 187px;
	text-align: center;
	bottom: 68px;
	position: absolute;
	padding: 68px 0px 5px 0px;
	margin: 0px 0px 0px 32px;
	list-style-type: none;
	background: #d2e4cf url('../images/panel-links-bg.gif') no-repeat scroll center top;
	display: none;
}
#footerPanel1, #footerPanel2, #footerPanel3 {
	padding: 0px;
	margin: 0px;
	display: inline-block;
	height: 104px;
	width: 251px;
}
#footerPanel1.down {
	background: url('../images/practice.gif') no-repeat scroll left top;
}
#footerPanel2.down {
	background: url('../images/services.gif') no-repeat scroll left top;
}
#footerPanel3.down {
	background: url('../images/gallery.gif') no-repeat scroll left top;
}
#footerPanel1.up {
	background-image: url('../images/practice-up-new.gif');
}
#footerPanel2.up {
	background-image: url('../images/services-up-new.gif');
}
#footerPanel3.up {
	background-image: url('../images/gallery-up-new.gif');
}
/***** HOME *****/
#introClip {
	width: 290px;
	float: left;
}
/***** APPT FORM *****/
#makeAppointment {
	margin: 40px 0px 0px 120px;
}
#makeAppointment input[type=text], #makeAppointment textarea {
	font-family: inherit;
	width: 280px;
	height: 20px;
	background-image: url('../images/text-input-bg.gif');
	border: 0px;
	margin: 0px 0px 6px 10px;
	color: #5f7456;
	padding: 4px 0px 0px 6px;
}
#makeAppointment textarea {
	height: 80px;
}
#makeAppointment input[type=checkbox] {
	vertical-align: middle;
	margin-bottom: 4px;
}

/***** ALL FORMS *****/
form {
	margin: 0px;
	padding: 0px;
}
label {
	display: inline-block;
	width: 100px;
	text-align: right;
	margin-right: 5px;
	vertical-align: top;
}
input[type="text"], input[type="password"] {
	width: 175px;
	background: #fff url('../images/admin-input-bg.gif') no-repeat scroll top left;
	border: 1px solid #999;
}
input[type="submit"], input[type="reset"], input[type="button"], button {
	background-color: #ccc;
	border: 1px solid #eee;
	border-bottom-color: #333;
	border-right-color: #333;
	font-size: 90%;
	padding: 4px 6px;
}
input[type="submit"] {
	font-weight: bold;
	margin-left: 105px; /* labelWidth + labelMargin */
}
.form_error, .form_success {
	background-color: #ffc;
	padding: 0px 10px;
}
.form_error {
	border: 1px solid #f00;
	color: #f00;
}
.form_success {
	border: 1px solid #090;
	color: #090;
}
