﻿/***********************************************************************************************
			Colors Scheme - http://www.colorschemer.com/schemes/viewscheme.php?id=196
			DkGrey: #666666
			MdGrey: #999999
			LtGrey: #CCCCCC
			Red: #CC0000
			DkBlue: #003366
			MdBlue: #D6E6F5
			LtBlue: #EDF2F8

************************************************************************************************/




/***********************************************************************************************
			body, a, h1, h2, h3
************************************************************************************************/

body 
{
	margin: -1px 0 5px 0;
	padding: 0px 0 5px 0;
	background-color: #7E7E7E;
	font-family: Arial, Helvetica, sans-serif;
}

a:link, a:visited 
{
    color: #003399;
}

a:active, a:hover 
{
    color: #CC0000;
}

h1 
{
	font: bold 21px Arial, Helvetica, sans-serif;
	color: #242424;
	text-align: left;
	margin: 0;
	padding: 0 0 4px 0;
}

h1 a 
{
	color: #000066;
}

h2 
{
	font: 14px Arial, Helvetica, sans-serif;
	color: #242424; 
	text-align: left;
	margin: 0;
	padding: 0 0 8px 0;
}

h3 
{
	font: 13pt Arial, Helvetica, sans-serif;
	color: #242424;
	padding: 0 0 8px 0;
}

p
{
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: left;
}

ul 
{  
	top: 0px;  
	margin-top: 2px; 
	margin-bottom: 0px;
}

li 
{
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	list-style-image: url(images/b3-spacer.gif);
}


/***********************************************************************************************
			Page, Header, Footer
************************************************************************************************/

.Page
{
	margin: auto;
	margin-top: 20px;
	width: 900px;
	text-align: left;
	background-color: #FFFFFF;
	font-size: 12px;
	color: #000000;
}

.PageHeader
{
	margin: 0px;
}

.PageContent
{
	margin: 0px;
}

.LeftPane
{
	width: 200px;
	vertical-align: top;
	border-right: 1px solid #999999;
	background-color: #EFEFEF;
}

.ContentPane
{
	width: 540px;
	vertical-align: top;
}

.ContentPaneBrokershtml
{
	width: 690px;
	vertical-align: top;
}

