a:link {
  color: #009999;
  /* border-bottom: dotted 1px #009999; */
  text-decoration: none;
}

a:visited {
  color: #009999;
  /*border-bottom: dotted 1px #009999;*/
  text-decoration: none;
}

a:hover {
  color: #C58144;
  /*border-bottom: dotted 1px #C58144;*/
  text-decoration: none;
}

a:active {
  color: #16A3B3;
  /*border-bottom: dotted 1px #16A3B3;*/
  text-decoration: none;
}

* {
  border: 0;
  margin: 0;
  padding: 0;
}
/*basic body stuff*/

body {
  color: #391D01;
  font-size: 80%;
  font-family: arial;
  background: white;
}

form {}

h1 {
  font-size: 130%;
}

h2 {
  font-size: 120%;
}

h3 {
  font-size: 110%;
}

h4 {
  font-size: 100%;
}

h5 {
  font-size: 90%;
}

h6 {
  font-size: 80%;
}
/*indent for paragraphs*/

p.indent {
  text-indent: 2em;
  line-height: 1.5;
}

ul {
  margin-left: 40px;
}
/*apply a standard table size*/

table {}

td {
  border: #CCCCCC 1px solid;
  background: #E9F2F9;
  padding: 6px;
  color: black;
  vertical-align: top;
}

td.bluetd {
  background: #9FADCF;
  font-weight: bold;
  padding: 6px;
  color: black;
}


.clean tables {
	border: 0 !important;
	margin: 0 !important;
	}
	
.clean td {
border: 0 !important;
background:white !important;
padding: 0px 2px!important;
}

.clean div {
border:0!important;
margin:0!important;
}

/*make all paragraphs the same font face and size*/

p {
  line-height: 1.5;
  padding: 5px;
}

input, textarea, select {
  border: #969696 1px solid;
}

img {
  border: none;
}
/*main header + titles*/

.header {
  font-size: 120%;
  background: transparent;
  padding: 5px;
  color: #522A01;
}

.headerleft {
  color: white;
  background: #009999;
  padding: 3px 5px;
}

#menuwrapper {
  margin-top: 10px;
  width: 100%;
  text-align: left;
}

#menu {
  margin: auto;
  list-style-type: none;
  font-weight: bold;
  width: 800px;
}

#menu li {
  display: inline;
}


#menu li a {
  text-align: left;
  font-size: 10pt;
  text-align: center;
  font-family: verdana !important;
  float: left;
  color: white;
  background: #009999 url('../../images/home/right.gif') no-repeat top right; 
padding: .2em 0em .2em 0em;  text-decoration: none;
  border-right: 2px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
}

#menu a span {
  background: transparent url('../../images/home/left.gif') no-repeat top left; 
padding: .2em 1em .2em 1em;}

#menu a span {
  background: transparent url('../../images/home/left.gif') no-repeat top left;
}

#menu li a:hover {
  background: #16A3B3 url('../../images/home/right.gif') no-repeat top right;
  color: white;
}

#menu .current a, .current span {
  color: white;
  background-color: #009999;
  border-bottom: 1px solid #009999;
}

#menuline {
  clear: both;
  border-top: #009999 5px solid;
  border-bottom: #391D01 1px solid;
  background: #391D01;
  height: 2px;
}

hr {
  clear: both;
  margin: 5px 0;
  border-top: dashed 1px #CCCCCC;
  color: #FFFFFF;
  background-color: #FFFFFF;
  height: 1px;
}

.error {
  border: #E31010 1px solid;
  padding: 20px;
  background: #F8B9B9;
  margin: 5px;
  color: black;
}

.success {
  border: #159326 1px solid;
  padding: 20px;
  background: #9DE6A4;
  margin: 5px;
  color: black;
}

.newstitle {
  font-size: 120%;
  color: #3E52AB;
  font-weight: bold;
  border-top: #A5A6A5 1px solid;
  border-bottom: #A5A6A5 1px dashed;
  padding: 4px 2px 6px 2px;
}

.newsextra {
  font-size: 75%!important;
  color: gray;
  font-weight: normal;
}

.date {
  color: gray;
  font-size: 70%;
  padding-left: 10px;
}

.tutoringlist ul li{
  display: inline;
  line-height: 33px;
}

.tutoringlist li {
  border: #CCCCCC 1px solid;
  background: #E9F2F9;
  padding: 6px;
  color: black;
  margin: 1px !important;
  display: inline;
  white-space: nowrap;
}

.tutoringlist table {
  white-space: nowrap;
}

span.notice {
  background: #F8B9B9;
  padding: 0px 5px;
  border: #FF0000 1px solid;
  color: black;
}

span.holiday {
  border: #159326 1px solid;
  padding: 0 5px;
  background: #9DE6A4;
  color: black;
}

span.incharge {
  border: #f57900 1px solid;
  padding: 0 5px;
  background: #EECE98;
}

td.incharge {
  border: #f57900 1px solid;
  padding: 6px;
  background: #EECE98;
}

td.blue {
  background: #9FADCF;
  font-weight: bold;
  padding: 6px;
  color: black;
}

td.holiday {
  border: #159326 1px solid;
  padding: 6px;
  background: #9DE6A4;
  color: black;
}

td.notice {
  background: #F8B9B9;
  padding: 6px;
  border: #FF0000 1px solid;
  color: black;
}

#announcements {
  border: 1px dotted #999;
  padding: 5px 5px;
  background-color: #eee;
  color: gray;
}

#announcements ul {
  display: inline;
  margin: 0;
}

#announcements ul li {
  background-color: #eee;
  display: inline;
}

