/* CSS for Discover Card - Homepage */


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

#container {
	width: 862px;
}


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

#header {
	padding-bottom: 9px;
	}

h1 {
	margin: 44px auto 9px 80px;
	}

#discoverLogo {
	margin-left: 627px;
	}


/* ===========================================
         CONTENT
==============================================*/

#content {
	padding-top: 30px;
	padding-bottom: 18px;
	background: url(../images/bkd-home.png) top right no-repeat;
	height: 1%; /* For Win/IE6 - fixes background bug */
	}


/* ---------- NAV ---------- */

#nav {
	float: left;
	width: 211px;
	padding-top: 10px;
	padding-bottom: 7px;
	background-color: #ed841f;
	list-style: none;
	}

#nav li {
	margin-left: 13px;
	margin-bottom: 14px;
	}

#nav a {
	display: block;
	width: 183px;
	background-position: top left;
	background-repeat: no-repeat;
	}

#nav a:hover {
	background-position: bottom left;
	}

#nav-explore { height: 75px; background-image: url(../images/nav-home-explore3.png); }
#nav-connect { height: 80px; background-image: url(../images/nav-home-connect2.png); }
#nav-organize { height: 80px; background-image: url(../images/nav-home-organize2.png); }
#nav-archive { height: 75px; background-image: url(../images/nav-home-archive2.png); }


/* ---------- PHOTO ---------- */

#splashPhoto {
	float: left;
	margin-left: 8px;
	}


/* ---------- RIGHT COL ---------- */

#rightCol {
	float: left;
	width: 329px;
	margin-left: 19px;
	}

#rightCol p {
	margin-right: 9px;
	margin-bottom: 0.5em;
	margin-left: 9px;
	}

#rightCol p.last {
	margin-bottom: 1em;
	}

#rightCol .orangeOutlineBox {
	}

#rightCol .boxContent {
	margin-left: 0;
	}

#cardPhoto {
	float: right;
	margin-top: 15px;
	margin-right: 11px;
	}

#benefitsLink {
	float: right;
	width: 175px;
	margin-top: 18px;
	margin-right: 10px;
	font-size: 0.9em;
	line-height: 1.2em;
	text-align: right;
	text-decoration: none;
	}

