/* 	Bank of America Landing Page Template
	Style Sheet v.1
*******************************************/

/* General Controls
********************/
body {
	margin: 0px 20px 0 20px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	background: #ebe6de url(../images/background_body.gif) repeat-y center;
}
#container {
	width: 932px;
	margin: 18px auto 10px auto;
}
img {
	border: none;
}
a, a:visited {
	color: #405EBE;
}
.clear {
	clear: both;
}
sup {
	line-height: 0;
}

img#logo {
	margin-left: 12px;
}

/* Main Body Controls
**********************/
#main {
	float: left;
	width: 932px;
	margin-bottom: 20px;
	background: url(../images/background_main.gif) no-repeat left top;
}

div#flashDiv {
	width: 916px;
	height: 664px;
	margin: 8px;
	background-color: #fff;
}

p#ada {
	margin-left: 27px;
}
p#ada a {
	margin: 0;
	text-decoration: underline;
	color: #405EBE;
	font-weight: bold;
}
p#ada a.hideADALink {
	font-size: 0;
	position: absolute;
	left: -10000px;
}
p#ada a.showADALink {
	width: 14em;
	font-size: 11px;
	display: block;
	position: relative;
	left: 0;
}

div#flashScript {
	display: none;
}
div#flashScript p {
	margin: 0 27px 10px;
}

div#main p.learnMore {
	margin: 10px 0 0 27px;
	font-weight: bold;
}

/* Legal Controls
******************/
#legal {
	clear: both;
	width: 873px;
	margin-left: 28px;
	color: #81807e; font: 11px/1.35em Arial, Helvetica, sans-serif;
}
#legal a {
	color: #81807e;
}
#legal a:hover {
	color: #000000;
}
#legal a.blue {
	color: #405EBE;
}
.bordered {
	padding-bottom: 10px;
	border-bottom: 1px solid #81807e;
}
#olympic {
	float: right;
}

div.clear {
	height: 1px; margin-top: -1px; font-size: 1%; overflow: hidden;
}