@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif; /* Corbel, Verdana, Arial, Helvetica, sans-serif */
	font-size: 12px;
	background: #f5f5f5;
	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;
}
#content {
	margin-left: 20px;
}
#contentCenter {
	text-align: center;
	font-size: 14px;
}
.oneColElsCtrHdr #container {
	width: 800px;
	background: #ffffff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtrHdr #header { 
	background: #ffffff; 
	padding: 25px 3% 5px;
	padding-bottom: 20px;
} 
.oneColElsCtrHdr #menu { 
	text-align: left;
	height: 40px;
	width: 800px;
	background: #7E725B;
	color: #B3B3B3;
	margin: 0;
	padding: 0px;
}
.oneColElsCtrHdr #menu img {
	vertical-align: top;
}	
.oneColElsCtrHdr #tagLine {
	color: #cccccc;
	font-size: small;
	margin: 0; 
	padding: 0;
	text-align: right;
	text-transform: lowercase;
}
.oneColElsCtrHdr #header table {
	width: 100%;
}
.oneColElsCtrHdr #mainContent {
	margin: 10px auto 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #ffffff;
	min-height: 330px;
	width: 720px;
}
.oneColElsCtrHdr #brochureContentFrame {
	background-image: url(images/brochure_container2.gif);
	background-repeat: no-repeat;
	margin: 0 auto;
	height: 600px;
	min-width: 720px;
}
.oneColElsCtrHdr #brochureContentFrame h2 {
	color: #000000;
	font-size: x-large;
	margin: 0 20px 0 40px;
	padding-bottom: 10px;
	padding-left: 25px;
	padding-top: 15px;
	text-align: center;
	text-transform: uppercase;
	width: 185px;
	visibility: hidden;
}
.oneColElsCtrHdr #contentFrame {
	background-image: url(images/content_container.gif);
	background-repeat: no-repeat;
	margin: 0 auto;
	min-height: 375px;
	min-width: 720px;
}
.oneColElsCtrHdr #contentFrame h1 {
	color: #B3B3B3;
	font-size: x-large;
	margin: 0 5px 0 5px;
	text-transform: uppercase;
}
.oneColElsCtrHdr #contentFrame h2 {
	color: #000000;
	font-size: x-large;
	margin: 0 20px 0 40px;
	padding-left: 25px;
	padding-top: 15px;
	text-align: center;
	text-transform: uppercase;
	width: 185px;
}
.oneColElsCtrHdr #facilityLogin {
	font-size: small;
	vertical-align: top;
	width: 50%;
}
.oneColElsCtrHdr #facilityLoginForm {
	margin-top: 20px;
	text-align: center;
}
.oneColElsCtrHdr #facilityLoginForm #facilityUserName {
	width: 150px;
}
.oneColElsCtrHdr #facilityLoginForm #facilityPassword {
	width: 150px;
}
.oneColElsCtrHdr #facilityLoginForm #facilitySubmitBtn {
	margin-top: 10px;
	text-transform: uppercase;
}
.oneColElsCtrHdr #physicianLogin {
	font-size: small;
	vertical-align: top;
	width: 50%;
}
.oneColElsCtrHdr #physicianLoginForm {
	margin-top: 20px;
	text-align: center;
}
.oneColElsCtrHdr #physicianLoginForm #physicianUserName {
	width: 150px;
}
.oneColElsCtrHdr #physicianLoginForm #physicianPassword {
	width: 150px;
}
.oneColElsCtrHdr #physicianLoginForm #physicianSubmitBtn {
	margin-top: 10px;
	text-transform: uppercase;
}
.oneColElsCtrHdr #contentFrame li {
	font-size: small;
}
.oneColElsCtrHdr #contentFrame p {
	font-size: small;
	margin: 0 5px 5px 5px;
}
.oneColElsCtrHdr #contentFrame .about {
	margin-bottom: 15px;
}
.oneColElsCtrHdr #brochureContentFrame #innerContentFrame {
	height: 500px;
	margin: 0 35px;
	padding: 5px 0 25px;
}
.oneColElsCtrHdr #contentFrame #innerContentFrame {
	height: 295px;
	margin-left: 55px;
	margin-right: 40px;
	overflow: auto;
	padding-right: 15px;
}
.oneColElsCtrHdr #innerContentFrame h1 {
	color: #B3B3B3;
	font-size: large;
	font-weight: normal;
	margin: 10px 5px 0 5px;
	text-transform: uppercase;
}
.oneColElsCtrHdr #homeContentFrame {
	margin: 0 auto;
	min-height: 155px;
	min-width: 660px;
	overflow: hidden;
}
.oneColElsCtrHdr #homeContentFrame h1 {
	color: #B3B3B3;
	font-size: large;
	font-weight: normal;
	margin: 0 20px 0 190px;
	text-transform: uppercase;
}
.oneColElsCtrHdr #homeContentFrame p {
	font-size: small;
	margin: 0 0 5px 190px;
}
.oneColElsCtrHdr #footer {
	text-align: center;
	margin: 0;
	padding: 20px 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #9ABB50;
	width: 800px;
}
#leftColumn {
	border-right: solid 1px #f5f5f5;
	float: left;
	padding-right: 15px;
	text-align: right;
	width: 384px;
}
#rightColumn {
	float: left;
	padding-left: 15px;
	width: 384px;
}
.oneColElsCtrHdr #footer p {
	color: #ffffff;
	font-size: small;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.oneColElsCtrHdr #footer .copyright {
	font-size: x-small;
}
img {
	border: none;
}

a {
	color: #0000ff;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}