/* css for basic items ---------------------------------------------------------------------------------- */
html,body	{
 	height:100%;
 	width:100%;
 	}
body {
    margin: 0;
    padding: 0;
    font-family: tahoma, arial, helvetica, verdana;
    font-size: 12px;
    line-height: 14px;
	color: #828282;
 	min-height: 545px;
 	min-width: 850px;
 	background: #ffffff;
 	}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
    }
li {
    margin: 0;
    padding: 0;
    }
img {
    padding: 0;
    margin: 0;
    border: 0;
    }
a, a:visited {
	color: #0033FF;
	text-decoration: none;
	}
a:hover, a:active {
    color: #0033FF;
	text-decoration: underline;
	}
h1, h2, h3 {
    margin: -5px 0 5px -3px;
    padding: 0;
    font-size: 15px;
	font-weight: normal;
    line-height: 1em;
    color: #333333;
    }
p {
    padding: 7px 0 0 0;
    margin: 0;
	clear: both;
    }



/* css for site structure ------------------------------------------------------------------------------- */
#outer {
	height: 100%;
	width: 100%;
	display: table;
	vertical-align: middle;
 	}
#container {
	position: relative;
	vertical-align: middle;
	display: table-cell;
	height: 545px;
    }
#inner {
	width: 850px;
	height: 544px;
	padding-top: 1px;
	margin: 0 auto 0 auto;
	background: url(../images/bg.gif) no-repeat top;
 	}    
#header {
	position: relative;
	width: 850px;
    height: 42px;
    clear: both;
    }
#content {
	position: relative;
	width: 850px;
	height: 430px;
    clear: both;
    }
#content-left {
	position: relative;
	padding: 20px 0 0 23px;
	width: 615px;
	height: 410px;
    float: left;
    }
#content-right {
	position: relative;
	padding: 110px 0 0 0;
	width: 212px;
	height: 320px;
    float: right;
    }
#content-right-how {
	position: relative;
	padding: 20px 0 0 0;
	width: 212px;
	height: 410px;
    float: right;
    }
#footer {
	position: relative;
	padding: 15px 0 0 0;
	width: 850px;
	height: 60px;
	font-size: 10px;
	line-height: 12px;
	color: #828282;
	}
#footer a, 
#footer a:visited {
	color: #123075;
	text-decoration: none;
	}
#footer a:hover {
	color: #123075;
	text-decoration: underline;
	}



/* css for top navigation ------------------------------------------------------------------------------- */
ul#nav {
	padding: 0;
	margin: 0;
	list-style: none;
    }
ul#nav li {
    padding: 0;
	float: left;
	}
    
    
    
/* css for content items -------------------------------------------------------------------------------- */
#next {
	position: absolute;
	top: 401px;
	left: 20px;
	}
#signup {
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 20;
	}
#signup-pop {
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 30;
	visibility: hidden;
	}
#right-how {
	padding: 15px;
	width: 163px;
	height: 328px;
	background: url(../images/bg-white-small.gif) no-repeat top;
	font-size: 11px;
	line-height: 13px;
	color: #828282;
	}    
#right-how ul {
    margin: 0;
    padding: 7px 0 7px 0;
    list-style: none;
	}    
#right-how ul li {
    margin: 0;
    padding: 0 0 7px 15px;
    list-style: none;
	background: url(../images/arrow.gif) no-repeat left top;
	}    
p.right-title {
	padding: 0 0 0 0;
	font-size: 11px;
	line-height: 13px;
	color: #0a1a64;
	}
p.right-subtitle {
	padding: 0 0 0 0;
	font-size: 11px;
	line-height: 13px;
	color: #95af09;
	}      

#left-why {
	padding: 15px;
	width: 556px;
	height: 340px;
	background: url(../images/bg-white-big.gif) no-repeat left top;
	font-size: 12px;
	line-height: 14px;
	color: #828282;
	}    
p.left-content {
	padding: 3px 0 0 0;
	}
p.left-subtitle {
	padding: 15px 0 0 0;
	font-size: 16px;
	line-height: 16px;
	color: #0a1a64;
	}

.flash {
	position: absolute;
	top: 53px;
	left: 20px;
	}