/*------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 h1 {
	visibility: hidden;
}

/*----end sIFR----*/

*{
	padding:0px;
	margin:0px;
}
html, body {
    height: 100%;
}

body{
	background:url(images/grey_grad.jpg) repeat-x #060606;
	color:#cdcdcd;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 0.7em;
}
#container {
    position: relative;
    min-height: 100%;
    height: 100%;
    voice-family: "\"}\"";
    voice-family: inherit;
    height: auto;
}
html>body #container {
    height: auto;
}
a{
	color:#cdcdcd;
	text-decoration:none;
}
ul li a{
	font-weight:bold;
}
a:hover{
	color:#07b0ff;
}
ul li{
	list-style:none;
}
#left{
	float:left;
	width:560px;
	margin-bottom:5px;
}
#right{
	float:left;
	width:205px;
	margin-bottom:5px;
}
#menu{
	margin-left:10px;
	height:175px; 
	padding-top:70px;
}
#menu li{
	width:180px;
	height:23px;
	margin:3px 0px;
}
#menu li.current{
	background:#07b0ff;
}
#menu li a{
	width:170px;
	height:20px;
	float:right;
	background:#060606;
	font-weight:bold;
	padding:3px 0px 0px 5px;
}
#menu li a:hover{
	color:#07b0ff;
}
#main{
	padding:15px;
	background:#060606;
}
#main ul li{
	list-style: disc outside;
	margin-left:15px;
	font-size:0.9em;
}
ol li{
	margin:0 0 10px 20px;
}
#footer{
	position:absolute;
	bottom:0px;
	width:100%;
	height:30px;
	background:#07b0ff;
	color:#060606;
}
#footer a{
	color:#060606;
}
#footer a:hover{
	text-decoration:underline;
}
#footer p{
	padding: 7px 0px 0px 10px;
}
h2{
	margin-bottom:15px;	
}
h8{
	margin-bottom:14px;	
}
h4{
	font-size:1em;
	background:url(images/blue_bull.gif) no-repeat top left;
	padding-left:14px;
	
}
#left p{
	margin-bottom:20px;
}
h3{
	margin-bottom:10px;
}* html h3 {padding-top:0px;} /* ie6 only */
*+html h3 {padding-top:0px;} /* ie7 only */

#right p{
	margin-bottom:10px;
}
.small{
	font-size:0.7em;
}
#right p.small{
	margin-left:14px;
}
form{
	clear:both;
}
label{
	display:block;
	margin:7px 0px 2px 0px;
}
input, textarea{
	font-size:1em;
	border:1px solid #fff;
}
.blue{
	color: #07b0ff;
}
.submit{
	background:#060606;
	color: #07b0ff;
	border:1px solid #07b0ff;
	clear:both;
	margin-top:10px;
}
.warning{
	font-weight:bold;
	color:red;
}