
/* If centering fails in IE, consider
http://www.bluerobot.com/web/css/center1.html */

/* Put all colors on top, to make changes easier */

body 
{ 
  /* background: #fff0cc; */
  background: #eeeeee;
  color: #555555;
}

a { color: #000000; }
a:hover { color: #555555; }
div#linklist h2.unhilite:hover { color: #000000; }

div#announcements 
{ background: #ffffff; 
  border-color: #aaaaaa; }


div#announcements h3 { color: #cc3333; }

div#linklist h2, div#linklist ul 
{ border-color: #cc3333; }

div#linklist h2.hilite { background: #cc3333; color: white; }


div#announcements div.admin { font-weight: bold; }



body 
{
  text-align: left;
  font-size: 80%;
  font-family: Arial, Verdana, "sans serif";
  width: 900px;
  margin: auto;
  /* text-align: center; */
}

div#header
{ 
  margin-top: 5px;
  margin-left: 5px;
  height: 60px;
  background: url("logo.png") no-repeat left bottom;
}

div#header h1
{ 
  float: left;
  margin-left: 60px;
  text-align: left;
  font-variant:small-caps;
}

div#header p#contact
{
  font-weight: bold;
  float: right;
}

div#isiphoto { display: none; }
div#isiphotosmall{ display: none; }

div#isiphotosmall{ padding: 10px; }

div#isiphoto img
{ 
  margin-top: 5px;
  margin-left: 5%;
  width: 90%; 
  border: solid thin #000000;
}

div#isiphotosmall img
{ 
  width: 100%; 
  border: solid thin #000000;
}


div#announcements
{  
  font-size: 90%;
  margin: auto;
  padding: 0.5em;
  text-align: center;
  border-style: solid;
  border-width: 2px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
}

div#announcements h3
{
  font-weight: bold;
  font-size: 140%;
  width: 100%;
  margin: 0px;
  padding: 10px;
}

div#linklist { margin: 0px; }

div#linklist h2
{ 
  width: 240px;
  font-size: 130%;
  margin: 0px;
  margin-left: 10px;
  padding-left: 10px;
  padding-right: 0px;
  padding-top: 7px;
  padding-bottom: 7px;
}

div#linklist ul
{
  list-style: none;
  text-align: left;
  padding: 0px;
  padding-left: 20px;
  margin: 0px;
}

div#linklist li
{ 
  padding: 1px;
}


a
{
  text-decoration: none;
  /* font-weight: normal; */
}

iframe.gmap 
{
  width: 100%;
  height: 350px;
  margin: 0px;
  padding: 0px;
}



div#gsearch
{
  text-align: center;
  padding: 10px;
}

div#gsearch input#gsearch
{ 
  width: 50%;
}


div#feedback
{ 
  border-top: solid thin #bbb;
  padding: 5px;
  font-size: 80%;
  text-align: left;
  width: 60%;
}

table
{ 
  border-width: 1px;
  border-style: solid; 
  border-color: black;
  width: 100%;
}

tr.even{ background: #eeeecc; }
tr.odd{ background: #eeccee; }

tr:hover, tr.odd:hover
{ 
  background: #ffffff;
  color: #000000;
}


p.question
{ font-weight: bold; }
