/* 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: #000000;
	text-decoration: none;
}

#nav a.current {
	color: #000000;
}

#nav li li a {
	color: #4C4C4C;
	width: 200px;
	margin-right: 0px;
}

#nav li li {
	margin-right: 0px;
}

#nav a:hover {
	color: #70B3EF;
	background-color: none;
}

#nav li li a:hover {
	color: #70B3EF;
	background-color: none;
}

#nav li { /* all list items */
	/* width: 200px; /* width needed or else Opera goes nuts */
	margin-right: 2em;
		float: right;}

#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 */

/* ADMIN BAR */
#admdrop {
	color: #b4b4b4;
	position: absolute;
	width: 110px;
	display: none;
	padding: 3px;
	line-height: 18px;
	color: #8D9278;
	background-color: #EDF4CF;
	border: 1px #0057E3 solid;
	z-index: 100;
	margin-top: -4px;
	margin-left: 10px;
	#margin-top: 28px;
	#margin-left: -85px;
	font-weight: bold;
	font-size: 11px;
	font-family: Tahoma, san-serif;
}

.mceEditor { width: 440px; }

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.indexPop {
	background: #ffffff;
	margin: 10px;
}

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;
}

.menu-top {
	width: 1000px;
	height: 40px;
	background: #FFB400;
	border-top: 1px #417DA0 solid;
	padding-left: 20px;
	font-weight: bold;
}
.menu-top a {
	color: #000000;
	text-decoration: none;
}
.menu-top a:hover {
	color: #417DA0;
	text-decoration: underline;
}
.menu-right {
	vertical-align: top;
	border: 1px #3f3939 solid;
	border-bottom: none;
	background: #417da0;
	padding: 10px;
	font-weight: bold;
}
.menu-right a {
	color: #000000;
	text-decoration: none;
}
.menu-right a:hover {
	text-decoration: underline;
}
.menu-right ul {
	margin-bottom: 11px;
	margin-top: 11px;
}
.menu-right ul li {
	margin-left: -20px;
	margin-bottom: 6px;
}
.foota {
	border-top: 1px #3f3939 solid;
	background: #C8D5DC;
}
.foota td {
	vertical-align: top;
}
.footb {
	background: #3f3939;
}
.latest-news {
	background: url(../images/latest-news-bg.gif) repeat-y;
	width: 234px;
	height: 220px;
	padding: 6px;
}
.newsletter {
	color: #858484;
	font-size: 10px;
	text-align: right;
	vertical-align: top;
}
.newsletter-input {
	background: url(../images/newsletter-email.gif) no-repeat;
	width: 199px;
	height: 23px;
	text-align: center;
}
.newsletter-input #input {
	border: 0px;
	width: 190px;
	margin-top: 3px;
}
.logos {
	vertical-align: middle;
	text-align: right;
	padding: 1px;
}
.logos img {
	vertical-align: middle;
	padding-left: 4px;
}

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 {
	padding-right: 10px;
	float: left;
}
.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;
}

.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: #D2691E;
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.pn-title a:link{
	color: #D2691E;
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}

.pn-title a:visited{
	color: #D2691E;
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}

.pn-title a:hover{
	color: #D2691E;
	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: 'Healthy Tips'; 
}
#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;}

/*DHTMLGOODIES_CALENDAR*/
#calendarDiv{
	position:absolute;
	width:205px;
	border:1px solid #317082;
	padding:1px;
	background-color: #FFF;
	font-family:arial;
	font-size:10px;
	padding-bottom:20px;
	visibility:hidden;
}
#calendarDiv span,#calendarDiv img{
	float:left;
}
#calendarDiv .selectBox,#calendarDiv .selectBoxOver{
	
	line-height:12px;
	padding:1px;
	cursor:pointer;
	padding-left:2px;
}

#calendarDiv .selectBoxTime,#calendarDiv .selectBoxTimeOver{	
	line-height:12px;
	padding:1px;
	cursor:pointer;
	padding-left:2px;
}

#calendarDiv td{
	padding:3px;
	margin:0px;
	font-size:10px;
}



#calendarDiv .selectBox{
	border:1px solid #E2EBED;		
	color: #E2EBED;
	position:relative;
}
#calendarDiv .selectBoxOver{
	border:1px solid #FFF;
	background-color: #317082;
	color: #FFF;
	position:relative;
}
#calendarDiv .selectBoxTime{
	border:1px solid #317082;		
	color: #317082;
	position:relative;
}
#calendarDiv .selectBoxTimeOver{
	border:1px solid #216072;	
	color: #216072;
	position:relative;
}

#calendarDiv .topBar{
	height:16px;
	padding:2px;
	background-color: #317082;


}
#calendarDiv .activeDay{	/* Active day in the calendar */
	color:#FF0000;
	border: 1px #317082 solid;
	background-color: #E2EBED;
}
#calendarDiv .todaysDate{
	height:17px;
	line-height:17px;
	padding:2px;
	background-color: #E2EBED;
	text-align:center;
	position:absolute;
	bottom:0px;
	width:201px;
}
#calendarDiv .todaysDate div{
	float:left;
}
	
#calendarDiv .timeBar{
	height:17px;
	line-height:17px;
	background-color: #E2EBED;
	width:105px;
	//color:#FFF;
	position:absolute;
	right:0px;
}

#calendarDiv .timeBar div{
	float:left;
	margin-right:1px;
}


#calendarDiv .monthYearPicker{
	background-color: #E2EBED;
	border:1px solid #AAAAAA;
	position:absolute;
	color: #317082;
	left:0px;
	top:15px;
	z-index:1000;
	display:none;

}
#calendarDiv #monthSelect{
	width:70px;
}
#calendarDiv .monthYearPicker div{
	float:none;
	clear:both;	
	padding:1px;
	margin:1px;	
	cursor:pointer;
}
#calendarDiv .monthYearActive{
	background-color:#317082;
	color: #E2EBED;
}

#calendarDiv td{
	text-align:right;
	cursor:pointer;
}

#calendarDiv .topBar img{
	cursor:pointer;
}
#calendarDiv .topBar div{
	float:left;
	margin-right:1px;
}
