/* GENERAL EDITIOR STYLES
-------------------------------*/
a, a:visited{
    color:#339900;
    outline:none;
}
	a:hover{
        text-decoration:none;
    }
h1{
    font-size:140%;
    font-weight:bold;
    margin-bottom:.6em;
}
h2{
    font-size:125%;
    font-weight:bold;
    margin-bottom:.3em;
}
h3{
    color:#878787;
    font-size:115%;
    font-weight:bold;
}
h4{
}
h5{
}

p{
	margin-bottom:1em;
}

blockquote{
    border-left:4px solid #CCC;
    margin:.8em 3em .8em 4em;
    padding:.3em 0 0 1em;
}

ul{
    margin:0 0 1em 3em;
}
	ul li{
        list-style-type:disc;
        padding:3px 0;
    }
    ul ul{
        margin-bottom:0;
    }
ol{
    margin:0 0 1em 3em;
}
    ol li{
        list-style-type:decimal;
        padding:3px 0;
    }

img{
}

sup{
    bottom:0.4em;
    font-size:0.8em;
    position:relative;
}
sub{
    top:0.3em;
    font-size:0.8em;
    position:relative;
}

strong, b{
    font-weight:bold;
}

em, i{
    font-style:italic;
}

strong em{
    font-weight:bold;
    font-style:italic;
}

u{
    text-decoration:underline;
}

legend{
}
form fieldset label{
}
form .buttons .submit{
}


/* GENERAL LAYOUT STYLES
-------------------------------*/
body{
    background:#FFF;0;
    text-align:center;
}
	#wrap{
		margin:0 auto;
        position:relative;
        text-align:left;
		width:948px;
	}
		#header{
			background:url(/images/header_bg.jpg) 0 0 no-repeat;
			height:207px;
			position:relative;
		}
			#logo{
                font-size:1em;
                margin:0;
                padding:0;
                width:330px;
			}
				#logo a{
					display:block;
					height:115px;
					left:0;
					overflow:hidden;
					position:absolute;
					text-indent:-9999em;
					top:0;
					width:330px;
				}
			#nav_main{
				background:url(/images/nav_main_bg.jpg) 0 0 no-repeat;
				height:34px;
				left:522px;
				position:absolute;
				top:173px;
				width:426px;
			}
				#nav_main h3{
					display:none;
				}
				#nav_main ul{
					height:34px;
					list-style:none;
                    margin:0 auto;
					text-align:left;
					width:426px;
				}
					#nav_main ul li{
						display:inline;
						float:left;
					}
						#nav_main ul li a{
							background:url(/images/nav_main_bg.jpg) 0 0 no-repeat;
							display:block;
							height:34px;
							position:absolute;
							text-indent:-9999px;
							top:0px;
						}
						#nav_main ul li.open_an_account a{
							background-position:0 0;
							left:0px;
							width:140px;
						}
							#nav_main ul li.open_an_account a:hover{
								background-position:0 -34px;
							}
						#nav_main ul li.secure_login a{
							background-position:-140px 0;
							left:140px;
							width:139px;
						}
							#nav_main ul li.secure_login a:hover{
								background-position:-140px -34px;
							}
						#nav_main ul li.live_help a{
							background-position:-279px 0;
							left:279px;
							width:147px;
						}
							#nav_main ul li.live_help a:hover{
								background-position:-279px -34px;
							}
			#nav_sub{
				background:url(/images/nav_sub_bg.jpg) 0 0 no-repeat;
				height:27px;
				left:512px;
				position:absolute;
				top:146px;
				width:436px;
			}
				#nav_sub h3{
					display:none;
				}
				#nav_sub ul{
				}
					#nav_sub ul li{
						display:inline;
						float:left;
					}
						#nav_sub ul li a{
							display:block;
							height:27px;
							position:absolute;
							text-indent:-9999px;
							top:0px;
						}
						#nav_sub ul li.professional_services a{
							left:0px;
							width:120px;
						}
						#nav_sub ul li.educational_resources a{
							left:121px;
							width:122px;
						}
						#nav_sub ul li.partners a{
							left:244px;
							width:54px;
						}
						#nav_sub ul li.company_info a{
							left:299px;
							width:71px;
						}
						#nav_sub ul li.contact_us a{
							left:371px;
							width:65px;
						}

			#nav_utility{
				background:url(/images/nav_utility_bg.jpg) 0 0 no-repeat;
				height:23px;
				left:22px;
				position:absolute;
				top:180px;
				width:310px;
			}
				#nav_utility h3{
					display:none;
				}
				#nav_utility ul{
				}
					#nav_utility ul li{
						display:inline;
						float:left;
					}
						#nav_utility ul li a{
							display:block;
							height:33px;
							position:absolute;
							text-indent:-9999px;
							top:0px;
						}
						#nav_utility ul li.why a{
							left:5px;
							width:35px;
						}
						#nav_utility ul li.rates a{
							left:40px;
							width:37px;
						}
						#nav_utility ul li.tour a{
							left:80px;
							width:33px;
						}
						#nav_utility ul li.faq a{
							left:115px;
							width:25px;
						}
                        #nav_utility ul li.forms a{
							left:145px;
							width:41px;
						}
                         #nav_utility ul li.seminars a{
							left:188px;
							width:56px;
						}
                        #nav_utility ul li.webinars a{
							left:249px;
							width:55px;
						}
        #content{
		}
			#main{
			}
				#crumbs{
				}
					#list{
					}
						#list a, #list a:visited{
						}
						#list a:hover{
						}
					#email{
					}
						#email a, #email a:link, #email a:active, #email a:visited{
						}
						#email a:hover{
						}
					#print{
					}
						#print a, #print a:link, #print a:active, #print a:visited{
						}
						#print a:hover{
						}
				#pagetitle{
                    margin:20px 30px 0;
				}
					#pagetitle h1{
                       height:60px;
                    }
                #main hr{
					display:none;
				}
                #modules{
                }
        #footer{
			background:#000;
			border-top:5px solid #8E8E8E;
			color:#FFF;
			font-size:11px;
			padding:10px 30px;
            position:relative;
            z-index:1005;
        }
            #footer p a:link, #footer p a:visited{
              color:#339900;  
            }
            #footer .disclaimer{
				color:#919191;
                padding-left:8px;
                position:relative;
            }
                #footer .disclaimer a:link, #footer .disclaimer a:visited{
                    color:#919191;
                }
                #footer .disclaimer sup{
                    left:0;
                    position:absolute;
                    top:-2px;
                }

               .asterisk{
                font-size:14pt;
                margin-left:-10px;
               }

    #extra1{}
	#extra2{}

