@import 'cumquat/clear.css';
@import 'cumquat/structure.css';
@import 'cumquat/typography.css';
@import 'cumquat/common.css';
@import 'generic.css';

.page-center-wrap{
  width: 100%;
  padding-top: 20px;
}
.page-center-content{
  width: 960px;
  background-color: #fff;
}
.page-borders{
  width: 100%;
  padding: 0 10px;
}
.header{
  display:block;
  height:90px;
  position:relative;
  text-align: left;
  overflow: hidden;
}
.logo{
  display:block;
  width:177px;
  height:90px;
  background:url("../images/logo.png") no-repeat 50% 50%;
  cursor: pointer;
  position: absolute;
  z-index: 2;
}
.slogan{
  display:block;
  width:514px;
  height:118px;
  background:url("../images/slogan.png") no-repeat 50% 50%;
  position:absolute;
  left: 295px;
}
/****** pages ******/
#page-index{
  background-image: url('../images/background.png');
}
/****** banner ******/
.banner{
  display:block;
  height:186px;
  position:relative;
  background: transparent url("../images/banner.jpg") no-repeat left top;
  margin: 0;
  padding: 0;
}
.banners, .banner-item{
  height:186px;
  width:940px;
  position:absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.banners, .banner-item-inside{
  position: absolute;
  left: 0;
  top: 0;
}
.banner .chart{
  float: left;
  margin-top: -100px;
  margin-left: 10px;
}

.banner-subscribe{
  background: url("../images/banner-item3.jpg") no-repeat;
}
.banner-subscribe form{
  margin-left: 356px;
  margin-top: 83px;
}
.banner-subscribe form input[type=text]{
  width: 325px;
  height: 35px;
  background-color: transparent;
  border: 0;
  color: #fff;
}
.banner-subscribe form input[type=submit]{
  width: 200px;
  height: 40px;
  background-color: transparent;
  margin-left: 7px;
  text-indent: -9999px;
  border: 0;
}

ul.banners-nav, ul.banners-nav li{
  padding: 0;
  margin: 0;
  list-style: none;
}
ul.banners-nav{
  position: absolute;
  left: 850px;
  top: 155px;
  width: 100px;
  height: 22px;
  overflow: hidden;
}
ul.banners-nav li{
  display: inline;
}
ul.banners-nav li a{
  display: inline-block;
  width: 22px;
  height: 22px;
  overflow: hidden;
  background: transparent url("../images/banner-buttons.png") no-repeat 0 0;
  text-indent: -9999px;
}
ul.banners-nav li.banners-nav-item1 a{
  background-position: 0 -22px;
}
ul.banners-nav li.banners-nav-item1 a:hover, ul.banners-nav li.banners-nav-item1 a.selected{
  background-position: 0 0px;
}
ul.banners-nav li.banners-nav-item2 a{
  background-position: -22px -22px;
}
ul.banners-nav li.banners-nav-item2 a:hover, ul.banners-nav li.banners-nav-item2 a.selected{
  background-position: -22px 0;
}
ul.banners-nav li.banners-nav-item3 a{
  background-position: -44px -22px;
}
ul.banners-nav li.banners-nav-item3 a:hover, ul.banners-nav li.banners-nav-item3 a.selected{
  background-position: -44px 0;
}

.subscribe form{
  padding-left: 23px;
  padding-top: 49px;
}
.subscribe input{
  border:0;
  background-color:transparent;
  padding: 11px;
}
.subscribe input[type=text]{
  width: 313px;
  height:42px;
  font-size:2em;
  padding:6px 11px;
  letter-spacing:0.01em;
  margin: 0;
  background:url("../images/signup-text.png") no-repeat left top;
  position:absolute;
}
.subscribe input[type=submit]{
  width: 204px;
  height:42px;
  text-indent:-999px;
  cursor:pointer;
  margin: 0;
  padding:0;
  position:absolute;
  left: 330px;
  background:url("../images/signup-btn.png") no-repeat center top;
}
.subscribe input[type=submit]:hover{
  background-position:center bottom;
}

/****** main ******/
.main{
  position:relative;
  background: url("../images/content-bg.png") repeat-y;
}
#main{
  position:relative;
  overflow:hidden;
  min-height: 450px;
  background: url("../images/content-top-bg.png") no-repeat left top;
}
#main .panel-left{
  height:622px;
  position:absolute;
  z-index:100;
}
#main .panel-left .box{
  width:320px;
  height:305px;
  float: left;
  margin-right:10px;
  margin-bottom: 12px;
  overflow: hidden;
  background: url("../images/box.png") no-repeat center top;
}
.box div div{display: none;}
.box .box1, .box .box2, .box .box3, .box .box4{
  background-position: center top;
  background-repeat: no-repeat;
  width:100%;
  padding-top: 50px;
}
.box .box1{ background-image: url("../images/box1.png");}
.box .box2{ background-image: url("../images/box2.png");}
.box .box3{ background-image: url("../images/box3.png");}
.box .box4{ background-image: url("../images/box4.png");}
#main .panel-right{
  height:622px;
  width:350px;
  position:absolute;
  left: 610px;
  z-index:50;
}
#main .panel-right .step1, #main .panel-right .step1-hover{
  width: 100%;
  height:210px;
}
#main .panel-right .step2, #main .panel-right .step2-hover{
  width: 100%;
  height:201px;
}
#main .panel-right .step3, #main .panel-right .step3-hover{
  width: 100%;
  height:211px;
}
#main .panel-right .step1{
  background:url("../images/steps/off/step1.png") no-repeat right top;
}
#main .panel-right .step1-hover{
  background:url("../images/steps/on/step1.png") no-repeat right top;
}
#main .panel-right .step2{
  background:url("../images/steps/off/step2.png") no-repeat right top;
}
#main .panel-right .step2-hover{
  background:url("../images/steps/on/step2.png") no-repeat right top;
}
#main .panel-right .step3{
  background:url("../images/steps/off/step3.png") no-repeat right top;
}
#main .panel-right .step3-hover{
  background:url("../images/steps/on/step3.png") no-repeat right top;
}
#main-shadow{
  width:835px;
  height:100px;
  background:url("../images/main-shadow.png") no-repeat;
}
.main-content, .main-content p{
  text-align: left;
  font-size: 1.1em;
  line-height: 1.5em;
}
.main-content{
  padding: 10px 0 40px 0;
  min-height: 300px;
  background: transparent url("../images/hr.png") no-repeat 50% 60px;
}
.main-content h2{
  color: #4798ED;
  text-transform: uppercase;
  font-size: 1.5em;
  padding-bottom: 20px;
}

