/* CSS for Discover Card - General styles */

/* Reset all styles: http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	}

strong { font-weight: bold; }

em { font-style: italic; }

span { display: none; }

.clear { clear: both; height: 0px; font-size: 0px; }

a { color: #ed841f; }
a:hover { color: #f00; }


/* ===========================================
         MAIN LAYOUT
==============================================*/

body { 
	padding: 14px 20px 20px 20px;
	background-color: #dfdfdf;
	font-family: Futura Book, Lucida Sans, Arial, Helvetica, sans-serif;
	font-size: 80%; /* Use percentages and ems for fonts: http://www.alistapart.com/articles/elastic/ */
	line-height: 1.4em;
	color: #000;
	text-align: center;
	}

#container {
	width: 752px;
	margin: 0 auto;
	text-align: left;
	background-color: #fff;
	}


/* ===========================================
         HEADER
==============================================*/

#header {
	border-top: 1px solid #fff; /* For Mac/FF - Fixes background color bug */
}


/* ===========================================
         BOXES W/ROUND CORNERS
==============================================*/

.tr { background-repeat: no-repeat; background-position: right top; }
.br { background-repeat: no-repeat; background-position: right bottom; }
.bl { background-repeat: no-repeat; background-position: left bottom; }
.tl { background-repeat: no-repeat; background-position: left top; }

.bdr_t { background-repeat: repeat-x; background-position: top; }
.bdr_r { background-repeat: repeat-y; background-position: right; }
.bdr_b { background-repeat: repeat-x; background-position: bottom; }
.bdr_l { background-repeat: repeat-y; background-position: left; }


/* ---------- ORANGE OUTLINE BOX ---------- */

.orangeOutlineBox {
	background-color: #fff;
	_display: inline;  /* For Win/IE6 - fixes double margin bug */
	_zoom: 1;  /* For Win/IE6 - top border disappears */
	}

.orangeOutlineBox .tr { background-image: url(../images/boxes/orangeOutline-tr.png); }
.orangeOutlineBox .br { background-image: url(../images/boxes/orangeOutline-br.png); }
.orangeOutlineBox .bl { background-image: url(../images/boxes/orangeOutline-bl.png); }
.orangeOutlineBox .tl { background-image: url(../images/boxes/orangeOutline-tl.png); }

.orangeOutlineBox .bdr_t, 
.orangeOutlineBox .bdr_r, 
.orangeOutlineBox .bdr_b, 
.orangeOutlineBox .bdr_l { background-image: url(../images/boxes/orangeOutline-bdr.png); }

.orangeOutlineBox .boxContent {
	padding: 18px 36px 20px;
	}


/* ---------- ORANGE SOLID BOX ---------- */

.orangeSolidBox {
	background-color: #ed841f;
	_display: inline;  /* For Win/IE6 - fixes double margin bug */
	_zoom: 1;  /* For Win/IE6 - top border disappears */
	}
	*+html .orangeSolidBox { zoom: 1; /* For Win/IE7 - fixes bkgd color bug */ }

.orangeSolidBox .tr { background-image: url(../images/boxes/orangeSolid-tr.png); }
.orangeSolidBox .br { background-image: url(../images/boxes/orangeSolid-br.png); }
.orangeSolidBox .bl { background-image: url(../images/boxes/orangeSolid-bl.png); }
.orangeSolidBox .tl { background-image: url(../images/boxes/orangeSolid-tl.png); }

.orangeSolidBox .boxContent {
	padding: 18px 20px 30px;
	color: #fff;
	}

.orangeSolidBox .boxContent a {
	color: #fff;
	}

/* ===========================================
         FOOTER
==============================================*/

#footer {
	padding: 4px 15px 6px;
	background-color: #ccc;
	font-size: 0.75em;
	color: #333;
	}


/* ===========================================
         RIGHT COL
==============================================*/

#edge {
	margin-top: 10px;
	text-align: center;
	}
	
#edge .boxContent {
	padding: 10px 18px 8px;
	}

#edge a {
	font-weight: bold;
	}

#rightCol .goArrow {
	vertical-align: sub;
	}
	