#announcements span{
  position: relative;
  top: -3px;
  background: transparent url(/images/icon/date.png) 1px 1px no-repeat;
  padding: 6px;
  font-family: Tahoma;
  font-size: 8px;
  color: #745858;
}

#intro {
  padding: 10px;
  line-height: 1.5;
}

#intro img{
  float: right;
  padding-right: 7px;
}
/*for the contact page*/

div.emailform {
  margin: 10px 20px;
  padding-left: 15px;
}

.emailform label{
  float: left;
  width: 120px;
  font-weight: bold;
}

.emailform input{
  width: 250px;
  margin-bottom: 5px;
}

.emailform select {
  margin-bottom: 5px;
  border-left: #CCCCCC 1px solid;
  border-right: #CCCCCC 1px solid;
}

.emailform textarea{
  width: 400px;
  height: 150px;
  margin-bottom: 5px;
}

input#emailsubmit{
  border:;
  margin-left: 120px;
  margin-top: 5px;
  width: 50px;
}
/*apply special noformat to radiobox label*/

label.none {
  float: none;
}
/*endnotes*/

.note {
  font-size: 90%;
  color: gray;
}
/*right boxes with content */

.rightbox {
  border: 1px solid #CCCCCC;
  padding: 3px 5px;
  margin-bottom: 10px;
  background-color: #E9F2F9;
  color: #391D01;
}
/*quote for president*/

p#quote {
  padding: 10px;
}

p#quote:after{
  line-height: 5px;
  vertical-align: sub;
  font-weight: bold;
  font-family: times new roman;
  font-size: 18pt;
  content: "\201D";
}

p#quote:before{
  line-height: 5px;
  vertical-align: sub;
  font-weight: bold;
  font-family: times new roman;
  font-size: 18pt;
  content: "\201C";
}

.pagetitle {
  margin: 10px 0;
  font-size: 16pt;
  text-decoration: none;
  color: #3E52AB;
}

.pagetitle img {
  vertical-align: middle;
  color: #3E52AB;
}

span#logo1 {
  font-size: 32pt;
  color: teal;
  font-weight: bold;
  font-family: Bookman Old Style;
}

span#logo2 {
  font-size: 19pt;
  color: #3F1F00;
  font-family: Helvetica;
}

span#motto {
  font-family: verdana;
  color: gray;
  font-size: 10pt;
  font-style: italic;
}

#quoteauthor {
  margin-left: 100px;
}
/*custom arrow for lists*/

.links ul {
  list-style-type: none;
  margin: 0;
}

.links li a{
  display: block;
  border: 0;
  background: url(../../images/other/yellowbullet.png) left center no-repeat;
  padding: 3px 0px 3px 15px;
}

.links li a:hover {
  color: #009999;
  background: #FFFFCC;
  border-top: #FCAF3E 1px solid;
  border-bottom: #FCAF3E 1px solid;
  padding: 2px 0px 2px 15px;
}
/*custom arrow for lists*/

.bluesquare div {
  padding: 10px;
}

.bluesquare ul {
  list-style-type: none;
  margin-left: .5em;
}

.bluesquare li {
  background: url(../../images/icon/bluesquare.png) left center no-repeat;
  margin-bottom: 0px;
  padding: .1em 0 .1em 1.2em;
}

.nolist ul {
  list-style-type: none;
  margin-left: 1em;
}

.nhsfloat {
  position: absolute;
  left: 135px;
  top: 30px;
  z-index: 3;
}

.nolink{
  border: 0px !important;
}
/*custom arrow for lists*/

.downloads ul {
  list-style-type: none;
  margin-left: .5em;
}

.downloads li {
  background: url(../../images/icon/file.png) left center no-repeat;
  margin: 0 0 3px 20px;
  padding: .1em 0 .1em 1.5em;
}

p#viewmore {
  margin: 0;
  text-align: right;
}

pre {
  margin: 0;
  padding: 3px;
  font-family: arial;
}

fieldset {
  border: #FCAF3E 1px solid;
  background: #FFFFCC;
  margin: 5px 0;
}

legend {
  margin-left: 5px;
  color: #745858;
}

.none {
  background: white;
  text-decoration: none;
  border: 0;
}

a#hider{
  float: right;
  border: #BABDB6 1px solid;
  background: #E9F2F9 url(../../images/other/arighthide.gif) left center no-repeat;
  padding: 0px 1px;
}

a#hider2{
  float: right;
  border: #BABDB6 1px solid;
  background: #E9F2F9 url(../../images/other/aleftshow.gif) left center no-repeat;
  padding: 0px 1px;
}

a#hider:hover {
  background: #BABDB6 url(../../images/other/arighthide.gif) left center no-repeat;
}

a#hider2:hover {
  background: #BABDB6 url(../../images/other/aleftshow.gif) left center no-repeat;
}

span#loading{
  font-weight: bold;
  color: #729FCF;
  display: none;
}

#loading img{
  vertical-align: middle;
}

.vmalign img{
  vertical-align: middle;
}

.entrydate {
  float: left;
  color: #585858;
  height: 25px;
  width: 40px;
  font-size: 10px;
  text-align: center;
  line-height: 10px;
  font-family: Tahoma;
  font-weight: bold;
  padding: 6px 5px 5px 1px;
  background: transparent url(/images/icon/entrydatebg.png) 0px 0px no-repeat;
}

.entrydate2 {
  font-size: 12px;
  font-weight: bold;
  color: #9a9a9a;
  font-family:verdana!important;
}
/*outlines next tutoring day*/

div#outlinenext {
  border: #3465A4 5px solid;
  padding: 5px;
  margin: 5px;
}/* Cascading Style Sheet */