
/* 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, div#linklist div.textcontent 
{ 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: 1000px;
  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%;
  margin: 0px;
  padding: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
}

div#linklist { margin: 0px; }

div#linklist h2
{ 
  font-size: 120%;
  margin: 0px;
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 2px;
  padding-bottom: 2px;
}

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

div#linklist li
{ 
  padding: 1px;
  padding-bottom: 5px;
}


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

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

div#gsearch
{
  text-align: left;
  padding: 10px;
  padding-left: 0px;
  margin-left: 0px;
}

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


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

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; }

/* import does not seem to work propoerly in IE, so style_common.css
is explicitly copied above */

/* @import url("style_common.css"); */ 



div#linklist h2.hilite
{
  background: none; 		/* inherits doesn't work in IE6 */
  color: #cc3333;
  border-top-style: solid;
  border-top-width: 2px;
}

div#rightcolumn
{
  float: right;
  height: 100%;
  /* width: 240px; */
  width: 350px;
}

/* div#announcements */
/* {  */
  /* width: 300px;  */
  /* float: right; */
/* } */

div#content { margin: 0px; margin-top: 25px; }

div#linklist h2
{
  width: 200px;
  float: left;
  border-width: 0px;
  margin-left: 0px;
}

div#linklist ul, div#linklist div.textcontent
{
  /* border: solid thin red; */
  width: 450px;
  margin-left: 200px;
  padding-left: 10px;
  border-left-style: solid;
  border-left-width: 8px;
  margin-bottom: 15px;
}

div#linklist ul.plain
{
  margin-left: 0px;
  border-left: none;
}

div#linklist div.textcontent{ width: 750px; }

/* div#linklist li */
/* { */
/*   padding: 4px; */
/* } */

