/* CSS Document */



body {
	background-color: cccc99;
	background-image: url(Images/Banner.jpg);
	background-repeat: no-repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #674b24
}

a:link, a:visited {
	color:#674b24;
	text-decoration:underline;
	}
p {
	text-align: left;
	font-size:13px;
}

a:hover, a:active {
	color:#674b24;
	text-decoration:underline;
	}
	
.style1 {
	font-weight:bold;
	font-size:14px;
}

.style2 {
	color: #674b24;
}

.style3 {
	color: #674b24;
	text-align:center;
}

.style4 {
	color: #674b24;
	font-size:14px;
}

.style5 {
	color: #674b24;
	font-size:11px;
}

.style6 {
	color: #674b24;
	font-size:9px;
}

#navlist
{
padding: 3px 0;
margin-left: 0;
border-bottom: 1px solid #674b24;
font: bold 12px Verdana, sans-serif;
}

#navlist li
{
list-style: none;
margin: 0;
display: inline;
}

#navlist li a
{
padding: 3px 0.5em;
margin-left: 3px;
border: 1px solid #674b24;
border-bottom: none;
background: #ffffcc;
text-decoration: none;
}

#navlist li a:link { color: #674b24; }
#navlist li a:visited { color: #674b24; }

#navlist li a:hover
{
color: #000;
background: #ffd213;
border-color: #674b24;
}

#navlist li a#current
{
background: #cccc99;
border-bottom: 1px solid #cccc99;
}

li {
	text-align:left;
	font-size:13px;
}

td {
	font-size:13px;
	}

dd {
	font-size:13px;
	}

.sectionTitle
{
  background-color: #FFFFCC;
  padding-left:3px;
  height:22px;
  width:750px;
  cursor:pointer;
  text-decoration: none;
  border: none;
  border: 1px solid #FFFFCC;
}

.sectionTitleClose
{
  padding-left:3px;
  background-color: #FFFFCC;
  background-image: url(Images/open.png);
  background-position:right center;
  background-repeat:no-repeat;
  height:22px;
  width:750px;
  cursor:pointer;
  text-decoration: none;
  border: 1px solid #FFFFCC;
}
/*.sectionTitleClose > dd {
  display: none;
}*/

.typespecific
{
  display: none;
}

.sectionTitleOpen
{
  padding-left:3px;
  background-color: #FFFFCC;
  background-image: url(Images/close.png);
  background-position:right center;
  background-repeat:no-repeat;
  height:22px;
  width:750px;
  cursor:pointer;
  text-decoration: none;
  border: 1px solid #674b24;
}

.sectionTitleOver
{
  padding-left:3px;
  background-color: #FFFF99;
  height:22px;
  width:750px;
  cursor:pointer;
  text-decoration: none;
  border: 1px solid #674b24;
}

.subsectionTitle
{
  background-color: #FFFFCC;
  padding-left:3px;
  height:22px;
  width:710px;
  cursor:pointer;
  text-decoration: none;
  border: none;
  border: 1px solid #FFFFCC;
}

.subsectionTitleClose
{
  padding-left:3px;
  background-color: #FFFFCC;
  background-image: url(Images/open.png);
  background-position:right center;
  background-repeat:no-repeat;
  height:22px;
  width:710px;
  cursor:pointer;
  text-decoration: none;
  border: 1px solid #FFFFCC;
}

.subsectionTitleOpen
{
  padding-left:3px;
  background-color: #FFFFCC;
  background-image: url(Images/close.png);
  background-position:right center;
  background-repeat:no-repeat;
  height:22px;
  width:710px;
  cursor:pointer;
  text-decoration: none;
  border: 1px solid #674b24;
}


.subsectionTitleOver
{
  padding-left:3px;
  background-color: #FFFF99;
  height:22px;
  width:710px;
  cursor:pointer;
  text-decoration: none;
  border: 1px solid #674b24;
}

/* style addons for modal window popup */
.jqmWindow {
    display: none;
    
    position: fixed;
    top: 17%;
    left: 50%;
    
    margin-left: -300px;
    width: 600px;
    
    background-color: #EEE;
    color: #333;
    border: 1px solid black;
    padding: 12px;
}

.jqmOverlay { background-color: #000; }

/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}
