/***********
*    main content index
*************/
#main-content {
    padding: 0;
    /* background: url(../images/index.banner.bg.gif) no-repeat top left; edit 3/26/2010 */
}

#index-main-content-top {
    clear:both;
    height:407px;
    padding:1px 0px;
    background: url(../images/homepage_banner.jpg) no-repeat top left;
	background-color: #fff;
}


#index-content { 
    width:370px;  /* Edit - 8/18/2010 */
    margin-top: 30px; /* Edit - 8/18/2010 */
    margin-left: 576px;
}

#index-content * {
    font-size: 13px;
}
#index-content div.banner-text{
   padding: 0 45px 0 0;
   overflow: visible;
   max-height: 127px;
   margin-bottom:30px;
   _height: 127px; /*for IE*/
}
#index-content div.banner-text p{
   margin:0 0 1.2em 0;
}
#index-content div.banner-links{ 
   overflow:hidden; 
   width:auto; 
   height:auto; 
   clear:both;
}
#index-content a.learnmore{
    display:block;
    float:left;
    height:50px;
    width:134px;
}

#index-content a.takeyourtour {
    margin-left: 5px;
    display:block;
    float:left;
    height:49px;
    width:132px;
}


#index-main-content-bottom {
    clear:both;
    width:980px;
    /* background:url(../images/index.below_fold.bg.tile.png) repeat-x top left; edit 3/26/2010 */
	background-color: #fff;
}

.emphasized {
    font-weight: bold;
}

/* Solutions */

#solutions a{ text-decoration: none;color: #FFF;}
#solutions a:link { color: #fff;}
#solutions a:visited { color:#fff;}
#solutions a:hover {color: #afd9ff;}
#solutions a:active {color: #fff;}

#solutions {
    margin: 20px 0;
    height: 308px;
    width: 485px;
    float: left;
}

#solutions h3 {
    color: #ffffff;
    padding: 15px 0px 0px 40px;
    background:url(../images/index.highlight.left.top.png) no-repeat top right;
    height: 46px;
    font-size: 18px;
    margin:0;
    font-weight:normal;
}

#solutions h3 span {
    font-size: 18px;
}


#solutions div.solutions_content {
    background:url(../images/index.highlight.left.middle.png) repeat-y top right;
    padding: 0 40px 0px 40px;
    height: 200px;
    font-size: 12px;
}

#solutions .solution-image {
    float: left;
    margin: 0px 20px 15px 0px;
}

#solutions h4 {
    color: #212121;
    margin-bottom: 10px;
    display: block;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.2em;
    
}

#solutions h4:hover {
    color: #ff6600;
}

#solutions h4 img {
    float: left;
    margin-right: 20px;
}

#solutions div#solutions_footer a {
    display:block;
    float:right;
    margin-top: 0px;
    margin-right:40px;
    width:195px;
    height:23px;
    /* background:url(../images/index.button.more_solutions.png) no-repeat top left; */
}

#solutions_footer {
    height:57px;
    background:url(../images/index.highlight.left.bottom.png) no-repeat top right;
}


/*
*    news
*/
#news a {text-decoration: none;}
#news a:link {color:#ff6600;}
#news a:visited {color:#ff6600;}
#news a:active {color:#ff6600;}
#news a:hover {color:#212121;}

#news {
    margin:20px 0 20px 10px;
    height:308px;
    width:485px;
    float:left;
}

#news h3{
    color:#ffffff;
    padding: 15px 0px 0px 40px;
    background:url(../images/index.highlight.right.top.png) no-repeat top left;    
    height: 46px;
    font-size: 18px;
    margin:0;
    font-weight:normal;
}

#news h3 span {
    font-size: 18px;
}

#news .news-content {
    background:url(../images/index.highlight.right.middle.png) repeat-y top left;
    height:200px;
    padding: 0 30px 0 40px;
}

.news-item{
    clear:both;
    padding-top:10px;
}	

.news-item-image {
    width:43px;
    height:43px;
    border: 1px #000 solid;
    margin:5px 10px 0px 0px;
    float:left;
}

.news-item-content h4 {
    color: #212121;
    font-weight:bold;
    font-size:12px;
    margin-bottom: 2px;
}

.news-item-content h4:hover {
    color: #ff6600;
}

.news-item-content {
    line-height:16px;
}

.news-item-content p {
    font-size: 11px;
}

#news .news-footer {
    height:57px;
    background:url(../images/index.highlight.right.bottom.png) no-repeat top left;
}

#news-social {
    margin-top: 10px;
    clear:both;
    padding-top: 10px;
    padding-left: 20px;
    height:80px;
    width:400px;
    font-size:13px;
    background:url(../images/index.news.divider.png) no-repeat top left;
}

#news-social a {
    display:block;
    width:30px;
    height:30px;
    float:left;
    margin-top: 2px;
    margin-right: 10px;
    z-index: 100;
    position: relative;
}

#news-social h4 {
    font-weight: bold;
    font-size: 15px;
    float: left;
    margin-right: 20px;
}

#news-social .facebook-badge {
	width:30px;
    height:30px;
    background:url(../images/follow_us.fb.png) top left no-repeat;
}

#news-social .twitter-badge { 
    width:30px;
    height:30px;
    background:url(../images/follow_us.twitter.png) top left no-repeat;
}
#news-social .rss-badge {
    width:30px;
    background:url(../images/follow_us.rss.png) top left no-repeat;
}
