/*

	AOL Call Alert
	Common Styles

*/


/* DEFAULTS ***********************************************/

* {
	margin: 0;
	padding: 0;
}
a img {
	border: 0;
}

html {
	font-size: 62.5%;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #555;
	background: #EEF2F7;
}

body {
	width: 900px;
	margin: 25px auto;
}

a:link, a:visited {
	color: #1761A5;
}
a:active, a:hover {
	color: #164B98;
}


/* BRANDING & NAVIGATION **********************************/

h1 {
	float: left;
	width: 215px;
	height: 37px;
}

.nav {
	float: right;
}
.nav li {
	float: left;
	margin: 0 0 0 15px;
	list-style: none;
	text-indent: -900em;
	overflow: hidden;
}
.nav li a {
	display: block;
	height: 36px;
	background: url(../images/nav.gif) no-repeat 0 0;
}

.nav li.nav-learn-more a {
	width: 92px;
	background-position: 0 2px;
}
.nav li.nav-faqs a {
	width: 47px;
	background-position: -92px 2px;
}
.nav li.nav-sign-up a {
	width: 86px;
	background-position: -150px 2px;
}
.nav li.nav-demo a {
	width: 92px;
	background-position: -250px 2px;
}

.nav li.nav-learn-more a:hover {
	background-position: 0 -38px;
}
.nav li.nav-faqs a:hover {
	background-position: -92px -38px;
}
.nav li.nav-sign-up a:hover {
	background-position: -150px -38px;
}
.nav li.nav-demo a:hover {
	background-position: -250px -38px;
}

#learn-more .nav li.nav-learn-more a {
	background-position: 0 -78px;
}
#faqs .nav li.nav-faqs a {
	background-position: -92px -78px;
}
#demo .nav li.nav-demo a {
	background-position: -250px -78px;
}


/* CONTENT ************************************************/

.content {
	clear: both;
	padding: 30px 0;
}


/* LEARN MORE / FAQS **************************************/


.subpage .sidebar {
	clear: both;
	padding: 30px 0;
	float: right;
	width: 430px;
}

.subpage .content {
	clear: none;
	padding: 30px 0;
	float: left;
	width: 430px;
}

.subpage .sidebar h3 {
	margin-bottom: 40px;
}
.subpage .content h2, .subpage .sidebar h2 {
	font-weight: bold;
	font-size: 2em;
}
.subpage .content h3 {
	font-weight: bold;
	font-size: 1.6em;
}
.subpage .content p, .subpage .content ul, .subpage .content ol, .subpage .sidebar p, .subpage .sidebar ul, .subpage .sidebar ol {
	font-size: 1.4em;
	margin: 1em 0;
}
.subpage .content ul, .subpage .sidebar ul, .subpage .content ol, .subpage .sidebar ol {
	margin-left: 24px;
}
.subpage .content .lead {
	font-size: 2em;
}


/* HOME ***************************************************/

#home .benefits {
	width: 430px;
	height: 260px;
	float: left;
}
#home .benefits img {
	vertical-align: bottom;
}

#home h3 {
	float: right;
}

#home .features {
	clear: both;
	width: 900px;
	height: 150px;
	list-style: none;
}
#home .features li {
	float: left;
	margin: 15px 0 0 40px;
}
#home .features li.first-child {
	margin-left: 30px;
}
#home .features li.third-child {
	margin-left: 80px;
}


/* DEMO ***************************************************/

#demo .flash {
	clear: both;
	padding: 4em 0;
	text-align: center;
}
#demo .flash object {
	vertical-align: bottom;
}
#demo .flash span {
	display: block;
	width: 570px;
	margin: 0 auto;
	border: 10px solid #FFF;
}

/* SITEINFO ***********************************************/

.siteinfo {
	clear: both;
	padding: 10px 0;
	text-align: center;
	list-style: none;
	font-size: 1.1em;
}
.siteinfo li {
	display: inline;
	margin: 0 1em;
}
.siteinfo li.first-child {
	display: block;
	line-height: 2;
}