/***************************
 Homepage
***************************/

.content {
	padding: 0;
}
.content ol,
.content ul {
	margin-left: 0;
	list-style-type: none;
    line-height: normal;
}

#hm-banner {
	height: 337px;
	width: 943px;
	background: transparent url('../media/hmbanner/sayhello/bluebkg.jpg') no-repeat left top;
}

.hm-banner-img {
	float: left;
	width: 508px;
	padding: 0px;
	margin: 0px;
	text-align: left;
}

.hm-banner-content {
	float: right;
	width: 396px;
	padding: 50px 0px 0px 0px;
}

.hm-banner-content p {
	padding: 15px 50px 0px 0px;
}

#hm-center {
	background: transparent url('../media/hm-news-bkg.jpg') no-repeat left top;
	padding: 0px 20px 0px 20px;
	width: 903px;
}

/* Homepage News Rotator */
#hm-news {
    position: relative;
	float: left;
	width: 606px;
	min-height: 235px;
}
#hm-news .AspNet-FormView-Data {
    position: relative;
    margin: 50px 0 0 20px;
    padding: 0 0 16px 0;
	border-right: 1px #999999 dotted;
}

#hm-news h3 {
    position: relative;
    top: -38px;
	font-size: 1.5em;
	color: #000000;
    font-family: Segoe UI, Verdana, Tahoma, Helvetica, Arial, sans-serif; /* Follows MSCOM Typography Guidelines */
}

#hm-news p {
    position: relative;
    top: -38px;
	padding: 5px 20px 20px 0px;
}

#hm-news .AspNet-FormView-Footer {
    position: absolute;
    left: 20px;
    bottom: 34px;
	color: #999999;
}

#hm-news .AspNet-FormView-Pagination {
    position: absolute;
    left: 110px;
    bottom: 34px;
}

#hm-news .AspNet-FormView-Pagination .AspNet-FormView-ActivePage,
#hm-news .AspNet-FormView-Pagination .AspNet-FormView-OtherPage
{
    float: left;
	display: block;
	width: 10px;
	height: 12px;
	background: transparent url('../media/icons/news-up.png') no-repeat center bottom;
	padding: 0 6px;
	font-size: 1px;
	line-height: 1px;
	color: White;
}

#hm-news .AspNet-FormView-Pagination a.AspNet-FormView-OtherPage:hover {
	background: transparent url('../media/icons/news-down.png') no-repeat center bottom;	
	color: White;
}

#hm-news .AspNet-FormView-Pagination span.AspNet-FormView-ActivePage {
	background: transparent url('../media/icons/news-down.png') no-repeat center bottom;	
}

#hm-news .news-rotation-control,
#hm-news #seeallnews {
    position: absolute;
    bottom: 34px;
}

#hm-news .news-rotation-control {
    left: 238px;
}

#hm-news #seeallnews {
    right: 30px;
}

/* Homepage Web PI Download */

#hm-webpi {
	float: left;
	width: 246px;
	background: transparent url('../media/hm-webpi-tab.png') no-repeat left top;
	padding: 48px 20px 30px 30px;
}

/* Feature Columns */

#hm-features {
	padding: 30px 0px 20px 40px;
	background: transparent url('../media/bkg-shadow-divider.png') no-repeat left top;
	font-size: 1em;
	font-family: Segoe UI, Verdana, Tahoma, Helvetica, Arial, sans-serif; /* Follows MSCOM Typography Guidelines */
}

.hm-features-small {
	float: left;
	width: 220px;
	min-height: 160px;
	background: transparent url('../media/hm-features-sm-bkg.png') no-repeat left top;
	margin: 0px 9px 0px 0px;
}

.hm-features-large {
	float: left;
	width: 403px;
	min-height: 160px;
	background: transparent url('../media/hm-features-lrg-bkg.png') no-repeat left top;
	margin: 0px 0px 0px 0px;
}

/* Current Homepage Features */

.richexp {
	background: transparent url('../media/hmfeatures/richexp/silverlight.jpg') no-repeat 2px 2px;	
}

.richexp p {
	padding: 50px 10px 0px 20px;
}

.bigapps {
	background: transparent url('../media/hmfeatures/bigapps/bigapps.jpg') no-repeat 2px 2px;	
}

.bigapps p {
	padding: 50px 10px 0px 20px;	
}

.winwebappgal {
	background: transparent url('../media/hmfeatures/appgal/appgal.jpg') no-repeat 2px 2px;
	min-height: 160px;	
}

.winwebappgal p {
	padding: 50px 10px 0px 235px;	
}

