body
{
  padding: 0;
  margin: 0 auto;
  background-color: #E2EFF5;
}

a 
{
  color: gray;
  outline: none;
}

a:hover
{
  color: #6699CC;
}

#header
{
  padding: 5px 10px 20px 10px;
  width: 300px;
  height: 32px;
}

#menu
{
  background-color: #999999;
  width: 177px;
  height: 230px;
  margin-left: 0px;
}

#menu-home
{
  width: 800px;
  height: 230px;
}

#menu ul
{
  margin: 0px;
}

#menu ul li
{
  padding: 2px 0px;
  list-style: none;
}

#menu-home ul
{
  padding: 20px 28px;
  margin: 0 0 0 10px;
}

#menu-home ul li
{
  padding: 2px 0px;
  list-style: none;
}

#menu #alphabar
{
  width: 150px; height: 230px;
  margin-left: 28px;
}

#menu-home #alphabar
{
  width: 150px; height: 230px;
  background-color: gray;
  opacity: 1;
  -moz-opacity:0.5;
  filter: alpha(opacity=30);
  margin-left: 30px;
}

#menu #textbar
{
  width: 200px; height: 230px;
  background-color: transparent;
  position: absolute;
  left: 0px;
  z-index: 2;
  margin-left: 18px;
}


#menu-home #textbar
{
  width: 150px; height: 230px;
  background-color: transparent;
  position: absolute;
  z-index: 2;
  margin-left: 30px;
}

#menu a
{
  font-family: Georgia, "Times New Roman", sans-serif;
  color: #FFF;
  text-decoration: none;
  font-size: 1.1em;
}

#menu a:hover
{
  color: #ccc;
  text-decoration: none;
}

#menu-home a
{
  font-family: Georgia, "Times New Roman", sans-serif;
  color: #FFF;
  text-decoration: none;
  font-size: 1.1em;
}

#menu-home a:hover
{
  color: #cccccc;
  text-decoration: none;
}

#container
{
  color: #666666;
  background-color: #fff;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 40px;
  margin: 0 auto;
  width: 800px;
}

#nav
{
  padding: 20px 50px;
}

body
{
  font-family: Helvetica, Georgia, "Times New Roman", sans-serif;
  font-size: 0.75em;
  color: #666666;
  line-height: 1.5em;
}

h1
{
  color: #333333;
  font-family: Georgia, "Times New Roman", sans-serif;
  margin-top: 0px;
  margin-bottom: 10px;
  font-weight: normal;
  font-size: 200%
}

h2
{
  color: #333333;
  font-family: Georgia, "Times New Roman", sans-serif;
  margin-top: 15px;
  margin-bottom: 10px;
  font-weight: normal;
  font-size: 170%
}

h3
{
  color: #333333;
  font-family: Georgia, "Times New Roman", sans-serif;
  margin-top: 15px;
  margin-bottom: 10px;
  font-weight: normal;
  font-size: 150%
}

#sidebar
{
  float: left;
  width: 177px;
}

#content
{
  margin-left: 176px;
  width: 595px;
  min-height: 420px;
  border-left: #999999 1px dotted;
  padding-left: 20px;
}

#content-home
{
  margin-left: 177px;
  width: 595px;
  min-height: 250px;
  border-left: #999999 1px dotted;
  padding-left: 20px;
}

#footer
{
  margin-top: 30px;
  margin-left: 200px;
  width: 595px;
  font-weight: bold;
}

#footer ul
{
  padding: 0px;
}

#footer ul li
{
  list-style: none;
  float: left;
  padding-right: 10px;
}

#footer a
{
  color: #6699CC;
  text-decoration: none;
}

#footer a:hover
{
  text-decoration: underline;
}

#footer-links
{
  float: left;
  width: 245px;
  background-color: #ffffff;
}

#footer-copyright
{
  float: right;
  width: 350px;
}

#latest
{
  color: #6699CC;
  margin-top: 10px;
  padding: 5px 10px 5px 0px;
} 

.cws-content
{
  width: 350px;
  margin-right: 240px;
}

.cws-sidebar
{
  float: right;
  width: 225px;
}

.cws
{
  position:relative;
}

.clearfix:after
{
  clear: both;
  content: ".";
  display: block;
  height: 0pt;
  visibility: hidden;
  postion: relative;
}

.clearfix
{
}

* html .clearfix
{
  height: 1%;
}

.clearfix
{
  display: block;
}

.gallery
{
  overflow:hidden;
}

.gallery-row
{
  margin-bottom:1em;
  overflow:hidden;
}

.gallery-thumbnail
{
  float:left;
  text-align:center;
  width:33%;
}

form dl
{
  overflow: hidden;
}

form dt
{
  float: left;
  clear:  both;
  width: 25%;
  clear: left;
  padding-top:  0.3em;
  text-align: left;
}

form dd
{
  margin-bottom: 0.5em;
}

#submit
{
  padding-left: 3em;
}

textarea { height: 140px; width: 200px; }

#current a
{
  font-weight: bold;
}
