/* General/structural work arounds */

/* Hide from IE-mac. Only IE-win sees this. Commented Backslash Hack. Sets width to 100% so that it will expand to the edge of the page. Does not need padding due to the smaller width of the div.main defined above. \*/
* html .main-content {
margin: 0;
padding: 0;
width: 100%;
}
/* close hack */

/* Work arounds for the Navigation */











/* Work arounds for the Home page */

/* For IE-Mac. Layout falls apart if #z-image is cleared. */
* html #z-image {
clear: none;
}



/* Work arounds for the Side pages (Overview and Approach & Scope) */

/* Hide from IE-mac. Only IE-win sees this. Commented Backslash Hack.  \*/
* html #side .column-one {
float: right;
width: 526px;
border: 0;
}

* html #side .column-two { 
margin: 0 527px 0 0; 
padding: 0;
height: 1%;
border: 0;
text-align: center;
}

* html #side .column-two .column-two-content {
margin: 0;
padding: 0;
color: #a2dcc0;
background: #315fb0;
border: 0;
}

* html #side .column-two .column-two-content img {
margin: 0;
padding: 0;
border: 0;
}

/* close hack */

* html .column-two {
z-index: 100;
}

/* Work arounds for the Full pages (Meetings & News, etc.) */

