@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: #CCCCCC;
	font-family: Helvetica, Geneva, Verdana, Arial, sans-serif;
	background-color: #000000;
}
*
{
margin: 0;
padding: 0;
}
#container {
	width: 100%;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header {
	padding: 0;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 3px;
}
#navwrap {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
#main_nav {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#menulist {
	display: block;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#menulist  li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 128px;
	float: left;
	text-align: center;
}
#menulist li a {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	font-family: Helvetica, Geneva, Verdana, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2em;
}
#menulist a:link {
	color: #666666;
}
#menulist a:visited {
	color: #666666;
}
#menulist a:hover {
	color: #66CCCC;
}
#home_left {
	width: 220px;
	float: left;
}
#home_left img {
	margin-bottom: 10px;
}
#home_right {
	width: 220px;
	float: right;
	text-align: right;
}
#home_right img {
	margin-bottom: 10px;
}
#home_centercol p {
	width: 426px;
	margin-left: 237px;
}
#slideshow_cont {
	width: 426px;
	height: 220px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#welcome_text {
	margin-top: 35px;
}
#main_wrap {
	padding-top: 10px;
	padding-bottom: 10px;
}
#mainContent {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: repeat-y;
	margin-top: 0px;
	margin-bottom: 20px;
}
#foot_wrap {
	background-image: url(images/footer_bg.jpg);
	background-repeat: repeat-x;
	height: 254px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #448888;
	clear: both;
}
#footer {
	clear: both;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/footer_frame.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.img_bump {
	margin-bottom: 5px;
}
#footer_left {
	float: left;
	width: 33%;
	margin-top: 20px;
}
#footer_center {
	float: left;
	width: 32%;
	margin-left: 1%;
	margin-top: 20px;
}
#footer_right {
	float: right;
	width: 33%;
	margin-top: 20px;
}
#footer p {
	line-height: 1.2em;
	color: #CCCCCC;
	font-size: 13px;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#footer a:link {
	color: #66CCCC;
}
#footer a:visited {
	color: #66CCCC;
}
#footer a:hover {
	color: #669966;
}
#footer_note {
	clear: both;
	text-align: center;
	padding-top: 10px;
}
#footer_note  p {
	font-size: 11px;
	color: #CCCCCC;
}
#contact_form td {
	font-size: 14px;
	color: #535353;
	text-align: left;
}
#home_blocks {
	clear: both;
}
#mc-embedded-subscribe-form  div {
	margin-bottom: 20px;
	font-size: 14px;
}
.block {
	float: left;
}
.block_right {
	float: right;
}
.seven_right {
	margin-right: 7px;
}
.video_box {
	margin-top: 0px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	width: 432px;
	border: thin solid #333333;
	text-align: center;
}
.videoholder {
	margin-bottom: 5px;
	margin-top: 5px;
}
h1 {
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 5px;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 0px;
	color: #CCCCCC;
}
h2, h3 {
	font-size: 20px;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #66CCCC;
}
p {
	font-size: 14px;
	line-height: 1.5em;
	color: #CCCCCC;
	margin-top: 5px;
	margin-bottom: 10px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
ul {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 40px;
}
li {
	font-size: 14px;
	color: #CCCCCC;
	line-height: 1.4em;
}
a {
   outline: none;
}
a:link {
	color: #66CCCC;
}
a:visited {
	color: #66CCCC;
}
a:hover {
	color: #669966;
}
.bold {
	font-weight: bold;
}
.boldblue {
	color: #66CCCC;
	font-weight: bold;
}
.center {
	text-align: center;
}
.ital {
	font-style: italic;
}
.clrflt {
	clear: both;
}
.marginthirtytb {
	margin-top: 30px;
	margin-bottom: 30px;
}
.clrng_tagline {
	clear: both;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.leftcol {
	width: 50%;
	float: left;
	text-align: justify;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding: 0px;
}
.rightcol {
	width: 48%;
	float: right;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-align: justify;
}
div.fi_home {
background-image:url("images/fi_home_wh.jpg");
}
div.fi_directions {
background-image:url("images/fi_directions_wh.jpg");
}
div.fi_schedule {
background-image:url("images/fi_schedule_wh.jpg");
}
div.fi_blog {
background-image:url("images/fi_blog_wh.jpg");
}
div.fi_email {
background-image:url("images/fi_email_wh.jpg");
}
div.fi_newsletter {
background-image:url("images/fi_newsletter_wh.jpg");
}
div.fi_contact {
background-image:url("images/fi_contact_wh.jpg");
}
div.fi_text {
	background-image:url(images/fi_texts_wh.jpg);
}
div.fi_tenblog {
	background-image:url(images/fi_tenblog_wh.jpg);
}
div.fi_footer {
height: 42px;
width: 193px;
margin:0;
padding:0;
}
div.fi_footer a, div.fi_footer a:link, div.fi_footer a:visited {
display:block;
}
div.fi_footer a:hover img {
visibility:hidden;
}
