/* Home Stylesheet - Overwrites Layout.css */

#siteHeaderPhone {
	display: block;
	position: absolute;
	top: 32px;
	right: 32px;
}

#siteHeaderNavigation {
	display: none;
}

#siteHomeContentBody {
	position: relative;
	margin: 0 11px 0 11px;
}

#siteHomeMainFlash {
	position: relative;
	width: 969px;
	height: 500px;
}

#siteHomeMainFlash p {
    margin: 0;
    padding: 0;
}

#siteHomeBodySEO h2 {
    position: relative;
}

#siteHomeCalloutBoxes {
    position: relative;
    height: 173px;
    margin: 10px 0 0 6px;
}

#siteHome3upCalloutsLeft, #siteHome3upCalloutsMiddle, #siteHome3upCalloutsRight {
    position: relative;
    float: left;
    width: 294px;
    height: 173px;
    padding-right: 37px;
}

#siteHome3upCalloutsRight {
    padding-right: 0;
}

/*#siteHome3upTitleLeft, #siteHome3upTitleMiddle, #siteHome3upTitleRight {
    position: absolute;
    top: 10px;
    left: 10px;
}*/

.siteHome3upCalloutsTitle {
    position: absolute;
    top: 10px;
    left: 10px;
}

.siteHome3upCalloutsText {
    position: absolute;
    top: 38px;
    left: 18px;
}

.siteHome3upCalloutsImg {
    position: absolute;
    top: 23px;
    left: 118px;
}
    
#siteHomeBottomBox {
    position: relative;
    margin: 15px 0 0 6px;
    width: 958px;
    height: 106px;
}

#siteHomeBottomBoxContent1 {
    position: absolute;
    top: 3px;
    left: 6px;
    width: 307px;
    height: 94px;
}

#siteHomeBottomBoxContent2 {
    position: absolute;
    top: 3px;
    left: 313px;
    width: 640px;
    height: 94px;
}

#siteMainContentContainerBottom {
	background: url(/i/home-main-container-bottom.png) no-repeat 0 0;
}



