﻿
body 
{
    margin: 0 0 15px 0;
    padding: 0;
    background: #FFF url(../images/landing_bg2.jpg) 0 0 repeat-x;
    font-family: Arial, Sans-Serif;
    font-size: medium;
    font-size: 72%;
    font-weight: normal;
    line-height: 1.4em;
    color: #808285;
}

img 
{
    border: 0;
}

a 
{
    text-decoration: none;
    color: #808285;
}


/* CLEAR BOTH WAYS */
.clr 
{
    clear: both;
}

#wrapper 
{
    width: 970px;
    /*height: 850px;*/
    margin: 0 auto;
    position: relative;
}

#header 
{
    width: 970px;
    height: 146px;
    position: relative;
}

img#logo 
{
    position: absolute;
    right: 0;
    bottom: 20px;
}

#maincontent 
{
    width: 970px;
    height: 550px;
    position: relative;
}

#leftcol 
{
    float: left;
    width: 210px;
    height: 200px;
}


#pagecontent 
{
    float: left;
    width: 758px;
}

#pagetext 
{
    margin-left: 20px;
    margin-top: 65px;
    width: 520px;
    float: left;
}

/* IE6 Hack */
* html #pagetext 
{
    margin-left: 10px;
}


h1
{
    color: #240f46;
    font-weight: normal;
    font-size: 1.9em;
    margin-top: 0;
}

/* IE6 HACK */

h1 
{
    margin-top: 2px;
}

#analyticslink 
{   
    margin-top: 40px;
    float: left;
    width: 235px;
}

#capitallink 
{
    float: left;
    margin-left: 20px;
    margin-top: 40px;
    border-left: 1px dotted #808285;
    width: 235px;
    height: 260px;
    padding: 0 0 40px 0;
}

img#landingcapital 
{
    margin-left: 75px;
}

div.entersite 
{
    width: 168px;
    height: 18px;
    padding: 4px 4px 4px 8px;
    border: 1px solid #808285;
    margin-top: 45px;
    position: relative;
}

div.entersite img 
{
    position: absolute;
    right: 8px; top: 6px;
}

#capitalenter 
{
    margin-left: 75px;
}

a.pinklink 
{
    font-weight: bold;
    color: #a50069;
    font-size: 1.1em;
}

a.greenlink 
{
    font-weight: bold;
    color: #9aa276;
    font-size: 1.1em;
}

#rightcol 
{
    margin-left: 20px;
    margin-top: 12px;
    float: left;
    height: 170px;
}

.landingtext 
{
    width: 180px;
    height: 80px;
    margin: 10px 0 0 0;
}

.capitalenter 
{
    margin-left: 75px;
}


/* FOOTER STYLES */

#footer 
{
    width: 970px;
    height: 10px;
    position: absolute;
    bottom: 0;
    /*border: solid 1px #000;*/
}

#disclaimer 
{   
    position: absolute;
    left: 220px;
    top: 0;
    font-size: 0.8em;
}


#footer a 
{
    color: #808285;
    text-decoration: none;
}

#footer a:hover 
{
    color: #a50069;
}