/*  SPECIFIC STYLES
-------------------------------*/
.module_text, .module_faq, .module_educational_resources, .module_risk, .module_glossary, .module_media, .module_forms, .module_formtypes{
    margin:0 30px;
}
    .company_info .module_text, .company_info .module_headline, .blog .module_text, .management_team .module_text, .affiliates .module_text{
        margin:0 0 0 30px;
        width:570px;
    }
.module_why td{
}

.module_nav{
    float:right;
    width:300px;
}
    .module_nav ul{
        margin-left:0;
    }
        .module_nav ul li{
            list-style-type:none;
            padding:0;
        }
            .module_nav ul li a{
                color:#000;
                display:block;
                height:3em;
                padding:0 0 0 22px;
                text-decoration:none;
                width:278px;
            }
            .module_nav ul li a:hover{
                color:#999;
            }
                .module_nav ul li.selected a{
                    background:url(/home/images/arrow_bullet.gif) 0 0 no-repeat;
                }


#asBanner{
 padding-bottom:1px;   
}
/*  GLOSSARY
-------------------------------*/
.module_glossary h3{
    color:#006633;
    padding-top:10px;
}

/* WHY OH
-------------------------------*/

table.why_row_1{
    background: url(/images/why/why_row_1.gif) 0 0 no-repeat;
    margin-left:35px;
    margin-bottom:12px;
}


table.why_row_2{
    background: url(/images/why/why_row_2.gif) 0 0 no-repeat;
    margin-left:35px;
    margin-bottom:12px;
}

table.why_row_3{
    background: url(/images/why/why_row_3.gif) 0 0 no-repeat;
    margin-left:35px;
    margin-bottom:12px;
}

table.why_row_4{
    background: url(/images/why/why_row_4.gif) 0 0 no-repeat;
    margin-left:35px;
    margin-bottom:12px;
}


  span.pedigree_head{
             background:url(/images/why/why_pedigree_h2.gif) 0 0 no-repeat;
             display:block;
             float:left;
             height:44px;
             overflow:hidden;
             text-indent:-9999em;
             width:146px;
 }

span.expert_head{
             background:url(/images/why/why_expert_h2.gif) 0 0 no-repeat;
             display:block;
             float:left;
             height:42px;
             overflow:hidden;
             text-indent:-9999em;
             width:168px;
         }

  span.professionally_head{
             background:url(/images/why/why_professional_h2.gif) 0 0 no-repeat;
             display:block;
             float:left;
             height:46px;
             overflow:hidden;
             text-indent:-9999em;
             width:273px;
         }

 span.smart_execution_head{
         background:url(/images/why/why_smart_h2.gif) 0 0 no-repeat;
         display:block;
         float:left;
         height:25px;
         overflow:hidden;
         text-indent:-9999em;
         width:163px;
     }

  span.intuitive_head{
         background:url(/images/why/why_intuitive_h2.gif) 0 0 no-repeat;
         height:26px;
         width:160px;
         display:block;
         float:left;
         text-indent:-9999em;
     }

 span.flat_rate_head{
        background:url(/images/why/why_flat_rate_h2.gif) 0 0 no-repeat;
        height:24px;
        width:241px;
        display:block;
        float:left;
        overflow:hidden;
        text-indent:-9999em;
    }

.module_why div{
   font-size:9pt; 
}


#why #pagetitle h1{
    width:300px;
    float:left;
    margin-top:40px;
}

#pagetitle .why h1{
    margin:0px;
}

h4.why{
    margin-bottom:20px;
    width:410px;
    margin-right:150px;
    float:right;
    margin-top:50px;
    font-size:1.2em;
    font-family: arial;
}

.why_row_1 .left{
    width:259px;
    float:left;
    padding-left:20px;
}

.why_row_1 .right{
    width:200px;
    float:right;
    padding-left:10px;
    padding-right:10px;
    font-weight:bold;
}

    .why_row_1 .right sup{
        top:-20px;
    }

.why_row_2 .left{
    width:170px;
    padding-top:20px;
    padding-left:20px;
    float:left;
}

.why_row_2 .right{
    width:186px;
    padding-top:20px;
    padding-right:220px;
    float:right;
}

.why_row_3 .left{
    width:290px;
    padding-top:20px;
    padding-left:20px;
    float:left;
}

.why_row_4 .left{
    width:170px;
    padding-left:20px;
    float:left;
}
.why_row_4 .right{
    width:186px;
    padding-right:220px;
    float:right;
}


#rates_background{
    background:url(/images/rates/rates_background.gif) 0 -50px repeat-x;
    height:100px;
    width:948px;
    bottom:0px;
    left:0px;
    position:relative;
    z-index:1;
}
    #rates_background .heard{
           background:url(/images/rates/button_signup_letstrade.gif) 0 0 no-repeat;
        height:43px;
        width:130px;
        position:absolute;
        right:5px;
        bottom:40px;
        margin-top:30px;
        text-align:right;
        z-index:2004;
        padding-right:25px;
    }


        #rates_background .heard a{
            position:absolute;
            left:0px;
            top:0px;
            width:130px;
            height:43px;
            overflow:hidden;
            text-indent:-9999em;
        }

            #rates_background span{
                position:absolute;
                right:150px;
                top:20px;
                width:100px;
                height:43px;
            }


