/* These are standard sIFR styles... do not modify */
@media screen {
  .sIFR-flash {
    visibility: visible !important;
    margin: 0;
    padding: 0;
  }
  
  .sIFR-replaced, .sIFR-ignore {
    visibility: visible !important;
  }
  
  .sIFR-alternate {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    display: block;
    overflow: hidden;
  }
  
  .sIFR-replaced div.sIFR-fixfocus {
    margin: 0pt; 
    padding: 0pt; 
    overflow: auto; 
    letter-spacing: 0px; 
    float: none;
  }
}

@media print {
  .sIFR-flash {
    display    : none !important;
    height     : 0;
    width      : 0;
    position   : absolute;
    overflow   : hidden;
  }
  
  .sIFR-alternate {
    visibility : visible !important;
    display    : block   !important;
    position   : static  !important;
    left       : auto    !important;
    top        : auto    !important;
    width      : auto    !important;
    height     : auto    !important;
  }
}

/*
Place CSS rules for to-be-replaced elements here. Prefix by .sIFR-active
so they only apply if sIFR is active. Make sure to limit the CSS to the screen
media type, in order not to have the printed text come out weird.
*/
@media screen {
  /* Example:
  .sIFR-active h1 {
    font-family: Verdana;
    visibility: hidden;
  }
  */
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
}

.sIFR-hasFlash h2 {
	visibility: hidden;
}

body {
	margin: 0 auto;
	padding: 0;
	font-size: 12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	background: #ffffff url(images/background.jpg);
	line-height:1.5;
}

img {border:0px;}

#wrapper {
  position:relative;
  margin:0 auto;
  text-align:left;
  vertical-align: middle;
  padding: 0px;
  width: 800px;
  border: 0px solid #bebec2;

  background:  url(images/backgroundwrapper.jpg) no-repeat;
}

#background{
 background: url(images/backgroundb.jpg) repeat-x;
}



#contentwrapper {
  position:relative;
  margin:0 auto;
  text-align: left;
  vertical-align: middle;	
	/*min-height:900px;*/
  /*_height:900px;*/
  padding: 0px;
  width: 800px;
  border: 0px solid #bebec2;
  background:  url(images/backgroundwrapperb.jpg) repeat-y;
}

#footer {
  position:relative;
  text-align: left;
  vertical-align: middle;	
  margin: 0px auto;
  padding: 0px;
  width: 800px;
  height:16px;
  border: 0px solid #bebec2;
  background:  url(images/footer.jpg) repeat-y;
}

#copy h1{
position:absolute;
left:20px;
top:245px;
font-size:28px;
color: #030;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
font-style:normal;
}

#copy{
width:500px;
position:relative;
border: 0px solid #bebec2;
padding-left:40px;
}

#rightmenu{
position:absolute;
top:241px;
right:44px;
}

.subMenu a{
width:167px;
height:26px;
display:block;
background: url(images/subbackground.jpg) no-repeat;
border-bottom: 1px solid #70866e;
border-right: 1px solid #70866e;
border-left: 1px solid #70866e;
color:#004f02;
text-decoration:none;
font-weight:bold;
font-family:"Times New Roman", Times, serif;
font-size:12px;
font-smooth:always;
text-align:center;
line-height: 26px;
filter:alpha(opacity=90); opacity: 0.9; -moz-opacity:0.9;
}

.subMenu a:hover{
color:#749d68;
}

.subMenu{
position:absolute;
z-index:9;
top:28px;
width:167px;
}

#menu{
width:781px;
height:31px;
position:absolute;
z-index:9;
top:7px;
left:9px;
}
#menu img{
float:left;
margin:0;
padding:0;
}
#headslides{
position:absolute;
z-index:6;
top:34px;
left:9px;

}


