@import "projects_listing.css";

#homeBaseFlash {
	background: #565555;
    width: 708px;
    height: 340px;
}

#homeBaseQuote {
    /*
    background-image: url(/images/quote.jpg);    
    background-repeat: no-repeat;
    */
    margin-top:12px;
    border-top:1px dashed #ccc;
    border-bottom:1px dashed #ccc;
    width: 708px;
    
}

#homeBaseLeft {
    
    background-image: url(/images/homebase.gif);    
    background-repeat: no-repeat;
    
    
    margin-top:12px;
    margin-right:20px;
    padding-left:240px;
    padding-top:20px;
    width: 450px;
    height: 206px;
    clear:both;
}




#sideBarHighlight {
	padding: 6px; 
	margin-bottom:14px;
	background: #fff;

	border-right: 1px solid #ccc; 
	border-bottom: 1px solid #ccc; 
}

#homeContentHow {
    background-image: url(/images/homeContentHow_bg.gif);    
    background-repeat: no-repeat;
    width: 470px;
    height: 176px;
    float: left;
}
#homeContentMap {
    background-image: url(/images/homeContentMap_bg.gif);    
    background-repeat: no-repeat;
    width: 238px;
    height: 176px;
    float: left;
}
#homeContentImage {
    background-image: url(/images/homeContentImage_bg.gif);    
    background-repeat: no-repeat;
    width: 237px;
    height: 176px;
    float: left;
}
#homeContentBlock1 {
    background-image: url(/images/homeContentBlock1_bg.gif);    
    background-repeat: no-repeat;
    width: 233px;
    height: 176px;
    float: left;
}
#homeContentBlock2 {
    background-image: url(/images/homeContentBlock2_bg.gif);    
    background-repeat: no-repeat;
    width: 238px;
    height: 176px;
    float: left;
}