/*  FORMS
-------------------------------*/


   .module_formtypes{
    margin-bottom:40px;   
    }

    .module_formtypes h3{
            padding-bottom:5px;
            margin-top:40px;
        }

       .module_formtypes  ul{
           width:920px;
        }
            .module_formtypes li{
                 width:920px;
                 list-style-type:none;
                clear:left;
            }

        .module_formtypes a{
            display:block;
            float:left;
            width:250px;
            text-decoration:underline;

        }
          .module_formtypes a:hover{
text-decoration:none;

                }

    .module_formtypes span{
        display:block;
        float:left;
        padding-left:15px;
        width:625px;

    }


/*  SEMINARS
-------------------------------*/

    .module_seminars{
         margin-left:81px;
         margin-right:81px;
    }

    table.seminar_tb{
        background:url(/images/seminars/seminar_body.gif) 0 0 repeat-y;
        margin-bottom:15px;
        margin-left:78px;
        position:relative;
        width:618px;
    }


    table.seminar_tb thead tr{
         background:#FFF url(/images/seminars/seminar_top.gif) 0 bottom no-repeat;
         height:7px;
    }

     module module_seminars p{
         
     }

     .module .module_seminars .event{
        padding-bottom:30px;
     }

    table.seminar_tb tbody tr{
        margin-bottom:10px;
    }
    table.seminar_tb tbody tr td.sem_head{
         padding-bottom:5px;
        
    }
     table.seminar_tb tbody tr td.date{
         padding-left:5px;
    }
    table.seminar_tb tbody tr td.time{
     padding-right:0px;
    }
    table.seminar_tb tbody tr td.location{

    }
    table.seminar_tb tbody tr td.location div{
        font-weight:bold;
    }
    table.seminar_tb tbody tr td.location span{
        font-size:8pt;
    }
    table.seminar_tb tbody tr td.level{
    width:90px;
    }
    table.seminar_tb tfoot tr{
       background:url(/images/seminars/seminar_bottom.gif) 0 0 no-repeat;
       height:6px;
    }



/*  WEBINARS
-------------------------------*/

    .module_webinars{
         margin-left:81px;
         margin-right:81px;
    }

    table.webinars_tb{
        background:url(/images/seminars/seminar_body.gif) 0 0 repeat-y;
        margin-bottom:15px;
        margin-left:78px;
        position:relative;
        width:618px;
    }


    table.webinars_tb thead tr{
         background:#FFF url(/images/seminars/seminar_top.gif) 0 bottom no-repeat;
         height:7px;
    }

     module module_webinars p{

     }
    table.webinars_tb tbody tr{
        margin-bottom:10px;
    }
    table.webinars_tb tbody tr td.sem_head{
         padding-bottom:5px;
    }
     table.webinars_tb tbody tr td.date{
         padding-left:10px;
    }
    table.webinars_tb tbody tr td.time{
     padding-right:0px;
    }
    table.webinars_tb tbody tr td.location{

    }
    table.webinars_tb tbody tr td.location div{
        font-weight:bold;
    }
    table.webinars_tb tbody tr td.location span{
        font-size:8pt;
    }
    table.webinars_tb tbody tr td.level{
    text-align:left;
        width:100px;
    }
    table.webinars_tb tfoot tr{
       background:url(/images/seminars/seminar_bottom.gif) 0 0 no-repeat;
       height:6px;
    }




/*  TOUR
-------------------------------*/


span.tour_built_from{
    background:url(/images/tour/tour.built_from_scratch.gif) 0 0 no-repeat;
             display:block;
             float:left;
             height:13px;
             overflow:hidden;
             text-indent:-9999em;
             width:395px;   
}

/*  BLOG CALENDAR
-------------------------------*/
#calendar {
	border: 1px solid #000000;
	background: #F1F7FB;
	padding: .6em .6em 1em;
	text-align: center;
    width:80%;
}
    #calendar table {
        margin: 0 auto;
        border-collapse: collapse;
    }
        #calendar caption {
            font-size: 120%;
            font-weight: bold;
            text-align: center;
            padding-bottom: .2em;
            color: #878787;
        }
            #calendar caption a, #calendar caption a:visited {
                color: #59a01a;
                margin: 0 .8em;
                text-decoration: none;
            }
            #calendar caption a:hover {
                color: #000000;
            }
        #calendar th, #calendar td {
            text-align: center;
            width: 2.6em;
            margin: 0;
        }
            #calendar thead th {
                font-size: 94%;
                font-weight: normal;
                color: #336600;
            }
        #calendar tbody a {
            display: block;
            background: #285090;
            text-align: center;
            text-decoration: none;
            color: #FAFCFD;
            border-top: 1px solid #A5B8D3;
            border-bottom: 1px solid #A5B8D3;
        }
            #calendar tbody a span {
                display: block;
                background: #59a01a;
                margin: -1px 1px;
                border-top: 1px solid #000;
                border-bottom: 1px solid #000;
            }
            #calendar tbody a:hover {
                color: #000;
                background: #79bd2c;
                border-top: 1px solid #000;
                border-bottom: 1px solid #000;
            }
            #calendar tbody a:hover span {
                background: #79bd2c;
                border-top: 1px solid #000;
                border-bottom: 1px solid #000;
            }


/* SPECIFIC HOME STYLES
-------------------------------*/
#home #pagetitle{
    margin:0;
}
#home #pagetitle h1{
	background:url(/images/home/statement_text.gif) 0 0 no-repeat;
	height:111px;
	overflow:hidden;
	text-indent:-9999em;
}
#home .module_cta{
	background:url(/images/home/cta_bg.jpg) 0 0 no-repeat;
    margin-top:43px;
    height:475px;
	position:relative;
}
	#home .module_cta h2{
		margin:0;
		padding:0;
	}
	#home .module_cta #cta1 h2{
		display:none;
	}
	#home .module_cta #cta1{
		width:253px;
        height:322px;
        left:0px;
		position:absolute;
        top:0px;
    }
    #home .module_cta #cta1 a{
		display:block;
		height:322px;
		left:0px;
		position:absolute;
		text-decoration:none;
		top:0px;
		width:253px;
	}

        #home .module_cta #cta1 #medallion{
            background:url(/images/home/acat.png) 0 0 no-repeat;
            width:104px;
            height:104px;
            position:relative;
            left:10px;
            top:6px;
            z-index:1002;
        }
   #home .module_cta #cta1 #medallion a{
            overflow:hidden;
            text-indent:-9999em;
            width:104px;
            height:104px;
            position:relative;
            left:0px;
            top:0px;
       cursor:pointer;
            z-index:1003;
        }

    #home .module_cta #cta1 acat_cta a{
		color:#737373;
		display:block;
        text-indent:-9999em;
		height:334px;
        overflow:hidden;
        left:0px;
		position:absolute;
		top:0;
		width:665px;
	}

