@charset "utf-8";
/* CSS Document */

body {
	background: #f1f1f0;
	margin: 0;
	overflow-y: scroll;
	}

#wrapper {
	width: 100%;
	}

#headerContainer {
	background: #3d76b8;
	width: 100%;
	}

#header {
	width: 980px;
	min-height: 135px; /* temp: Delete after content is added */
	margin: 0 auto;
	}

#logo {
	float: left;
	}

#quickNav {
	height: 105px;
	float: left;
	width: 766px;
	background: url(navBg.jpg) no-repeat 0 bottom;
	}

#topNav {
	float: left;
	width: 620px;
	}

#search {
	float: right;
	width: 766px;
	text-align: right;
	padding: 20px 0 4px;
	}

#social {
	float: right;
	margin-top: 20px;
	}

#nav {
	height: 30px;
	float: left;
	}

#contentContainer {
	width: 100%;
	}

#content {
	width: 980px;
	min-height: 435px; /* temp: Delete after content is added */
	margin: 0 auto;
	background: url(contentBg.gif) repeat-y 0 0 #fff;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	}

#leftCol {
	width: 214px;
	background: #e6e5e3;
	min-height: 435px; /* temp: Delete after content is added */
	float: left;
	}

#relatedLinks {
	margin: 0 0 20px;
	}

#mainCol {
	width: 730px;
	min-height: 435px; /* temp: Delete after content is added */
	float: left;
	margin: 18px;
	}

#mainCol.wide {
	width: 730px;
	}
	
.contentTable {
	float: left;
	margin-bottom: 18px;
	background: #EDF5FF;
	}
	
	.rowAlt {
		background: #E2EFFF;
		}

#rightCol {
	width: 246px;
	float: right;
	margin: 30px 16px 18px 0;
	}
	
	.sideImage {
		margin-bottom: 34px;
		}
		
#healthInteractives {
	background: #3d76b8;
	}
	
#healthInteractives img {
	float: left;
	margin-right: 1em;
	}

#footerContainer {
	background: #3d76b8;
	width: 100%;
	}

#footer {
	width: 980px;
	height: 30px;
	margin: 0 auto;
	}

#copyright {
	padding-top: 8px;
	width: 705px;
	float: left;
	}
	
#footerNav {
	padding: 7px 0;
	width: 260px;
	float: right;
	border-left: 2px solid #fff;
	margin-right: 2px;
	}

.clear {
	clear: both;
	}
	