h1, h2, h3, h4, form, dl, ul {margin: 0;}
strong, b {font-weight: bold;}
em, i {font-style: italic;}
small {display: block;}
fieldset, img {border: 0;}
h1 {display: none;}

/*********************************************************************/

html {
  height: 100%;
  background: #658031;
}
body {
  position: relative;
  margin: 0; padding: 0;
  font-size: 1em;
  font: 76% Arial, Helvetica, Tahoma, sans-serif;
  height: 100%; 
  min-width: 1000px;
  min-height: 739px;
}
* html body { 
  text-align: center; 
}

/* Dummy height workaround */

@media all and (-webkit-min-device-pixel-ratio:0){
  /* Safari 3 & Opera */
  body {
    height: 759px;
  }
}

#wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
* html #wrapper { 
  text-align: left; 
}

#skeleton {
  width: 100%;
  height: 100%;
  min-width: 1000px;
  min-height: 750px;
  border-collapse: collapse;
  background: url('../images/bg.jpg') 50% 50% no-repeat;
}
*html #skeleton {
  width:expression(document.body.clientWidth > 1000 ? "100%": "1000px" );
  /* height: 745px; */ 
  height:expression(document.body.clientHeight > 768 ? "100%": "745px" );
}

/*********************************************************************/

#title {
  position: absolute;
  left: 50%;
  bottom: 50%;
  width: 180px;
  height: 45px;
  margin-left: -490px;
  margin-bottom: 300px;
  background: url('../images/txt-footer.png') 0 0 no-repeat;
  color: #D5C8A6;
  font-size: .9em;
  padding: 0 0 0 0;
}
*html #title {
  pointer: cursor;
  cursor: hand;
  background: none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='../images/txt-footer.png');
}
#copyright {
  position: absolute;
  left: 50%;
  bottom: 50%;
  margin-left: -490px;
  margin-bottom: -350px;
  color: #D5C8A6;
  font-size: .9em;
  padding: 60px 0 0 7px;
}
#copyright a {
  color: #D5C8A6;
  text-decoration: underline;
}
#copyright a:hover {
  text-decoration: none;
}

a {
  color: #267CA9;
  text-decoration: underline;
}
a:hover {
  color: #665E43;
  text-decoration: none;
}

/*********************************************************************/

#logo {
  position:absolute;
  left: 50%;
  top: 50%;
  margin-left: -530px;
  margin-left: expression(document.body.clientWidth <= 1024 ? "-495px" : "-530px" );
  margin-top:  -45px;
  width: 70px;
  height:70px;  
  background: url('../images/logo.png') 0 50% no-repeat;
  display: block; 
}
*html #logo {
  background: none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../images/logo.png');
  cursor: hand;
}
#logo span {
  display: none;
}

#logo.highRes {
  margin-left: -530px;
}

#logo.lowRes {
  margin-left: -495px;
}

/*********************************************************************/

#nav {
  list-style: none;
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 0;
  margin: 0;
  margin-left: 445px;
  margin-top: -317px;
}
#nav li {
  padding-bottom: 10px;
}
#nav li a {
  display: block;
}
#nav li a img {
  border: none;
  background: url('../images/nav-bckg.png') 50% 50% no-repeat;
}
#nav li a:hover img {
  border: none;
  background: url('../images/nav-bckg-hover.png') 50% 50% no-repeat;
}
*html #nav li a img {
  background: none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../images/nav-bckg.png');
  cursor: hand;
}
*html #nav li a:hover img {
  background: none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../images/nav-bckg-hover.png');
  cursor: hand;
}
#nav li a span {
  display: none;
}

/*********************************************************************/

#content {
  position: absolute;
  width:  575px;
  height: 644px;
  left: 50%;
  top:  50%;
  margin-left: -157px;
  margin-top:  -316px;
  filter:alpha(opacity=95);
  -moz-opacity:.95;
  opacity:.95;
  background: #F6F4E9;
}