/****** footer ******/
.footer{
  width : 100%;
  background: transparent url("../images/content-footer-bg.png") no-repeat center top;
}
.footer-bg-top{
  width:100%;
  /*background: transparent url("../images/footer-bg-top.jpg") no-repeat center top;*/
}
.footer-bg-dwn{
  width:100%;
  /*background: transparent url("../images/footer-bg-dwn.jpg") no-repeat center bottom;*/
  min-height:120px;
}
.footer .inner{
  padding:10px 60px;
}
.footer, .footer h2, .footer p, .footer span, .footer a{
  text-align:justify;
  color: #666;
}
.footer p{
  padding-bottom: 20px;
}
.footer h2{
  font-family: Verdana,Helvetica,Arial,sans-serif;
  font-size: 22px;
}

.footer ul, .footer ul li{
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer ul{
  text-align: center;
}
.footer ul li{
  display: inline;
}
.footer ul li a{
  font-family: arial,helvetica,sans-serif;
  font-size: .9em;
  display: inline-block;
  padding: 2px 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  behavior:url("border-radius.htc");
  text-transform: uppercase;
}
.footer ul li.active a, .footer ul li a:hover{
  background-color: #EFEFEF;
}

.footer .copy{
  font-size: .9em;
  text-transform: lowercase;
}

/****** Tip ******/
.tip_wrap{
  width: 700px;
  height:226px;
  overflow: hidden;
  cursor:pointer;
}
.tip-top{
  position:absolute;
  left:0;
  top:0;
  width: 700px;
  height:226px;
  z-index:100;
  background:url("../images/stock.png") no-repeat 50% 50%;
}
.tip{
  width: 682px;
  height:216px;
  position:absolute;
  left:10px;
  top:8px;
  overflow:hidden
}

/****** Columns ******/
.columns{
  display: block;
  position: relative;
  clear: both;
  width : 100%;
}
.columns .column-left, .columns .column-middle, .columns .column-right{
  margin: 0;
  padding: 0;
  float: left;
}
.columns .column-left{
  width: 630px;
}
.columns .column-right{
  width: 310px;
}
.columns .column-middle{
  width: 40%;
}
.columns .column-left, .columns .column-middle{
  /*border-right: 1px solid #6fa9bb;*/
}
.column-content{
  padding: 10px;
}
.column-left .column-content{
  padding-right: 20px;
}
.column-content, .column-content p{
  color: #666 !important;
  font-size: 1.08em;
}
.column-content h2{
  color: #000;
}

.main-content .column-right{
  margin-top: 70px;
}

/* column container */
	.colmask {
		position:relative;	/* This fixes the IE7 overflow hidden bug */
		clear:both;
		float:left;
		width:100%;			/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
	}
	/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:100%;			/* width of page */
		position:relative;
	}
	.col1,
	.col2,
	.col3 {
		float:left;
		position:relative;
		padding:0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead
						only padding top and bottom is included here, make it whatever value you need */
		overflow:hidden;
	}

  /* 3 Column settings */
	.threecol {
		/*background:#eee;		/* right column background colour */
	}
	.threecol .colmid {
		right:33%;			/* width of the right column */
		/*background:#fff;		/* center column background colour */
    /*border-right: 1px solid #6fa9bb;*/
	}
	.threecol .colleft {
		right:33%;			/* width of the middle column */
		/*background:#f4f4f4;	/* left column background colour */
    /*border-right: 1px solid #6fa9bb;*/
	}
	.threecol .col1 {
		width:33%;			/* width of center column content (column width minus padding on either side) */
		left:100%;			/* 100% plus left padding of center column */
	}
	.threecol .col2 {
		width:33%;			/* Width of left column content (column width minus padding on either side) */
		left:34%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
	}
	.threecol .col3 {
		width:33%;			/* Width of right column content (column width minus padding on either side) */
		left:67%;			/* Please make note of the brackets here:
						(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
	}

/*** navigation ***/
.navigation, .navigation-right, .navigation ul{
  display: block;
  height: 33px;
  /*width: 100%;*/
}
.navigation{
  clear: both;
  overflow: hidden;
  background: url("../images/nav-left.png") no-repeat left bottom;
  padding-left: 5px;
  position: absolute;
  bottom: 0;
  width: 935px;
  z-index: 1;
}
.navigation-right{
  background: url("../images/nav-right.png") no-repeat right bottom;
  padding-right: 5px;
}
.navigation ul, .navigation ul li{
  margin: 0;
  padding: 0;
  list-style: none;
}
.navigation ul{
  text-align: left;
  background: url("../images/nav-bg.png") repeat-x left bottom;
}
.navigation ul li:first-child{
  margin-left: 177px;
}
.navigation ul li{
  display: inline;
}
.navigation ul li a{
  display: inline-block;
  position: relative;
  padding: 0 15px;
}
.navigation ul li a .nav-content{
  display: inline-block;
  height: 36px;
  text-indent: -9999px;
  cursor: pointer;
}
.navigation ul li.item1 a .nav-content{
  background: url("../images/nav/on/nav-item1.png") no-repeat;
  width: 44px;
}
.navigation ul li.item2 a .nav-content{
  background: url("../images/nav/on/nav-item2.png") no-repeat;
  width: 69px;
}
.navigation ul li.item3 a .nav-content{
  background: url("../images/nav/on/nav-item3.png") no-repeat;
  width: 61px;
}
.navigation ul li.item4 a .nav-content{
  background: url("../images/nav/on/nav-item4.png") no-repeat;
  width: 128px;
}
.navigation ul li.item5 a .nav-content{
  background: url("../images/nav/on/nav-item5.png") no-repeat;
  width: 82px;
}
.navigation ul li.item6 a .nav-content{
  background: url("../images/nav/on/nav-item6.png") no-repeat;
  width: 64px;
}
.navigation ul li.active a, .navigation ul li a:hover{
  background: url("../images/nav-selected.png") no-repeat center top;
  text-decoration: none;
}

a.readmore, a.visit{
  display: block;
  width: 110px;
  height: 21px;
  overflow: hidden;
  background: url("../images/readmore.png") no-repeat left top;
  float: right;
  text-indent: -9999px;
}
a.readmore:hover, a.visit:hover{
  background-position: left bottom;
}
a.visit{
  background-image: url("../images/visit.png");
}

/*** LINKS ***/
ul.links, ul.links li{
  padding: 0;
  margin: 0;
  list-style: none;
}
ul.links li{
  display: block;
  padding: 10px 15px 10px 35px;
  border-bottom: 1px dashed #dedede;
  background: url("../images/link.png") no-repeat 5px 50%;
}
ul.links li:last-child{
  border-bottom: 0;
}
ul.links li:hover{
  background-color: #F5F5F5;
}

.highlight{
  height: 140px;
  padding: 10px;
}
.highlight p{
  padding: 20px 20px 0 0;
  font-family: Georgia,"Times New Roman",Times,serif;
}
#page-index .highlight{
  padding: 0;
  padding-left: 230px;
  background: #fff url("../images/highlight.jpg") no-repeat left top;
}

