@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	font:normal 100% Georgia, "Times New Roman", Times, serif;
	background:url(images/mainbgpattern.png);
}
a, a:visited {
	text-decoration:none;	
}
a:hover {
	text-decoration:underline;	
}
#maindiv {
	width:100%;
}
#maindiv .container {
	margin: auto;
	padding: 0;
	width: 100%;
	background:#003366 url(images/home-slide.jpg) no-repeat center top;
}
#maindiv .wrapper {
	margin: auto;
	padding: 0;
	overflow: hidden;
}
.container_bottom {
	margin: auto;
	font-size: 12px;
	color: #757575;
	float: left;
	padding: 0 0 20px 20px;
	width: 800px;
}
.header {
	margin: 0 auto;
	width: 100%;
	position: relative;
	height: 45px;
}
.headerforotherpage {
	background: url(images/dropdown-menubg.png) repeat-x left bottom;
	height: 58px;
}
.header .header_logo {
	margin: 0 0 0 20px;
	padding: 0;
	width: 300px;
	float: left;
}
.header .header_search {
	width: 460px;
	margin: 0 30px 0 0;
}
.header .header_search .blank {
	height:13px;
	width:100%;
	+*height:7px; /* IE Specific */
}
.light_gray_text_16px {
	color:#9a9a9a;
	font-size:16px;
}
h3 {
	color:#2f2f2f;
	font-size:20px;
}
.main_menu {
	height: 46px;
	padding: 0;
	width: 600px;
	font-family:"dosisbold", Arial, Helvetica, sans-serif;
	margin: 0 auto;
}
.menu_warapper {
	margin: auto;
	width: 640px;
}
:first-child + html .main_menu {
	height: 46px;
}
.main_menu ul li {
	display: block;
	list-style: none;
	font-size: 18px;
	+*float:left;
	margin: 0 20px;
	+*margin:0 20px 0 10px /* IE Specific */
}

.main_menu li span {
	background:url(images/menu-left-bg.png) no-repeat center left;
	display:inline-block;
	padding:1px 0 0 5px;
}
.main_menu li span span {
	background:url(images/menu-right-bg.png) no-repeat center right;
	display:inline-block;
	padding:1px 10px 0 0;
}
.main_menu ul li.selected {
	background:none;
}
.main_menu ul li a, .main_menu ul li dir {
	padding:11px 30px;
	display:inline-block;
	float:left;
	color:#2b2b2b;
	text-decoration:none;
	background:url(images/menu-sap.png) no-repeat top right;
}
.nobackground {
	background:none !important;	
}
.main_menu ul li a:hover {
	color:#175292;
}
.main_menu ul li a.selected {
	font-family:"dosisbold", Arial, Helvetica, sans-serif;
	color:#ffffff;
	background:url(images/selected-menu-bg.png) no-repeat center top;
	display:block;
	height:46px;
}
#maindiv .container .rotator_main {
	width: 960px;
	height: 304px;
	margin: 0 auto;
}
#maindiv .contentwrap {
	width: 940px;
	padding: 10px;
	min-height:400px;
	margin:0 auto;
}
#maindiv .contentwrap .contenttop {
	overflow:hidden;
	background:url(images/sap.png) repeat-x bottom left;
	margin:0 0 10px 0;
}
#maindiv .contentwrap .contentleft, #maindiv .contentwrap .contentright {
	float:left;
}
.contentwrap .contentleft {
	width: 520px;
	padding:0 20px 20px 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
}
.contentwrap .contentleft h1, .contentwrap h1, .contentwrap h3 {
	font-size: 25px;
	margin: 0 0 10px 0;
	color: #dc8a0f;
}
.contentwrap .contentright {
	width: 400px;
	background:url(images/testimonialbg.png) no-repeat top left;
	height:240px;
}
#maindiv .contentwrap .contentright h3 {
	color:#fff;
	padding:14px 30px 20px; 30px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	font-weight:normal;
}
#maindiv .contentwrap .contentright h3 strong {
	font-family:Georgia, "Times New Roman", Times, serif;
}
#maindiv .contentwrap .contentright p {
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:0 30px;
}
.panel {
	width: 300px;
	margin: 0 0 10px 0;
	float: left;
	padding: 5px 0 0 0;
}
.panel p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	padding-left: 3px;
}
.panel .paneltitle h3 {
	font-size: 22px;
	color: #dc8a0f;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
}
.panel .panel_top {
	height: 146px;
	padding: 0;
	width: 100%;
}
.panel .panel_middle {
	height: 20px;
	width: 100%;
	padding: 15px 0 0;
}
.panel .panel_middle h1 {
	color: #720600;
	font-size:16px;
	font-weight:bold;
	text-transform: uppercase;
	padding: 0 0 0 15px;
}
.panel .panel_content {
	width: 100%;
}
a.red_link {
	color: red;
	font-size: 13px;
}
.content p {
	font-size:14px;
	color:#878787;
}

