/* Start dynamic menu css */
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 18px;
	#line-height: 19px;
}

#nav a {
	display: block;
	/* width: 20em; */
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #4C4C4C;
	text-decoration: none;
}

#nav a.current {
	color: #ffffff;
}

#nav li li a {
	color: #4C4C4C;
	width: 200px;
	margin-right: 0px;
}

#nav li li {
	margin-right: 0px;
}

#nav a:hover {
	color: #D5E2EE;
	background-color: #B0B8CF;
}

#nav li li a:hover {
	color: #FFFFFF;
	background-color: #9CB9D6;
}

#nav li { /* all list items */
	/* width: 200px; /* width needed or else Opera goes nuts */
	margin-right: 2em;
		float: left;}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #D5E2EE;
	width: 200px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	padding: 3px;
	line-height: 18px;
	border: 1px #BDD1E4 solid;
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 10em;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	}
/* end dynamic menu css */

a {
	color: #004F75;
	text-decoration: underline;
}

body {
	background: #FFFFFF;
	color: #000000;
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	margin: 0px 0px 0px 0px;
	background: url(../images/bg.gif) center repeat-y white;
}

body.home {
	background: none;
}

input {
	color: #000000;
	font-family: Tahoma, sans-serif;
	font-size: 10px;
	text-indent : 2px;
}

select {
	border: solid 1px #B4B4B4;
	color: #000000;
	font-family: Tahoma, sans-serif;
	font-size: 10pt;
	text-indent : 2px;
}

td {
	color: #000000;
	font-family: Tahoma, sans-serif;
	font-size: 11px;
}

textarea {
	background: #F3F3F3;
	border: solid 1px #B4B4B4;
	font-family: Tahoma, sans-serif;
	color: #000000;
	font-size: 10pt;
	text-indent : 2px;
}

iframe {
	border: solid 1px #B4B4B4;
}

.quote {
	border: 1px #B4B4B4 solid;
	background: #F6F6F6;
	width: 390px;
	max-width: 390px;
	overflow: auto;
	padding: 4px 4px 4px 4px;
	margin: 2px 2px 6px 12px;
}

.code {
	border: 1px #B4B4B4 solid;
	background: #F6F6F6;
	width: 390px;
	max-width: 390px;
	height: 200px;
	overflow: auto;
	margin: 2px 2px 6px 12px;
}

.image {
	max-width: 430px;
}

.home_1_image {
	padding-right: 10px;
	float: left;
}
.home_2_image {
}
.home_3_image {
}

.calendar {
	color: #000000;
	font-family: Tahoma, sans-serif;
	font-size: 11px;
}

.calendar a:link {
	color: #000000;
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	text-decoration: none;
}

.calendar a:visited {
	color: #000000;
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	text-decoration: none;
}

.calendar a:hover {
	color: #CCCCCC;
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	text-decoration: none;
}

.top_info {
	font-size: 10px;
}

.top_info td {
	font-size: 10px;
}

.pn-normal {
	color: #000000;
	font-family: Tahoma, sans-serif;
	font-size: 11px;
}

.pn-normal a:link {
	color: #000000;
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	text-decoration: underline;
}

.pn-normal a:visited {
	color: #000000;
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	text-decoration: underline;
}

.pn-normal a:hover {
	color: #CCCCCC;
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	text-decoration: none;
}

.pn-menu {
	color: #626262;
	font-family: Tahoma, sans-serif;
	font-size: 11px;
}

.pn-menu a:link {
	color: #626262;
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	text-decoration: none;
}

.pn-menu a:visited {
	color: #626262;
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	text-decoration: none;
}

.pn-menu a:hover {
	color: #3F74D5;
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	text-decoration: underline;
}

.pn-sub {
	color: #000000;
	font-family: Tahoma, sans-serif;
	font-size: 10px;
}

.pn-sub a:link {
	color: #000000;
	font-family: Tahoma, sans-serif;
	font-size: 10px;
	text-decoration: underline;
}

