@charset "utf-8";

body, body.mceContentBody
{
	margin: 0px;
	padding: 0px;
	background: #ffffff;
	font-family: Tahoma;
	font-size: 14px;
}

h1
{
	font-size: 2.7em;
}
h2
{
	font-size: 2em;
}
h3
{
	font-size: 1.5em;
}
h4
{
	font-size: 1.35em;
}

p
{
	text-align: justify;
}

form
{
	padding: 0px;
	margin: 0px;
}

.left
{
	float: left;
}
.right
{
	float: right;
}
.clearBoth
{
	clear: both;
}

.small
{
	font-size: 0.9em;
}
.smaller
{
	font-size: 0.75em;
}
.smallest
{
	font-size: 0.5em;
}
.big
{
	font-size: 1.25em;
}
.bigger
{
	font-size: 1.5em;
}
.biggest
{
	font-size: 2em;
}

.underline
{
	text-decoration: underline;
}
.bold
{
	font-weight: bold;
}

.error
{
	margin-bottom: 5px;
	border: solid 1px #ff0000;
	color: #ff0000;
	text-align: center;
	font-weight: bold;
}
.note
{
	margin-bottom: 5px;
	border: solid 1px #0000ff;
	color: #0000ff;
	text-align: center;
	font-weight: bold;
}

.wrapper
{
	width: 1000px;
	margin: auto;
}

