@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FDFBFA;
	font-family: "Century Gothic", Tahoma, Geneva, sans-serif;
	font-size: 100%;
	background-image: url(images/grad_bg.jpg);
	background-repeat: repeat;
	background-position: center top;
	background-color: #6688A5;
}
*
{
margin: 0;
padding: 0;
}

#container {
	width: 920px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(images/cont_bg.jpg);
	background-repeat: repeat-y;
}
#header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: url(images/header_bg.jpg);
	height: 131px;
	background-repeat: no-repeat;
}
#upper_nav {
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
}
#upper_nav ul {
	list-style-type: none;
}
#upper_nav li {
	display: inline;
	margin: 0px;
	padding: 0px;
	float: left;
}
#quote {
	text-align: right;
	width: 700px;
	float: right;
	padding-right: 55px;
	padding-top: 25px;
	font-style: italic;
}
#quote p {
	font-size: 13px;
	color: #7BCF54;
	font-weight: bold;
}
#mainContent {
	padding-top: 0;
	padding-right: 55px;
	padding-bottom: 0;
	padding-left: 125px;
	margin-bottom: 10px;
}
#footer {
	clear: both;
	padding: 0;
	margin-right: 55px;
	margin-left: 125px;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
}
#lft_home {
	float: left;
	width: 48%;
	margin-top: 8px;
	margin-bottom: 8px;
	border-right-width: medium;
	border-right-style: double;
	border-right-color: #8AD4F9;
	padding-right: 5px;
}
#rt_home {
	float: right;
	width: 48%;
	text-align: center;
	margin-bottom: 8px;
	margin-top: 8px;
}
#train_list  {
	color: #8CD8FF;
}
#train_list a:hover {
	color: #ffffff;
}
.video {
	background-color: #000000;
	padding: 5px;
	border-bottom-width: medium;
	border-bottom-style: double;
	border-bottom-color: #8AD4F9;
	margin-bottom: 10px;
	text-align: center;
}
#newsclip {
	width: 300px;
	margin-right: auto;
	margin-left: auto;
}
#map {
	margin: 10px;
	float: right;
	padding: 5px;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-color: #8CD8FF;
	border-right-color: #8CD8FF;
	border-bottom-color: #ffffff;
	border-left-color: #ffffff;
	background-color: #000000;
	width: 225px;
}
#map ul {
	margin-left: -35px;
}
#map li {
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
}
#cont_form {
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-color: #8CD8FF;
	border-right-color: #8CD8FF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	margin-top: 10px;
	background-color: #000000;
}
#cont_form td {
	text-align: left;
	padding: 5px;
	font-size: 12px;
}
#site_by p {
	font-size: 12px;
	line-height: 1.2px;
}
h1, h2, h3, h4 {
	font-size: 18px;
	padding-top: 15px;
	padding-bottom: 10px;
	color: #8CD8FF;
}
p {
	font-size: 14px;
	line-height: 1.75em;
	padding-top: 5px;
	padding-bottom: 5px;
}
#mainContent ul  {
	padding-left: 55px;
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 1.4em;
}
a:link {
	color: #8CD8FF;
}
a:visited {
	color: #8CD8FF;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.trainers {
	background-color: #000000;
	padding: 10px;
	margin-top: 5px;
	margin-bottom: 10px;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-color: #8CD8FF;
	border-right-color: #8CD8FF;
	border-bottom-color: #ffffff;
	border-left-color: #ffffff;
}
.clinic_box {
	background-color: #000000;
	margin-top: 5px;
	margin-bottom: 10px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-color: #8CD8FF;
	border-right-color: #8CD8FF;
	border-bottom-color: #ffffff;
	border-left-color: #ffffff;
	padding: 5px;
}
.top_anchor  {
	font-size: 11px;
}
.toptenmargin {
	margin-top: 10px;
}
.fltlft {
	float: left;
	padding-right: 8px;
	padding-bottom: 8px;
}
.fltrt {
	float: right;
	margin-bottom: 5px;
	margin-left: 5px;
}
.clrflt {
	clear: both;
}
.center {
	text-align: center;
}
.textbanner {
	font-size: 34px;
}
.bold {
	font-weight: bold;
}
.ital {
	font-style: italic;
}
.twelvetext {
	font-size: 12px;
}
.alignrght {
	text-align: right;
}
.imgpadbot {
	padding-bottom: 7px;
}
.bluetext {
	color: #8CD8FF;
}
/* slideshow elements */
#slide-show{
	margin-top: 20px;
	margin-bottom: 20px;
	height: 158px;
	width: 285px;
	margin-left: 20px;
	background-color: #000000;
	overflow: hidden;
	position: relative;
	z-index: 100;
}

#slide-images{
	display:block;
	margin:0px;
	padding:0px;
	width:285px;
	height:158px;
}
#slide-show ul {
	margin: 0px;
	padding: 0px;
}
#slide-images li{
	display:block;
	list-style-type:none;
	margin:0px;
	padding:0px;
	background-color:#FFFFFF;
}
#slide-images li img{
	display:block;
}
#video_teaser {
	width: 355px;
	padding-top: 5px;
}
.vidthumb {
	float: left;
	width: 230px;
	background-color: #000000;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
	margin-top: 8px;
	margin-right: 8px;
	margin-bottom: 5px;
}
.vidthumb p {
	text-align: center;
	font-weight: bold;
}