#home .module_cta #cta1 #touts a{
       color:#737373;
       display:block;
       text-indent:-9999em;
       height:353px;
       overflow:hidden;
       left:5px;
       position:absolute;
       top:30px;
       width:290px;
   }


    #home .module_cta #cta2 h2, #home .module_cta #cta2 small{
		display:none;
	}
	#home .module_cta #cta2 a{
		display:block;
		height:305px;
		left:290px;
		overflow:hidden;
		position:absolute;
		text-indent:-9999em;
		top:0;
		width:364px;
	}
	#home .module_cta #cta3 a{
		display:block;
		height:100px;
		left:290px;
		overflow:hidden;
		position:absolute;
		text-indent:-9999em;
		top:305px;
		width:364px;
	}

 #home #blog_cta{
    height:475px;
    left:655px;
    position:absolute;
    top:250px;
    width:291px;
    z-index:1002;
    background:url(/images/blog_vlog_podcast/watch_listen_learn.jpg) 0 0 no-repeat;
}

   #home #blog_cta_hover{

    }

      #home #vlog{
             position:absolute;
             top:0px;
             left:0px;
             height:265px;
             width:291px;

        }
       #home #vlog a{
                display:block;
                height:265px;
                width:291px;
                overflow:hidden;
                text-indent:-9999em;
            }
       #home #blog{
             position:absolute;
             top:310px;
             left:0px;
             height:45px;
             width:291px;
            
        }
       #home #blog a{
                display:block;
                height:45px;
                width:291px;
                overflow:hidden;
                text-indent:-9999em;
            }
       #home #podcast{
            position:absolute;
            top:265px;
            left:0px;
            height:45px;
            width:291px;
          
        }
       #home #podcast a{
                display:block;
                height:45px;
                width:291px;
                overflow:hidden;
                text-indent:-9999em;
            }

#home .module_quote_100{
	background:url(/images/home/100_barrons_quote.gif) 0 0 no-repeat;
	height:95px;
	overflow:hidden;
	text-indent:-9999em;
}

#div_blogPanel #div_media{
    position:absolute;
    left:45px;
    top:40px;
    background:#000;
    height:554px;
    width:584px;
    border-top:#888 solid 1px;
}

#home #blogContainer{
          background:url(/images/blog_vlog_podcast/blog_bg.gif) top no-repeat;
          height:554px;
          width:585px;
}

#home #blogContainer #mediaWrapper{
        padding:12px 12px 0;
        position:absolute;
        color:#FFF;
        width:540px;
        height:445px;
        top:72px;
        left:14px;
        overflow:auto;
        text-align:left;
        display:;
}
#home #blogContainer #mediaWrapper #blogEntries{
       padding:3px 0;
       border-bottom:1px solid #555;
}

#home #podcastContainer{
       background:url(/images/blog_vlog_podcast/podcast_bg.gif) top no-repeat;
       height:554px;
       width:585px;
}
#home #podcastContainer #mediaWrapper{
       padding:12px 12px 0;
        position:absolute;
        color:#FFF;
        width:540px;
        height:445px;
        top:72px;
        left:14px;
        overflow:auto;
        text-align:left;
        display:;
}

#home #podcastContainer #mediaWrapper #podcastEntries{
     padding:3px 0;
}

#home #podcastContainer #mediaWrapper #podcastEntries ul{
    margin:0;
    padding:0;
}

#home #podcastContainer #mediaWrapper #podcastEntries li, #home #podcastContainer #mediaWrapper #podcastEntries div{
    font-weight:bold;
    padding-bottom:5px;
    margin-bottom:5px;
    border-bottom:1px solid #999;
    position:relative;
    height:45px;
    
   }
#home #podcastContainer #mediaWrapper #podcastEntries .podcastTitle{
    font-weight:bold;
    color:#FFFFFF;
    margin-top:10px;
}
 #home #podcastContainer #mediaWrapper #podcastEntries .podcastLength{
     font-weight:bold;
     margin-left:10px;  
 }
 #home #podcastContainer #mediaWrapper #podcastEntries .podcastDownload{

        height:29px;
        width:95px;


   }
 #home #podcastContainer #mediaWrapper #podcastEntries a{
            background:url(/images/blog_vlog_podcast/podcast_dl_button.gif) 0 0 no-repeat;
            overflow:hidden;
            display:block;
            position:absolute;
            text-indent:-9999em;
            height:29px;
            width:95px;
            right:0px;
            top:5px;
   }



#home #podcastContainer #mediaWrapper #podcastEntries .podcastEntry{
    padding:3px 0;
    border-top:1px solid #555;
    border-bottom:1px solid #555;
}

#home #vlogContainer{
       background:url(/images/blog_vlog_podcast/vlog_bg.gif) top no-repeat;
       height:554px;
       width:585px;
}
#home #vlogContainer #mediaWrapper{
    position:absolute;
    color:#FFF;
    width:540px;
    height:489px;
    top:62px;
    left:14px;
    overflow:hidden;
    text-align:left;
    display:;
}
#home #vlogContainer #mediaWrapper #vlogEntries{
    padding:12px 12px 0;
}