:first-child + html .panel .panel_content ul li{
	list-style-position: outside;
}
.panel .panel_bottom {
	background: url(images/panel_bg.png) no-repeat scroll 0 bottom transparent;
	height: 10px;
	width: 100%;
}
.billboard {
	margin: auto;
	width: 940px;
	overflow: hidden;
	padding: 0;
	clear:left;
}
.content_middle {
	width: 100%;
	padding: 0px;
	overflow: hidden;
	background:url(images/middle_bg.png) repeat-x;
	float: left;
}
.middle_content_wrapper {
	width: 960px;
	margin: 0 auto;
	padding: 0px;
	overflow: hidden;
}
.middle_content_heading {
	width:100%;	
	float:left
}
.client_heading {
	width:650px;
	float:left;	
}
.middle_content_heading .heading_left {
	background:url(images/gray_heading_bar.png) no-repeat;
	padding:3px 0 0 15px;
	float:left;
	text-transform: uppercase;
	color: white;
	height: 22px;
	margin: 0 0 0 30px;
}
.middle_content_heading .heading_right {
	background:url(images/gray_heading_bar.png) no-repeat right;
	float:left;
	width:15px;
	height: 25px;
}
.content_middle .bv_box {
	float: left;
	width: 650px;
	padding: 10px 0;
}
.news_section {
	float: right;
	width: 280px;
	padding: 20px 20px 20px 0;
}
.news_section p {
	font-size:14px;
}
.content_middle .btn_box a.get-started{
	background:url(images/get-started-btn.png) no-repeat;
	display:block;
	widith:299px;
	height:63px;
	text-indent:-1000000px;
}
.content_middle .btn_box a.get-started:hover{
	background:url(images/get-started-btn.png) no-repeat 0 bottom;
}
.content_middle .btn_box a.cnn{
	background:url(images/cnn-money-btn.png) no-repeat;
	display:block;
	widith:299px;
	height:63px;
	margin:10px 0 0 0;
	text-indent:-1000000px;
}
.content_middle .btn_box a.cnn:hover{
	background:url(images/cnn-money-btn.png) no-repeat 0 bottom;
}
.content_middle .bv_box .bv_top {
	width: 650px;
	float: left;
	background: url(images/bv_bg.png) no-repeat 0 10px;
	height: 31px;
}
.content_middle .bv_box .bv_center {
	width: 630px;
	float: left;
	height: 106px;
	overflow: hidden;
	padding:0 0 0 20px;
	
}
.content_middle .bv_box .bv_bottom {
	width: 604px;
	float: left;
	background: url(images/bv_bg.png) no-repeat 0 bottom;
	height: 20px;
}
/* style for main header rotator */

#features {
	position: relative;
	width: 960px;
	height: 364px;
	margin: 0 0 0 10px;
}
.jshowoff-controls a.jshowoff-play {
	display:none;	
}
.jshowoff-1 .jshowoff-controls a {
	display:none;
}
#slidingFeatures  {
	overflow: hidden;
	width: 600px;
	height: 115px;
	margin: 10px 0 0 0;
}
.jshowoff {
	width: 108px;
	height:345px;
}
.jshowoff-3 {
	width: 124px;
	height:148px;
	text-align:left;
}
.jshowoff-2 {
	width: 600px;
	height:148px;
	text-align:left;
}
.jshowoff p {
	font-size: 13px;
	line-height: 15px;
}
.jshowoff p.jshowoff-slidelinks {
	position: absolute;
	bottom: 5px;
	right: 5px;
	margin: 0;
	padding: 0;
}
.jshowoff-2 p.jshowoff-slidelinks {
	position: absolute;
	bottom: 5px;
	right: 5px;
	margin: 0;
	padding: 0;
	display:none;
}
.jshowoff-slidelinks a, .jshowoff-controls a {
	display: block;
	background:url(images/slide_controler_normal.png) no-repeat top right;
	width:12px;
	margin:0 3px;
	float: left;
	text-decoration: none;
	outline: none;
}
.jshowoff-slidelinks a:hover, .jshowoff-controls a:hover {
	color: #fff;
	background:url(images/slide_controler_selected.png) no-repeat;
	width:12px;
	margin:0 3px;
	}
