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

html, body {
	margin: 0;
	padding: 0;
}

.clearboth { clear: both; }

.item1, .item2, .item3 {
	float: left;
	text-align: center;
	width: 162px;
	height: 133px;
	color: Black;
	margin: 1em;
	vertical-align: middle;
	padding: 10px;
}
.item1 {
	background: #EE2B5B url(../images/itemBackground1.gif) repeat;
}
.item2 {
	background: #EE2B5B url(../images/itemBackground2.gif) repeat;
}
.item3 {
	background: #EE2B5B url(../images/itemBackground3.gif) repeat;
}


#Footer {
	clear: both;
	font-weight: bold;
	text-align: center;
	width: 610px;
}

#Footer #TextLinks {
	padding: 10px 15px 10px 15px;
	color: Black;
}

#Footer #TextLinks a {
	padding: 0 .7em;

}

#Footer #TextLinks a:hover {
	color: #F28D1D;
}

#Footer #Disclaimer {
	padding: 2px 15px 2px 15px;
}


/* 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: 20px;
}
.sIFR-hasFlash h2 
{
	visibility: hidden;
	font-size: 18px;
}

.sIFR-hasFlash h3 {
	visibility: hidden;
	font-size: 16px;
}

