/* (C) Copyright 2009 David Beck */
body {
	height:100%;
	margin:0px;
	padding:0px;
	font-family:Verdana, Geneva, sans-serifl;
	font-size:16px;
}
#canvas {
	position:absolute;
	height:auto !important;
	height:100%;
	min-height:100%;
	width:100%;
	min-width:800px;
}
#banner {
	width:800px;
	margin:auto;
	text-align:center;
	position:relative;
}
.guide {
	width:800px;
	margin:auto;
}

#links {
	background:#01a0c7;
	border-top:solid 2px #086a85;
	border-bottom:solid 2px #086a85;
	text-align:center;
}
#links a {
	line-height:30px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
	color:#fff;
	text-decoration:none;
	border-left:solid 3px #fff;
	display:inline-block;
	width:117px;
	text-align:center;
	margin-bottom:5px;
	margin-top:5px;
	padding-left:5px;
	padding-right:5px;
}
#links #home {
	border-left:0px;
}

#content {
	width:770px;
	margin:auto;
	position:relative;
	padding:15px;
	font-size:12px;
}

h3, h1, h2.styled {
	border-bottom:solid 2px #086a85;
	margin-bottom:2px;
}
h5 {
	margin:2px;
	padding:0px;
}
.bold {
	font-weight:bold;
}

.service-times {
	width:100%;
}
.service-times .day {
	padding-top:20px;
	text-align:left;
}
.service-times .time {
	text-align:right;
	width:100px;
	vertical-align:top;
}
.service-times .description {
	text-align:left;
}
.service-times .glink {
	color:#01a0c7;
}

li {
	padding-bottom:4px;
	padding-top:4px;
}

td {
	padding:5px;
	padding-bottom:10px;
}

#error {
	background:#ff4444;
	border-bottom:solid #880000 2px;
	border-top:solid #880000 2px;
	
	margin-bottom:10px;
	margin-top:10px;
	
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	color:#ffffff;
}
#message {
	background:#21c500;
	border-bottom:solid #137400 2px;
	border-top:solid #137400 2px;
	
	margin-bottom:10px;
	margin-top:10px;
	
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	color:#ffffff;
}

#admin-control {
	font-family:Verdana, Geneva, sans-serifl;
	color:#fff;
	background:#01a0c7;
	border-bottom:solid 2px #086a85;
}

.no-color:link, .no-color:hover, .no-color:visited, .no-color:active {
	color:#fff;
}

textedit.editor {
	width:100%;
	height:300px;
}
.editor iframe {
	background-color:#fff;
}
table {
	border-collapse:collapse;
}
td {
	padding:0px;
	vertical-align:top;
}

#fake-foot {
	margin-top:20px;
}
#foot {
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	text-align:center;
}
#foot h2 {
	color:#086a85;
	text-decoration:underline;
}

.no-color-black:link, .no-color-black:hover, .no-color-black:visited, .no-color-black:active {
	color:#000;
	text-decoration:none;
}
.no-color-white:link, .no-color-white:hover, .no-color-white:visited, .no-color-white:active {
	color:#fff;
	text-decoration:none;
}

.blue-button {
	display:inline-block;
	position:relative;
	height:26px;
	background:url(/images/button.png) center;
	
	color:#FFF;
	line-height:26px;
	text-decoration:none;
	font-size:16px;
	text-align:center;
	
	padding-left:5px;
	padding-right:5px;
	margin-left:5px;
	margin-right:5px;
}
.blue-button .left, .blue-button .right {
	display:inline-block;
	position:absolute;
	top:0px;
	width:5px;
	height:26px;
}
.blue-button .left {
	background:url(/images/button.png) top;
	left:-5px;
}
.blue-button .right {
	background:url(/images/button.png) bottom;
	right:-5px;
}
pre {
	overflow:auto;
}
