/* 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 */

/* ADMIN BAR */
#admdrop {
	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-color: #8d9278;
	color: #ffffff;
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	margin: 0px 0px 0px 0px;
}

body.home {
}

.home_pic_2 img {
	border: 2px #8797b9 solid;
}

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: #ffffff;
	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 {
	padding-right: 10px;
	float: left;
}
.home_3_image {
}

.black {
	color: #000000;
}

.main {
	background-image: url(../images/mcha-body-bg1.gif);
	background-repeat: no-repeat;
	width: 487px;
	height: 505px;
}

.main #main {
	padding: 15px 67px 4px 4px;
}

.main-left {
	background-image: url(../images/mcha-body-bg2.gif);
	background-repeat: no-repeat;
	width: 270px;
	height: 505px;
}

.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: #ffffff;
	font-family: Tahoma, sans-serif;
	font-size: 11px;
}

.pn-normal a:link {
	color: #ffffff;
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	text-decoration: underline;
}

.pn-normal a:visited {
	color: #ffffff;
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	text-decoration: underline;
}

.pn-normal a:hover {
	color: #e1e9bf;
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	text-decoration: none;
}

.pn-menu {
	color: #ffffff;
	font-family: Tahoma, sans-serif;
	font-size: 11px;
}

.pn-menu a:link {
	color: #ffffff;
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	text-decoration: none;
}

.pn-menu a:visited {
	color: #ffffff;
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	text-decoration: none;
}

.pn-menu a:hover {
	color: #e1e9bf;
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	text-decoration: none;
}

.left-menu {
	padding: 17px 0px 0px 59px;
}

.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: #e1e9bf;
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.pn-title a:link{
	color: #e1e9bf;
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}

.pn-title a:visited{
	color: #e1e9bf;
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}

.pn-title a:hover{
	color: #e1e9bf;
	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;}

<ul id="nav"><li id="" class="first"><a href="Static-contact.html" class="">Contact Us</a></li>
<li id="" class="middle"><a href="News-list-1.html" class="">Press Room</a><ul><li id="" class="first"><a href="News-cat-1.html" class="">Press Releases</a></li>
<li id="" class="last"><a href="News-cat-2.html" class="">Events</a></li>
</ul></li>
<li id="" class="middle"><a href="Sections-read-1.html" class="">Corporate Information</a><ul><li id="" class="last"><a href="Sections-read-6.html" class="">Leadership</a><ul><li id="" class="first"><a href="Sections-read-8.html" class="">Dave Nocera</a></li>
<li id="" class="last"><a href="Sections-read-9.html" class="">Deborah R. McCarthy</a></li>
</ul></li>

</ul></li>
<li id="" class="middle"><a href="Sections-read-14.html" class="">Customer Support</a></li>
<li id="" class="middle"><a href="#" class="">Products</a><ul><li id="" class="first"><a href="Sections-read-4.html" class="">ITVerify</a></li>
<li id="" class="last"><a href="Sections-read-5.html" class="">ITAuditor</a></li>
</ul></li>
<li id="" class="last"><a href="./" class="">Home</a></li>
</ul>

/* ADMIN BAR */
#admdrop {
	position: absolute;
	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 #000000 solid;
}

/*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;
}