/* From the book */
/*      Bulletproof Web Design */
/* Copyright 2006 by Dan Cederholm */
/* Box Model Hack (SBMH) developed by Tantek Edlik */
/* Modified 2008.05.08 removed Box Model Hack, transferred to machacks.css file */
/*  Revised 2008.05.22 include news.html  */

body {
width: 864px;
font-size: medium;
font-family: Helvetica, Arial, sans-serif;
color: black;
text-align: left;
background-color: #c6eff7;
}

#nav {
text-align: center;
float: left;
width:100%;
margin: 0;
padding: 10px 0 0 46px;
list-style: none;
background: #94d6e7 url(../images/nav_bg.gif) repeat-x bottom left;
}

#nav a {
float: left;
display: block;
margin: 0 1px 0 0;
padding: 4px 8px;
font-weight: bold;
color: #333333;
text-decoration: none;
border: 1px solid #988748;
border-bottom: none;
background: #c6eff7 url(../images/off_bg.gif) repeat-x top left;
}

#nav li {
float: left;
margin: 0;
padding: 0;
font-weight: bold;
font-family: "Lucida Grand", sans-serif;
font-size: 90%;
text-align: center;
}

#nav a:hover, body#bridge #t-bridge a {
font-weight: bold;
color: #333333;
padding-bottom: 5px;
border-color: #727377;
background: #c6eff7 url(../images/on_bg.gif) repeat-x top left;
}

#nav a:hover, body#schedule #t-schedule a {
font-weight: bold;
color: #333333;
padding: 5px;
padding-bottom: 5px;
border-color: #727377;
background: #c6eff7 url(../images/on_bg.gif) repeat-x top left;
}

#nav a:hover, body#clubnews #t-clubnews a {
font-weight: bold;
color: #333333;
padding: 5px;
padding-bottom: 5px;
border-color: #727377;
background: #c6eff7 url(../images/on_bg.gif) repeat-x top left;
}
#nav a:hover, body#results #t-results a {
font-weight: bold;
color: #333333;
padding: 5px;
padding-bottom: 5px;
border-color: #727377;
background: #c6eff7 url(../images/on_bg.gif) repeat-x top left;
}

#nav a:hover, body#sessions #t-sessions a {
font-weight: bold;
color: #333333;
padding: 5px;
padding-bottom: 5px;
border-color: #727377;
background: #c6eff7 url(../images/on_bg.gif) repeat-x top left;
}

#nav a:hover, body#lessons #t-lessons a {
font-weight: bold;
color: #333333;
padding: 5px;
padding-bottom: 5px;
border-color: #727377;
background: #c6eff7 url(../images/on_bg.gif) repeat-x top left;
}

#nav a:hover, body#ate #t-ate a {
font-weight: bold;
color: #333333;
padding: 5px;
padding-bottom: 5px;
border-color: #727377;
background: #c6eff7 url(../images/on_bg.gif) repeat-x top left;
}

#nav a:hover, body#blinks #t-blinks a {
font-weight: bold;
color: #333333;
padding: 5px;
padding-bottom: 5px;
border-color: #727377;
background: #c6eff7 url(../images/on_bg.gif) repeat-x top left;
}

#nav a:hover, body#mail #t-mail a {
font-weight: bold;
color: #333333;
padding: 5px;
padding-bottom: 5px;
border-color: #727377;
background: #c6eff7 url(../images/on_bg.gif) repeat-x top left;
}

/* Hide from IE5/Mac \*/
#footer {height: 1%;}
/* End hide from IE5/Mac */

/* Hide from IE5/Mac \*/
* html #footer {height: 1%;}
/* end hide from IE5/Mac */

dl.feature {display: inline-table;}

/* Hide from IE5/Mac \*/
* html dl.feature {height: 1%;}
dl.feature {display: block;}
/* End hide from IE5/Mac */

/* Revised 2007.01.24 */