@charset "utf-8";
body {
	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: #6d6d6d;
	background-color: #666666;
	background-image: url(../images/layout/background.jpg);
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
}
#container {
	width: 896px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #efefef;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}
#containerBottom {
	background-image: url(../images/layout/containerbottom.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0px;
	height: 9px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	bottom: 1px;
}
#topbar {
	background-color: #c8c4b1;
	margin: 0px;
	padding: 0px;
	height: 7px;
}
#header {
	background-color: #718b8e;
	height: 97px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #403c3a;
}
#headerContent {
	width: 895px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0;
}
#headerContent h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: 24px;
	padding-top: 35px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
#headerSlogan {
	width: 500px;
	text-align: right;
	padding-top: 20px;
}
#headerSlogan h2 {
	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 */
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: 14px;
}
.imageBorder {
	border: 1px solid #b5b2ad;
}
#sidebar {
	float: left;
	padding: 0px;
	position: relative;
	z-index: 0;
	width: 260px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#sidebarTop {
	background-image: url(../images/layout/sidebar-Top.png);
	background-repeat: no-repeat;
	margin-top: 30px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 22px;
	background-position: right bottom;
}
#sidebarStretch {
	background-image: url(../images/layout/sidebar-stretch.png);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	background-position: right;
}
#sidebarBottom {
	padding: 0px;
	margin: 0px;
	height: 22px;
	background-image: url(../images/layout/sidebar-Bottom.png);
	background-repeat: no-repeat;
	background-position: right top;
}
#sidebarEditable {
	padding: 10px;
	width: 260px;
	margin: 0px;
}
/* Begin Navigation Styles */
#navcontainer {
	margin-left: 30px;
	padding: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
#navcontainer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#navcontainer li {
	margin: 0px;
	font-family: Georgia, "New Roman", Times, serif;
}
#navcontainer a {
	display: block;
	color: #718b8e;
	background-color: transparent;
	width: 200px;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
}
#navcontainer a:hover {
	background-color: #ddd;
	color: #333;
	padding: 2px 1px 2px 10px;
	border-right-width: 10px;
	border-right-style: solid;
	border-right-color: #718b8e;
}
#navcontainer ul ul {
	margin-left: 30px;
	padding: 0;
	list-style-type: none;
}
#navcontainer li li a {
	display: block;
	color: #8d8a7d;
	background-color: transparent;
	width: 170px;
	margin: 0px;
	border-top: none;
	border-bottom: none;
	border-left: 1px solid #aaa;
	text-decoration: none;
	font-size: 11px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/* End Navigation Styles */
#navigation h2 {
	color: #718b8e;
}
.input {
	border: 1px solid #a6a393;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 23px;
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
}
.btn {
	border: 1px solid #a6a393;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 23px;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	vertical-align: middle;
}
.btn:hover {
	background-color: #718b8e;
	color: #FFFFFF;
}
#newsletter {
	background-image: url(../images/layout/newsletter.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 176px;
	width: 260px;
}
#newsletterContent {
	text-align: right;
	margin: 0px;
	padding-top: 25px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
form {
	margin: 0px;
	padding: 0px;
}

#newsletter p {
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#locations {
	padding: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 40px;
}
#mainContent {
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: 0px;
	margin-left: 270px;
	padding: 0px;
}
#mainContentTop {
	background-image: url(../images/layout/mainContent-Top.png);
	background-repeat: no-repeat;
	height: 22px;
	background-position: right;
	margin: 0px;
	padding: 0px;
}
#mainContentStretch {
	background-image: url(../images/layout/mainContent-stretch.png);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	background-position: right;
}
#mainContentBottom {
	background-image: url(../images/layout/mainContent-Bottom.png);
	background-repeat: no-repeat;
	height: 22px;
	background-position: right;
	margin: 0px;
	padding: 0px;
}
#mainContentEditable {
	padding: 20px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
/*	height: 840px; */
}
#mainContentEditableInner {
	padding: 20px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#leftColumnInner {
}
ul {
	list-style-type: disc;
	list-style-position: outside;
}
#rightColumnInner {
}
#medicalServices ul {
	list-style-type: none;
	padding: 0px;
	margin-left: 1em;
}
#footerSpacer {
	height: 32px;
}
#footer {
	padding: 0;
	background-color: #514e4c;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #686564;
	height: 61px;
	margin: 0px;
}
#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 100px 10px 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #bebebe;
	line-height: 18px;
}
#footer a {
	color: #bebebe;
}
#footer a:hover {
	color: #999999;
}
.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;
}
