@charset "utf-8";
/* aip_landing */

body {
	font: normal 11px/1.42em Arial, sans-serif;
	min-width: 780px;
	text-align: center;
	margin: 10px 0 0 0;
}
strong {
	font-weight: bold;
}
#logos {
	height: 70px;
	width: 780px;
	float: left;
}
#main {
	float: left;
	width: 100%;
        margin-bottom: 20px;
}
a:link, a:visited {
	color:#33f
}
a:hover {
	color: #f60;
}
#center {
	text-align: left;
	width: 780px;
	margin-left: auto;
	margin-right: auto;
}
#right {
	width: 201px;
	float: right;
}
#right div#top img {
	float: right;
	margin-bottom: 10px;
	margin: 0 0 14px 0;
	border: 1px solid #006;
}
#right div#bottom img {
	float: right;
	margin-bottom: 10px;
	margin: 0;
	border: 1px solid #006;
}
img {
	float: left;
}
#left {
	width: 563px;
	float: left;
	border: 1px solid #006;
}
#left #top {
	width: 563px;
	height: 176px;
	background: url(images/top.png) no-repeat;
}
#left #top h1 {
	float: left;
	margin: 25px 0 0 29px;
	width: 500px;
	height: 45px;
	background: url(images/header.png) no-repeat;
	text-indent: -1000em;
}
#left #top h2 {
	float: left;
	margin: -5px 0 0 29px;
	width: 500px;
	height: 30px;
	background: url(images/subhead.png) no-repeat;
	text-indent: -1000em;
}
#left #top #wrap {
	float: left;
	width: 445px;
	margin: 10px 0 0 53px;
}
#left #top #button {
	width: 225px;
	float: right;
}
#left #button p {
	position: relative;
	top: -4px;
	font-size: 11px;
	text-align: center;
}
#left #top #button #btna {
	display: block;
	position: relative;
	z-index: 1000;
}
#left #top ul {
	float: left;
	color: #f60;
}
#left #top ul li {
	list-style: disc;
	margin-left: 15px;
	font-size: 13px;
	margin-bottom: .05em;
}
#left #top ul li span {
	color: #006;
}
#foot {
	float: left;
	padding: 20px 0 0 0;
}
#foot p {
	font-size: 1em;
	width: 780px;
	margin-bottom: 10px;
	color: #000;
}
#orangebar {
	float: left;
	background: #f60 url(images/bonus_bar_copy.png) no-repeat;
	height: 28px;
	width: 100%;
	margin-bottom: 9px;
	border-bottom: 1px solid #006;
	text-indent: -100em;
}
#bluebar {
	float: left;
	background-color: #006;
	height: 13px;
	width: 100%;
	margin: 9px 0 0px 0;
}

/* Popup Dialog */

#member-benefits-dialog ul li span.grey {
	color: #666;
}

#member-benefits-dialog ul li span.hr {
	display: block;
	width: 78px;
	height: 2px;
	border-bottom: 1px solid #000;
	margin-bottom: 2px;
	position: relative;
	left: -10px;
}

#member-benefits-dialog h2 {
	color: #FF6600; 
	font-size: 18px; 
	font-weight: bold;
	margin: 15px 0px 10px 0px;
}

#privacy-dialog {display: none;}

#privacy-dialog h4 {
	color: #000066; 
	font-size: 12px; 
	font-weight: bold;
	margin: 15px 0px 10px 0px;
}


#member-benefits-dialog p, #privacy-dialog p {margin-bottom: 10px;}

#member-benefits-dialog, #privacy-dialog {text-align: left;}

#member-benefits-dialog ul {
	margin: 10px 0px 10px 30px;
}


/* privacy */

/* scrolling styles */
#scrollit {
	xborder: 1px solid red;
	padding-right: 10px;
	height: 333px;
	overflow: auto;
}
#scrollit h4 {
	font-size: 12px;
	line-height: normal;
	font-weight: bold;
}
#scrollit p {
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 16px;
}
#scrollit a:link, #scrollit a:visited {
	text-decoration: none;
	color: #000;
	border-bottom: 1px dotted #cfcfcf;
}
#scrollit a:hover {
	border-bottom: 1px dotted #006;
}


#privacy-dialog-link {
	width: 400px;
	height: 50px;
	margin: 0 auto;
	xborder: 1px solid green;
}