@charset "UTF-8";
/* CSS Document */

body { background-color:#ffffff; font-color: #999999; font-family:Arial, Helvetica; font-size:11px; word-spacing:1px; margin:0px; line-height:1.5; height:100%; width:100%; }
.logo_img {padding-bottom: 30px;}
.nav_container { text-align: left; position:fixed; top:60px; left:50px; margin:0px; padding:0px; line-height:185%; white-space:nowrap; }

.body_copy { color:#a6a6a6; font-size:11px; padding:0px 0px 15px 0px; font-weight: normal; text-align: left;}
.body_copy a { text-decoration:none; color:#367FE3; font-size:11px; }
.body_copy a:hover { text-decoration:none;  color:#f2f2f2; background:#b3b3b3; }
.about_copy {position: absolute; left: 205px; top: 40px; text-decoration:none; color:#8a8a8a; font-size:20px; font-weight: normal; text-align: left; width: 550px; line-height: 120%}
.about_copy a {text-decoration:none; color:#367FE3;}
.about_copy a:hover { color:#f2f2f2; background:#b3b3b3;}
.about_copy a:active { color:#f2f2f2; background:#ff00ff; }

.nav_link a { text-decoration:none; color:#666666; font-size:11px; padding:2px 3px 2px 3px; }
.nav_link a:hover { color:#f2f2f2; background:#b3b3b3; }
.nav_link a:active { color:#f2f2f2; background:#ff00ff; }

.nav_active a { text-decoration:none;  color:#f2f2f2; background:#367FE3;  font-size:11px; padding:2px 3px 2px 3px; }
.nav_active a:active  { color:#f2f2f2; background:#ff00ff; }

.image_container {position: absolute; left: 205px; top: 60px; height: auto; overflow: hidden; line-height:15px; }
.large_image img {border: solid #F0F0F0; border-width: 8px; width: auto;}


div.downbutton {position: absolute; left: 205px; top: 0px; width: 716px; height: 30px; background-color: red; opacity:0.0; filter:alpha(opacity=0);}
div.upbutton {position: absolute; left: 205px; top: 60px; width: 716px; height: 485px; background-color: red; opacity:0.0; filter:alpha(opacity=0);}
div.upbutton2 {position: absolute; left: 205px; top: 568px; width: 716px; height: 485px; background-color: red; opacity:0.0; filter:alpha(opacity=0);}

/* fixed sorting mega code: */

<style type="text/css">
#fixme {
	/* Netscape 4, IE 4.x-5.0/Win and other lesser browsers will use this */
  position: absolute; left: 50px; top: 60px;
}
body > div#fixme {
  /* used by Opera 5+, Netscape6+/Mozilla, Konqueror, Safari, OmniWeb 4.5+, iCab, ICEbrowser */
  position: fixed;
}
</style>
<!--[if gte IE 5.5]>
<![if lt IE 7]>
<style type="text/css">
div#fixme {
  /* IE5.5+/Win - this is more specific than the IE 5.0 version */
  left: expression( ( 50 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
  top: expression( ( 60 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}
</style>
<![endif]>
<![endif]-->