.RightPane
{
	width: 160px;
	vertical-align: top;
	background-image: url(http://www.tradewiser.com/images/home-sb.jpg);
	border-left: 1px solid #999999;
}

.PageFooter
{
	clear: both;
}

.PageHeader .Header
{
	width: 900px;
	height: 88px;
	background-color: #0F0D0D;
}

.PageHeader .Header .Logo
{
    float: left;
    width: 300px;  
    padding-top: 13px;
    padding-left: 18px;      
}

.PageHeader .Header .Banner
{
    float: right;
    width: 468px;  
    height: 60px;
    padding-top: 13px;
    padding-right: 18px;      
}

.PageHeader .Navigation
{
	height: 28px;
	width: 900px;
	background-image: url(../images/divider-bg2.gif);
	background-repeat: repeat-x;
	display: block;
	clear: both;
}

.PageHeader .Navigation ul
{
    display: block;
	float: left;
} 

.PageHeader .Navigation li
{
    display: inline;
    float: left;
    margin-top: 5px;
    padding-left: 20px;
    font-family: Verdana,sans-serif;
    font-size: 12px;
    font-weight:bold;
}

.PageHeader .Navigation a
{   
    color: #FFFFFF;
	text-decoration: none;
}

.PageHeader .Navigation a:hover
{   
    text-decoration: underline;
}

.PageHeader .Navigation a:current
{   
    text-decoration: underline;
}

.PageFooter .Footer 
{
	background-color: #efefef;
	border-top: 1px solid #999999;
	text-align: center;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
}

.PageFooter .Footer .Navigation
{
    padding-top: 25px;
}

.PageFooter .Footer .Navigation ul
{
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
}

.PageFooter .Footer .Navigation ul li
{
    display: inline;
}

.PageFooter .Footer a 
{	
	color: #666666;
	text-decoration: none;
}

.PageFooter .Footer a:hover 
{
	color: #CC0000;
}

.PageFooter .Footer .Copyright 
{
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}

.PageFooter .Footer .Copyright a 
{
	text-decoration: underline;
}

.LeftPane .Menu
{
    margin-top: 0px;
	padding-bottom: 50px;
}

.LeftPane .Menu ul
{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.LeftPane .Menu ul ul
{
}

.LeftPane .Menu li
{
}

.LeftPane .Menu li img
{
	border-bottom: 1px solid #999999;
}

.LeftPane .Menu li.MajorItem
{
	margin: 0px;
	padding: 0px;
}

.LeftPane .Menu li.MinorItem
{
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	padding: 3px 3px 3px 3px;
	border-bottom: 1px solid #999999;
	font-size: 11px;
}

.LeftPane .Menu li.MinorItem a
{
	color: #242424;
	text-decoration: none;
}

.LeftPane .Menu li.MinorItem:hover
{	
	background-color: #cccccc;
}

.LeftPane .Menu li.MinorItem a:hover
{
	color: #991c1c;
	text-decoration: none;
}

.BrokerList
{
	margin-top: 20px;
}

.BrokerListItem
{
	border: 2px solid #CCCCCC;
}

.BrokerListItem .Header
{
	font-weight: bold;
	font-size: larger;
	padding: 3px 10px 3px 10px;
	background-color: #CCCCCC;
	height: 20px;
}

.BrokerListItem .Header .Title
{
    float: left;
	color: #242424;
}

.BrokerListItem .Header .Link
{
    float: right;
    color: #991C1C;
}

.BrokerListItem .Content
{
}

.BrokerListItem .Content .Image
{
	width: 30%;
	padding: 6px 6px 6px 6px;
}

.BrokerListItem .Content .Image img
{
	border: none;
}

.BrokerListItem .Content .Highlights
{
	width: 70%;
}

.BrokerListItem .Content .Highlights ul
{
	list-style-type:none;
	padding:0px;
	margin:0px 10px;
	vertical-align: text-top;
	width: 350px;
}

.BrokerListItem .Content .Highlights li
{
	background-image:url(../images/arrow.gif);
	background-repeat:no-repeat;
	background-position:0px 5px;
	padding-left:14px; 
	padding-top: 2px;
	font-size: 12px;
}

.BrokerListItem .Details
{
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

.BrokerListItem .Details .Name
{
	background-color: #CCCCCC;
}

.AdList
{
	padding-top: 10px;
	padding-bottom: 50px;
	text-align: center;
}

.AdList .AdDescription
{
	font-weight: bold;
	padding-bottom: 4px;
	color: #FFFFFF;
}

.AdList .AdSeperator
{
	height: 40px;
}

.Home
{
}

.Home .WelcomeImage
{
	height: 100px;
	width: 540px;
	background-image:url(../images/home-bg.jpg);
	background-repeat:no-repeat;
}

.Home .QuickCompare
{
    padding: 20px;
    text-align: center;
}

.Home .QuickCompare h1
{
    font-size: 28px;
    text-align: center;
    color: #2F2F2F;
}

.Home .QuickCompare .DropdownList
{
    font-size: 20px;
    background-color: #FFFED2;
}

.Home .QuickCompare .Button
{
    margin: auto;
    margin-top: 10px;
    display: block;
    text-align: center;
}

.Home .StepImage
{
	height: 282px;
	width: 536px;
	background-image:url(../images/step-graphics.gif);
	background-repeat:no-repeat;
}

.List
{
	padding: 5px 10px 5px 10px;
}

.List .StepImage
{
	height: 68px;
	width: 536px;
	background-image:url(../images/step-graphics-micro.gif);
	background-repeat:no-repeat;
}

.homepagetext
{
	padding: 0px 10px 0px 10px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.Title
{
}

.Description
{
}

.Disclaimer p
{
	padding-top: 10px;
	font-size: 10px;
}