/*********************************************************************/

#content-heading {
  height: 59px;
}
#content-heading h2.title {
  color: #6A6145;
  font-size: 14px;
  font-weight: normal;
  padding: 25px 0 0 53px;
  background: url('../images/pointer.gif') 28px 25px no-repeat;
}

/*********************************************************************/

#content-navigation {
  background: #DFDAC4;
  list-style:none;
  padding: 10px 0 26px 30px;
}
#content-navigation li {
  float: left;
  padding-right: 10px;
}
#content-navigation li a {
  color: #267CA9;
  text-decoration: none;
}
#content-navigation li a:hover {
  text-decoration: underline;
}
#content-navigation li.active {
  color: #545143;
  font-weight: bold;
}

/*********************************************************************/

#content-middle {
  height: 415px;
}
/*********************************************************************/

#content-footer {
  height: 102px;
  background: #DFDAC4;
}
#content-footer dl {
  padding: 20px 0 0 0;
  margin-top:0px;
  float: left;
  width: 20%;
}
#content-footer dt,
#content-footer dd 
{
  text-align: center;
  padding: 0;
  margin: 0;
}
#content-footer dd a {
  font-weight: bold;
  color: #267CA9;
}

/*********************************************************************/

#scroller {
  color: #545143;
}
#scroller p {
  padding: 0 0 10px 0;
  margin: 0;
  line-height: 16px;
}
#scroller h2 {
  font-size: 1.2em;
  padding: 10px 0;
  margin: 0;
}
#scroller h3 {
  font-size: 1.2em;
  padding: 10px 0;
  margin: 0;
}
#scroller a {
  color: #267CA9;
  text-decoration: underline;
}
#scroller a:hover {
  color: #4D3C29;
  text-decoration: none;
}

/*********************************************************************/
#menu li {

}
.super-menu {
  position: absolute;
  top: 50%;
  left: 50%;
}
table.item {
  border:none;
  border-collapse: collapse;
}
table.item td {
  padding:0;
  margin:0;
  height: 27px;
}
td.mleft {
  background: url('../images/menu-left.png') 0 1px;
  width: 10px;
}
*html td.mleft {
  background: none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='../images/menu-left.png');
}
td.bleft {
  background: url('../images/menu-blue-left.png') 0 1px;
  width: 10px;
}
*html td.bleft {
  background: none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='../images/menu-blue-left.png');
}
td.mright {
  background: url('../images/menu-right.png') 0 1px;
  height: 27px;
  width: 11px;
}
*html td.mright {
  background: none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='../images/menu-right.png');
}
td.bright {
  background: url('../images/menu-blue-right.png') 0 1px;
  height: 27px;
  width: 11px;
}
*html td.bright {
  background: none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='../images/menu-blue-right.png');
}
td.middle {
  background: url('../images/menu-middle.png') 0 1px repeat-x;
  height: 27px;
}
*html td.middle {
  background: none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='../images/menu-middle.png');
}
td.bmiddle {
  background: url('../images/menu-blue-middle.png') 0 1px repeat-x;
  height: 27px;
}
*html td.bmiddle {
  background: none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../images/menu-blue-middle.png');
}
td.special {
  font-size: 11px;
  width: 150px;
}
*html td.special {
  font-size: 11px;
}
*:first-child+html td.special {
  font-size: 11px;
}
*html td.middle {
  background: none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../images/menu-middle.png');
}
table.item td a {
  text-decoration: none;
  font-weight: bold;
  color: #4D3C29;
  padding: 0 0 0 18px;
  background: url('../images/menu-bullet.gif') -2px 0 no-repeat;
}
table.item td a.active {
  color: #267CA9;
}
table.item td a:hover {
  color: #267CA9;
}
*html table.item td a {
  position: relative; 
}

