/***********************************************/
/* Properties of general/common page elements. */
/***********************************************/

#container {
 width: 1000px;
 margin:auto;
}

body {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  color: #666;
  margin: 20px 0px 7px 0px;
  padding: 0px;
}
th {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.5;
  color: #616161;
  background-color: #F1F1F1;
}
img {
  border: 0;
  border-bottom-style: none;
  background: transparent;
  background: #eee;
  vertical-align:middle;
}
p {
  line-height: 1.5;
  margin: 6px 0;
}
pre {
  margin: 5px 20px 10px 10px;
}

h1 {
  font-size: 2.25em;
  font-weight: normal;
  margin: 5px 0px;
}
h2 {
  font-size: 1.1em;
  font-weight: bold;
  /*text-align: center;*/
  margin: 5px 0px;
}
h3 {
  color: #555;
  font-size: 12px;
  font-weight: bold;
  padding: 5px 0;
  margin: 5px 0;
}
h4 {
  font-size: 1.1em;
  font-weight: bold;
  text-transform: uppercase;
}
ul {
  margin: 5px 0;
  padding:0;
}
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul li, ol {
  /*text-align: justify;*/
}

ul.flat,
ul.flat li { list-style:none; }

ul.inline { clear:both; }
ul.inline li { float:left; }

table { border-collapse:collapse;}

/*******************************************/
/* General links in content of every page. */
/*******************************************/

a:link {
  color: #06c;
  text-decoration: none;
  padding-bottom: 0;
}
a:visited {
  color: #06c;
  text-decoration: none;
  padding-bottom: 0;
}
a:hover {
  color: #ccc;
  text-decoration: none;
  padding-bottom: 0;
}
a:active {
  color: #f60;
  text-decoration: none;
  padding-bottom: 0;
}

/******************************/
/* Columnar output formatting */
/******************************/

.content {
  width: 60%;
  background-color: #F3F3F3;
  border: 1px solid #999;
  margin: 0px auto;
}
.buttons {
  background-color: #FFF;
  margin: 0px auto;
}

input { vertical-align:middle; }

div.featured-section { clear:left; border-top:1px solid #eee; padding-top:5px; }

div.column {  }

div.box { float:left; margin:0 6px; }

div.box h1 { height:0px; width:0; margin:0; padding:0; text-indent:-9999px; }

div.favicons a em { display:block; height:16px; width:16px; float:left; text-indent:-9999px; }
div.favicons a img { height:16px; width:16px; }
div.favicons li { float:left; padding:0; margin:2px; list-style:none; }

#items { display:none; }

.contact-form input,
.contact-form textarea { width: 500px; }

.clear { clear:both; }

.red,
.special,
.errors { color:red; font-weight:bold; }

.orange { color:orange; font-weight:bold; }

.center { text-align:center; }

.right { text-align:right; }

.f-right { float:right; }