#acat a{
     color:#737373;
       display:block;
       text-indent:-9999em;
       height:353px;
       overflow:hidden;
       width:290px;

  }

   #acat_cta{
      position:absolute;
      width:647px;
       left:5px;
       top:25px;
    }
    #acat_cta h1{
        font-weight:normal;
        font-size:13pt;
    }
     #acat_cta h3{
        margin-bottom:0px;
         padding-bottom:0px;
         font-size:11pt;
         color:#FFF;
    }
     #acat_cta p{
        margin: 0px 0px 5px 0px;
         font-size:9pt;
    }
    #acat_cta h4{
        float:left;
        margin-top:0px;
        color:#339900;
        font-size:13pt;
    }
    #acat_cta span{
        font-size:10pt;
    }
   #acat_cta ul{
       margin:5px;
       padding-left:0px;
   }
    #acat_cta li{
       font-size:10pt;
       list-style-type:none;
    }
     #acat_cta li span{
         font-size:18pt;
         font-weight:bold;
         line-height:16pt;
     }
      #acat_live_help{
          height:20px;
          width:89px;
          position:absolute;
          top:302px;
          left:137px;
      }
     #acat_live_help a{
                 display:block;
                 height:20px;
                 left:0px;
                 overflow:hidden;
                 position:absolute;
                 text-indent:-9999em;
                 top:0;
                 width:89px;

      }
     #acat_pdf_dl{
          height:23px;
          width:26px;
          position:absolute;
          top:140px;
          left:360px;
    }
    #acat_pdf_dl a{
                 display:block;
                 height:23px;
                 left:0px;
                 overflow:hidden;
                 position:absolute;
                 text-indent:-9999em;
                 top:0;
                 width:26px;
    }


    #adobe_download{
          height:26px;
          width:76px;
          margin-left:14px;
           position:absolute;
            left:25px;
              top:335px;
}
        #adobe_download a{
                 display:block;
                 height:26px;
                 left:0px;
                 overflow:hidden;
                 position:absolute;
                 text-indent:-9999em;
                 top:0px;
                 width:76px;
   }
   #acat_close{
          height:16px;
          width:16px;
          position:absolute;
          top:45px;
          left:630px;
   }
   #acat_close a{
                 display:block;
                 height:16px;
                 left:0px;
                 overflow:hidden;
                 position:absolute;
                 text-indent:-9999em;
                 top:0;
                 width:16px
   }


#media_close_window{
    background:url(/images/blog_vlog_podcast/x_close_button.gif) 0 0 no-repeat;
    height:17px;
    width:17px;
    position:absolute;
    right:7px;
    top:13px;
    
}
#media_close_window a{
    overflow:hidden;
    display:block;
    text-indent:-9999em;
    height:17px;
    width:17px;

}

#media_buttons{
      display:none;
}

    #media_open{
        background:url(/images/blog_vlog_podcast/open_account_button.gif) 0 0 no-repeat;
        height:35px;
        width:250px;
        position:absolute;
        left:675px;
        top:619px;
        z-index:1004;
    }
        #media_open a{
            overflow:hidden;
            display:block;
            text-indent:-9999em;
            height:35px;
            width:250px;
        }
    #media_login{
        background:url(/images/blog_vlog_podcast/trade_button.gif) 0 0 no-repeat;
        height:35px;
        width:250px;
        position:absolute;
        left:675px;
        top:669px;
        z-index:1004;
    }
        #media_login a{
            overflow:hidden;
            display:block;
            text-indent:-9999em;
            height:35px;
            width:250px;

        }




.media_rss{
background:url(/images/blog_vlog_podcast/rss_button.gif) 0 0 no-repeat;
    height:16px;
    width:35px;
    position:absolute;
    top:35px;
    right:50px;    
}

.media_rss a{
    overflow:hidden;
    display:block;
    text-indent:-9999em;
    height:16px;
    width:35px;
    position:absolute;
    right:0px;
    bottom:0px;
}

#home .module_quote{
	background:url(/images/home/barrons_quote.gif) 0 0 no-repeat;
	height:95px;
	overflow:hidden;
	text-indent:-9999em;
}

a#refer{
    background:transparent url(/images/refer_a_friend.gif) 0 0 no-repeat;
    color:#FFF;
    font-size:9px;
    height:104px;
    left:25px;
    line-height:13px;
    overflow:hidden;
    position:absolute;
    text-decoration:none;
    top:25px;
}
a#refer.on{
    background-position:0 0;
    padding:8px 10px 0 110px;
    position:absolute;
    text-decoration:none;
    text-indent:0px;
    width:770px;
}
a#refer.off{
    background-position:0 -104px;
    padding:0;
    text-indent:-9999em;
    width:110px;
}

#home .module_100{
	background:url(/images/home/100_cta_bg.jpg) 0 0 no-repeat;
	height:353px;
	position:relative;
}

	#home .module_100 h2{
		margin:0;
		padding:0;
	}
	#home .module_100 #cta1 h2{
		display:none;
	}
	#home .module_100 #cta1 a{
		color:#737373;
		display:block;
		font-size:10px;
		height:272px;
		left:36px;
		padding:81px 63px 0 38px;
		position:absolute;
		text-decoration:none;
		top:0;
		width:195px;
	}
	#home .module_100 #cta2 h2, #home .module_100 #cta2 small{
		display:none;
	}
	#home .module_100 #cta2 a{
		display:block;
		height:353px;
		left:332px;
		overflow:hidden;
		position:absolute;
		text-indent:-9999em;
		top:0;
		width:290px;
	}
	#home .module_100 #cta3 a{
		display:block;
		height:353px;
		left:622px;
		overflow:hidden;
		position:absolute;
		text-indent:-9999em;
		top:0;
		width:294px;
	}

#home .module_quote_100{
	background:url(/images/home/100_barrons_quote.gif) 0 0 no-repeat;
	height:95px;
	overflow:hidden;
	text-indent:-9999em;
}