/**********************************************************
Styles for new versions of content areas starts here.
**********************************************************/

/**********************************************************
New Version - home-v2
**********************************************************/

#home-v2 
{

}

#home-v2 #hm-banner
{
    min-height: 315px;
    height: auto;
	width: 943px;
	background: transparent url('../media/hmbanner/niceneat/background.jpg') no-repeat left bottom;    
}

#home-v2 #hm-banner .hm-banner-content h1
{
    padding: 65px 0px 0px 0px;
    margin: 0px;
}

.small-button 
{
    padding: 0px 3px 0px 0px;
    margin: 0px auto 0px auto;
    display:block;
    width: 107px;
    font-size: 8pt;
    color: #FFFFFF;
    font-family: Segoe UI, Tahoma, Verdana, Helvetica, Verdana, Sans-Serif;
    background: transparent url('../media/small-btn.png') no-repeat right top;
}

.small-button:hover 
{
    text-decoration: none;
    color: #333333;
}

.small-button .small-button-inner 
{
    padding: 7px 20px 0px 20px;
    margin: 0px 0px 0px -3px;
    max-height: 26px;
    min-height: 26px;
    height: 26px;
    text-align: center;
    background: transparent url('../media/small-btn.png') no-repeat left top;
    display:block;
}


.large-button 
{
    padding: 0px 3px 0px 0px;
    margin: 0px 0px 0px 0px;
    display:block;
    width: 175px;
    font-size: 13pt;
    color: #FFFFFF;
    font-family: Segoe UI, Tahoma, Verdana, Helvetica, Verdana, Sans-Serif;
    background: transparent url('../media/large-btn.png') no-repeat right top;
}

.large-button:hover 
{
    text-decoration: none;
    color: #333333;
}

.large-button .large-button-inner 
{
    padding: 13px 30px 0px 30px;
    margin: 0px 0px 0px -3px;
    max-height: 45px;
    min-height: 45px;
    height: 45px;
    text-align: center;
    background: transparent url('../media/large-btn.png') no-repeat left top;
    display:block;
}

#home-v2 .home-getstarted
{
    padding: 24px 0px 50px 0px;
}

#home-v2 .home-getstarted h3
{
    float: left;
    font-size: 1.4em;
}

#home-v2 .home-getstarted .getstartedbtn
{
    float: left;
    margin: 0px 0px 0px 30px;
}

#home-v2 .hm-banner-content {
	min-height: 315px;
	padding: 0px 40px 0px 445px;
	margin: 0px 0px 0px 0px;
	font-family: Segoe UI, Tahoma, Verdana, Helvetica, Verdana, Sans-Serif;
	background: transparent url('../media/hmbanner/niceneat/feature.png') no-repeat 24px 50%;
	width: auto;
	height: auto;
}

#home-v2 .hm-banner-content p {
	padding: 0px 0px 0px 0px;
	font-size: 12pt;
	line-height: 150%;
}

#home-v2 .home-social-media 
{
	background: transparent url('../App_Themes/Spring/divider.png') no-repeat center top;
	position: relative;
	margin: -1px 0px 0px 0px;
	padding: 20px 0px 20px 0px;
	text-align: center;
	font-size: 1.2em;
	font-family: Segoe UI, Tahoma, Verdana, Helvetica, Verdana, Sans-Serif;
}

#home-v2 .hm-sub-section
{
    min-height: 315px;
    padding: 50px 0px 0px 0px;
    background: transparent url('../media/hm-sub-section-bkg.png') no-repeat center top;
}

/* Quote */

#home-v2 blockquote 
{
    position: relative;
    width: 540px;
    margin: 0px auto 0px auto;
    padding: 0px 35px 0px 45px;
    font-size: 13pt;
    font-family: Segoe UI, Tahoma, Arial Sans-Serif;
    line-height: 18pt;
    color: #797979;
}

#home-v2 blockquote .quote-source 
{
    font-style: italic;
    color: #333333;
}
 
 #home-v2 .bqstart {
     font-size: 450%;
     color: #666666;
     font-family: Times New Roman, Georgia, Garamond, Serif;
     line-height: normal;
     position: absolute;
     top: -20px;
     left: 0px;     
 }

#home-v2 .bqend {
     font-size: 450%;
     color: #666666;
     font-family: Times New Roman, Georgia, Garamond, Serif;
     line-height: normal;
     position: absolute;
     bottom: -50px;
     right: 0px;     
 }

