/* this sheet set the styles for the membership section */
/* HTML tags */
h2 {
  font-size: 1.1em;
  font-weight: bold; 
  color: #CC9900;
}

h2 a:link {
  font-size: 1.1em;
  font-weight: bold;
  color: #CC9900;
}

h2 a:visited {
  font-size: 1.1em;
  font-weight: bold;
  color: #FFCC00;
  text-decoration: none;
}

h2 a:hover {
  text-decoration: underline; 
}

h3 a:hover {
  color: #CC9900 !important;
  text-decoration: underline; 
}

h4 {
  color: #CC9900;
  font-size: 0.9em;
  font-style: italic;
  font-weight: bold;
}

h6 {
  font-size: 0.9em;
  font-weight: normal;
  font-style: italic;
  color: #CC9900;
}

a:link {
  color: #CC9900;
  text-decoration: none;
}

a:visited { 
  color: #FFCC00; 
}

a:hover { 
  color: #FFCC00;
  text-decoration: underline; 
}

a:active {
  color: #FFCC00; 
}

em {
  font-style: italic;
  color: #CC9900;
}

hr {
  color: #CC9900;
  line-height: 1px; 
  border: 0;
  margin: 0;
  padding: 0;
}

th {
  font-weight: bold;
  font-size: 0.9em;
  color: #CC9900;
  border-bottom: 2px solid #CC9900;
  margin: 0;
  padding: 0 5px;
  text-align: left;
  background-color: #FFFFFF;
}

/* id specific */
#pageintro {
 border-bottom: 1px solid #CC9900;
}

/* classes */
.bottomcolor {
  border-bottom: 1px solid #CC9900;
}

.bottomdash {
  border-bottom: 1px dotted #CC9900;
  margin-bottom: 10px;
}

.boldcolor {
  font-weight: bold;
  color: #CC9900;
}

.color {
  color: #CC9900;
}

.highlight {
  color: #FFFFFF;
  font-style: italic;
  font-weight: bold;
  vertical-align: middle;
  text-align: center;
  background-color: #CC9900;
}

.outline {
  border: 1px solid #CC9900;
}

.terms {
  font-size: 0.8em;
}

.totop {
  border-bottom: 1px dotted #CC9900;
}

/* primary (top) navigation */
#topnav, #topnav ul {
  background: #CC9900;
}

#topnav li a:hover {
  background: #FFCC00;
}

#topnav li a:active {
  color: #CC9900;
  background: #FFCC00;
}

#topnav a.active {
  color: #CC9900;
  background: #FFCC00;
}

#topnav li:hover, #topnav li.sfhover {
  background: #FFCC00;
}

/* secondary (left) navigation */ 
#sidenav ul li a:hover {
  color: #FFCC00;
}

#sidenav ul li a:active {
  color: #FFCC00;
}

#sidenav li#active {
  color: #CC9900;
}

#sidenav li#active a {
  color: #CC9900;
}

/* home page list */
ul.index li a:link {
  font-size: 1.2em;
  font-weight: bold;
  color: #CC9900;
}

ul.index li a:visited {
  font-size: 1.2em;
  font-weight: bold;
  text-decoration: none; 
  color: #FFCC00;
}

ul.index li a:hover {
  font-size: 1.2em;
  text-decoration: underline; 
}

/* page navigation */ 
ul.pagenav {
  list-style-image: url(../membership/images/downlist.gif);
}

ul.pagenav li a {
  color: #CC9900;
  text-decoration: underline;
  padding: 0;
  margin: 0;
  text-align: left;
}

ul.pagenav li a:visited {
  color: #CC9900;
}

ul.pagenav li a:hover {
  color: #FFCC00;
  text-decoration: none;
}

/* bottom navigation */ 
#bottomnav ul li a {
  width: 98px;
  color: #CC9900;
  text-decoration: none;
  line-height: 1.5;
  display: block;
  text-align: center;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  font: normal 13px Tahoma, Verdana, Arial, sans-serif;
}

#bottomnav ul li a:hover {
  background: #CC9900;
  color: #FFFFFF;
}


