/* These are standard layout styles and do not need modification*/

html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: left;
	font: normal 90%/135% Arial, Helvetica, sans-serif;
	color: #666666;
	background: #636363 url(../images/bg-page1.gif) repeat;
}
a {
	color: #820001;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #AF0001;
	text-decoration: underline;
}
 a.more {
	background:url(../images/linkBullet.gif) no-repeat 0 4px;
	padding:0px 0px 0px 15px;
	text-decoration:none;
	font-weight: bold;
	margin: 2em 0 0 1em;
	color:#000000;
}

 a:hover.more {
	background:url(../images/linkBulletOver.gif) no-repeat 0 4px;
	padding:0px 0px 0px 15px;
	text-decoration:underline;
}

p {
	font-size: 85%;
}

div.hr {
	height: 2px;
	background: url(../images/hr.gif) repeat-x scroll center;
	padding: 1em;
}
div.hr hr {
  display: none;
}

 
.clearboth { 
	clear: both;
	overflow: hidden;
	width: 1px;
	height: 1px;
	margin: 0 -1px -1px 0;
	border: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
}
 
/* ~~~~~~~~ Footer~~~~~~~~~ */

#Footer {
	float: left;
	font-weight: bold;
	text-align: center;
	border-top: 7px solid #000;
	margin-top: -10px;
}

#Footer #TextLinks {
	padding: 10px;
	float: left;
	color: #00841D;
	width: 490px;
	background: #EBDAA0 url(../images/bg-footerLinks.gif) repeat-x;
}

#Footer #TextLinks a {
	color: #010101;
	text-decoration: none;
	padding: 1%;
	font-size: 90%;
}

#Footer #TextLinks a:hover {
	color: #00841D;
}

#Footer #BigTextLinks {
	padding: 10px;
	float: left;
	color: #00841D;
	width: 680px; /*plus 190 px for no side content */
	background: #EBDAA0 url(../images/bg-footerLinks.gif) repeat-x;
}
#Footer #BigTextLinks a {
	color: #010101;
	text-decoration: none;
	padding: 1%;
	font-size: 90%;
}

#Footer #BigTextLinks a:hover {
	color: #00841D;
}

#Footer #Disclaimer {
	color: #EDEDED;
	font-size: 100%;
	padding: 10px;
	font-weight: normal;
	width: 490px;
/*	background: #008491;*/
background:#B45A04;
	
}

#Footer #Disclaimer p {
	padding-top: 30px !important; padding-top: 5px;
}

#Footer #BigDisclaimer {
	color: #EDEDED;
	font-size: 100%;
	padding: 10px;
	font-weight: normal;
	width: 680px; /*plus 190 px for no side content */
/*	background: #008491;*/
background:#B45A04;
	
}

#Footer #BigDisclaimer p {
	padding-top: 30px !important; padding-top: 5px;
}

/* 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;
	overflow: hidden;
}


/* 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: 25px;
}

.sIFR-hasFlash h2 {
	visibility: hidden;
}

.sIFR-hasFlash h3 {
	visibility: hidden;
}


.sIFR-hasFlash h5 {
	visibility: hidden;
	font-size: 14px;
}
