.navButton1, .navButton2, .navButton3, .navButton4 {
    float: left;
	position: inherit;
    display: block;
    height: 150px;
    width: 162px;
    padding: 15px;
	font-family: verdana;
	font-size: 9pt;
	background-color: #DDD;
    vertical-align: top;
	}

.navButton1, .navButton2, .navButton3 {
    border-right: 1px dashed #999;
	}
	
.bottomCallout1, .bottomCallout3 {
	width: 354px;
	height: 120px;
    padding: 15 15 16 15;
    float: left;
    display: block;
    vertical-align: top;
    border-right: 1px dashed #999;
	}
	
.bottomCallout2, .bottomCallout4 {
	width: 356px;
	height: 120px;
    padding: 15 15 16 15;
    float: right;
    display: block;
    vertical-align: top;
	}
	
.bottomCallout1, .bottomCallout2 {
	border-top: 1px dashed #999;
	border-bottom: 1px dashed #999;
	}
	
.bottomCallout3, .bottomCallout4 {
	border-bottom: 1px dashed #999;
	}
	
.calloutContainer {
	width: 772px;
	height: 187px; 
	background-color: #DDD;
	border-top: 6px solid #036ea2; 
	padding: 0px; 
	margin-bottom: 20px;
	}
	
.calloutContainerBottom {
	width: 775px;
	padding: 0px; 
	margin-bottom: 20px;
	}