/* Default Stylesheet */

/* >>> ELEMENTS <<< */
img, #header ul a { behavior: url(iepngfix.htc); }

* {
  margin: 0;
  padding: 0;
}
h1 span
{
position: absolute;
left: -9999px;
width: 0px;
overflow: hidden;
}
a img {border:0;}

div#contentArea p a:link, div#right p a:link  {text-decoration:none;color:#FF8400;}
div#contentArea p a:visited, div#right p a:visited  {text-decoration:none;color:#FF8400;}
div#contentArea p a:hover, div#right p a:hover {text-decoration:none;background:#FF8400;color:#fff;}
div#contentArea p a:active, div#right p a:active {text-decoration:none;background:#FF8400;color:#fff;}

body {
  color: #76796D;  
  font: normal 62.5%/100% Arial, Verdana, Lucida, Helvetica, Sans-Serif;
  text-align: center;
  background:#B9BDAC;
}

div#container {
  width: 762px;
  margin: 60px auto;
  text-align: left;
  background: #EAEFD9 url(Stat/bg_container.gif) repeat-y;
  }

div#header {
  float:left;
  width:258px;
  height:226px;  
  background:#B9BDAC;
  }
div#slideShow {
  float:left;
  width:496px;
  height:222px;
  padding:4px 4px 0 4px;
  background: #EAEFD9 url(Stat/bg_header.gif) right top no-repeat;
}
  
#header h1 a:link, #header h1 a:visited, #header h1 a:hover, #header h1 a:active {
  background: url(Stat/logo.gif) no-repeat;
  float:left;
  height:66px;
  width:258px;
}

div#contentArea {
  clear:left;
  float: left;
  width:457px;
  padding:18px 18px 18px 14px;
  background: url(Stat/bg_contentArea.gif) no-repeat top left;
}


div#contentArea img{
  float:left;
  padding:3px;
  margin:0 14px 10px 0;
  background:url(Stat/bg_contentArea_img.gif) no-repeat;
}
div#contentArea img.odd {
  float:right;
  margin:0 0 10px 14px;
}
div#right {
  float:left;
  width: 254px;
  padding:18px 9px 18px 10px;  
  background: url(Stat/bg_right.gif) no-repeat 0 0;
}
div#right img{
  float:left;
  padding:3px;
  margin:0 14px 0 10px;
  background:url(Stat/bg_right_img.gif) no-repeat;
}

div#shoutOut {
  margin-top:30px;
  padding-bottom:40px;
  background: #E9EDDD url(Stat/bg_shoutOut.gif) bottom left no-repeat;
}

div#footer {
  clear: both;
  text-align:right;
  padding:22px 0;
  background: #B9BDAC url(Stat/bg_footer.gif) no-repeat;
  zoom:1;
}


/* >>> LISTS <<< */
/* Root = Horizontal, Secondary = Vertical */
#header ul {
  float:left;
  padding:14px 30px 0 35px;
  height:146px;
  width:193px;
  background: url(Stat/bg_nav.jpg) bottom left no-repeat;  
}
#header ul ul {
  width:200px;
  padding:0;
  height:auto;
  border:1px solid #4F504A;
  background:#BABEAE;
}
#header ul ul ul {
  width:220px;
}

#header ul li {
  width: 100%; /*For KHTML*/
  list-style: none;
}


#header ul:after, div#contentArea img.odd:after /*From IE 7 lack of compliance*/{
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

#header ul li {
  float: left; /*For IE 7 lack of compliance*/
  display: block !important; /*For GOOD browsers*/
  display: inline; /*For IE*/
  position: relative;
}

/* Root Menu */
#header ul a {
  display: block;
  color:#4F504A;
  padding: 0 0 0 48px;
  text-transform:uppercase;
  font: bold 1.3em/2.5em Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
  height: auto !important;
  height: 1%; /*For IE*/
  background: url("Stat/bg_nav_li.gif") 0 0 no-repeat;
  border-bottom:1px solid #BABEAE;
}
#header ul a.last {border-bottom:None;} 

/* Root Menu Hover Persistence */
#header ul a:hover {
  color: #F2BE5D;
}

/* 2nd Menu */
#header ul li:hover li a,
#header ul li.iehover li a {
  background:#EAEFD9 url("Stat/bg_subnav_li.gif") 8px 6px no-repeat;
  color:#4F504A;
  font-size:1.2em;
  line-height:1.4em;
  text-transform:capitalize;
  padding:0.2em 0 0.2em 2.0em;
}

/* 2nd Menu Hover Persistence */
#header ul li:hover li a:hover,
#header ul li:hover li:hover a,
#header ul li.iehover li a:hover,
#header ul li.iehover li.iehover a {
  background: #F2BE5D url("Stat/bg_subnav_li.gif") 8px 6px no-repeat;
  color:#4F504A;
}

