/* 
------------------------------
    generic styling  
------------------------------	*/
/*  clear browser defaults  */
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100.01%;  /* compensates for several browser bugs */
  }

/*  set site defaults */
body {
  font-family: Arial, Helvetica, sans-serif;
  background: #fcfcfc;
  color: #666666;
  font-size: 1em;      /* compensates for several browser bugs */
  line-height: 1.3;    /* default line-height for readability */
  }

a {
  color: #666666;
  }

a:hover {
  color: #ff6d06;
  }

img {
  border: 0;
  }

p {
  margin: 0 0 .7em;
  }

h1, h2, h3 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #ff6d06;
  font-size: 1.2em;
  font-weight: normal;
  padding-top: 1em;
  padding-bottom: .5em;
  }

h2 {
  color: #666666;
  font-weight: bold;
  font-size: .9em;
  }

h3 {
  font-size: .9em;
  }

ul {
  margin: 0 0 .7em 3em;
  list-style-type: square;
  }

/*
---------------------------------------
    page structure
--------------------------------------- */				
#pagewrapper {
  width: 750px;
  background: transparent;
  margin: 0 auto;       /* center the page */
  }

#masthead {
  width: 100%;
  height: 110px;
  }

#navlinks {
  width: 100%;
  height: 40px;
  background: #ff6d06;
  }

#content {
  width: 550px;
  margin: 0 auto;
  }

#footer {
  clear: both;
  text-align: center;
  font-size: 0.7em;
  line-height: 0.7em;
  border-top: 1px solid #ff6d06;
  padding-top: 10px;
  margin-top: 20px;
  }

/*
---------------------------------------
    masthead specific
--------------------------------------- */				
#masthead img {
  float: left;
  padding: 10px;
  }

#masthead ul {
  float: left;
  list-style: none;
  padding-top: 30px;
  }

#masthead ul li {
  font: 13px/16px Georgia, "Times New Roman", Times, serif;
  text-align: center;
  font-style: italic;
  }

#masthead form {
  float: right;
  padding: 40px 10px 0 0;
  }

#masthead input {
  color: #ff6d06;
  font-size: 11px;
  }

#masthead input.searchbox {
  margin-bottom: 2px;
  }

/*
---------------------------------------
    navlinks specific
--------------------------------------- */				
#navlinks ul {
  list-style-type: none;   
  margin: 0;
  padding: 0;
  }

#navlinks ul li {
  display: inline;        
  }

#navlinks ul li a {
  float: left;
  width: 110px;
  height: 35px;
  margin: 0px 6px 0;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 14px;
  font-weight: bold;
  text-align: center;
  padding-top: 5px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  }

#navlinks ul li a:link, #navlinks ul li a:active, #navlinks ul li a:visited {
  color: #F5F5F5;
  }

#navlinks ul li a:hover {
  color: #006dba;
  }

/*
---------------------------------------
    enrollment specific
--------------------------------------- */				
#enrollment form p {
  clear: left;
  margin: 0;
  padding: 0;
  padding-top: 5px;
  }

#enrollment form p label {
  float: left;
  width: 25%;
  font-size: .8em;
  }
  
#enrollment fieldset.submit {
  float: none;      /* clear the float */
  width: auto;      /* and set width to return to normal document flow */
  border: 0;
  padding-left: 25%;
  }
  

/*
---------------------------------------
    refer-a-friend specific
--------------------------------------- */				
#refer fieldset {
  clear: left;
  margin: 5px 0;
  padding: 0;
  border: 1px solid #006dba;
  }

#refer fieldset legend {
  color: #ff6d06;
  margin-left: .5em;
  padding-bottom: .5em;
  }

#refer fieldset p {
  clear: left;
  font-size: .8em;
  margin: 0;
  padding-left: .5em;
  padding-bottom: .5em;
  }

#refer fieldset p label {
  float: left;
  width: 30%;
  margin-right: .2em;
  padding-bottom: 1em;
  }

#refer fieldset.submit {
  float: none;      /* clear the float */
  width: auto;      /* and set width to return to normal document flow */
  border: 0;
  padding-left: 30%;
  }

/*  
---------------------------------------
    signup specific
--------------------------------------- */				
#signup fieldset {
  clear: left;
  margin: 5px 0;
  padding: 0;
  border: 1px solid #006dba;
  }

#signup fieldset legend {
  color: #ff6d06;
  margin-left: .5em;
  padding-bottom: .5em;
  }

#signup fieldset p {
  clear: left;
  font-size: .8em;
  margin: 0;
  padding-left: .5em;
  padding-bottom: .5em;
  }

#signup fieldset p label {
  float: left;
  width: 35%;
  margin-right: .2em;
  padding-bottom: 1em;
  }

#signup fieldset ul {
  float: left;
  margin: 0;
  padding: 0;
  list-style-type: none;
  }

#signup fieldset ul li {
  font-size: .8em;
  }
  
#signup fieldset textarea {
  font-family: Arial, Helvetica, sans-serif;
  }

#signup fieldset.submit {
  float: none;      /* clear the float */
  width: auto;      /* and set width to return to normal document flow */
  padding-left: 35%; 
  border: 0;
  }
  
/*  
---------------------------------------
    search specific
--------------------------------------- */		
#search table {
  width: 100%;
  background: #DDE0C8;
  }

#search table th {
  background: #D0D3BC;
  text-align: left;
  border-bottom: 1px solid #006dba;
  }

#search table td {
  background: #DDE0C8;
  padding: .3em;
  border-bottom: 1px solid #006dba;
  font-size: .8em;
  }

