/*****************************************************************************************
 * The following styles are for the Tides Foundation landing page.  They overwrite
 * styles from foundation.css and the inclusion of this CSS file must come afte
 * the inclusion of foundation.css.
 ****************************************************************************************/
#centerColContentElements {
	padding-top:0 !important;
	margin-top:0 !important;
}
#centerColContentElements>dl,#centerColContentElements>div {
	margin-left:0;
	margin-right:0;
}
* html #centerColContentElements div {
	margin-left:-10px;
	margin-right:-10px
}
* html #centerColContentElements dl {
	margin-left:10px;
}
* html .csc-header img {
	padding-left:0;
	margin-left:-10px;
}

/* The following lines remove whitespace above the image */
div#centerColContent,dl.csc-textpic-image {
	padding-top:0;
	margin-top:0;
}
.csc-textpic-image {
	margin-left:0 !important;
}

#leftCol>dl,#leftCol>div {
	margin-left:0;
	margin-right:0;
}
* html #leftCol div {
	margin-left:-10px;
	margin-right:-10px
}
* html #leftCol dl {
	margin-left:10px;
}
* html .csc-header img {
	padding-left:0;
	margin-left:-10px;
}

/* The following lines remove whitespace above the image */
div#leftCol,dl.csc-textpic-image {
	padding-top:0;
	margin-top:0;
}
.csc-textpic-image {
	margin-left:0 !important;
}

/* These styles correct some header and paragraph issues in FF and Safari */

body.staffPage p.bodytext {
	margin: 0 10px 10px 10px !important;
}