﻿/*-------------------------------------------------------------------------

home1013.css
- Overwrites layout1010.css to set up home page layout

-------------------------------------------------------------------------*/


/*------------------------------------------------------------------------
>> Display siteSide area. Hide outter wrapper backgrounds. Use different
   backgrounds for groupContainer[] in IE6.
-------------------------------------------------------------------------*/

.siteSideWrapperContent {
    border: none;
    background: none;
    min-height: 560px;
}
*html .siteSideWrapperContent {
    height: 560px;
    padding-bottom: 0;
    margin-bottom: 0;
    
}


/*------------------------------------------------------------------------
>> Update width of siteSide and siteMain. Hide outter wrapper backgrounds. Use
   different backgrounds for groupContainer[] in IE6.
-------------------------------------------------------------------------*/

#siteSide {
    width: 202px;
    padding: 0 0 10px 14px;
}

*html #siteSide {
    width: 202px;
}

#siteSideContent2 {
    display: none;
}

#siteSideHomeContent1 {
    display: block;
    position: relative;
}

#siteSideHomeContent2 {
    display: block;
    position: relative;
}

#siteMain {
	width: 710px;
	margin: 0 0 0 218px;
	padding-right: 4px;
}

*html #siteMain {
    width: 710px;
    background-position: 0 0;
}

.siteMainWrapperContent {
    border: none;
    background: none;
}


#siteMainContainer, #siteMainContainer td{
    padding: 0;
    margin: 0 4px 0 12px;
    background: none;
    color: #fff;
}

/*#siteMainContent a{
    color: #7d9bb6;
}
#siteMainContent a:hover{
    color: #fff;
    text-decoration: underline;
}*/

#homeFlash {
    position: relative;
}

#siteMainContentBot1 {
    display: block;
    position: relative;
    margin: 0 7px 0 7px;
    padding: 4px;
}

#siteMainContentBot2 {
   display: block;
   position: relative;
   margin: 10px 12px 0 12px;
   color: #fff;
   font-size: 10px;
}
#siteMainContentBot2 a{
    color: #7d9bb6;
    text-decoration: underline;
}
#siteMainContentBot2 a:hover{
    color: #fff;
}
#siteMainContentBot2 p{
    margin: 15px 0 0 18px;
}
#siteMainContentBot2 strong {
    color: #fff;
}

.formButtonSmall {
    width: 60px;
    height: 18px;
    margin-left: -20px;
}

#siteFooter{
	background: url(http://assets.salesaspects.com/templates/i/flavor-backgrounds/premier-blackgrey-footer-bkgd-short.gif) repeat-x 0 0;
    padding-top: 20px;
}


/*------------------------------------------------------------------------
>> Use this container for home page elements. Neutral container applies
throughout rest of the site via Flavor.
-------------------------------------------------------------------------*/

#siteSide .moduleContainer {
    margin-top: 8px;
}

#siteSide .moduleContainerBottomLeft, .moduleContainerBottomLeft {
    background: #040507 url(http://assets.salesaspects.com/templates/i/containers/premier-container-1-bottom-left.png) no-repeat left top;   
}

*html .moduleContainerBottomLeft {
    background: #040507;  
}

#siteSide .groupContainer {
    margin-top: 8px;
}

.groupContainer {
	background: url(http://assets.salesaspects.com/templates/i/containers/premier-container-1-main-left.png) no-repeat left top;
}
*html .groupContainer {
    position: relative;
    width: 100%;
    background: none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://assets.salesaspects.com/templates/i/containers/premier-container-1-main-left.png', sizingMethod='crop');
    
}

.groupContainerContent {
	background: url(http://assets.salesaspects.com/templates/i/containers/premier-container-1-main-right.png) no-repeat right top;
	margin-left: 5px;
	min-height: 130px;
}
*html .groupContainerContent {
    filter: none;
    background: url(http://assets.salesaspects.com/templates/i/containers/premier-container-1-main-right.jpg) no-repeat right top;
    height: 130px;
}

.groupContainerBottomLeft{
	background: #040507 url(http://assets.salesaspects.com/templates/i/containers/premier-container-1-bottom-left.png) no-repeat left top;
	height: 5px;
}
*html .groupContainerBottomLeft {
    background: #040507;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://assets.salesaspects.com/templates/i/containers/premier-container-1-bottom-left.png', sizingMethod='crop');
}

#siteSide .groupContainerBottomLeft, .groupContainerBottomLeft {
    background: #040507 url(http://assets.salesaspects.com/templates/i/containers/premier-container-1-bottom-left.png) no-repeat left top;
}

.groupContainerBottomRight {
	background: url(http://assets.salesaspects.com/templates/i/containers/premier-container-1-bottom-right.png) no-repeat right top;
	height: 5px;
	margin-left: 5px;
}
*html .groupContainerBottomRight {
    filter: none;
    height: 5px;
    background: url(http://assets.salesaspects.com/templates/i/containers/premier-container-1-bottom-right.jpg) no-repeat right top;
}

#siteMainContentBot1 .groupContainer, #siteMainContentBot1 .groupContainerContent{
	min-height: 280px;
}

#siteMainContentBot1 .groupContainerBottomLeft{
	background: #002347 url(http://assets.salesaspects.com/templates/i/containers/premier-container-1-bottom-left.png) no-repeat left top;
}

*html #siteMainContentBot1 .groupContainerBottomLeft {
    background: #002347;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://assets.salesaspects.com/templates/i/containers/premier-container-1-bottom-left.png', sizingMethod='crop');
}

*html #siteMainContentBot1 .groupContainerContent {
    background: url(http://assets.salesaspects.com/templates/i/containers/premier-container-1b-main-right.jpg) no-repeat right top;
}

*html #siteMainContentBot1 .groupContainerBottomRight {
    background: url(http://assets.salesaspects.com/templates/i/containers/premier-container-1b-bottom-right.jpg) no-repeat right top;
}

#siteMainContainer .groupContainer, #siteMainContainer .groupContainerContent {
    min-height: 236px;
}

#homeMainFlashRotation img{
    border: solid 4px #fff;
}

