* {
margin: 0;
}

html, body {
height: 100%;
}

body {
	background-image: url(images/green_background.jpg);
	background-position: top center;
	background-repeat: repeat-y;
	background-color: #9dc3d6;
	margin:0px;
	padding:0px;
	font-family: Verdana, Arial, sans-serif;
	font-size:11px;
	font-weight:normal;
}

a:hover {
	color: #fe7032;
}

#wrapper {
	width:100%;
	margin:0 auto 0 auto;
	text-align:center;
}

#header {
	margin: 0 auto 0 auto;
	text-align:center;
	background-image: url(images/photo_home_handshake_new.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	width:874px;
	height:280px;
}

#header_schedule {
	margin: 0 auto 0 auto;
	text-align:center;
	background-image: url(images/photo_schedule_new.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	width:874px;
	height:280px;
}

#header_decisions {
	margin: 0 auto 0 auto;
	text-align:center;
	background-image: url(images/photo_decisions_new.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	width:874px;
	height:280px;
}

#header_fees {
	margin: 0 auto 0 auto;
	text-align:center;
	background-image: url(images/photo_fees_new.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	width:874px;
	height:280px;
}

#header_contact {
	margin: 0 auto 0 auto;
	text-align:center;
	background-image: url(images/photo_contact_new.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	width:874px;
	height:280px;
}

#header_about {
	margin: 0 auto 0 auto;
	text-align:center;
	background-image: url(images/photo_about.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	width:874px;
	height:280px;
}

.decision_module td {
	font-size:11px!important;
}

img.photos {
	margin-top:-90px;
	margin-left:80px;
}

img.logo {
	margin-left:30px;
	margin-top:12px;
}

p.tag {
	clear:both;
	text-align:left;
	float:left;
	margin-left:104px;
	margin-top:20px;
	width:220px;
	color: #666;
	font-style:italic;
	font-size:12px;
	line-height:18px;
	font-weight: bold;
}

p.tag_photos {
	clear:both;
	text-align:left;
	float:left;
	margin-left:90px;
	margin-top:30px;
	width:300px;
	color: #000;
	font-style:normal;
	font-weight:bold;
	font-size:14px;
	line-height:18px;
}

img.thumbnail {
	margin-right:5px; margin-top:5px; margin-bottom:20px;
}

table.booking th {
	font-size:11px;
	font-weight:bold;
	text-align:right;
	margin-right:3px;
}	

#content {
	margin: 0 auto 0 auto;
	text-align:left;
	width:775px;
	padding-bottom:20px;

}

#content_column {
	margin: 0 auto 0 auto;
	text-align:left;
	width:830px;
	padding-bottom:20px;
	display:inline
}

#content h2, #content_column h2 {
	font-weight:bold;
	font-size:18px;
	padding-top:20px;
	padding-bottom:12px;
	margin:0px;
	text-transform:uppercase;
}

#content h3, #content_column h3 {
	font-weight:bold;
	font-size:14px;
	padding-top:20px;
	padding-bottom:12px;
	margin:0px;
	
}

#content h3 span {
	font-weight:normal;
	color: #000;
	font-size:12px;
	padding-top:20px;
	padding-bottom:12px;
	margin:0px;
}

#content p {
	text-align:left;
	width:775px;
}

#content p.fees {
	font-size:12px;
	padding:0px;
	margin:0px;
}

#content span.note {
	color: #666;
	font-size:10px;
}

#content span.note2 {
	color: #666;
	font-size:10px;
	text-transform:lowercase;
}

#content div#schedule {
	width:420px;
	display:inline;
	float:left;
}

#content div#calendar {
	display:inline;
}

#calendar_box {
	border: 1px solid #083566;
	background-color: #e3e3e3;
}

#calendar_box table tbody td {
	padding: 6px;
}

#calendar_box table table tbody td {
	padding: 3px 3px 15px 3px;
}

#calendar_box table table tbody td.admin {
	cursor: pointer;
}

#calendar_box table table th {
	color: #898989;
	width: 30px;
}

#calendar_box table table td {
	border: 1px solid #898989;
	background-color: white;
}

#calendar_box table {
	border-collapse: collapse;
	font-size: 10px;
	width: 100%;
}

#calendar_box table tfoot td {
	text-align: center;
}

#calendar_box table tfoot td img {
	padding-left: 10px;
}

#calendar_box .both {
	background-image: url('images/busy_both.png');
}

#calendar_box .morning {
	background-image: url('images/busy_morning.png');
}

#calendar_box .afternoon {
	background-image: url('images/busy_afternoon.png');
}

#calendar_box .free {
}

#nav {
	width:874px;
	height:30px;
	background-color: #1b3e6f;
	color: #a9c5de;
	font-weight:bold;
	margin: 0 auto 0 auto;
	text-align:center;
}

#nav ul {
	display:inline;
	list-style:none;
	width:870px;
	margin:0px;
	padding:0px;
}

#nav ul li {
	display:inline;
	list-style:none;
	text-transform:uppercase;
	color: #fe7032;
	line-height:30px;
	padding-left:40px;
	padding-right:40px;
}

#nav ul li a {
	text-decoration:none;
	color: white;
	
}

#nav ul li a:hover {
	color: #fe7032;
}

#footer {
	clear:both;
	width:100%;
	font-weight:normal;
	font-size:10px;
	padding-top:0px;
	padding-bottom:0px;
	margin: 0 auto 0 auto;
	margin-bottom:0px;
	text-align:center;
	color: #666;
	height: 4em;
}

#footer a {
	color: #336699;
}

#footer a:hover {
	text-decoration: none;
	color: #fe7032;
}

#content a {
	color: #336699;
}

#content a:hover {
	color: #fe7032;
	text-decoration:none;
}



.wrapperfooter {
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -4em auto;
width:100%;
text-align:center;
}

.push {
height: 4em;
}

table.pagination a {
	margin-left:5px;
	margin-right:5px;
}

a.logout {
	float: right;
	padding-right: 15px;
}

.checklist {
	list-style: none;
	max-height: 20em;
	overflow: auto;
}

.checklist, .checklist li {
	margin: 0;
	padding: 0;
}

.checklist label {
	display: block;
	padding-left: 25px;
	text-indent: -25px;
}

.checklist label:hover {
	background: #777;
	color: #fff;
}

.categories td a.main_category {
	margin-bottom:30px;
}

* html .checklist label { height: 1%; }

