﻿/* RESET SHEET */

/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* End of CSS RESET */

#container
{
    width: 990px;
    margin: 0 auto;
    text-align: left;
}

#header
{
    background: url("/images/common/header-bg.png") 0 0 no-repeat;
    width: 990px;
    height: 114px;
    position: relative;
    margin-top: 20px;
}

#header h1.logo
{
    position: absolute;
    top: 35px;
    left: 20px;
}

#header h1.logo a
{
    background: url("/images/common/logo.png") 0 0 no-repeat;
    width: 193px;
    height: 77px;
    position: relative;
    display: block;
    
}

#header p.slogan
{
    position: absolute;
    top: 41px;
    left: 330px;
    color: #5d5d5d;
    font-family: Arial;
    font-weight: bold;
    font-size: 1.2em;
}

#main
{
    padding: 10px
}

#flash-container
{
    position: relative;
    float: left;
    width: 460px;
    height: 410px;
}

#feature-container
{
    background: url("/images/common/feature-bg.png") 0 0 no-repeat;
    position: relative;
    float: left;
    width: 490px;
    height: 370px;
    padding: 40px 0 0 20px;
}

#feature-container h1.title
{
    background: url("/images/common/title.png") 0 0 no-repeat;
    width: 431px;
    height: 68px;
    margin-bottom: 20px;
}

#feature-container h1.title span
{
    visibility: hidden;
}

#feature-container p
{
    font-family: Arial;
    color: #444444;
    font-size: 1em;
    margin-bottom: 5px;
    width: 440px;
}

#feature-container p.lighter
{
    color: #666666 !important;
    font-size: 1em;
    margin-bottom: 15px;
}

#feature-container a.join-small
{
    background: url("/images/buttons/join-small.png") 0 0 no-repeat;
    width: 125px;
    height: 35px;
    display: block;
    margin-bottom: 15px;
}

#feature-container a.join-large
{
    background: url("/images/buttons/join-large.png") 0 0 no-repeat;
    width: 183px;
    height: 51px;
    display: block;
    margin-bottom: 15px;
    float: right;
    position: relative;
    right: 55px;
}

#feature-container p.smaller
{
    font-size: 0.8em;
    margin-bottom: 15px;
}

#feature-container ul
{
    margin-bottom: 30px;
}

#feature-container ul li
{
    background: url("/images/common/list-bullet.png") 0 50% no-repeat;
    margin: 0;
    padding: 0 0 0 10px;
    font-family: Arial;
    color: #444444;
    font-size: 0.8em;
}

#feature-container ul li span
{
    color: #0a73d8;
    font-size: 1.4em;
}

#seo
{
    float: left;
    font-family: Arial;
    font-size: 0.675em;
    line-height: 1.35em;
    margin: 10px 0 0 10px;
    padding: 16px 0 0;
    width: 972px;
    border-bottom: solid 4px #e0e0e0;
	border-top: solid 4px #e0e0e0;
    padding-bottom: 20px;
}

.grid
{
    float: left;
}

.grid h2
{
    color: #000000;
    display: block;
    font-size: 100%;
    line-height: 14.5833px;
    margin: 0.75em 0 0;
}

#seo ul
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.grid .col
{
    float: left;
    margin-right: 15px;
    width: 147px;
}

#seo a
{
    color: #888888;
    font-weight: 700;
}

#footer
{
    clear: both;
    color: #aaaaaa;
    font-family: Arial;
    font-size: 0.675em;
    height: 100px;
    line-height: 1.5em;
    margin: 0 auto;
    padding-top: 16px;
    width: 972px;
}

#footer dd
{
    margin: 0;
    float: left;
    padding: 0 0.5em 6px 0;
}

#footer dl dd a
{
    color: #aaaaaa;
    font-weight: 700;
}

.terms
{
    padding-top: 10px;
    position: relative;
    height: 10px;
    padding-bottom: 10px;
    clear: left;
}
    
.terms p
{
    font-family: Arial;
    color: #666;
    font-size: 0.8em;
        padding-top: 10px;
    position: relative;
    height: 10px;
    padding-bottom: 10px;
}

.terms p a
{
    color: #666;
}

