@charset "UTF-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
}
.float-left {
	float: left;
	margin-right: 10px;
}
.float-left-50 {
	float: left;
	width: 47%;
	padding-left: 0px;
	margin-right: 5px;
}
iframe {
	padding-top: 5px;
}
.float-left-33 {
	float: left;
	width: 32%;
	padding-left: 5px;
	font-size: 80%;
	padding-right: 2px;
}
.float-left-40 {
	float: left;
	width: 40%;
	padding-left: 5px;
	padding-right: 2px;
}
.float-right {
	float: right;
	margin-left: 10px;
}
.float-right-50 {
	float: right;
	width: 47%;
}
	
.container {
	background-color: #FFF;
	width: 980px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	border: 2px solid #39C;
}
a:link {
	color: #06C;
}
a:visited {
	color: #06C;
}
a:active {
	color: #66C;
}
a:hover {
	color: #18A0D0;
}
header {
	background-color: #FFF;
	width: 100%;
}
.top-nav {
	font-family: Verdana, Geneva, sans-serif;
	width: 100%;
	background-color: #EEE;
}
.photo-border {
	margin: 2px;
	float: right;
	border: 1px solid #999;
}
.left-nav {
	background-color: #DFDFDF;
	height: auto;
	width: 200px;
	font-family: Verdana, Geneva, sans-serif;
	float: left;
	position: relative;
	border-bottom-right-radius: 0.9em;
}
.left-nav-text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;	
	text-decoration: none;
	list-style-type: none;
}
.left-nav-text a {
	display: block;
	height: auto;
	padding:5px 10px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	color: #000;
}
.left-nav-text a:hover {
	background-color: #ABC1DC;	
}
.left-nav-text a:active {
	color: #FFF;	
}
.left-nav-text a:visited {
	color: #000;	
}
.left-nav-text-bottom {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	list-style-type: none;
	border-bottom-right-radius: 0.9em;
}
.left-nav-text-bottom a {
	display: block;
	height: auto;
	padding:5px 10px;
	text-decoration: none;
	color: #000;
}
.left-nav-text-bottom a:hover{
	background-color: #ABC1DC;
	border-bottom-right-radius: 0.9em;
}
.left-nav-text-bottom a:active {
	color: #FFF;	
}
.left-nav-text-bottom a:visited {
	color: #000;
}
h1 {
	color: #006BAA;
	font-size: 18pt;
}
h2 {
	color: #006BAA;
	font-size: 14pt;
}
.search-box {
	font-family: Verdana, Geneva, sans-serif;
	background-color: #B4F0F9;
	float: right;
	font-size: 12px;
	height: auto;
	width: auto;
	display: inline;
	padding: 7px;
	position: relative;
	border-bottom-left-radius: 0.9em;
	border-top-right-radius: 0.9em;
	border-top-left-radius: 0.9em;
	border-bottom-right-radius: 0.9em;
	font-weight: bold;
}
.search-box .float-left {
	padding-top: 4px;
}
.content-float {
	padding: 8px;
	float: left;
	width: 750px;
	font-family: Verdana, Geneva, sans-serif;
}
body {
	background-color: #C9EDFF;
	background-image: url(images/waves-sm.jpg);
}
.address {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #0971AE;
	text-align: left;
	padding: 8px;
	float: right;
}
footer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-align: center;
	padding: 4px;
	background-color: #AEC7DD;
}
.clr {clear:both;}
.calendar-table {
	font-size: 80%;
	border: 1px solid #CCC;
	border-collapse: collapse;
}
.calendar-table td {
	border: 1px solid #CCC;
}
figure {
	float: right;
	width: 300px;
	padding-left: 15px;
	padding-bottom: 15px;
}
figcaption {
	font-size: 80%;
}
