body {
	background-image: url(../_images/background.gif);
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 100.01%;
}
#header {
	padding: 0px;
	height: 55px;
	margin-bottom: 10px;
	position: relative;
	background-image: url(../_images/background_header.png);
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#header #bar {
	background-color: #988A7D;
	margin: 0px;
	padding: 0px;
	height: 15px;
	position: absolute;
	top: 0px;
	width: 1025px;
}
#header #address {
	height: 35px;
	position: absolute;
	bottom: 5px;
	width: 1025px;
	margin: 0px;
	font-family: Verdana, Arial, sans-serif;
	padding: 0px;
	left: 0px;
}
#header #address p {
	text-align: right;
	padding-top: 10px;
	padding-right: 10px;
	color: #988a7d;
	font-size: 0.75em;
}
#menu {
	height: 355px;
	margin-bottom: 20px;
	background-image: url(../_images/background_menu.png);
	background-repeat: no-repeat;
	position: relative;
}
#menu #navigation {
	position: absolute;
	height: 30px;
	width: 1025px;
	left: 0px;
	bottom: 5px;
	background-image: url(../_images/background_menu_a.jpg);
	margin: 0px;
	padding: 0px;
}
#mainContent {
	height: auto;
	width: 750px;
	float: left;
	margin-bottom: 10px;
	background-image: url(../_images/background_maincontent.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 50px;
	padding-left: 0px;
	position: relative;
}
a:link,a:visited {
	text-decoration:none;
	color: #988A7D;
}
a:hover {
	color:#C0B5AA;
}
.blue:link {
	text-decoration: none;
	color: #bacada;
}
.blue:visited {
	text-decoration: none; 
	color: #bacada; 
}
.blue:hover {
	text-decoration: none;
	color: #bacada;
}
.white:link {
	text-decoration: none;
	color: #fff;
}
.white:visited {
	text-decoration: none; 
	color: #fff; 
}
.white:hover {
	text-decoration: none; 
	color: #fff; 
}
#mainContent h1  {
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.6em;
	color: #988A7D;
	margin-bottom: 0.4em;
	margin-left: 25px;
	margin-top: 1em;
}
.image {
	float: left;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 50px;
}
#mainContent h2 {
	font-size: 1em;
	color: #988a7d;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	margin-right: 0px;
	margin-left: 25px;
	padding-top: 30px;
	padding-bottom: 5px;
}
#mainContent h3 {
	font-size: 1em;
	color: #988A7D;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	padding-top: 20px;
	padding-left: 25px;
	padding-bottom: 10px;
}
#mainContent h4 {
	font-size: 0.9em;
	color: #C0B5AA;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	padding-top: 10px;
	padding-left: 25px;
	padding-bottom: 10px;
}
#mainContent h5 {
	font-size: 1em;
	color: #988A7D;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #C0B5AA;
	margin-right: 5px;
	padding-left: 25px;
}
#mainContent p  {
	font-size: 0.8em;
	line-height: 1.4;
	margin-bottom: 15px;
	margin-left: 25px;
	margin-right: 40px;
	color: #333;
}
#sidebar {
	float: right;
	width: 260px;
	position: relative;
	right: 5px;
	background-image: url(../_images/background_menu_sub.png);
	background-repeat: repeat;
}
#sidebar h1 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 1em;
	background-color: #899aaa;
	width: 250px;
	height: 23px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	color: #FFF;
	}
#sidebar h2 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 1em;
	width: 250px;
	height: 23px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	color: #bacada;
}
#sidebar p {
	font-family: Verdana, Arial, sans-serif;
	color: #fff;
	font-size: 0.7em;
	line-height: 1.3em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	padding-bottom: 5px;
	font-weight: normal;
	margin: 1em;
	border-bottom-color: #bacada;
}
#footer {
	margin: 0px;
	height: 30px;
	clear: both;
	padding-top: 10px;
	width: 1030px;
	background-image: url(../_images/background_footer.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#footer p {
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.7em;
	font-weight: normal;
	color: #fff;
	text-align: center;
}
#wrapper {
	width: 1030px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-bottom: 30px;
}
div, h1, h2, h3, h4, h5, h6, p, pre, address, blockquote, span, ul, ol, li, dl, dd, dt, img {
	margin: 0px;
	padding: 0px;
}
p {
	font-family: Verdana, Arial, sans-serif;
	font-size: 1em;
	color: #333;
}
.addressphonehours {
	position: absolute;
	left: 90px;
	float: left;
	width: 269px;
}
.affiliationssubmenu {
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	color: #C0B5AA;
	margin-left: 40px;
}
.bold {
	font-weight: bold;
}
.boldcolour {
	color: #988a7d;
	font-weight: bold;
}
.clinicsubmenu {
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	color: #a0ce67;
	margin-left: 40px;
}
.current {
	background-color: #A0ce67;
}
.framed {
	border: 0.25px dotted #000;
	padding: 5px;
	text-align: center;
	font-weight: bold;
}
.highlight {
	background-color: #bacada;
	padding: 5px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
}
.italic {
	font-style: italic;
}
.map {
	margin-left: 60px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.9em;
	color: #a0ce67;
}
.menuplus {
	color: #C0b5aa;
}
.news {
	margin-left: 20px;
	color: #bacada;
}
.plus {
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	color: #A0CE67;
}
.underline {
	border-bottom-width: 0.25px;
	border-bottom-style: dotted;
	border-bottom-color: #000;
}
ul.MenuBarHorizontal ul a.MenuBarItemSubmenu{
	margin: 0px;
	padding: 0px;
	width: 265px;
	float: right;
	height: 200px;
	background-image: url(../_images/background_maincontent.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.newsdate {
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	color: #C0B5AA;
}

