

/* header */

#aboutHeader {
	width: 626px;
	margin-left: 184px;
	margin-top: -36px;
	text-align: right;
	font-family: "Lucida Sans", Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 22px;
	color: #E28604;
	float: right;
}  

/* nav */

#nav {
	float: right;
	border-top: 10px solid #E28604;
	top: 90px;
	left: 184px;
	list-style: none;
	margin: 0;
	padding: 0;
	white-space: nowrap;
	height: 25px;
	display: inline;
	overflow: hidden;
	width: 626px;
	z-index: 1002;
	left: 20px; /* fixes weird IE5.0/win absolute position within relative */
	left/* */: 184px;
	}



/* left column */

#aboutLeft {
	width: 182px;
	float: left;
	margin-top: 16px;
}


a:link,
a:visited {
	color: #E28604;
	text-decoration: none;
}
	
a:hover {
	color: #6D665B;
	background: #F3F1EB;
}

/* sidebar  */

div.sidebar h1 {
  background: url(../images/box/top.gif) top right no-repeat;
  padding: 14px 10px 10px 10px;
  margin:0;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #E28604;
  }


/* right column */

#aboutRight {
	width: 626px;
	float: right;
	text-align: left;
	margin: 16px 0px 16px 0px;
}

#aboutRight h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #A29E99;
	weight: bold;
	text-transform: uppercase;
	margin: 14px 0px 0px 14px;
}

#aboutRight p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5A4C3A;
	margin: 14px 14px 0px 44px;
	line-height: 140%;
}

#aboutRight h2 {
	font-family: "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #6D665B;
	weight: bold;
	text-transform: uppercase;
	margin: 14px 0px 0px 14px;
	border-top: 4px solid #E5E3E0;
}

#aboutRight h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #CF7802;
	weight: bold;
	margin: 14px 24px 0px 44px;
}

#aboutRight h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6D665B;
	weight: bold;
	margin: 4px 24px 0px 44px;
}

#aboutRight ul {
	margin: 8px 14px 0px 44px;
	padding-left: 24px;
}

#aboutRight li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5A4C3A;
	line-height: 140%;
}

/* 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;
	font-size: 20px;
}

.sIFR-hasFlash h2 {
	visibility: hidden;
	font-size: 12px;
	margin: 14px 0px 0px 14px;
	border-top: 4px solid #E5E3E0;
}
.sIFR-hasFlash .swap {
  visibility: hidden;
  font-size: 14px;
  }