/* Feature Columns */
 
 #home-v2 #hm-features {
	padding: 40px 0px 20px 40px;
	background: none;
	font-size: 1em;
	font-family: Segoe UI, Tahoma, Verdana, , Helvetica, Arial, sans-serif; /* Follows MSCOM Typography Guidelines */
}

#home-v2 .hm-features-small {
	float: left;
	width: 220px;
	min-height: 160px;
	background: transparent url('../media/hm-features-sm-bkg.png') no-repeat left top;
	margin: 0px 9px 0px 0px;
}

#home-v2 .hm-features-large {
	float: left;
	width: 403px;
	min-height: 160px;
	background: transparent url('../media/hm-features-lrg-bkg.png') no-repeat left top;
	margin: 0px 9px 0px 0px;
}
 
#home-v2 .hm-feature-1x2 
 {
    
 }
 
#home-v2 .hm-feature-1x2 .one-1x2
 {
     width: 202px;
     float: left;
     background: tranparent url('../media/sub-feature-divider.png') no-repeat right top;
     display: block;
     text-decoration: none;
     color: #666666;
     min-height: 160px;
 }
 
#home-v2 .hm-feature-1x2 .one-1x2 .title
{
    font-size: 11pt;
    color: #333333;
    display: block;
    padding: 0px 0px 7px 0px;
}
 
#home-v2 .hm-feature-1x2 .one-1x2 .copy
{
    line-height: 150%;
    display: block;
    font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif; /* Follows MSCOM Typography Guidelines */
}
 
#home-v2 .hm-feature-1x2 .two-1x2
{
     width: 201px;
     float: left;
     background: tranparent url('../media/sub-feature-divider.png') no-repeat right top;
     display: block;
     text-decoration: none;
     color: #666666;
     min-height: 160px;
}

#home-v2 .hm-feature-1x2 .two-1x2 .title
{
    font-size: 11pt;
    color: #333333;
    display: block;
    padding: 0px 0px 7px 0px;
}
 
#home-v2 .hm-feature-1x2 .two-1x2 .copy
{
    line-height: 150%;
    display: block;
    font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif; /* Follows MSCOM Typography Guidelines */
}
 
#home-v2 .hm-feature-1x2 .webappgallery
{
    background: url('../media/hmfeatures/appgal/main.png') no-repeat -1px 1px;
    padding: 80px 10px 0px 20px;
    width: 171px;
    min-height: 100px;
}

#home-v2 .hm-feature-1x2 .webplatform-download
{
    background: url('../media/hmfeatures/appgal/free.png') no-repeat -1px 1px;
    padding: 20px 10px 0px 20px;
    width: 172px;
}

#home-v2 .hm-feature-1x2 .webplatform-download .title
{
    font-size: 11pt;
    color: #333333;
    display: block;
    padding: 0px 0px 7px 12px;
}
 
 #home-v2 .hm-feature-1x2 .webplatform-download .copy
{
    padding-bottom: 12px;
}

 #home-v2 .hm-features-1x1 {
    color: #333333;
    display: block;
    padding: 0px 0px 7px 0px;
    min-height: 160px;
}

 #home-v2 .hm-features-1x1:hover {
    text-decoration: none;
}

#home-v2 .hm-features-small .websitespark
{
    background: url('../media/hmfeatures/websitespark/main.png') no-repeat center 1px;
    padding: 76px 10px 0px 20px;
    min-height: 104px;
}

#home-v2 .hm-features-small .websitespark .copy
{
    line-height: 150%;
    font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif; /* Follows MSCOM Typography Guidelines */
    display: block;
    color: #666666;
    font-size: 11pt;
}

#home-v2 .hm-features-small .marketplace
{
    background: url('../media/hmfeatures/websitespark/marketplace.png') no-repeat center 1px;
    padding: 80px 10px 0px 20px;
    min-height: 100px;
}

#home-v2 .hm-features-small .marketplace .title
{
    font-size: 11pt;
    color: #333333;
    display: block;
    padding: 0px 0px 7px 0px;
}

#home-v2 .hm-features-small .marketplace .copy
{
    line-height: 150%;
    font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif; /* Follows MSCOM Typography Guidelines */
    display: block;
    color: #666666;
}

#home-v2 #hm-center {
	background: transparent url('../media/hm-news-bkg.jpg') no-repeat left top;
	padding: 0px 20px 0px 20px;
	width: 903px;
	display: none;
	display: none;
}

#home-v2 .whosayingmore 
{
    display: block;
    width: 575px;
    padding: 0px 45px 0px 0px;
    margin: 20px auto 0px auto;
    text-align: right;
}
