﻿@charset "UTF-8";
/* CSS Document */

body  {
	background: #FFFFFF;
	margin: 0;
	padding: 0;
	text-align: center;
}
#shell {
	width: 960px;
	background: #FFFFFF url(../images/bg_shell.gif) repeat-y 0px 0px;
	margin: 0 auto;
	text-align: left;
} 
#topNav {
	background: url(../images/bg_topNav.gif) no-repeat 0px 0px;
	height: 30px;
	width: 960px;
	color: #FFFFFF;
} 
#topNav #searchField {
	padding: 1px;
	height: 16px;
	width: 150px;
	border: 1px solid #F47225;
}
#flag {
	background: url(../images/bg_flag.jpg) no-repeat 0px 0px;
	height: 175px;
	width: 960px;
	margin: 0px;
	padding: 0px;
} 
#flag img {
	margin: 0px;
	padding: 0px;
}
#flagNav {
	background: #FFFFFF url(../images/bg_flagNav.gif) no-repeat 0px 0px;
	height: 20px;
	width: 700px;
	color: #000000;
	text-align: center;
	padding-left: 260px;
	padding-top: 6px;
	font: small-caps 14px "Times New Roman", Times, serif;
} 
#flagNav a {
	font-weight: bold;
	color: #F47225;
	text-decoration: none;
	margin-right: 6px;
	margin-left: 6px;
}
#flagNav a:hover {
	color: #000000;
}
#mainNav {
	background: #F47225 url(../images/bg_mainNav.gif) no-repeat 0px 0px;
	height: 27px;
	width: 960px;
	text-align: center;
} 
#navbar {
	height: 27px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#contentShell {
	width: 960px;
}
#sidebar {
	width: 318px;
	padding: 0px;
	float: right;
	margin: 0px;
}
#box_requests {
	background: url(../images/boxbg_requests.gif) no-repeat 0px 0px;
	height: 184px;
	width: 317px;
	margin: 0px;
	padding: 0px;
}
#box_privateMenu {
	width: 307px;
	padding-top: 48px;
	padding-left: 10px;
	background: url(../images/bgbox_privateMenu.gif) no-repeat 0px 0px;
	margin-top: 12px;
	padding-bottom: 12px;
}
#box_privateMenu ul.spread li {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #87A740;
	text-decoration: none;
	margin-bottom: 9px;
}
#box_privateMenu ul.spread a {
	color: #F47323;
}
#box_testimonials {
	background: url(../images/bgbox_testimonials.gif) no-repeat 0px 0px;
	height: 422px;
	width: 307px;
	padding-top: 36px;
	padding-left: 10px;
}
#box_events {
	background: url(../images/bgbox_events.gif) no-repeat 0px 0px;
	height: 298px;
	width: 300px;
	padding-top: 0px;
	padding-left: 24px;
}
#box_login {
	background: url(../images/bgbox_login.gif) no-repeat 0px 0px;
	height: 175px;
	width: 317px;
	padding-top: 32px;
	padding-left: 0px;
}
#login_table {
	margin-left: 24px;
}
#login_table td {
	font: italic bold 14px "Times New Roman", Times, serif;
	color: #000000;
}
#login_table input.form_input {
	background: #FFFFFF;
	width: 175px;
	padding: 1px;
	height: 20px;
	border: 1px solid #87A841;
}
#mainContent {
	margin: 0 329px 0 11px;
	padding: 10px 0px 36px 0px;
	width: 620px;
} 
#mainContent a {
	color: #F47225;
}
#mainContent img.pix {
	border: 1px solid #F47225;
}
#mainContent img.left {
	margin-right: 6px;
	margin-bottom: 6px;
}
#mainContent img.right {
	margin-left: 6px;
	margin-bottom: 6px;
}
#footer {
	padding: 0 10px 0 70px;
	background:url(../images/bg_foot.gif) no-repeat 0px 0px;
	height: 100px;
	width: 880px;
	font: 11px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
} 
#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: 10px 0;
	line-height: 16px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
img.drawline {
	width: 100%;
	border-bottom: 1px solid #F47225;
}
img.mug {
	margin-right: 9px;
	border: 1px solid #F47225;
}
table.details td {
	font-size: 12px;
}
tr.box-lt td {
	font: bold 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: #87A841;
}
ul.spread li {
	margin-bottom: 7px;
}

/* Fitness Schedule Table: */

#schedule {
	border: 1px solid #F68B2F;
}
#schedule td.headerbar {
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: #9FBBDD;
	width: 14.25%;
	padding: 2px 0px;
	text-align: center;
}
#schedule td.schedule {
	border: 1px solid #CCCCCC;
	background: #C2D6EB;
	font-size: 12px;
	color: #1040A0;
}
#staff {
	width: 100%;
}
#staff td {
	padding-top: 12px;
	padding-bottom: 12px;
	border-bottom: 1px solid #F47225;
}
#compareTable {
	width: 100%;
	background: #DFDAB2;
}
#compareTable td {
	background: #FEF4D0;
	padding: 6px 4px 12px 6px;
}
#compareTable tr.header td {
	font-weight: bold;
	background: #87A841;
	padding: 4px;
	font-size: 14px;
	color: #FFFFFF;
}
#compareTable td.emphasis {
	font-weight: bold;
}
