@charset "utf-8";
/* CSS Document */
body {
	margin: 0px auto;
	text-align: center;
	overflow-y: scroll;
}

#disclosurebody a:link, #disclosurebody a:visited {
	color: #39c;
	text-decoration: none;
}
#disclosurebody a:hover, #disclosurebody a:active {
	color: #39c;
	text-decoration: underline;
}
#disclosurebody h2 {
	color: #39c;
	font-weight: bold;
}
#disclosurebody ul {
	padding-left: 10px;
}
#container {
	width: 650px;
	text-align: left;
}
#globalNav h1#logo{
	left: 15px;
}
#globalNav	{
	height: 102px;
	width: 630px;
	background: transparent url(../images/mainNav_bkg.gif) 0 0 no-repeat;
	padding-right: 0px;
	overflow: hidden;
}
#globalNav ul {
	position:absolute;
	top: 52px;
	left: 0px;
	width: 500px;
	/*text-align: left;*/
	/*float: left;*/
	/*margin: 20px 0 0 0;*/
	margin: 0;
	padding:10px 10px 0px 10px;
	font-weight:bold;
	list-style:none;
}
#globalNav li {
	background: none;
}
#globalNav a {
	background: none;
	color: #39c;
	font-size: 13px;
	text-transform: none;
	padding-right: 7px;
}
#globalNav .selected a{
	color:#f00;
}
#logo	
{
	width: 214px;
	height: 42px;
	background: transparent url(../images/logo_citi.gif) 0 0 no-repeat;
}
#closeWindow {
	position: absolute;
	left: 501px;
	top: 16px;
	padding: 0;
	width: 132px;
	height: 23px;
	background: url(../images/close_bk.gif) no-repeat;
}
#closeWindow a{
	color:#c00;
	background: url(../images/close_bk.gif) no-repeat;
	padding: 0 0 0 25px;
	height: 23px;
}
#closeWindow a:hover, #closeWindow a:active, #closeWindow a:visited{
	color:#c00;
	background: url(../images/close_bk.gif) no-repeat;
}

h1 {
	font-size: 24px;
	font-weight: bold;
	color: #006;
}
h2 {
	font-size: 18px;
	font-weight: normal;
	color: #006;
	margin-bottom: 10px;
	text-transform: uppercase;
}
h3{
	font-size: 16px;
	margin-top: 5px;
}
ol {
	margin-left: 15px;
}
ol li{
	margin: 0 0 5px 15px;
}
.hline {
	width:630px;
}
#footer {
	border-top: 1px #ccc solid;
	padding: 15px 40px 0 5px;
	background: url(../images/EqualHousing.gif) 925px 15px no-repeat;
}
#footer #disclaimer	
{ 
		text-align: left; 
		font-size: 9px; color: #8E8A7F;
		padding: 0 40px 0 40px; 
		background: transparent url(../images/footerLogo.gif) 0 0 no-repeat; 
}

#disclosurebody {
	padding: 0 10px;
	width: 630px;
}

#disclosures {
	padding:5px 25px 25px 25px;
}

#disclosures ul, #disclosurebody ul{
	margin-left: 30px;
}
#disclosurebody ul  li{
	margin-bottom: 5px;
}
#disclosures ul ul{
	margin-left: 45px;
}
/*Legacy styles*/
#privacy{
	float: left;
}
#privlink{
	float: left;
	margin: 12px 0 0 5px;
	padding-left: 5px;
}
#privlink a{
	color:#39c;
}
.pbold{
	font-weight: bold;
}
/*Integrated to accommodate Legacy styles*/
#disclosures p{
	clear: both;
}