.news{
  min-height: 150px;
  background: #fff url("../images/news-bg.png") no-repeat left top;
  padding: 15px;
}
.news .section{
  padding-top: 35px;
  background-position: left top;
  background-repeat: no-repeat;
}
.news .section ul, .news li{
  margin: 0;
  padding: 0;
  list-style: none;
}
.news .section ul{
  padding: 5px 20px;
}
.news li font{
  color: #336699 !important;
}
.news li a{
  font-family: Georgia,"Times New Roman",Times,serif;
  color: #336699 !important;
  font-size: 1.1em;
  display: block;
  padding-top: 10px;
}

.news .section-latebreaking{
  background-image: url("../images/news-section-latebreaking.png");
}
.news .section-ipos{
  background-image: url("../images/news-section-ipos.png");
}
.news .section-nasdaq{
  background-image: url("../images/news-section-nasdaq.png");
}
.news .section-amex{
  background-image: url("../images/news-section-amex.png");
}
.news .section-otcbulletinboard{
  background-image: url("../images/news-section-otcbulletinboard.png");
}
.news .section-venturecapital{
  background-image: url("../images/news-section-venturecapital.png");
}
.news p{
  padding-top: 15px;
}
.news td[bgcolor]{
  background-color: #1A548C !important;
  color: #fff;
  padding: 10px 5px;
}
.news td[align=right]{
  text-align: right !important;
}