.jshowoff-slidelinks a.jshowoff-active, .jshowoff-slidelinks a.jshowoff-active:hover {
	background:url(images/slide_controler_selected.png) no-repeat;
	color: #000;
	width:12px;
	margin:0 3px;
	}
.jshowoff-controls a {
	width:12px;
	margin:0 3px;
	font-size: 12px;
	line-height: 15px;
	display:none;
}
.slide01 {
	background:url(images/slide01.jpg) no-repeat;
	width: 960px;
	height: 364px;
}
.slide_content {
	position:absolute;
	background:url(images/header_txt_bg.png) no-repeat;
	font-size:20px;
	top:50px;
	left:-18px;
	color:#fff;
	width:431px;
	height:196px;
	padding:30px 10px 0 40px;
}
.slide_content h6 {
	font-size:24px;
	padding:10px 0 10px 0;
}
.slide_content p {
	font-size:20px;
	line-height:130%;
}
.slide_content a {
	font-size:12px;
	padding:10px;
	background:url(images/rotator_btn.png) no-repeat;
	display:block;
	width:89px;
	color:#fff;
	text-align:center;
	left:300px;
	position:relative;
	top:5px;
}
.slide_content a:hover {
	background:url(images/rotator_btn_rollover.png) no-repeat;
}
.slide02 {
	background:url(images/slide02.jpg) no-repeat;
	width: 960px;
	height: 364px;
}
.slide03 {
	background:url(images/slide03.jpg) no-repeat;
	width: 960px;
	height: 364px;
}
.slide04 {
	background:url(images/slide04.jpg) no-repeat;
	width: 960px;
	height: 364px;
}

#maindiv .contentwrap .content_middle .bv_box .bv_center .bv_icons .scrollable_logos #scroller .items div .icon_01 {
	float: left;
	margin:0 10px;
	width:110px;
}
#maindiv .contentwrap .testimonial {
	background: url(images/testimonial_bg.png);
	width: 960px;
	height:200px;
	float: left;
}
#maindiv .contentwrap .testimonial .testimonial_content {
	margin: 20px;
	float: left;
	width: 604px;
	color:#fff;
	font-size:14px;
	overflow: hidden;
}
#maindiv .contentwrap .testimonial .testimonial_content h2 {
	color: #ffffff;
	font-size:16px;
	font-weight:bold;
	text-transform: uppercase;
}
.footer {
	background: url(images/footer-bg.png) repeat;
	float: left;
	width:100%;
}
.footer .footer_content {
	margin: 20px auto 0 auto;
	width: 948px;
	overflow: hidden;
}
.footer .footer_content .footermenu {
	width: 700px;
	float: left;
	font-family: "dosisregular", Arial, Helvetica, sans-serif;
	color:#fff;
}
.footer .footer_content .footermenu ul {
	margin:10px 0 5px 0;
}
.footer .footer_content .footermenu ul li {
	list-style:none;
	display:inline;
}
.footer .footer_content .footermenu ul li a {
	color: #FFF;
	font-size: 14px;
	width:200px;
	padding:0 20px;
}
/* Business Vertical Scroll er */

#thumbFeatures {
    float: left;
    height: 150px;
    margin: 0 20px;
    overflow: hidden;
    width: 550px;
	+*float:none;
}
#thumbFeatures a {
     border-radius: 4px 4px 4px 4px;
     color: #FFFFFF;
     display: block;
     float: left;
     font-size: 11px;
     line-height: 14px;
     margin: 5px 0pt 0pt 5px;
     outline: medium none;
     padding: 5px 7px;
     text-decoration: none;
}
p.jshowoff-controls {
     background: none repeat scroll 0% 0% transparent;
     height: 38px;
     overflow: visible;
     padding: 0pt;
     position: absolute;
     width: 617px;
     z-index: 150;
	 top:40px;
}

.jshowoff-controls a {
     background: none no-repeat scroll 0% 0% transparent;
     display: block;
     height: 38px;
     margin: 0pt;
     padding: 0pt;
     position: absolute;
     text-indent: -10000em;
     width: 22px;
}

a.jshowoff-prev {
     background: url(images/scroll_btn.png) no-repeat scroll left top transparent;
     clear: right;
     height: 24px;
     width: 18px;
}