#nav
{
	padding-top: 10px;
	height: 29px;
	padding-bottom: 13px;
	background: url('nt.png') bottom repeat-x;
}
#navRight
{
	float: right;
	width: 5px;
	height: 42px;
	background: url('nr.png') top left no-repeat;
}
#navLeft
{
	float: left;
	width: 5px;
	height: 42px;
	background: url('nl.png') top right no-repeat;
}
#navItems
{
	width: 990px;
}
#navItems td
{
	padding: 8px 0px;
}
#navItems td a
{
	display: block;
	border-left: solid 1px #ffffff;
	height: 15px;
	line-height: 15px;
	color: #ffffff;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
#navItems td:first-child a
{
	border-left: none;
}

#header
{
	height: 351px;
	background: #1878b8;
}

#headSub
{
	z-index: 10;
	position: absolute;
	width: 317px;
	height: 96px;
	margin-top: 60px;
	margin-left: 595px;
	background: url('hsub.png') top center no-repeat;
}
#headSub input[name=email]
{
	position: absolute;
	margin-top: 16px;
	margin-left: 45px;
	width: 212px;
	height: 23px;
	background: transparent;
	padding: 5px;
	padding-bottom: 0px;
	font-size: 16px;
	border: none;
	text-align: center;
	color: #000080;
}
#headSub input[type=submit]
{
	position: absolute;
	margin-top: 59px;
	margin-left: 213px;
	width: 93px;
	height: 25px;
	background: transparent;
	cursor: pointer;
	border: none;
	color: transparent;
	overflow: hidden;
	line-height: 100px;
}

#headText
{
	position: absolute;
	width: 331px;
	height: 61px;
	margin-left: 605px;
	margin-top: 10px;
}

#headBook
{
	position: absolute;
	width: 294px;
	height: 203px;
	margin-top: 125px;
	margin-left: 605px;
}

#headTicker
{
	position: absolute;
	width: 300px;
	height: 100px;
	margin-top: 100px;
	margin-left: 10px;
}

#footer
{
	z-index: 10;
	position: fixed;
	bottom: 0px;
	width: 100%;
	height: 50px;
	background: url('fbg.png') top repeat-x;
}

#footSub
{
	width: 962px;
	height: 50px;
	margin: auto;
	background: url('fsub.png') top no-repeat;
}
#footSub input[name=email]
{
	position: absolute;
	margin-top: 5px;
	margin-left: 250px;
	width: 450px;
	height: 21px;
	padding-top: 7px;
	background: transparent;
	padding: 5px;
	padding-bottom: 0px;
	font-size: 16px;
	border: none;
	text-align: center;
	color: #1e5d88;
}
#footSub input[type=submit]
{
	position: absolute;
	margin-top: 5px;
	margin-left: 725px;
	width: 215px;
	height: 30px;
	background: transparent;
	cursor: pointer;
	border: none;
	color: transparent;
	overflow: hidden;
	line-height: 100px;
}

#boxes
{
	position: absolute;
	margin-top: 290px;
	margin-left: 73px;
	width: 855px;
	height: 228px;
	background: url('boxes_2.png') top center no-repeat;
}

#content
{
	background: url('bt.png') top repeat-x;
	min-height: 471px;
	padding-top: 175px;
	padding-bottom: 75px;
	color: #1878b8;
	font-family: "Georgia";
	font-size: 18px;
	*height: 471px;
}

#chartSNWT
{
	float: left;
	margin-left: 50px;
}

#iPhone
{
	float: right;
	margin-right: 50px;
	margin-top: 40px;
	width: 387px;
	height: 212px;
	background: url('iphone.png') top center no-repeat;
	padding-left: 82px;
	padding-top: 55px;
}

#iPhone .iText
{
	width: 298px;
	height: 75px;
	padding-top: 10px;
	overflow: auto;
	color: #ffffff;
	text-align: center;
	font-size: 28px;
}

#iPhone .iInput
{
	width: 204px;
	height: 33px;
	background: url('iinput.png') top center no-repeat;
	margin-left: 47px;
}
#iPhone .iInput input
{
	width: 194px;
	height: 16px;
	background: transparent;
	border: none;
	padding: 4px 5px;
	text-align: center;
	color: #314258;
	*margin-left: -47px;
}
#iPhone .iButton
{
	width: 298px;
	height: 46px;
	background: url('isignup.png') top center no-repeat;
	border: none;
	cursor: pointer;
	color: transparent;
	overflow: hidden;
	line-height: 100px;
}
#iPhone .iPower
{
	position: absolute;
	width: 64px;
	height: 64px;
	background: url('clear.gif');
	border: none;
	cursor: pointer;
	color: transparent;
	overflow: hidden;
	line-height: 100px;
	margin-left: 300px;
	margin-top: 30px;
}

.dark
{
	color: #0f5381;
}
.green
{
	color: #2daa07;
}


div.seenOn
{
	width: 950px;
	height: 150px;
}
.seenOnLeft
{
	position: absolute;
	z-index: 2;
	width: 950px;
	height: 150px;
	background: url('fadel.png') left repeat-y;
}
.seenOnRight
{
	position: absolute;
	z-index: 2;
	width: 950px;
	height: 150px;
	background: url('fader.png') right repeat-y;
}
.seenOnText
{
	position: absolute;
	z-index: 3;
	width: 117px;
	height: 25px;
	background: url('aso.png') no-repeat;
}

.subscribe
{
	margin: auto;
	width: 896px;
	height: 140px;
	background: url('subbg.png') top center no-repeat;
}

#footer
{
	display: none;
}
#footer .subscribe
{
	height: 110px;
}

.subscribe input[name=email]
{
	float: left;
	margin-top: 60px;
	margin-left: 50px;
	width: 548px;
	height: 23px;
	border: none;
	background: none;
	font-size: 16px;
	padding: 5px;
	padding-bottom: 0px;
	text-align: center;
	color: #1e5d88;
}
.subscribe input[type=submit]
{
	float: left;
	margin-top: 58px;
	margin-left: 18px;
	width: 219px;
	height: 32px;
	border: none;
	background: transparent;
	cursor: pointer;
	color: transparent;
	overflow: hidden;
	line-height: 100px;
}

.article
{
	padding: 5px 0px;
	border-top: solid 1px #58B8f8;
}
.articles .article:first-child
{
	border-top: none;
}
.articleSource
{
	float: right;
	font-size: 0.75em;
	padding: 1px 0px 0px 10px;
	font-style: italic;
}
.articleDate
{
	float: right;
	font-size: 0.85em;
}
.articleTitle
{
	font-family: Tahoma, Geneva, sans-serif;
	color: #0f5381;
	text-decoration: none;
	font-weight: bold;
}
.articleTitle:hover
{
	text-decoration: underline;
}
.articleDescription
{
	margin-top: 10px;
}

div.scrollWrapper
{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

div.scrollableArea
{
	position: relative;
	width: auto;
	height: 100%;
}
