a:focus{
	outline:none;
	}
html, body, #box, #container {
	width: 100%;
	height: 100%;
	min-height: 100%;
	padding: 0; margin: 0;
}
html {
	background-color: #EAF2F4;
	font: 11px Tahoma, Arial;
	color: #4E7798;
	text-align: justify;
}
.p{
	font: 11px Tahoma, Arial;
	color: #4E7798;
	}
a, a:visited {
	text-decoration: none;
}
body {
	background: url(../images/layout/header-background.jpg) top repeat-x;
}
#box {
	background: url(../images/layout/background-left.jpg) left repeat-y;
	position: absolute;
}
#container {
	min-width: 750px;
	background: url(../images/layout/windmill.jpg) bottom left no-repeat;
	position: relative;
}
html>body #container {
	height: auto;
}
#top-left {
	width:21px;
	height:21px;
	background: #BECFE3;
	position: absolute;
	top: 0px;
	left: 0px;
}
#top-right {
	width: 374px;
	height: 152px;
	background: url(../images/layout/header-right.jpg);
	position: absolute;
	top: 0px;
	right: 0px;
}
#logo {
	width: 266px;
	height: 99px;
	position: absolute;
	top: 41px;
	right: 6px;
}
#nav {
	position: absolute;
	top: 21px;
	left: 0px;
	font-size: 12px;
}
#nav ul {
	width: 150px;
	padding: 1px 0px 0px 0px; margin: 0;
	list-style: none;
	background: url(../images/layout/nav-background.jpg) no-repeat;
}
#nav li {
	margin-bottom: 1px;
	background: url(../images/layout/nav-up.gif) left repeat-y;
}
#nav li:hover {
	background: url(../images/layout/nav-over.gif) left repeat-y;
}
#nav a, #nav a:visited {
	height: 14px;
	padding: 2px 0px 4px 25px;
	color: #4E7798;
	display: block;
}
#nav a.current {
	font-weight: bold;
	background: url(../images/layout/nav-over.gif) left repeat-y;
}
#content {
	padding: 130px 25px 130px 170px;
}
#content a, #content a:visited {
	color: #8CA8BD;
}
#content a:hover {
	color: #4E7798;
}
#content ul {
	list-style-type: square;
}
#schedule{
	margin:0 0 30px 0;
	padding:0;
	}
h1, .h1 {
	font: bold 12px Tahoma, Arial;
}
h2, .h2 {
	font: bold 11px Tahoma, Arial;
}
.testimonial {
	padding: 0px 0px 10px 20px;
	margin-bottom: 20px;
	border-bottom: 1px dashed #BECFE3;
}
td {
	padding: 0px 10px 5px 0px;
}
#dates td {
	padding: 5px 10px 5px 0px;
}
#dates tr.school td{
	margin:0;
	padding:5px 5px 5px 8px;
	background:#4E7798;
	border:none;
	color:#FFF;
	font-weight:bold;
	}
img {
	border: none;
}
.thumb, .thumb-left, .thumb-right {
	width: 130px;
	height: 90px;
	border: 1px solid #4E7798;
}
.thumb:hover, .thumb-left:hover, .thumb-right:hover {
	border: 1px solid #7398B7;
}
.thumb-left {
	float: left;
	margin: 0px 10px 10px 0px;
}
.thumb-right {
	float: right;
	margin: 0px 0px 10px 10px;
}
#pics {
	width: 100%;
}
#pics td {
	width: 25%;
	text-align: center;
}
#footer {
	position: absolute;
	bottom: 0px;
	right: 0px;
	background: url(../images/layout/background-footer.jpg) bottom left repeat-x;
	width: 100%;
	height: 150px;
}
#footer_text {
	position: absolute;
	bottom: 2px;
	right: 6px;
	width: 300px;
	font: 9px Arial;
	color: #525C75;
	text-align: right;
}
#footer a, #footer a:visited {
	color: #2E4169;
}
#footer a:hover {
	color: #525C75;
}
.fm-logo {
	width: 21px;
	height: 15px;
	float: right;
	margin: 5px 0px 0px 6px;
}
.bold{
	font-weight:bold;
	}