/******************************************/
/* CSS powered by clock - www.clock.co.uk */
/******************************************/

/**
 * main.css
 */

body {
	background-image: url("../image/structure/body.gif");
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #F3F3F3;
}

#container {
	background-image: url("../image/structure/container.gif");
	background-position: left bottom;
	background-repeat: no-repeat;
}

#wrapper {
}


/**
 * header
 */

#header {
	background-image: url("../image/structure/header.gif");
	background-repeat: repeat-x;
}

#header h1 a {
	float: left;
	width: 118px;
	height: 80px;
	margin: 20px 0px 0px 45px;
	outline: none;
	background-repeat: no-repeat;
	text-indent: -9999px;
}

#header h3 {
	float: right;
	width: 328px;
	height: 19px;
	margin: 85px 28px 0px 0px;
	background-repeat: no-repeat;
	text-indent: -9999px;
}

/* header - accessibility-options */

#header #accessibility-options {
	display: none;
}

/**
 * Main Content
 */

#main-content {
	background-color: #F2F1F0;
}

/**
 * footer
 */

#footer {
	position: relative;
	text-align: left;
	background-color: #F2F1F0;
}

#footer h3 {
	display: none;
}

#footer p,
#footer ul {
	font-size: 11px;
	display: inline;
	color: #979797;
	margin-bottom: 10px;
}

#footer p {
}

#footer ul {
	position: absolute;
	right: 25px;
}

#footer li {
	font-size: 11px;
	float: left;
	display: inline;
	margin: 0px 0px 0px 25px;
}

#footer li.orchard a {
	display: block;
	width: 32px;
	height: 21px;
	margin-top: -4px;
	text-indent: -9999em;
	background-image: url("../image/orchard-icon.gif");
}

#footer li.orchard a:hover {
	background-position: 0px -21px;
}

#footer li a {
	color: #979797;
}

#footer li a:hover {
	color: #8A8A8A;
}

/**
 * navigation
 */

#navigation {
	background-image: url("../image/structure/navigation.gif");
	background-repeat: repeat-x;
}

#navigation h3 {
	display: none;
}

#navigation ul {
}

#navigation ul li {
	float: left;
	display: inline;
	margin: 0px 10px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-indent: -9999px;
}

#navigation ul li a {
	display: block;
	height: 47px;
	outline: none;
	background-image: url("../image/structure/main-menu.gif");
	background-repeat: no-repeat;
}

#navigation ul li.home a {
	width: 74px;
	background-position: -44px 0px;
}

#navigation ul li.home a:hover {
	background-position: -44px -100px;
}

.home #navigation ul li.home a,
.home #navigation ul li.home a:hover {
	background-position: -44px -50px;
}

#navigation ul li.services a {
	width: 90px;
	background-position: -121px 0px;
}

#navigation ul li.services a:hover {
	background-position: -121px -100px;
}

.services #navigation ul li.services a,
.services #navigation ul li.services a:hover {
	background-position: -121px -50px;
}

#navigation ul li.appointments a {
	width: 123px;
	background-position: -214px 0px;
}

#navigation ul li.appointments a:hover {
	background-position: -214px -100px;
}

.appointments #navigation ul li.appointments a,
.appointments #navigation ul li.appointments a:hover {
	background-position: -214px -50px;
}

#navigation ul li.fees a {
	width: 66px;
	background-position: -339px 0px;
}

#navigation ul li.fees a:hover {
	background-position: -339px -100px;
}

.fees #navigation ul li.fees a,
.fees #navigation ul li.fees a:hover {
	background-position: -339px -50px;
}

#navigation ul li.location a {
	width: 90px;
	background-position: -407px 0px;
}

#navigation ul li.location a:hover {
	background-position: -407px -100px;
}

.location #navigation ul li.location a,
.location #navigation ul li.location a:hover {
	background-position: -407px -50px;
}

#navigation .sub-navigation {
	position: absolute;
	left: 0px;
	width: 100%;
	border-bottom: 1px solid #E3E3E3;
}

#navigation .sub-navigation li {
	margin: 0px 10px 0px 10px;
	padding: 0px 10px 0px 10px;
	text-indent: 0px;
}

#navigation .services .sub-navigation li a {
	width: auto;
	height: 36px;
	line-height: 36px;
	color: #3F3F3F;
	font-weight: bold;
	text-decoration: none;
	background-image: none;
}

#navigation .sub-navigation li.current a,
#navigation .sub-navigation li a:hover {
	color: #0088CC;
}