


/* ************************************************** div#billboard ****************************** */
div#billboard {
	border-bottom: solid 1px #cdcdcd;
}



/* ************************************************** div#main ****************************** */
div#mainwrap {
	background-image: none;
}
div#main {
	padding-top: 30px;
	background-image: url(/imgD/landing_bkg_main.gif);
	background-repeat: repeat-y;
	background-position: center top;
}




/* ************************************************** div#content ****************************** */
.home div#content {
	float: left;
	width: 520px;
	color: #666;
}
.home #content h1 { /* h1 styles need to be repeated in the SIFR section at the bottom, in order to override SIFR styles from MAX_public.css */
	clear: both;
	margin: 0 0 10px 0;
	padding: 0;
	color: #1f1f1f;
	font-size: 14px;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-transform: none;
	line-height: 1.5em;
	border-bottom: none;
}
.home #content h2 {
	clear: both;
	width: 520px;
	height: 100px;
	margin: 0 0 20px 0;
	padding: 0;
	color: #fff;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 24px;
	font-weight: bold;
	line-height: 50px;
	text-indent: -9999px;
	background-color: #981318;
	background-image: url(/imgD/landing_h1_delivering.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.home #content div.badges {
	overflow: hidden;
	width: 520px;
	margin: 0;
	padding: 30px 0;
}
.home #content .badges .badge {
	float: left;
	display: inline;
	width: 245px;
	margin: 0 0 0 30px;
	padding: 0;
}
.home #content .badges .badge.first {
	margin: 0;
}
.home #content .badges .badge a,
.home #content .badges .badge a img {
	display: block;
	width: 245px;
	margin: 0;
	padding: 0;
	border: none;
}




/* ************************************************** div#column ****************************** */
.home div#column {
	float: right;
	width: 350px;
	margin: 0;
	padding: 0 25px;
	font-size: 11px;
	border-top: 0 none;
}
.home #column div.columnitem {
	margin: 0;
	padding: 30px 0 20px 0;
	border-top: solid 1px #dcdcdc;
}
.home #column div.columnitem.first {
	padding: 0 0 20px 0;
	border-top: 0 none;
}
.home #column h3 {
	clear: both;
	margin: 0 0 5px 0;
	padding: 0;
	color: #1f1f1f;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	font-style: normal;
	line-height: 1.5em;
	text-transform: uppercase;
	border-bottom: none;
}










/* ************************************************** SIFR STYLES ****************************** */

/* 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: visible;
	clear: both;
	margin: 0 0 10px 0;
	padding: 0;
	color: #1f1f1f;
	font-size: 14px;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-transform: none;
	line-height: 1.5em;
	border-bottom: none;
}
.sIFR-hasFlash .home #column h3 {
	visibility: hidden;
	margin: 3px 0 5px 0;
	padding: 0 0 6px 0;
	font-size: 20px;
	line-height: 24px;
}

