@charset "UTF-8";
/* CSS Document */
/* --------------------------------------------- */
/* Homepage  */
/* --------------------------------------------- */
.home{
	height:auto;
}


#crossfade-outer
{
	margin: 0;
	padding: 0;;
	height:140px;
}

#static-container
{
	float: left;
	width: 196px;	
}

#crossfade-container{
	float: right;
	width: 414px;
	margin:0px 0px 25px 0px;
}

.fade-box {
	position: absolute;
}

.fade-box-link{
	height:185px;
	width:424px;
	position:absolute;
	display:block;
	background:url(/images/trans.gif);
}
.clear_both{
	clear:both;
}
/* --------------------------------------------- */
/* Basic Breadcrumb style under main nav */
/* --------------------------------------------- */
.basicBreadCrumb{
/*	border-top:1px solid #4E217F;
*/	padding-top:7px;
	padding-bottom:10px;
	width:920px;
	margin: 12px auto 0px 5px;
}
.basicBreadCrumb, .basicBreadCrumb a{
	font-size:10px;
	color:#464646;
	text-decoration:none;
}
.basicBreadCrumb a:hover{
	text-decoration:underline;
	color:#91c73f;
}
.socialLinks{
	
}

/* --------------------------------------------- */
/* brushed steel theme - chopstik|/ 9/12/2009 */
/* --------------------------------------------- */
#right_column_wrapper{
	width:280px;
	float:right;
	overflow:visible;
}

iframe#brushedsteel_widget{
	width:271px;
	height:498px;
	clear: both;
}

/* --------------------------------------------- */
/* iFrames */
/* --------------------------------------------- */
/* Charts */
.iframe_charts{
	width:920px;
/*	margin:0px auto 0px auto;*/
}
.iframe_charts iframe{
	width:920px;
	padding:0px;
	margin: 0 0 0 -5px;
	border:0px;
}
/* Commentaries */
.iframe_commentaries{
	width:920px;
	margin:0px auto 0px auto;
}
.iframe_commentaries iframe{
	width:920px;
	padding:0px;
	margin: 0 0 0 -10px;
	border:0px;
}
/* Midrates */
.iframe_midrates{
	width:920px;
	margin:0px;
}
.iframe_midrates iframe{
	width:920px;
	padding:0px;
	margin: 0 0 0 -10px;
	border:0px;
}
/* Action Panel */
/*
.iframe_action{
	width:300px;
	height:563px;
	margin-left:-280px;
	position:absolute;
	overflow:visible;
	top: 370px;

}
.iframe_action iframe{
	width:603px;
	padding:0px;
	margin:0px;
	border:0px;
	margin-left:-23px;
	
}
*/
/* --------------------------------------------- */
/* Accordian */
/* --------------------------------------------- */

#vertical_container{
	width:600px;
	background-color: #efebf4;
	border-top:15px solid #FFFFFF;
	margin-bottom:500px;
}
.accordion_toggle {
	display: block;
	height: 30px;
	width: 555px;
	background: url(/images/accordian/accordion_toggle.gif) no-repeat top left #91c73f;
	padding: 0 10px 0 35px;
	line-height: 30px;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
	outline: none;
	font-size: 12px;
	color: #000000;
	border-bottom: 1px solid #cde99f;
	cursor: pointer;
	margin: 0 0 0 0;
}
.accordion_toggle:hover {
	background-color:#9fd44f;
}
.accordion_toggle_active {
	background: url(/images/accordian/accordion_toggle_active.gif) no-repeat top left #643893;
	color: #ffffff;
	border-bottom: 1px solid #7c58a4;
}
.accordion_toggle_active:hover{
	background-color:#7246a2;
}
.accordion_content {
	color: #444444;
	overflow: hidden;
	margin:0px;
	background-color: #efebf4;
}
.accordion_content h2, .accordion_content h3 {
	margin: 10px 10px 0px 10px;
}
.accordion_content p {
	margin: 10px 10px 10px 10px;
	line-height:16px;
	clear:left;
}
.accordion_content ul{
	padding-bottom:24px;
	margin-bottom:0px;
}

#vertical_container.fullPage { width:900px; }
.fullPage .accordion_toggle { width:855px; }
/* --------------------------------------------- */
/* Misc */
/* --------------------------------------------- */
.callToAction{
	margin-top:0px;
	margin-left:0px;
}
.rightFloat{
	width:270px;
	float:right;
	margin-left:30px;
}
.demoFormLeft ul{
	list-style:none;
	padding:0px;
	margin:20px 0px 20px 0px;
}
table.fees tr td{
	padding:4px;
}
.landing_iframe{
	padding:0px;
	width:940px;
}
.purple{
	color:#613591;
}
.blackbold{
	font-weight:bold;
	line-height:20px;
	color:#333;
	padding-top:12px;
	padding-bottom:10px;
}