.container
{
    background:#FFF;
    padding: 0px 0px 0px 0px;
    width: 969px;
    margin: 0px auto 0px auto;
    position: relative;
}

.topbanner {
    background:url(top_bg.jpg) no-repeat right;
    height:99px;
    padding:26px 30px 0px 0px;
    z-index:900;
}

.content
{
    padding: 0px 0px 0px 0px;
    position: relative;
    overflow:auto;
    line-height:19px;
}

.contentinner
{
    padding: 0px 0px 0px 0px;
    position: relative;
    overflow:auto;
    line-height:19px;
}

.footer
{
    background:#0092C3;
    color:#fff;
    position: relative;
    font-size: 13px;
    line-height: 18px;
    padding:10px 10px;
    margin:20px 0px 0px 0px;
    height:40px;
}

.footer a
{
    color: #fff;
    text-decoration: none;
    margin-left:20px;
}

.about {
    width:293px;
    background:url(about_bg.jpg) no-repeat;
    display: inline-block;
    padding:130px 0px 0px 0px;
    vertical-align:top;
    position:relative;
    left:0px;
}

.investor {
    width:293px;
    background:url(investor_bg.jpg) no-repeat;
    display: inline-block;
    position:relative;
    left:40px;
    padding:130px 0px 0px 0px;
    vertical-align:top;
}

.investment {
    width:292px;
    background:url(investment_bg.jpg) no-repeat;
    display: inline-block;
    position:relative;
    left:80px;
    padding:130px 0px 0px 0px;
    vertical-align:top;
}

/* ######################################################################### */
/* MENUS */

ul.topnav {
    float:right;
    top:63px;
    right:17px;
    position:relative;
    color:#FFF;
    font-weight:normal;
    font-size:14px;
    font-family: 'Varela Round', sans-serif;
    width:480px;
    z-index:950;
}

.topnav li {
    display:inline-block;
    list-style:none;
    margin:0px;
    zoom: 1;
    *display:inline;
    height:30px;
}

.topnav li a {
    color:#FFF;
    margin: 0px 20px;
    width:200px;
}

.nolink {
    cursor: default;
    text-decoration:none;
}

.nolink:hover {
    text-decoration:none;
}


ul.dropdown {
    position:absolute;
    background:#034D94;
    padding: 5px 10px 5px 10px;
    z-index: 1000;
    top:20px;
    display:none;
}

li:hover ul.dropdown {
    display: block;
}

.dropdown li {
    color:#FFF;
    border-bottom:dotted #FFF 1px;
    list-style: none;
    left:0px;
    position:relative;
    line-height: 25px;
    display:list-item;
    padding-top: 4px;
}

.dropdown li a {
    padding:0px;
    margin: 0px 10px;
}

.dropdown li a:hover {
    background:none;
    color:#C2E0FE;
}

.aboutd {
    position:absolute;
    top:0px;
    left:90px;
}

.investorsd {
    position:absolute;
    top:0px;
    left:205px;
}

.investmentsd {
    position:absolute;
    top:0px;
    left:326px;
}

/* ######################################################################### */
/* DEFAULT STYLING */

a
{
    color:#CC0000;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

body
{
    background:#fff;
    font-family: 'Open Sans', sans serif;
    font-size: 14px;
    text-align: relative;
    color: #333; 
    line-height:15px;
}


html, body
{
    height: 100%;
}



p
{
    margin-top: 0px;
    margin-bottom: 10px;
}

h1
{
    color: #0093DB;
    font-size: 19px;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 32px;
    font-weight: bold;
    font-family: 'Varela Round', sans-serif;
}

h2
{
    color: #034d94;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 18px;
    font-weight: bold;
}

h3
{
    color: #034d94;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 18px;
    font-weight: bold;
}

hr {
   border: 1px dotted #999;
    margin:15px 0px;
}


/* ######################################################################### */
/* STYLES */


.clrflt
{
    clear: both;
    line-height: 0px;
}

.fltrt
{
    float: right;
}

.fltlft
{
    float: left;
}

.highlight {
    font-weight:bold;
    color:#214466;
    margin-top:25px;
}

.boxlink {
    font-size:13px;
    color: #224466;
    font-weight:bold;
    line-height:17px;
    left:0px;
    position:relative;
    margin-right:10px;
}

.boxlink:hover {
    color:#CC0000;
}

.boxfooters {
    position:relative;
    margin-top:5px;}

.bizimage {
    margin-left:20px;
}

/* ######################################################################### */
/* DO NOT EDIT - STYLES TO MAKE EVERYTHING WORK THE SAME IN ALL BROWSERS */

/* Elements to clean out: */
body, fieldset, form, html
{
    margin: 0;
    padding: 0;
}
html
{
    /* font values can be overwritten for specific sites using body tag in default.css */
    font: 75%/150% Verdana, Arial, Helvetica, sans-serif; /* font-size, line-height, font-family */
}
input, label, select, textarea
{
    /* font values can be overwritten for specific sites using these tags in default.css */
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 100%;
}

/* Elements with a vertical margin: */
address, blockquote, dl, ol, pre, ul,
{
    margin: 0;
    padding: 0;
}


/* Apply left margin:                     */
blockquote, dd
{
    margin-left: 1em;
}
li
{
    margin-left: 0em;
}

/* Miscellaneous: */
label
{
    cursor: pointer;
}
fieldset
{
    border: none;
}
input, select, textarea
{
    font-size: 100%;
}
img
{
    border: none;
}
textarea
{
    overflow: auto;
}

input.submit
{
    cursor: pointer;
}


/* Copyright (c) Webfuel Ltd. */