.pn-sub a:visited {
	color: #000000;
	font-family: Tahoma, sans-serif;
	font-size: 10px;
	text-decoration: underline;
}

.pn-sub a:hover {
	color: #0000ff;
	font-family: Tahoma, sans-serif;
	font-size: 10px;
	text-decoration: none;
}

.pn-title {
	color: #4F6F6C;
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.pn-title a:link{
	color: #4F6F6C;
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}

.pn-title a:visited{
	color: #4F6F6C;
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}

.pn-title a:hover{
	color: #4F6F6C;
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.pn-white {
	color: #FFFFFF;
	font-family: Tahoma, sans-serif;
	font-size: 11px;
}

.pn-white a:link{
	color: #FFFFFF;
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	text-decoration: none;
}

.pn-white a:visited{
	color: #FFFFFF;
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	text-decoration: none;
}

.pn-white a:hover{
	color: #FFFFF0;
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	text-decoration: underline;
}

.pn-whitesub {
	color: #FFFFFF;
	font-family: Tahoma, sans-serif;
	font-size: 10px;
}

.pn-whitesub a:link{
	color: #FFFFFF;
	font-family: Tahoma, sans-serif;
	font-size: 10px;
	text-decoration: none;
}

.pn-whitesub a:visited{
	color: #FFFFFF;
	font-family: Tahoma, sans-serif;
	font-size: 10px;
	text-decoration: none;
}

.pn-whitesub a:hover{
	color: #FFFFF0;
	font-family: Tahoma, sans-serif;
	font-size: 10px;
	text-decoration: underline;
}





.nav_on_home {
	list-style: none;
	background-image: url(../images/bulletie.gif);
	background-repeat: no-repeat;
	background-position: right;
	margin-right: 4px;
}

.nav_on_home_td a {
	text-decoration: none;
	color: white;
}


.shadowed {
	font-size: 17px;
	font-weight: bold;
  color: #ffffff;
	text-align: right;
	margin-right: 20px;
	margin-left: -30px;
}

/* default setup that everything sees */
.shadow {
  /* needed for Internet explorer */
  filter: Shadow(Color=#000000, 
                 Direction=135, 
                 Strength=2);

  /* Needed for Gecko */
  line-height: 2em;
  white-space: nowrap;
}
* html .shadow {
  /* needed for Internet explorer ONLY */
  height: 1em;
}

/* 
 * used by browsers which know about
 * :before to create the shadow 
 */
.shadow:before {
  display: block;
  margin: 0 0px -2.12em 0px;
  padding: 0;
  color: #000000; 
}

#shadow_1:before { 
  content: 'About Our Club'; 
}
#shadow_2:before { 
  content: 'Group Fitness'; 
}
#shadow_3:before { 
  content: 'Personal Training'; 
}
#shadow_4:before { 
  content: 'Nutrition'; 
}
#shadow_5:before { 
  content: 'News'; 
}
#shadow_6:before { 
  content: 'Contacts'; 
}

/*\*/
html*.shadow {

  [color:red;/* required by Safari 
              * so that [] is correctly
              * begun. associated with
              * the property, yet hiding
              * it. Seen by IE6 */

    /* 
     * seen by IE6 and Safari, but hidden
     * from Gecko 
     */
    text-shadow: #000000 5px 5px 5px; 

  ]color:auto; /* resets color for IE6 */
}/**/

/* 
 * end hack using dummy attribute selector
 * for IE5 mac
 */
.dummyend[id]{clear: both;}

/*\*/
html*.shadow:before {

  [color:red;/* required by Safari. 
                seen by IE6 */

    /* 
     * seen by IE6 and Safari, but hidden
     * from Gecko 
     */
    display: none;

  ]color:auto; /* resets color for IE6 */
}/**/

/* 
 * end hack using dummy attribute selector
 * for IE5 mac
 */
.dummyend[id]{clear: both;}