/* 3rd Menu */
ul#navmenu li:hover li:hover li a,
ul#navmenu li.iehover li.iehover li a {
  background: #F2BE5D;
  color:#4F504A;
  padding:0.2em 0 0.2em 0.5em;
}

/* 3rd Menu Hover Persistence */
ul#navmenu li:hover li:hover li a:hover,
ul#navmenu li:hover li:hover li:hover a,
ul#navmenu li.iehover li.iehover li a:hover,
ul#navmenu li.iehover li.iehover li.iehover a {
  background:#EAEFD9;
  color:#4F504A;
}


#header ul ul,
#header ul ul ul,
#header ul ul ul ul {
  display: none;
  position: absolute;
  top: 2px;
  left: 192px;
}
#header ul ul ul {
  left: 200px;

}

/* Do Not Move - Must Come Before display:block for Gecko */
#header ul li:hover ul ul,
#header ul li:hover ul ul ul,
#header ul li.iehover ul ul,
#header ul li.iehover ul ul ul {
  display: none;
}

#header ul li:hover ul,
#header ul ul li:hover ul,
#header ul ul ul li:hover ul,
#header ul li.iehover ul,
#header ul ul li.iehover ul,
#header ul ul ul li.iehover ul {
  display: block;
}


/* >>> TYPOGRAPHY <<< */
*.x {display: none;}

div#contentArea h2 {
  font-size:2.1em;
  color:#282727;  
  font-family:"Arial Narrow", Arial, Helvetica, sans-serif;
  font-weight:normal;
  line-height:1.6em;
  margin-bottom:1.0em;}

div#contentArea h3 {
  font-size:1.3em;
  line-height:1.2em;
  margin:1.0em 0;}

div#shoutOut h3 {
  padding:16px 20px 0 20px;
  color:#4F504A;
  font: bold 2.1em "Arial Narrow", Arial, Helvetica, sans-serif;
  background:url(Stat/bg_shoutOut_h3.gif) no-repeat top left;
}
div#shoutOut h3 strong {
  color:#FF8400;
}

div#right h3 {
  padding:4px 14px 4px 14px;  
  margin-bottom:16px;
  
  color:#282727;     
  font: bold 2.1em "Arial Narrow", Arial, Helvetica, sans-serif;
  background:url(Stat/bg_right_h3.gif) no-repeat top left;
}
div#right h4  {
  margin:0 0 0.25em 1em;
  font-size:1.6em;
  line-height:1.2em;
}
div#right ul {
  margin:10px 40px 20px 40px;
}
div#right ul li{
  padding:0.25em 0;
}
div#contentArea h3 a:link {
text-decoration:none;color:#FF8400;
} 
div#contentArea h3 a:visited {text-decoration:none;color:#FF8400;}
div#contentArea h3 a:hover{text-decoration:none;background:#FF8400;color:#fff;}
div#contentArea h3 a:active{text-decoration:none;background:#FF8400;color:#fff;}

div#contentArea p, div#contentArea address, div#right p  {
  margin:12px 0;
  font-size:1.3em;
  line-height:1.4em;
}
div#contentArea address {
  font-size:1.0em;line-height:1.1em;
}
div#shoutOut p {
  padding:0 20px;
}
div#right p {
  margin:0;
}
div#contentArea address {font-style:normal;}

div#contentArea ul {
  margin:0 30px 10px 30px;
  font-size:1.2em;
  line-height:1.4em;
}
div#contentArea ul li {
  padding:1em 0 0 0;
}
div#contentArea ul li {
  padding:0.5em 0;
}
div#footer p {
 color:#EAEFD9;
}

hr {
margin:10px;
border:none;
background:#EAEFD9;
}

p.more {
text-align:right;
}

#contentArea form {
padding:15px;
}

#contentArea fieldset {
border: 0;
}

#contentArea legend {
display: none;
}

#contentArea label {
color:#4F504A;
display: block;
font-size:12px;
margin-bottom: 5px;
}

#contentArea input, #contentArea textarea {
border: 1px solid #BABEAE;
margin-bottom: 10px;
padding: 3px;
width: 340px;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
background:#fff;
}
#contentArea textarea {
height:120px;
}
#contentArea input:focus, #contentArea textarea:focus {
background:#fff;
}
#contentArea button {
padding:4px;height:auto;
margin-left:300px;
}

#contentArea .errortext{
  margin:0 10px;
  padding:5px;
  font-weight:bold;
/*  border:1px solid #FC6;
  background:#FFC;    */
}
div#contentArea .errortext strong {
  font-size:12px;
  color: #c00;
  font-weight:bold;
  font-style:normal;
}
#contentArea .errortext ul {
  color:#000;
  margin:10px 30px;
}
#contentArea .errortext ul li {
  font-weight:normal;
  font-size:11px;
  list-style-type:disc;
}


