@charset "utf-8";
/* CSS Document */

body {
	background: none;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}
#wrapper {
	width: 100%;
	height: 800px;
	background-image: none;
}
#header {
	display: none;
}
#content {
	width: 940px;
	margin: 0 auto;
	padding: 0px;
}
#right-sidebar {
	width: 260px;
	min-height: 1020px;
  height: auto !important;
  height: 1020px;
	float: right;
	margin: 0 0 0 20px;
	padding: 0 20px;
	background-color: #b2a080;
	background-image: none;
}
#contact {
	background-image: none;
	padding: 0 10px;
	height: 215px;
	margin: 20px 0 0 0;
	color: #000
}

/* General Content Styling */

h1 {
	font-size: 130%;
	font-family: Century Gothic, Trebuchet MS, Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 130%;
	font-family: Century Gothic, Trebuchet MS, Arial, Helvetica, sans-serif;
}
p {
	line-height: 1.5;
}
#symptoms {
	list-style-type: none;
	margin: 0 0 0 50px;
}
#symptoms li {
	display: inline-block;
	width: 210px;
	padding: 10px 0 10px 40px;
	background-image: url('/assets/images/check-mark.png');
	background-position: 0;
	background-repeat: no-repeat;
}
.office-hours {
	color: #000;
	font-weight: bold;
	font-size: 130%;
}
.office-hours-time {
	color: #000;
	font-weight: bold;
	margin: 0;
}
.office-hours-time span {
	float: right;
}
#contact p {
	font-weight: bold;
	margin: 0px;
}
.contact-title {
	padding-top: 8px;
	padding-bottom: 10px;
	color: #000;
	font-size: 110%;
}
.contact-phone {
	padding-top: 10px;
	font-size: 110%;
	color: #000;
}
.white-text {
	color: #000;
}
.centre-bold {
	text-align: center;
	font-weight: bold;
}
.web {
	font-size: 80%;
	color: #333;
	text-align: center;
}
.web a:link, a:visited {
	color: #333;
}
.center {
	text-align: center;
}