a.jshowoff-prev:hover {
     height: 24px;
     width: 18px;
     background: url(images/scroll_btn.png) no-repeat scroll left bottom transparent;
}

a.jshowoff-next {
     background: url(images/scroll_btn.png) no-repeat scroll right top transparent;
     clear: right;
     right: 20px;
     height: 24px;
     width: 18px;
}

a.jshowoff-next:hover {
     height: 24px;
     width: 18px;
     background: url(images/scroll_btn.png) no-repeat scroll right bottom transparent;
}
.icons {
	width:600px;	
}
#maindiv .contentwrap .content_middle .bv_box .bv_top span {
	background-color: #FFF;
	margin: 0 0 0 20px;
	color: #888;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
}
.panel_saperator {
	float: left;
	width: 20px;
	height: 270px;
}
.news_and_updates {
	background: url(images/blue-bar-bg.png) repeat-x;
	float:left;
	width:100%;
	height: 40px;
}
.nu_wrapper {
	margin: 0 auto;
	padding: 0;
	width: 960px;
	overflow: hidden;
}
.news_details {
	float:left;
	height: 22px;
	padding: 8px 15px 8px 0;
	font-size:12px;
	color:#ffffff;
	font-family:"CaviarDreamsRegular";
}
.search_wrapper {
	float: right;
	width: 280px;
	padding: 50px 0 0 0;
}
.search_wrapper input {
    background: url("images/search-field.png") no-repeat scroll 0 0 transparent;
    border: medium none;
    margin: 3px 0;
    padding: 6px 0 6px 25px;
    width: 208px;
}
.error {
	font-size:12px;
	color:red;
}
.slidercontent ul li {
	list-style-position:inside;
}
.slidercontent p {
	padding: 0 0 10px 0;
	font:22px Georgia, "Times New Roman", Times, serif;
}
.slidercontent h2 {
	color: #ffffff;
	padding: 13px 0 10px 0;
	font-size:30px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
}
.slidercontent h2 strong {
	font-weight:bold;
}
.slidercontent {
	color: #ffffff;
	padding: 10px 0 0 0;
	font-size:18px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.slidercontent ul li {
	line-height: 22px;
}
a.contactholder {
	color: #fff;
	position: relative;
	background:url(images/contactbtn.png) no-repeat bottom center;
	height: 63px;
	width:100%;
	display:block;
}
a.contactholder:hover {
	background:url(images/contactbtn-selected.png) no-repeat bottom center;
}
.contactinner {
	padding: 5px 10px;
	background: url(images/footer-bg.png);
	margin: 0 auto;
}
.contactfeilds {
	margin: 20px auto 0 auto;
	width:960px;
}
.contactfeilds input[type=text], .contactfeilds textarea {
	border:1px solid #0a0a0b;
	background:#141517;
	padding:5px;
	width:289px;
	height:42px;
	font-size:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#333333;
	margin:0 0 0 20px;
	
	border-radius:5px;
	
	-webkit-box-shadow: 0 2px 1px -2px #585858;
	-moz-box-shadow: 0 2px 1px -2px #585858;
	box-shadow: 0 2px 1px -2px #585858;
}
.contactfeilds textarea {
	max-width:940px;
	width:940px;
	min-height:70px;
	margin:20px 0;
}
.contactfeilds button {
	border:none;
	background:url(images/send-btn.png) no-repeat;
	width:150px;
	height:42px;
}
.contactfeilds button:hover {
	background:url(images/send-btn-rollover.png) no-repeat;
}
.contactfeilds button:active {
	background:url(images/send-btn-clicked.png) no-repeat;
}
#contactForm button, #contactForm button:active, #contactForm button:hover {
	width:126px;
	height:42px;
	border:none;
	background:url(images/contactsendbtn.png) no-repeat left top;
}
#contactForm button:hover {
	background-position:left center;	
}
#contactForm button:active {
	background-position:left bottom;	
}
.btnrightalign {
	display:block;
	text-align:right;
	padding:0 10px;
}
.nomargin {
	margin:0 !important;	
}
#maindiv .wrapper .contactwrap {
	width: 100%;
	background:url(images/footer-repeated-bg.png) repeat-x left 1px;
	clear:left;
}
.itlogo {
	float:left;	
	overflow:hidden;
	width:240px;
	text-align:right;
}
.itlogo img {
	border:none;
}
.extramargin {
	margin:20px auto !important;	
}
.contentwrap ul li {
	list-style-position: inside;
    margin-left: 30px;
    text-indent: -15px;
	line-height: 26px;
}
.contentwrap p a {
	color: #DC8A0F;
}
/* ++++++++++++++++ Contact form  ++++++++++++++++++++++ */