/* RATES
------------------------------*/
.competition {
	margin:10px 0 0 5px;
	width:96%;
    position:relative;
    z-index:2;
}
	.competition table{
		background:#DFE5E5;
		border-collapse:collapse;
		border:1px solid #7D7D7F;
		color:#000;
	}
		.competition table thead{
			background:#FCF8F9;
		}
			.competition table th, .competition table td{
				border:1px solid #7D7D7F;
				padding:5px;
                font-size:85%
            }
				.competition table th{
					text-align:left;
				}
				.competition table thead th{
					vertical-align:top;
				}
				.competition table th.main{
					font-size:100%;
					text-align:center;
				}
					.competition table th span{
						font-weight:normal;
						clear:left;

                    }
				.competition table tr.oh{
					background:#60D5F6;
				}
					.competition table tr.oh th{

					}
					.competition table .other{
						border-left:2px solid #7D7D7F;
					}
	.dropshadow{
		background:#bababa;
		position:relative;
	}
		.dropshadow .shift{
			left:-3px;
			position:relative;
			top:-3px;
        }

#rates .rates{
    padding-left:20px;
    padding-top:20px;
    margin-left:10px;
}

#modules .rates table tr td.left{
    width:320px;
}

#modules .rates table tr td.left a img{
    margin-top:12px;
    cursor:pointer;
}

#modules .rates table tr td.right{
    padding-top:15px;
}


#flat_rate_commissions{
	background:url(/images/rates/rates_top.gif) 0 0 no-repeat;
	height:83px;
    width:521px;
    overflow:hidden;
	text-indent:-9999em;
}

#rates_summary{
	background:url(/images/rates/rates_summary.gif) 0 0 no-repeat;
	height:200px;
    width:298px;
    overflow:hidden;
	text-indent:-9999em;
}

#rates_trades{
	background:url(/images/rates/rates_50freetrades.gif) 0 0 no-repeat;
	height:132px;
    width:299px;
    overflow:hidden;
	text-indent:-9999em;
}

#rates_fees{
	background:url(/images/rates/rates_feetable.gif) 0 0 no-repeat;
	height:282px;
    width:299px;
    margin-top:12px;
    position:absolute;

}

#rates_fees a{
     display:block;
    position:absolute;
    left:105px;
    top:220px;
    height:18px;
    width:110px;
    cursor:pointer;
    overflow:hidden;
	text-indent:-9999em;
}




#rates_chart{
	background:url(/images/rates/rates_chart.gif) 0 0 no-repeat;
	height:613px;
    width:560px;
    overflow:hidden;
	text-indent:-9999em;
    padding-bottom:10px;
}


/* PROFESSIONAL SERVICES
------------------------------*/
 #greencontainer {
	width:918px;
	_width:100%;
	height:690px;
	background-color:#79BD2C;
	padding:15px;
}
#greencontainer .left {
	position:relative;
	float:left;
	width:74%;
	_width:71%;
}
#greencontainer .left table, #greencontainer .right table {
	background-color:white;
}
#greencontainer .right {
	clear:right;
	position:relative;
	float:right;
	width:23%;
	margin-right:18px;
	margin-bottom:20px;
	color:#666666;
}
#greencontainer #leftbox p {
	line-height:16px;
}

#greencontainer div table tr td {
	vertical-align:top;
}
#greencontainer #leftbox {
	padding: 15px;
	padding-bottom:0;
}
#greencontainer #toprightbox {
	margin:0 8px;
	border-left:1px solid #79BD2C;
	border-right:1px solid #79BD2C;
	padding: 8px 15px;
}
#greencontainer .right ul {
	list-style:none;
	margin:10px;
}
#greencontainer b {
	color:#666666;
}
#greencontainer .bulletbox {
	margin-top:7px;
	padding-top:3px;
	padding-left:25px;
	background-image:url(/images/services/services_bullet.gif);
	background-repeat:no-repeat;
	background-position: 2px 0;
}
.blueLink {
	color:blue;
	cursor:pointer;
}
#greencontainer .full {
	width:100%;
	_width:97%;
}
#greencontainer .full table{
	background-color:white;
}
#greencontainer .black {
	font-weight:bold;
	color:black;
	padding-left:10px;
	width:76%;
}
#greencontainer .full #leftbox img{

}
#greencontainer .full .marginingtext {
	text-align:justify;
	padding-right:5px;
	padding-left:10px;
}
#greencontainer .full .marginingtext p {
	line-height:1.3em;
}
 #tourfooter {
    text-align:center;
    padding-top:0px;
    margin-bottom:10px;
    font-size:10px;
}


/* TABLES
------------------------------*/
.tablelabel {
    margin-left:15px;
    padding-left:21px;
    height:22px;
    background:url(/images/table.label.gif) no-repeat;
}
.table {
    display:block;
    padding:0px;
    width:520px;
    background:url(/images/table.topleft.gif) top left no-repeat;
}
.table2 {
    display:block;
    padding:0px;
    width:800px;
    background:url(/images/table.topleft.gif) top left no-repeat;
}
.table3 {
    display:block;
    padding:0px;
    width:520px;
    background:url(/images/table.topleft.gif) top left no-repeat;
}
.table4 {
    display:block;
    padding:0px;
    width:240px;
    background:url(/images/table.topleft.gif) top left no-repeat;
}
.tabletop {
    background:url(/images/table.topright.gif) top right no-repeat;
    padding:15px;
    margin:0;
}
.tablebody {
    background:url(/images/table.right.gif) top right repeat-y;
    margin:0;
    margin-top:-2em;
    padding:0px;
}
.tablebot1 {
    background:url(/images/table.botleft.gif) bottom left no-repeat;

}
.tablebot2 {
    background:url(/images/table.botright.gif) bottom right no-repeat;
    height:15px;
    display:block;
    margin:0 0 0 0;

}
.tablebot3 {
    background:url(/images/table.botright.gif) bottom right no-repeat;
    padding:17px;
    display:block;
    margin:-2em 0 0 0;
}
.tablebot1a {
    background:url(/images/table.botlefta.gif) bottom left no-repeat;
}
.tablebot2a {
    background:url(/images/table.botrighta.gif) bottom right no-repeat;
    height:15px;
    display:block;
    margin:0 0 0 0;
}

.table table {
    width:510px;
    border:0px;
    margin-left:1px;
    margin-top:-7px;
    font:normal 100% arial, helvetica, sans-serif;
}
* html div .table table, * html div .table2 table {
    margin-top:-25px;
}
.table2 table {
    width:790px;
    border:0px;
    margin-left:1px;
    margin-top:-7px;
}
        .table td, .table2 td {
            padding-left:15px;
            padding-top:5px;
            padding-bottom:5px;
            border-bottom:1px solid #c6c6c8;
            vertical-align:top;
        }