table.item td.special a {
  color: #D3C6A4;
  font-weight: normal;
  background: url('../images/menu-bullet3.gif') -2px 0 no-repeat;
}
table.item td.special a:hover {
  color: #FFF;
}
*html table.item td a {
  position: relative; 
}



/*********************************************************************/

.m1 {
  margin: -190px 0 0 -400px;
}
.m2 {
  margin: -150px 0 0 -360px;
}
.m3 {
  margin: -110px 0 0 -330px;
}
.m4 {
  margin: -70px 0 0 -310px;
}
.m5 {
  margin: -30px 0 0 -300px;
}
.m6 {
  margin: 10px 0 0 -310px;
}
.m7 {
  margin: 50px 0 0 -325px;
}
.m8 {
  margin: 90px 0 0 -350px;
}
.m9 {
  margin: 130px 0 0 -400px;
}
.m10 {
  margin: 170px 0 0 -450px;
}

/*********************************************************************/

#special-menu .m1 {
  margin: -43px 0 0 -135px;
}
#special-menu .m2 {
  margin: -11px 0 0 -135px;
}
#special-menu .m3 {
  margin: 21px 0 0 -135px;
}
#special-menu .m4 {
  margin: 53px 0 0 -135px;
}
#special-menu .m5 {
  margin: 105px 0 0 -135px;
}
#special-menu .m6 {
  margin: 148px 0 0 -135px;
}
#inside #special-menu table.item td.special {
  width: 135px;
}
#inside #special-menu table.item td.special a {
  font-size: 1em;
  font-weight: normal;

}
#inside #special-menu .m1 {
  margin: -270px 0 0 -490px;
}
#inside #special-menu .m2 {
  margin: -240px 0 0 -325px;
}
#inside #special-menu .m3 {
  margin: -240px 0 0 -490px;
}
#inside #special-menu .m4 {
  margin: -270px 0 0 -325px;
}
#inside #special-menu .m5 {
  margin: 240px 0 0 -155px;
}
#inside #special-menu .m6 {
  margin: 240px 0 0 20px;
}

/*********************************************************************/

#sitemap {
  padding: 0;
  margin: 0;
  list-style: none;
}
#sitemap ul {
  padding: 0 0 10px 20px;
  list-style: none;
}
#sitemap a {
  color: #267CA9;
  text-decoration: underline;
}
#sitemap a:hover {
  color: #4D3C29;
  text-decoration: none;
}

/*********************************************************************/

#search {
  width: 220px;
  padding: 8px 0;
}
#search form {
  width: 100%;
  border: 0;
  padding: 0;
}
#search form div {
}
#search form fieldset {
  padding: 0;
  margin: 0;
}
#search form .txtfld {
  border: 1px solid #DED7BF;
  margin-top: -1px;
  padding:2px;
  text-indent: 2px;
  background: none;
  color: #525042;
  width: 181px;
  vertical-align: middle;
  font-size: 12px;
}
#search form .bt {
  padding: 5px;
  vertical-align: middle;
}

/*********************************************************************/

#search-title {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 293px;
  margin-left: -115px;
  background: url('../images/search-bckg.gif') 0 50% no-repeat;
  width: 280px;
  padding: 8px 0;
}
#search-title form {
  width: 100%;
  border: 0;
  padding: 0 0 0 10px;
}
#search-title form div {
}
#search-title form fieldset {
  padding: 0;
  margin: 0;
}
#search-title form .txtfld {
  border: none;
  margin-top: -1px;
  padding:2px;
  text-indent: 2px;
  background: none;
  color: #525042;
  width: 221px;
  vertical-align: middle;
  font-size: 12px;
}
#search-title form .bt {
  padding: 5px;
  vertical-align: middle;
}

/*********************************************************************/

#text table {
 behavior: expression(function(o) {
 if (o.border == "0")  o.className += " noborder"  o.runtimeStyle.behavior = "none";
}
(this))
}

#text table.small {
  font-size:.9em;
}
#text table.small td {
  padding: 1px 5px;
}