.qccontactfields {
	width:100%;
}
.qccontactfields tr.special {
	display:none;
}
.qccontactfields {
	float:left;	
}
.message {
	font-size:12px;
	overflow:hidden;
	display:none;
	margin:0 0 10px 0;
}
#alert {
	background-color: #FFC;
	border:1px solid #ce1216;
	float:left;
	padding:10px;
	color:#ce1216;
}
.contactfeilds #alert {
	width:938px;
	background:none;
	border:none;
}
#thanks {
	color:#13993f;
	font-weight:bold;
	width:100%;
}
.message #alert p{
	color:#ce1216;
	padding:0;
}
.message #alert strong{
	color:#ce1216;
	padding:0 0 10px 0;
	display:block;
}
#contactForm table {
	color: #FFF;
	font-size:14px;
	width:100%;
}
#contactForm table td {
	padding:5px 10px;
}
#contactForm input, #contactForm textarea {
	padding: 5px;
	width: 380px;
	height: 36px;
	font-size: 16px;
	color:#454545;
	font-family:Georgia, "Times New Roman", Times, serif;
	
	border-radius:5px;
	
	-webkit-box-shadow: inset 0px 0px 3px rgba(0,0,0,0.9);;
	-moz-box-shadow: inset 0px 0px 3px rgba(0,0,0,0.9);
	box-shadow: inset 0px 0px 3px rgba(0,0,0,0.9);
}
#contactForm textarea {
	max-width:380px;
	max-height:400px;
	min-height:100px;
}
/* ++++++++++++++++ Contact form  ++++++++++++++++++++++ */
.sender {
	display: block;
	text-align: right;
	padding:0 0 10px 0;
	border-bottom: 1px dashed #454545;
	font-size:13px
}
.sender h5{
	font-size:14px
}
.headingsmall {
	font-size:20px !important;	
}
/* input styles */
input, textarea {
	background: #fcfcfc;
	border: solid 2px #979797;
	-webkit-box-shadow: inset 0 2px 3px rgba(0,0,0,.1);
	-moz-box-shadow: inset 0 2px 3px rgba(0,0,0,.1);
	box-shadow: inset 0 2px 3px rgba(0,0,0,.1);
	-webkit-appearance: none; /* reset webkit search style */
}

/* input:focus styles */
input[type=text]:focus, textarea:focus {
	background: #fff;
	border: #dc8a0f 2px solid !important;
	outline: none; /* remove outline */
}
/* fallback placeholder */
.placeholder {
	color: #CCC !important;
	font-style:italic;
	font-size:16px !important;
	line-height:25px;
}
/* webkit placeholder */
::-webkit-input-placeholder {
	color: #CCC;
	font-style:italic;
	font-size:16px;
	line-height:25px;
}
/* moz placeholder */
:-moz-placeholder {
	color: #CCC !important;
	font-style:italic;
	font-size:16px !important;
	line-height:25px;
}
#contact :-moz-placeholder {
	color: #454545 !important;
}
#contact ::-webkit-input-placeholder {
	color: #454545;
}
#contact .placeholder {
	color: #454545 !important;
}
#last {
	display:none;	
}
a.thebenefits, a.managecommission, a.softdollar {
	display:block;
	width:600px;
	float:right;
	margin:10px 20px;
	
	border-radius:5px;
	border:2px solid #165090;
}
a.thebenefits:hover, a.managecommission:hover, a.softdollar:hover {
	border:2px solid #dc8a0f;
}
a.thebenefits {
	background:url(images/form/the-benefits.png) no-repeat;
	height:405px;
	margin-top:20px;
}
a.thebenefits:hover {
	background:url(images/form/the-benefits-hover.png) no-repeat;
}
a.managecommission {
	background:url(images/form/generate-broker-commission.png) no-repeat;
	height:375px;
}
a.managecommission:hover {
	background:url(images/form/generate-broker-commission-hover.png) no-repeat;
}
a.softdollar {
	background:url(images/form/manage-soft$-payment-method.png) no-repeat;
	height:375px;
    margin-top: 20px;
}
a.softdollar:hover {
	background:url(images/form/manage-soft$-payment-method-hover.png) no-repeat;
}
ul.gallery li {
	list-style:none;
}
