/*
 * Layout CSS
 */
html {
	background: #cccccc url(/welcome/images/bg-body.png) left top;
}
body {
	font-size: 12px;
	color: #666666;
}

#wrapper {
	width: 835px;
	height: 630px;
	margin: 0 auto;
	padding-top: 10px;
}

#wrapper #header {
	background: url(/welcome/images/bg-head.png) left top;
	height: 85px;
	padding: 30px 20px 0px 20px;
}
#wrapper #header #logo{
	width: 153px;
	height: 25px;	
	background: url(/welcome/images/discover-logo.png) left top;
	margin: 0 auto;
	text-indent: -9999px;
	display: block;
}

#wrapper #header * {
	vertical-align: middle;
	text-align: center;
}
#wrapper #body {
	height: 420px;
	background: url(/welcome/images/bg-body-content.png) left top;
	padding: 10px 60px 0 45px;
	position: relative;
}
#wrapper #foot {
	background: url(/welcome/images/bg-footer.png) left top;
	height: 110px;
	text-align: center;
	vertical-align: middle;
	clear: left;
}
/*
 * Nav
 */

#header #nav {
	display: inline;
	margin: 0 11%;
	float: left;
	padding-top: 25px;
}
#header #nav ul li {
	float: left;
	display: inline;
	border-right: 2px solid #ccc;
	font-weight: bold;
}
#header #nav ul li.last {
	border-right: none;
}

#header #nav ul li a {
	padding: 0 10px;
	text-decoration: none;
	color: #acacac;
}

#header #nav ul li a:hover {
	color: #666666;
}

.welcome #header #nav ul li a#welcome,
.imp-dates #header #nav ul li a#imp-dates,
.faqs #header #nav ul li a#faqs,
.about #header #nav ul li a#about,
.contact #header #nav ul li a#contact {
	color: #666666;
	cursor: default;
}

/* BEGIN: Skin Defintions	*/

.skin {
	width: 418px;
	height: 500px;
	position: absolute;
	bottom: -94px;
	right: 14px;
	z-index: 0;
}
.welcome .skin {
	background: url(/welcome/images/skin-welcome.png) right bottom no-repeat;
}

.imp-dates .skin {
	background: url(/welcome/images/skin-imp-dates.png) right bottom no-repeat;
}

.faqs .skin {
	width: 478px;
	background: url(/welcome/images/skin-faqs.png) right bottom no-repeat;
}

/* END: Skin Defintions	*/

/*
 * module
 */
.content {
	float: left;
}

 .module {
 	width: 450px;
 	padding-bottom: 10px;
 	position: relative;
 	z-index: 2
 }
 
.welcome .module { width: 480px; }
.imp-dates .module { width: 540px; }
 
.message { 	
	width: 650px;
 	padding-bottom: 10px;	
 	position: relative;
 	z-index: 2
 }
.about .module { width: 100%; }

#wrapper.faqs.active .skin { display: none;}

.faqs .module { width: 100%; }
.faqs .module .copy	{ padding-left: 15px; }
.faqs .module .copy .qa-block { display: none;}
.faqs .module .copy .qa-block .answer { display: none; }

.module .copy {	display: none; padding-left: 12px;}
.module.active .copy,
.faqs .module.active copy,
.faqs .module.active .copy .qa-block,
.faqs .module.active .copy .qa-block.active .answer { display: block; }

p { padding-top: 10px; }

 /*	new account center demo link */
 
 .account-center-demo {
 	
 	height: 35px;
 	display: block;
 	/* background: url(/welcome/images/new-account-center.png) top left no-repeat; */
 	/*text-indent: -999px; 
	width: 127px;*/
 	margin-top: 20px;
 	position: absolute;
 	bottom: 0;
 	left: 45px;
 }
 
 
 /* BEGIN:  recognition */
 
 .recognition {
 	width: 100%; 
 	border-top: 1px solid #acacac;
 	color: #000000;
 	float: left;
 	display: inline;
 	margin-top: 10px;
 }

 .recognition .award { 
 	width: 345px;
 	float: left;
 	padding: 20px 10px;
 }
 .recognition #sqmg.award { width: 375px; }
 .recognition #jsr.award { width: 290px; float: right }
 .recognition .award .caption p {
 	padding: 0 0 5px;	
 }
 .recognition .award .institution {
 	font-size: 11px;
 	font-weight: bold; 
 }
 .recognition .award img { 
 	float: left;
 	padding-right: 15px;
 	clear: right;
 }
 .recognition #sqmg.award img { padding-right: 30px; }  
  
 /* END:  recognition*/
 
 /* BEGIN:  Block */
.block {
	float: left;
	padding: 30px 10px 10px 0;
	width: 390px;
	color: #000000;
}

.block img {
	float: left;
	padding: 0 15px 50px 0;
	clear: both;
}
#fdic.block {
	width: 270px;
	float: right;
}
 /* END:  Block*/
 
 /* Typography	*/
 
 a { 
 color: #267bb1;
 outline: none;
 }
em {
 	color: #ff6600;
 	font-weight: bold;
 }
strong{ font-weight: bold; }
 a.item {
 	background:  url(/welcome/images/icon-arrow.png) left center no-repeat;
 	padding-left: 12px;
 }
 a.question {
 	color: #ff6600;
 	font-weight: bold;
 	text-decoration: none;
 } 
 a.question:hover {
 	text-decoration: underline;
 }
 .content h2 {
 	font-size: 28px;
 	font-weight: normal;
 	color: #ff6600;
 	margin-bottom: 10px;
 }
 .content h3 {
 	font-size: 12px;
 	font-weight: bold;
 	color: #267bb1; 	
 }
 .content h4 {
 	font-size: 15px;
 	color: #000000;
 	font-weight: bold;
 }
 
 /* Helper Classes	*/
 
 .hide {
 	display: none;
 }
 
 /*	List: Unorder & Order */
 
 .list {
	margin-top: -1px;
	width: 542px;
 }
 .list li {
	list-style-position: outside; 
	background: url(/welcome/images/icon-dot-orange.png);
	background-repeat: no-repeat;
	background-position: 0px 9px;
	padding: 3px 2px 3px 15px;
 }
 .decimal li {
 	background: none;
 	list-style-position: outside; 
 	margin: 4px 5px 0px 30px;
 	list-style-type: decimal;
 	padding: 0;
 }
 
 .faqs .list { margin: 5px 0 0 15px;}
 .faqs .list li {
	background: url(/welcome/images/icon-dot.png) 0px 9px no-repeat; 	
	padding: 3px 0px 0px 7px;
 }

