/* Main CSS Document */

/* CSS Document */

body {
	margin: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 12px;
	line-height: 15px;
	}
#header {
	height: 175px;
	width: 700px;
	margin: 0px auto 0px auto;
	padding: 0px;
	}
#header h1 span {display:none; visibility: hidden;}
#container {
	width: 688px;
	height: auto;
	margin: 0px auto 0px auto;
	padding: 5px;	
	}
#container img.page {float: right; padding: 5px; margin: 10px; clear: both;}
#nav { width: 700px; height: 30px; margin: 0px auto 0px auto; padding: 0px; }

#nav li{ 
  	display:block;
  	float:left;
	list-style: none;
	list-style-type:none;
	margin:0;
	padding:0;
	position:relative;
	top:0px;
	left:0px;
	}
#nav li a:link, #nav li a:visited{
	float: left;
  	width: 121px;
	height: 30px;
	padding: 8px;
	display: block;
	vertical-align:middle;
	text-align: center;
	font-size: 110%;
	font-weight: bold;
	text-decoration: none;
	}
#nav li a:hover{
	font-weight: bold;
	text-decoration: underline;
	}
#main-content {
	float: left; 
	width: 500px;
	}
#main-content ul li, #container ul li {
	margin-top: 1px;
	margin-bottom: 1px;
	padding-left:18px;
	display:block;
	padding-bottom: 3px;
	text-align: left;
	margin-left: 6px;
	line-height: 18px;
	list-style-type: none;
	}
#subcontent {
	float: right; 
	width: 180px;
	text-align: center;
	}
.clear {clear: both; margin:0px;}


/* 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 #main-content h1, .sIFR-hasFlash #container h1 {
	visibility: hidden;
	width: 500px;
	height: 50px;
	margin: 0px 0px 5px 0px;
	letter-spacing: -11px;
	}
.sIFR-hasFlash #main-content h2, .sIFR-hasFlash #container h2 {
	visibility: hidden;
	width: auto;
	height: 36px;
	}
.sIFR-hasFlash #main-content h3, .sIFR-hasFlash #container h3 {
	visibility: hidden;
	width: auto;
	height: 26px;
	}
.sIFR-hasFlash #subcontent h3 {
	visibility: hidden;
	width: auto;
	height: 26px;
	}
.sIFR-hasFlash #main-content h4, .sIFR-hasFlash #container h4 {
	visibility: hidden;
	width: auto;
	height: 22px;
	}
.sIFR-hasFlash #main-content h5, .sIFR-hasFlash #container h5 {
	letter-spacing: -4px;
	width: auto;
	height: 23px;
	margin: 0px;
	visibility: hidden;
	}
