﻿@charset "UTF-8";
/* Styles to Change Theme */
/* Comments are next to items that can be modified for Affinity branding (background, color, link color changes etc...  also you can hide the AOL specific Hat links for non AOL brands through this stylesheet as well*/
/* CSS Document */
body {
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 984px;
	margin-left: auto;
	margin-right: auto;
}
h2 {
	width: 100%;
	border-bottom: 1px solid #ccc;
	font-size: 16px;
}
/* Top Link Color */
.top a:link {
	text-decoration: none;
	color: #fff;
}
.top a:visited {
	text-decoration: none;
	color: #fff;
}
.top a:active {
	text-decoration: underline;
	color: #fff;
}
.top a:hover {
	text-decoration: underline;
	color: #fff;
}
/* Content Link Color */
a:link {
	text-decoration: none;
	color: #41789f;
}
a:visited {
	text-decoration: none;
	color: #41789f;
}
a:active {
	text-decoration: underline;
	color: #41789f;
}
a:hover {
	text-decoration: underline;
	color: #41789f;
}
#twitter {
	display: block;
	background: url(../img/29x29_twitter_norm.gif);
	background-repeat:no-repeat;
	width: 29px;
	height: 29px;
}
a#twitter:hover {
	background: url(../img/29x29_twitter_over.gif);
}
#facebook {
	display: block;
	background: url(../img/29x29_fb_norm.gif);
	background-repeat:no-repeat;
	width: 29px;
	height: 29px;
}
a#facebook:hover {
	background: url(../img/29x29_fb_over.gif);
}
a#facebook:click {
	background: url(../img/29x29_fb_click.gif);
}
/* Large Button */
.btn {
	font-size: 18px;
	white-space: nowrap;
	position: relative;
}
.btn a:link {
	text-decoration: none;
	color: #000;
	padding: 5px 10px;
	border: 1px solid #000;
	background: #ffd52f url(../img/btn-grade.png) top left repeat-x;
	position: relative;
}
.btn a:visited {
	text-decoration: none;
	color: #000;
	padding: 5px 10px;
	border: 1px solid #000;
	background: #ffd52f url(../img/btn-grade.png) top left repeat-x;
}
.btn a:active {
	text-decoration: none;
	color: #000;
	padding: 5px 10px;
	border: 1px solid #000;
	background: #ffd52f url(../img/btn-grade.png) top left repeat-x;
}
.btn a:hover {
	text-decoration: none;
	color: #000;
	padding: 5px 10px;
	border: 1px solid #000;
	background: #ffe16c url(../img/btn-grade.png) top left repeat-x;
}
/* Large Button IE 6 Specific */
* html .btn a:link {
	text-decoration: none;
	color: #000;
	padding: 5px 10px;
	border: 1px solid #000;
	background: #ffd52f;
	position: relative;
}
* html .btn a:visited {
	text-decoration: none;
	color: #000;
	padding: 5px 10px;
	border: 1px solid #000;
	background: #ffd52f;
}
* html .btn a:active {
	text-decoration: none;
	color: #000;
	padding: 5px 10px;
	border: 1px solid #000;
	background: #ffd52f;
}
* html .btn a:hover {
	text-decoration: none;
	color: #000;
	padding: 5px 10px;
	border: 1px solid #000;
	background: #ffe16c;
}
/* Layout */
.container {
	padding: 0px 0px 0px 0px;
	width: 984px;
	clear: both;
}
.topLeftHeader {
	background-image: url('../img/10x70_leftcorner.gif');
	float: left;
	width: 10px;
	height: 70px;
}
.topMiddleHeader {
	background-image: url('../img/1x70_toptile.gif');
	width: 963px;
	height: 70px;
	float: left;
}
.topRightHeader {
	background-image: url('../img/10x70_rightcorner.gif');
	float: left;
	width: 10px;
	height: 70px;
}
.bottomLeftHeader {
	background-image: url('../img/10x107_leftcorner_bottom.gif');
	float: left;
	width: 10px;
	height: 107px;
}
.bottomMiddleHeader {
	background-image: url('../img/1x107_bottomtile.gif');
	width: 963px;
	height: 107px;
	float: left;
}
.bottomRightHeader {
	background-image: url('../img/10x107_rightcorner_bottom.gif');
	float: left;
	width: 10px;
	height: 107px;
}
.top {
	/*	height:48px;
	background:#f7f0e7;*/
	width: 100%;
	vertical-align: middle;
}
.mouse {
	font-size: 10px;
	color: #999999;
	width: 998px;
	margin-left: auto;
	margin-right: auto;
}
.right {
	float: right;
}
/* Left Nav Layout*/
.nav {
	font-size: 12px;
	font-family: helvetica,arial,sans-serif;
	width: 200px;
	height: 440px;
	float: left;
	margin-top: 20px;
}
.nav div {
	margin: 0px 0px 0px 28px;
	padding: 0px 0px 0px 0px;
}
.nav div ul {
	margin: 0px;
	padding: 0px;
}
.nav div ul li {
	margin: 0px;
	padding: 5px;
	list-style: none;
	width: 200px;
	margin-top: 5px;
}
* html .nav div ul li {
	width: 193px;
}
/* Navigation Link Color */
.nav a:link {
	text-decoration: none;
	color: #336699;
}
.nav a:visited {
	text-decoration: none;
	color: #336699;
}
.nav a:hover {
	text-decoration: underline;
	color: #336699;
}
.nav a:active {
	text-decoration: none;
	color: #999;
}
.subcontent {
	width: 650px;
	float: left;
	margin-left: 50px;
	margin-right: 10px;
}
.subcontentHeading {
	width: 650px;
	float: left;
	margin-left: 50px;
	margin-right: 10px;
}
.main h2 {
	font-family: helvetica,arial,sans-serif;
	font-size: 18px;
	color: #333;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 4px 5px;
	border-bottom: 0px;
}
.on {
	font-weight: bold;
}
#main p {
	font-size: 1.4em;
	margin-bottom: 0px;
}
.left {
	background-image: url('../img/buttons.gif');
	background-position: 0px 0px;
	float: left;
	width: 15px;
	height: 22px;
}
.middle {
	background-image: url('../img/buttons.gif');
	background-position: -20px 0px;
	width: auto;
	height: 22px;
	top: 0;
	float: left;
	text-align: center;
}
.right {
	background-image: url('../img/buttons.gif');
	background-position: -300px -54px;
	width: 20px;
	height: 22px; /*position: absolute;*/;
	top: 0;
	right: 0;
	float: left;
}
.leftMbtn {
	background-image: url('../img/buttons.gif');
	background-position: 0px -215px;
	float: left;
	width: 15px;
	height: 28px;
}
.middleMbtn {
	background-image: url('../img/buttons.gif');
	background-position: -20px -215px;
	width: auto;
	height: 28px;
	top: 0;
	float: left;
	text-align: center;
}
.rightMbtn {
	background-image: url('../img/buttons.gif');
	background-position: -300px -279px;
	width: 20px;
	height: 28px; /*position: absolute;*/;
	top: 0;
	right: 0;
	float: left;
}
.leftLbtn {
	background-image: url('../img/buttons.gif');
	background-position: 0px -1125px;
	float: left;
	width: 15px;
	height: 40px;
}
.middleLbtn {
	background-image: url('../img/buttons.gif');
	background-position: -20px -1125px;
	width: 230px;
	height: 40px;
	top: 0;
	float: left;
	text-align: center;
}
.rightLbtn {
	background-image: url('../img/buttons.gif');
	background-position: -300px -1205px;
	width: 20px;
	height: 40px; 
	top: 0;
	right: 0;
	float: left;
}
.footerContent {
	font-size: 14px;
	font-family: Helvetica;
	color: #555; 
	margin-left: 0px;
}
h1 {
	width: 100%;
	font-size: 16px;
	font-family: Helvetica;
	color: #446374;
	margin-bottom: 10px;
	font-weight: bold;
}
.customBtn {
	cursor: pointer;
	font-family: helvetica;
	font-size: 12px;
	margin: 0;
}
.btnIcon {
	float: left;
	background-image: url("../img/17x17_videoicon.gif");
	width: 17px;
	height: 17px;
	margin-top:6px;
}
.btnText {
	float: left;
	font-family: helvetica;
	font-size: 12px;
	padding-top: 1px;
	padding-left: 2px;
	color: #333333;
	font-weight: normal;
}
.btnImageText {
	float: left;
	font-family: helvetica;
	font-size: 12px;
	padding-top: 1px;
	padding-left: 6px;
	color: #333333;
}
.btnTextSelected {
	float: left;
	font-family: helvetica;
	font-size: 12px;
	padding-top: 1px;
	padding-left: 2px;
	color: #fff;
	font-weight: bold;
}
.btnTextHover {
	float: left;
	font-family: helvetica;
	font-size: 12px;
	padding-top: 1px;
	padding-left: 2px;
	color: #336699;
}
.btnContent {
	float: left;
	line-height: 26px;
}
ul#main-nav {
	font-family: helvetica;
	font-size: 12px;
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
}
ul#main-nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	margin: 0 0.3em 0 0;
}
ul#main-nav li a {
	text-decoration: none;
	display: block;
	padding: 0.3em 0.5em;
	border: 1px solid silver;
	color: #003;
	background: #fff;
}
ul#main-nav li a:hover {
	border: 1px solid gray;
	color: #336699;
	background: #fff;
}
ul#main-nav li a:active {
	color: #336699;
}
.selectedItem {
	display: none;
}
#copyright {
	text-align: center;
	color: #336699;
	margin-top: 9px;
}
.contentContainer {
	clear: both;
	width: 981px;
	border-left: 1px solid #e7e7e7;
	border-top: 1px solid #e7e7e7;
	border-right: 1px solid #e7e7e7;
	height: 440px;
}
.contentContainerMain {
	clear: both;
	width: 981px;
	border-left: 1px solid #e7e7e7;
	border-top: 1px solid #e7e7e7;
	border-right: 1px solid #e7e7e7;
	height: 440px;
}
#signIn {
	display: block;
	text-decoration: none;
	cursor: pointer;
	background: url(../img/275x46_signup_button.gif) no-repeat;
}
a#signIn:hover {
	background: url(../img/275x46_signup_button_over.gif) no-repeat;
}
div#signIn {
	width: 275px;
	height: 46px;
	text-align: center;
}
#signInBtn {
	font-family: helvetica;
	font-size: 19px;
	color: #fff;
	font-weight: bold;
	line-height: 46px;
	width: 275px;
	height: 46px;
	text-align: center;
}
#navPan {
	margin-left: 28px;
}
h2#navPan {
	font-size: 16px;
	font-family: helvetica,arial,sans-serif;
	font-weight: bold;
	color: #333333;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 4px 5px;
	border-bottom: 0px;
}
#alreadyMember {
	clear: both;
	margin-left: 45px;
	margin-top: 5px;
	color: #333333;
	font-family: helvetica;
	font-size: 12px;
}
#followUs {
	font-family: helvetica,arial,sans-serif;
	color: #333333;
	font-size: 12px;
}
/*middle bottom pane main page */
#middlePane {
	clear: both;
	width: auto;
	margin-bottom: 5px;
}
.videoContainer {
	display: none;
	position: absolute;
	margin-left: 10px;
	margin-top: -50px;
	height: 590px;
	width: 960px;
	background-image: url(../img/trans.gif);
}
.videoFrame {
	display: block;
	position: absolute;
	margin-left: 108px;
	margin-top: 35px;
}
.videoBackGnd {
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	margin-top: auto;
	margin-bottom: auto;
	background-image: url(../img/lightbox.png);
	background-repeat:no-repeat;
	padding: 15px 15px 15px 15px;
	width: 720px;
	height: 480px;
}
.videoBtnImage {
	margin-left: 695px;
	margin-top: -10px;
	width: 32px;
	height: 32px;
}
.vdTitle {
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 55px;
	font-size: 21px;
	color: #333333;
	margin-top: 20px;
	font-weight: bold;
}
.mobilePageTitle {
	font-family: helvetica, arial, sans-serif;
	font-size: 21px;
	color: #333333;
	font-weight: bold;
	margin: 25px 0px 0px 7px;
	border-bottom: 0px;
}
.moreWayPageTitle {
	font-family: helvetica, arial, sans-serif;
	font-size: 21px;
	color: #333333;
	font-weight: bold;
	margin: 25px 0px 0px 0px;
	border-bottom: 0px;
}
.iPhoneImage {
	margin-top: 0px;
	margin-left: 0px;
	width: 133px;
	height: 234px;
	background-image: url(../img/133x234_iphoneicon.jpg);
	background-repeat: no-repeat;
}
.androidImage {
	margin-top: 0px;
	width: 128px;
	height: 233px;
	background-image: url(../img/128x233_droidicon.jpg);
	background-repeat: no-repeat;
}
.wapImage {
	width: 52px;
	height: 51px;
	background-image: url(../img/52x51_wapmobileicon.gif);
}
.mobileTitle {
	margin-top: 12px;
	margin-bottom: 0px;
	font-family: helvetica,arial,sans-serif;
	color: #333;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 0px;
}
.mobilePara {
	margin-top: 5px;
	margin-bottom: 15px;
	margin-right: 20px;
	font-family: helvetica;
	line-height: 125%;
	color: #555;
	font-size: 16px;
}
.moreWaysTitle {
	margin: 8px 0px 0px 0px;
	font-family: helvetica,arial,sans-serif;
	color: #333;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 0px;
}
.moreWaysPara {
	margin-right: 40px;
	margin-top: 0px;
	line-height: 125%;
	font-family: helvetica,arial,sans-serif;
	color: #555;
	font-size: 16px;
}
.overviewHeading {
	margin-top: 15px;
	margin-left: 10px;
	font-family: helvetica,arial,sans-serif;
	color: #446374;
	font-size: 38px;
	border-bottom: 0px;
	font-weight: bold;
}
.overviewTitle {
	margin-top: 0px;
	margin-bottom: 3px;
	font-family: helvetica,arial,sans-serif;
	color: #336699;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 0px;
}
.overviwePara {
	margin: 5px 0px 0px 0px;
	font-family: helvetica;
	line-height: 125%;
	color: #555;
	font-size: 12px;
}
.featureTitle {
	margin: 26px 0px 0px 0px;
	font-family: helvetica,arial,sans-serif;
	font-weight: bold;
	color: #333;
	font-size: 21px;
	border-bottom: 0px;
}
.featurePara {
	margin: 5px 0px 0px 0px;
	font-family: helvetica;
	line-height: 125%;
	color: #555;
	font-size: 16px;
}