.highlight {
    background-color:#EBEBEB;
}
.hr {
    display:block;
    width:99%;
    height:4px;
    color:#ebebeb;
    background-color:#EBEBEB;
    border:0px;
}

/* LISTS
------------------------------*/
.list {
    display:block;
    padding:0px;
    margin:0px;
}
    .list li {
        line-height:15px;
        list-style:none;
        padding:0px 20px 0px 10px;
        margin:3px 0px 5px 20px;
        background:url(/images/mid.bullet.gif) 0px 2px no-repeat;
    }

        .lists {
            display:block;
            padding:0px;
            margin:0px;
        }
            .lists li {
                line-height:15px;
                list-style:none;
                padding:0px 0px 0px 10px;
                margin:3px 0px 0px 12px;
                background:url(/images/mid.bullet.gif) 0px 2px no-repeat;
            }
.links {
    display:block;
    padding:0px;
    margin:0px;
    padding-bottom:1px;
}
        .links li {
            line-height:15px;
            list-style:none;
            padding:0px 20px 0px 10px;
            margin:3px 0px 5px 15px;
            background:url(/images/mid.bullet.gif) 0px 2px no-repeat;
        }
            .links li a {
                color:#59a01a;
                position:relative;
                zIndex:9999;
            }
                .links li a:hover {
                     color:#4e4e55;
                }
.arrow {
    padding:0px;
    margin:0px;
}
    .arrow li {
        line-height:15px;
        list-style:none;
        padding-left:15px;
        margin-top:5px;
        margin-bottom:5px;
        background:url(/images/mid.arrow.gif) 0px 2px no-repeat;
    }
        .arrow li a {
            font-weight:bold;
            color:#34343c;
        }
            .arrow li a:hover {
              color:#59a01a;
            }

/* FAQ
------------------------------*/
.hideFAQ {
    display:none;
}
.showFAQ {
    display:block;
    font-size:11px;
}
.tabcontent{
    border-bottom:1px solid #c6c6c8;
    padding:0 0 2px 15px;
}
.tabcontenta{
    background-color:#EBEBEB;
    border-top:1px solid #ffffff;
    padding:5px 0 2px 15px;
}
.tabcontentb {
    border-bottom:1px solid #c6c6c8;
    border-top:1px solid #c6c6c8;
    padding:5px 0 2px 15px;
}
.tabcontentc {
    border-top:1px #c6c6c8 solid;
    padding:5px 0 2px 15px;

}
.tabcontent, .tabcontenta, .tabcontentb, .tabcontentc{
    font-size:11px;
    margin-left:1px;
    width:495px;
}
    .tabcontent a, .tabcontenta a, .tabcontentb a, .tabcontentc a{
        color:#333;
        text-decoration:none;
    }
    .tabcontent p, .tabcontenta p, .tabcontentb p, .tabcontentc p {
        margin:5px 0 8px 0;
        padding:0 15px 0 20px;
    }
    .tabcontent em, .tabcontenta em, .tabcontentb em, .tabcontentc em {
        display:block;
        font-style:normal;
        padding:0 15px 0 20px;
    }
    .yellow {
        color:#fcb200;
    }

.point {
    display:block;
    padding:0px 0px 10px 12px;
    background:url(/images/mid.point.gif) 0px 4px no-repeat;
    margin-bottom:-10px;
    color:#59a01a;
    font-weight:bold;
    margin-left:0px;
}
    .point li{
       list-style-type:none;
    }

.listing {
    display:block;
    padding-left:27px;
    text-indent:-15px;
    padding-bottom:15px;
}
    .listing span {
        font-variant:normal;
        color:#59a01a;
    }

.module_faq p a:link, .module_faq p a:visited,{
   color:#339900;
    outline:none;  
}

.module_faq li a:link,.module_faq li a:visited{
   color:#339900;
    outline:none;
}

/* QUARTERLY REPORTS
------------------------------*/
	#quarterlyreports .indexname td {
		font-weight:bold;
		text-align:left;
		font-size:16px;
		background-color:#e9e9e9;
		padding: 5px;
		border:1px solid #aaaaaa;
	}
	#quarterlyreports tr.space td {
		height:30px;
	}
	#quarterlyreports .header td, .avg {
		background-color:#626264;
		color:white;
	}
	#quarterlyreports .avg {
		text-align:left!important;
		padding-left:2px;
	}
	#quarterlyreports .header td {
		font-weight:bold;
	}
	#quarterlyreports .qreport tbody tr td, .qreport thead tr.header td {
		text-align:center;
	}
	#quarterlyreports td.qwt {
		background-color:;
	}
	#quarterlyreports tr.ravg td {
		border-width: 2px 0;
		border-style: solid;
		border-color:#73BD1D;
	}
	#quarterlyreports tr.rdata td {
		border-bottom: 1px solid #aaaaaa;
	}
	#quarterlyreports .qreport {
		margin-top:20px;
		margin-bottom:10px;
	}
	#quarterlyreports .reportbox {
		padding-bottom:20px;
		margin-bottom:20px;
	}
	#quarterlyreports .l {
		text-align:left!important;
		border-left: 1px solid #aaaaaa;
		padding-left:2px;
	}
	#quarterlyreports .r {
		border-right:1px solid #aaaaaa!important;
	}
	#quarterlyreports .reportLink span {
		cursor:pointer;
		color:#59A01A;
		padding-left:5px;
		font-weight:normal;
	}

/* CONTACT US
------------------------------*/
#displayMsg{
    position: relative;
    font-weight: bold;
    color: blue;
    font-size: 120%;
    display: block;
}

.column {
    display:block;
    position:relative;
    float:right;
    width:200px;
    padding-top:50px;
    font-size:90%;
    line-height:13px;
}

    .column p {
        line-height:14px;
    }
.head {
    padding-top:10px;
}