.featured-reports h2{
  text-indent: -9999px;
  background: url("../images/title-featuredreports.png") no-repeat 50% 50%;
}

.featured-reports .report{
  text-align: center;
  padding: 5px 0;
}

.link-boxes{
  display: block;
  width: 100%;
  clear: both;
}
.link-boxes ul, .link-boxes ul li{
  margin: 0;
  padding: 0;
  list-style: none;
}
.link-boxes .link-box{
  width: 33%;
  float: left;
}
.link-boxes ul{
  border: 1px solid #eee;
  margin-right: 5px;
}
.link-boxes ul li.links {
  font-size: .85em;
}
.link-boxes ul li.title {
  background-color: #eee;
}
.link-boxes ul li{
  padding: 5px;
}
.link-boxes .link-image{
  width: 150px;
  height: 100px;
  display: block;
  float: left;
  padding-top: 10px;
}
.link-boxes .link-image a{
  display: block;
  padding: 5px;
  margin: 0 10px 0 0;
  border: 1px solid #ccc;
  background-color: #eee;
}
.link-boxes .link-image a img{
  max-width: 130px;
  max-height: 90px;
}

.intervew{
  font-size: .9em;
  text-align: left;
  padding-bottom: 20px;
  padding-top: 10px;
}

.box-interview{
  display: block;
  clear: both;
}
.box-interview ul{
  border: 0;
  border-bottom: 1px solid #eee;
}
.box-interview ul li{
  display: inline;
}
.box-interview ul li.col1{
  width: 300px;
  text-align: left;
}
.box-interview ul li.col1 a{
  display: block;
  padding: 5px;
  border: 1px solid #ccc;
  background-color: #eee;
  text-align: center;
  width: 90%;
}
.box-interview ul li.col1 a img{
  max-width: 130px;
  max-height: 90px;
}
.box-interview ul li.col2{
  width: 50px;
}
.box-interview ul li.col3{
  width: 200px;
  font-size: .85em;
}

.box-form{
  margin: 10px;
  padding: 10px;
  border: 1px solid #eee;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  behavior:url("border-radius.htc");
}

.box-subscribe{
  position: relative;
  margin: 0 auto;
  width: 250px;
  height: 130px;
  background: transparent url("../images/box-newsletter.png") no-repeat 50% 0;
  overflow: hidden;
}
.box-subscribe form{
  margin-top: 70px;
  text-align: center;
}
.box-subscribe form input[type=text]{
  width: 220px;
  height: 16px;
  background-color: transparent;
  border: 0;
  color: #333;
}
.box-subscribe form input[type=submit]{
  width: 230px;
  height: 25px;
  background-color: transparent;
  margin-top: 2px;
  text-indent: -9999px;
  border: 0;
}
.charts{
  width: 250px;
  position: relative;
  margin: 0 auto;
}
.charts .box{
  padding: 5px 0;
}
