body { font-family: "trebuchet MS", Arial, Helvetica, "Sans Serif"; min-width: 650px; }

.site-header { height: 100px; padding: 0; background: #0099CC url(/img/bg_header.gif) no-repeat right top; }
.logo { float: left;  }
.stats { float: right; padding: 10px; font-size: xx-small; }


/* Primary navigation links */
#tabfloat { float: left; padding-left: 15px; overflow: visible; }

ul#primary-links {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
	font-size: 12px;
}

ul#primary-links li {
  _width: 0px;
  float: left;
  list-style-type: none;
  padding: 0px 0px 0px 0px;
  margin: 0px 1px 0px 1px;
  background: url(/img/header-tab1.gif) no-repeat 0% 0%;
}

ul#primary-links li a {
  display: block;
  list-style-type: none;
  padding: 4px 8px 0px 8px;
  margin: 0px;
  height: 20px;
  background: url(/img/header-tab2.gif) no-repeat 100% 0px;
  white-space: nowrap;
  font-weight: bold;
  color: #FFFFFF;
  text-decoration: none;
}

ul#primary-links li:hover {
  background-image: url(/img/header-tab1.gif);
  background-position: 0% -24px;
}

ul#primary-links li:hover a {
  background-image: url(/img/header-tab2.gif);
  background-position: 100% -24px;
}

/* Search box */
#search {
float: right;
margin: 0;
height: 29px;
background: #F1F1F1 url(/img/search1.gif) no-repeat left top;
}
.bookmarks { padding: 2px; vertical-align: middle; overflow: hidden; width: 250px; }
.bookmarks h3 { float: left; margin: 0; padding: 0.5em; font-size: 10px; }
.bookmarks ul { list-style: none; margin: 0; padding: 4px 10px; background-color: #F1F1F1; }
.bookmarks li { display: inline; margin: 0 2px; }

#container { clear: both; margin: 10px; padding: 10px; }

#cloud {
	clear: both;
	font-family: "trebuchet MS", Arial, Helvetica, "Sans Serif";
	text-align: justify;
}

#cloud a {
  color: black;
  font-size: 10px;
  text-decoration: none;
  margin: 0 10px;
}

.hidden { display: none; visibility: hidden; }
.error { color: #FF0000; font-weight: bold; }

.site-footer { color: #999999; text-align: center; margin: 10px 0; padding: 10px 0; border-top: 1px solid #cccccc; font-size: xx-small; }

#suggest {
  padding: 10px;
  text-align: center;
  background-color: #F9F9F9;
  border: 1px #CCCCCC solid;
}
#suggest form { padding: 0; margin: 0; }
#suggest form input { font-size:1em; padding:0.2em; }
#suggest form input[type="submit"] { font-weight: bold; }
#suggest form input[type="text"] {  }

.guidelines { font-size: 12px; text-align: left; width: 400px; }

fieldset {
  border: 1px #CCCCDD solid;
  padding: 6px;
}

legend {
  font-weight: bold;
  color: #444488;
}

label {
  font-weight: bold;
  color: #222266;
	cursor: pointer;
}

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

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
