* {
  padding: 0;
  margin: 0;
}

body {
  text-align: center;
  font: 10pt tahoma;
}

a {
  text-decoration: none;
  color: #9c8338;
}

table {
  font-size: 100%;
}

img {
  border: 0;
  padding: 0;
}

h2.title {
  margin-bottom: 20px;
}

input.set-up,
textarea.set-up {
  color: #777;
}

textarea {
  width: 250px;
  font: 10pt tahoma;
}

div#site-wrapper {
  text-align: left;
  margin: 0 auto;
  width: 800px;
  position: relative;
}

div#block {
  height: 77px;
  width: 211px;
  background: url(images/block.gif);
  position: absolute;
  top: 242px;
  right: 10px;
}

td.left {
  width: 300px;
}

td.left, td.right {
  vertical-align: top;
}

td#sidebar-left {
  background: url(images/sidebar-right-border.gif) repeat-y;
  background-position: top right;
  padding-bottom: 30px;
  display: block;
  min-height: 500px;
  height: auto !important;
  height: 500px;
}

div#primary-navigation {
  margin-top: 20px;
  padding-left: 10px;
}

ul#primary-menu {
  list-style-type: none;
}

ul#primary-menu li.menu-item{
  padding-left: 20px;
  padding-bottom: 10px;
  margin-top: 5px;
  margin-right: 10px;
  background: url(images/menu-bottom-border.gif) no-repeat;
  background-position: bottom left;
}

ul#primary-menu li.menu-item a {
  color: blue;
  font-weight: bold;
}

ul#primary-menu li.sub-menu-item {
  padding-bottom: 10px;
  padding-left: 8px;
  margin-left: 22px;
  margin-right: 15px;
  padding-top: 4px;
   background: url(images/sub-menu-bottom-border-even.gif) no-repeat;
  background-position: bottom left;
  font-size: 8pt;
  font-weight: bold;
}

ul#primary-menu li.odd {
  background: url(images/sub-menu-bottom-border.gif) no-repeat;
  background-position: bottom left;
}

a span.blue {
  color: #376598;
}

div#news-posts {
  padding-left: 10px;
  margin-top: 30px;
  font-size: 8pt;
  margin-right: 12px;
}

div.news-title a {
  color: #30467e;
  font-weight: bold;
}

div.news-description {
  color: #666666;
}

div#contact-info {
  margin-top: 35px;
}

td#footer {
  background: url(images/footer.gif) no-repeat;
  height: 39px;
}

div#contact-info {
  font-size: 8pt;
  margin-left: 10px;
}

div.contact-location {
  color: #30467e;
  font-weight: bold;
}

td#content {
  padding: 30px;
  height: 600px;
  line-height: 1.3;
}

td#content ul {
  margin-left: 15px;
}

table#front-descriptions {
  font-size: 8pt;
  margin-top: 30px;
}

table#front-descriptions td {
  vertical-align: top;
}

table#front-descriptions td.description-blue {
  color: #376598;
  padding-left: 10px;
}

table#front-descriptions td.description-blue a {
  color: #376598;
  font-weight: bold;
}

table#front-descriptions td.description-yellow {
  color: #a88e3c;
  padding-left: 10px;
}

table#front-descriptions td.description-yellow a {
  font-weight: bold;
}

table#front-descriptions span.title {
  font-weight: bold;
}

div#newsletter-field {
  background: url(images/newsletter-back.gif) no-repeat;
  width: 438px;
  height: 43;
  margin-top: 40px;
  padding-top: 10px;
}

div#newsletter-field td {
  text-align: center;
}

div#header-navigation {
  position: absolute;
  top: 15px;
  right: 20px;
}

ul#header-menu {
  list-style-type: none;
}

ul#header-menu li {
  float: left;
  font-size: 8pt;
}

ul#header-menu li a {
  font-weight: bold;
  color: #376598;
}

table#newsletter-form td {
  padding-bottom: 5px;
}

td.label {
  font-weight: bold;
  font-size: 90%;
  padding-right: 10px;
  color: #376598;
}

h2.news-title {
  color: #A98E3C;
}

td#footer {
  font-size: 8pt;
  color: #fff;
  position: relative;
}

div#copyright {
  position: absolute;
  left: 10px;
  bottom: 13px;
  z-index: 2;
  display: block;
}

div#designedby {
  position: absolute;
  right: 10px;
  bottom: 13px;
  z-index: 2;
  display: block;
}

#TB_window {
  font: 12px Arial, Helvetica, sans-serif;
  color: #333333;
}
#TB_secondLine {
  font: 10px Arial, Helvetica, sans-serif;
  color:#666666;
}
#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
  position: fixed;
  z-index:100;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}
.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
  background-color:#000;
  filter:alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}
* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_window {
  position: fixed;
  background: #ffffff;
  z-index: 102;
  color:#000000;
  display:none;
  border: 4px solid #525252;
  text-align:left;
  top:50%;
  left:50%;
}
* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_window img#TB_Image {
  display:block;
  margin: 15px 0 0 15px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
}
#TB_caption{
  height:25px;
  padding:7px 30px 10px 25px;
  float:left;
}
#TB_closeWindow{
  height:25px;
  padding:11px 25px 10px 0;
  float:right;
}
#TB_closeAjaxWindow{
  padding:7px 10px 5px 0;
  margin-bottom:1px;
  text-align:right;
  float:right;
}
#TB_ajaxWindowTitle{
  float:left;
  padding:7px 0 5px 10px;
  margin-bottom:1px;
}
#TB_title{
  background-color:#e8e8e8;
  height:27px;
}
#TB_ajaxContent{
  clear:both;
  padding:2px 15px 15px 15px;
  overflow:auto;
  text-align:left;
  line-height:1.4em;
}
#TB_ajaxContent.TB_modal{
  padding:15px;
}
#TB_ajaxContent p{
  padding:5px 0px 5px 0px;
}
#TB_load{
  position: fixed;
  display:none;
  height:13px;
  width:208px;
  z-index:103;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}
* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_HideSelect{
  z-index:99;
  position:fixed;
  top: 0;
  left: 0;
  background-color:#fff;
  border:none;
  filter:alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  height:100%;
  width:100%;
}
* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_iframeContent{
  clear:both;
  border:none;
  margin-bottom:-1px;
  margin-top:1px;
  _margin-bottom:1px;
}