﻿/*-------------------------------------------------------------------------

home1007.css
- Overwrites layout1000.css to set up home page layout

-------------------------------------------------------------------------*/


/*------------------------------------------------------------------------
>> Update siteMain. Hide outter wrapper backgrounds. Use
   different backgrounds for groupContainer[] in IE6.
-------------------------------------------------------------------------*/

#siteMain {
	margin-top: 0;
}

.siteMainWrapper {
	background: none;
	margin: 0;
}
*html .siteMainWrapper {
    position: relative;
    background: none;
    filter: none;
}

.siteMainWrapperContent {
	background: none;
	padding-top: 0;
	margin-left: 1px;
}
*html .siteMainWrapperContent {
    background: none;
    filter: none;
}

.siteMainWrapperBottomLeft {
	background: none;
}
*html .siteMainWrapperBottomLeft {
    background: none;
    filter: none;
}

.siteMainWrapperBottomRight {
	background: none;
}
*html .siteMainWrapperBottomRight {
    background: none;
    filter: none;
}

#siteMainContainer, #siteMainContainer td{
    padding: 0;
    margin: 0;
    background: none;
}

*html .PageContent {
    width: 100%;
}

#siteSideContent2 {
    display: none;
}

#siteSideHomeContent1 {
    display: block;
    position: relative;
	width: 230px;
}

#siteSideHomeContent2 {
    display: block;
    position: relative;
	width: 230px;
}

