/* General page styles */

html, body {
 margin: 0;
 padding: 0;
 text-decoration: none;
 border: 0;
 }

body {
 font: normal 0.7em Georgia, Helvetica, Sans-serif;
 background: url(../images/img03.jpg) #626262;
 }

#container {
 position: relative;
 top: 124px;
 width: 862px;
 background: #e2001a;
 float: left;
 }

/* Header styles */

#header {
 position: fixed;
 width: 896px;
 top: 0;
 left: 0;
 text-align: right;
 z-index: 10;
 }

#top {
 width: 862px;
 height: 133px;
 background: url(../images/top.jpg) no-repeat #fff;
 }

/* Left panel */

#leftpanel {
 width: 156px;
 float: left;
 }

#sidebar {
 width: 112px;
 height: 100%;
 padding: 22px;
 padding-top:0px;
 clear: left;
 float: left; color: #fff;
 }

#sidebar h2 {
 margin-top: -0.1em;
 }
 
#sidebar a {
 color: #fff;
 }


#sidebar a:hover {
 text-decoration:underline;
 }

#content {
 width: 662px;
 height: 100%;
 padding: 0 22px 22px 22px;
 background: #515151;
 float: left;
 }

#links {
 width: 112px;
 padding: 22px;
 }

#links h2 {
 margin-top: 1.3em;
 }

#links ul {
 list-style-image: url(../images/li.gif);
 padding: 0;
 margin: 0 0 0 1.1em;
 }

#links li {
 margin-bottom: 0.3em;
 }

.quote {
 padding: 0.01em 1em 1em 1em;
 }

#menu {
 position: absolute;
 z-index: 5;
 left: 863px;
 width: 18em;
 margin-left: 2em;
 padding: 0;
 }

#menu h2 {
 color: #fff;
 }

#menu ul {
 list-style: none;
 padding: 0;
 }

#menu li {
 font: normal 1em Georgia, Helvetica, Sans-serif;
 letter-spacing: 0.15em;
 margin: 0.1em 0;
 }

#menu li a {
 display: block;
 margin: 0.1em 0;
 color: #fff;
 background: url(../images/div.menu.a.gif) 0 0.25em no-repeat;
 padding-left: 1.8em;
 padding-bottom:0.6em;
 text-decoration: none;
 }

#menu li.active a, #menu li.active a:hover {
 background: url(../images/div.menu.a.active.gif) 0 0.25em no-repeat;
 color: #fff;
 }

#menu li a:hover {
 background: url(../images/div.menu.a.active.gif) 0 0.25em no-repeat;
 color: #fff;
 }

#menu span.underline {
 text-decoration: underline;
 }

/* Item styles */

h1 {
 font: normal 2em Georgia, Helvetica, Sans-serif;
 }

h2 {
 font: normal 1.4em Georgia, Helvetica, Sans-serif;
 margin: 0.75em 0 0.2em 0;
 color: #626262;
 }

p {
 line-height: 135%;
 margin-bottom: 0.5em;
 padding-left: 0.75em;
 color:#fff;
 text-align:justify;
 }

acronym {
 border-bottom: 0.06em dotted #000;
 }

a, .itembody a {
 color: #000;
 padding: 0 0.1em 0 0.1em;
 text-decoration: none;
 }

.itembody a, .itembody a:hover {
 padding-left: 12px;
 background: url(../images/a.out.gif) 0 50% no-repeat;
 }

a:hover {
 color: #e2001a;
 }

.itembody a:hover {
 color: #fff;
 }

img.out {
 width: 2.075ex;
 height: 1.2ex;
 }

ul {
 list-style-image: url(../images/li.gif);
 padding: 0;
 margin: 0 0 0 1.1em;
 }

li {
 margin-bottom: 0.3em;
 }

/* Credits */

#credits {
 position: fixed;
 bottom: 5px;
 right: 10px;
 width: 150px;
 padding: 5px;
 }

/* Forms */

.formfield {
 display: block;
 padding: 2px;
 }

.commentform .formfield {
 width: 285px;
 }

.searchform .formfield, .loginform .formfield {
 width: 150px;
 background: #fff;
 border: 1px solid #000;
 }

.searchform .formbutton, .loginform .formbutton {
 background: #e2001a;
 border: 1px solid #000;
 }

.searchform, .loginform {
 color: #fff;
 }
 
 /*-------------------------------------------
 sIFR
--------------------------------------------*/

/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* 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 h5 {
	visibility: hidden;
	letter-spacing: -6px;
}