form {
    padding:0px;
    margin:0px;
}
#form {
}
fieldset {
}
legend {
}
label {
    display:block;
    padding-top:5px;
    height:20px;
    font:bold 11px arial, helvetica, sans-serif;
    color:#34343c;
}
label span {
    font-weight:bold;
    color:#59a01a;
}
input {
    display:block;
}

#searchform input{
 display:inline;
}

.input {
    width:170px;
    margin-bottom:3px;
}
.submit {
    float:right;
    margin-right:-3px;
}
textarea {
    width:315px;
    margin-bottom:5px;
}
select {
    display:block;
}
.select {
    width:170px;
    color:#59a01a;
    font-size:11px;
}
.reset {
    display:block;
    width:85px;
    height:30px;
    background:url(/images/contact/mid.reset.gif) no-repeat;
    float:right;
}
    .reset:hover {
        background:url(/images/contact/mid.reset.on.gif) no-repeat;
    }
.submit {
    display:block;
    width:75px;
    height:30px;
    float:right;
    background:url(/images/contact/mid.submit.gif) no-repeat;
}
.submit:hover {
    background:url(/images/contact/mid.submit.on.gif) no-repeat;
}
optgroup {
}
option {
}

div.hr hr {
    display:none;
}
hr {
    display:block;
    width:99%;
    height:2px;
    color:#ebebeb;
    background-color:#EBEBEB;
    border:0px;
}

h5 {
    font-size:100%;
    color:#59a01a;
    font-weight:normal;
    padding:3px 0px 0px 0px;
    margin:0px;
}

.text {
    display:block;
    float:left;
    width:545px;
    padding-top:10px;
    line-height:17px;
}

#faq .text{
    width:520px;
}

#risk .text{
    width:520px;
    line-height:14px;
}

/* COLUMN
------------------------------*/
.column {
    display:block;
    position:relative;
    float:right;
    width:310px;
    padding-top:50px;
    font-size:90%;
    line-height:13px;
}
    .column p {
        line-height:14px;
    }
.head {
    padding-top:10px;
}
.back, .back a {
    display:block;
    width:245px;
    height:10px;
    text-indent:-1000em;
    background:url(/images/mid.back.gif) no-repeat;
    margin-bottom:20px;
}
    .back_disc, .back_disc a {
        display:block;
        width:445px;
        height:10px;
        text-indent:-1000em;
        background:url(/images/mid.back.disclosure.gif) no-repeat;
    }

/* FEES
------------------------------*/
#fees .module_text table{
    border-top:3px solid #8F8F8F;
    border-bottom:3px solid #8F8F8F;
    margin:0 0 20px 0;
}
    #fees .module_text table tr td{
        border-bottom: 1px solid #8f8f8f;
        font-size:12px;
        padding: 5px 3px;
        color:black;
    }
        #fees .module_text table tr td sup{
            font-size:11px;
        }
.splitbox{
    float:left;
    position:relative;
}
    .splitbox table.fees{
        width:300px;
    }
    .splitbox table tr td{
        vertical-align:top;
    }
        td.grey{
            background-color:#dfdfdf;
            text-align:center;
        }
        td.padleft{
            padding-left:40px!important;
        }

/* PARTNERS
-------------------------------*/
#partners .module_partner{
     margin:0 50px 20px;
     padding-top:20px;
     padding-bottom:15px;
     border-bottom:1px solid #a4a4a4;
}
#partners h2{
 margin-left:50px;
}

#partners .last{
    border-width:0;
 }
#partners .module_partner span{
    float:left;
 }
#partners .module_partner div{
    margin-left:250px;
}
#partners .module_partner a{
    font-weight:bold;
}
.partner_head{
    margin:20px 20px 60px;
}

/* MEDIA
-------------------------------*/
#media .module_text div{
    float:left;
    width:270px;
}
    #media .module_text div h4{
        font-size:1.1em;
        font-weight:bold;
    }

/* sIFR
-------------------------------*/
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}
.sIFR-replaced {
	visibility: visible !important;
}
span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
	letter-spacing: 0;
}
.sIFR-hasFlash #pagetitle h1 {
    visibility: hidden;
    font-size:50px;
    font-weight:bold;
    letter-spacing: -6px;
}
.sIFR-hasFlash #home #pagetitle h1 {
    visibility:visible;
}
.sIFR-hasFlash #seminar h1 {
    visibility: hidden;
    margin-top:20px;
    margin-bottom:0px;
    margin-left:80px;
    font-size:50px;
    color:#000;
    font-weight:bold;
    letter-spacing: -6px;
}
.sIFR-hasFlash #home #seminar h1 {
    visibility:visible;
}

.sIFR-hasFlash h2 {
	visibility: hidden;
	font-size:40px;
    font-weight:bold;
    letter-spacing: -6px;
    margin-bottom:.3em;
}
.sIFR-hasFlash .text h2, .sIFR-hasFlash .blog h2 {
    height:50px;
    margin-bottom:0;
}

 .sIFR-hasFlash .module_seminars p{
    visibility: hidden;
    font-size:20px;
    font-weight:bold;
    letter-spacing: -2px;
 }

.sIFR-hasFlash #home .module_seminars p{
   visibility:visible;
 }

 .sIFR-hasFlash .module_seminars p span{
    visibility: hidden;
    font-size:20px;
    font-weight:bold;
    letter-spacing: -3px;
 }
  .sIFR-hasFlash .module_seminars p span a{
    visibility: hidden;
    font-size:22px;
    font-weight:bold;
    letter-spacing: -4px;;
 }
.sIFR-hasFlash #home .module_seminars p span{
   visibility:visible;
 }

 .sIFR-hasFlash .sem_head{
    visibility: hidden;
    font-size:15px;
    font-weight:bold;
    letter-spacing: -2px;
 }

.sIFR-hasFlash #home .sem_head{
   visibility:visible;
 }


.sIFR-hasFlash .special_event{
    visibility: hidden;;
    font-size:20px;
    font-weight:bold;
    padding-left:80px;
    letter-spacing: -2px;
 }

.sIFR-hasFlash #home .special_event{
   visibility:visible;
