@charset "UTF-8";
/**
 * CDC - (X)HTML/CSS Framework
 *
 * @package         TemplatePackage 'B'
 * @version         2.8.0
 * @builddate       07-01-2014 (Tu, 01 Jul 2014)
 */

body {
	border:none;
	background:#bec3cc fixed url('/TemplatePackage/images/bgMainDropShadowGradient.png') 0 0 repeat-x;
	font:75% Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
}

#branding iframe {
	margin:0;
	border:0;
	_border:none;
	height:auto;
	width:100%;
}


/**
 * = Sticky Footer additions ================
 */
html, body {height:100%;}

body.stickyFoot {
	background-image:none;
	background-color:#bec3cc;
	padding:0;
}

body.stickyFoot #wrapper {
	background-color: #fff;
	background-image: none;
	padding: 0 10px;
				min-height:100%; text-align:left;
	max-width: 960px;
	min-width: 960px;
	width: 960px;
}

.stickyFoot #wrapper .top {
	background-image:url('/TemplatePackage/images/bgWrapperLft_update.png');
	margin:0;
}

#topRight {
	position: absolute;
	background-image: url('/TemplatePackage/images/bgWrapperRt_update.png');
	background-position: right 50%;
	top: 0;
	right: 0px;
	height:100%;
	width: 10px;
}

.stickyFoot #wrapper-inner {
	min-height:100%;
	margin:0;
	top:0;
	padding-bottom:225px;
	/* [disabled]overflow: auto; */
}

/**
body > #siteinfo {
	position: relative;
	background: transparent url('/TemplatePackage/images/bgWrapperRt.png') 50% 50% repeat-y;
	margin:0 auto;
	max-width:960px;
	min-width:749px;
	padding:0 10px;
	height: 99px;
	margin-top: -99px;
					z-index: 1;
					min-height: 0 !important;
}
 */
body > #siteinfo .siteinfo-top {
	position: absolute;
	margin-left: 0;
	top: 0;
	left: 0;
	height: 100%;
	width: 10px;
}

body > #footer { 
	clear:both; 
	position: relative; 
	margin: -225px auto 0; 
	height: 225px; 
	max-width: 960px; 
	min-width: 960px; 
	width: 960px; 
}
#footer > #siteinfo { min-height: 130px; max-height: 130px; height: 130px; }
#footer > .preFoot { min-height: 0; max-height: 95px; height: 95px; }

/**
 * = Sticky Footer end ================
 */

#branding {
	position:relative;
	background:white url('/TemplatePackage/images/bgHdrAZ.gif') 0 0 repeat-x;
	height:auto;
	min-height:112px;
	min-width:1px;
}
#index #branding {min-height:112px;}

	#branding #branding-logo {
		margin:0;
		padding:0;
		height:105px;
		max-width:100%;
		background:transparent url('/TemplatePackage/images/cdcHeaderLogo.gif') 5px 20px no-repeat;
	}
	.esp #branding #branding-logo {
		max-width:100%;
		background:transparent url('/TemplatePackage/images/esp/cdcHeaderLogo.gif') 5px 20px no-repeat;
	}
		#branding-logo span {display:none;}
			#branding #branding-logoImage a {
				width:480px;
				height:60px;
				position:absolute;
			}
			#branding #branding-logo img {display:none;}

#index #branding-pageheader {
	background:transparent;
	margin:0;
	padding:0;
	width:auto;
	height:50px;
	border:none;
}

#branding span {
	margin:5px 0 0 9px;
	position:absolute;
	text-align:center;
}
	#branding span a,
	#branding span a:visited {
		font-size:.9em;
		color:#666;
		text-decoration:none;
	}
	#branding span a:hover {
		font-size:.9em;
		color:#396da5;
		text-decoration:underline;
	}

#branding #cdc-Query span {
	margin-top: 0px;
}

a.skippy {
	position:absolute;
	top:-1000px;
	left:-1000px;
	height:1px;
	width:1px;
	text-align:left;
	overflow:hidden;
}

a.skippy:active, a.skippy:focus, a.skippy:hover {
	top:0;
	left:0;
	font-size:1em;
	font-weight:bold;
	color:#fff;
	background-color:#5271ad;
	height:auto;
	overflow:auto;
	width:99%;
	padding:5px;
	z-index:100;
}

#emergency-alert {
	height:auto;
	margin-top:15px;
	margin-bottom:10px;
	background:#fff;
	padding:10px;
	border:1px solid #000;
	display: inline-block;
}
	#emergency-alert h1 {
		text-transform:uppercase;
		color:#fc0;
		font-family:Trebuchet MS, Arial, sans-serif;
		font-size:2em;
		font-weight:bold;
	}
	#emergency-alert p {
		font-size:1.2em;
		font-weight:bold;
	}
	#emergency-alert a, #emergency-alert a:visited {
		font-size:1em;
		text-decoration:underline;
		font-weight:bold;
		color:#0a29a5;
	}

noscript div.noscript, div.noscript {
	color:brown;
	font-weight:bold;
	margin: 0.25em 1em 0.25em;
}

/* 
===========================================================

===========================================================
 */
#index #content-header {
	background:transparent;
	margin-bottom:0.75em;
	max-height:186px;
	min-height:166px;
	width:auto;
	overflow:hidden;
}
	#content-header h1 {
		display:block;
		min-width:200px;
		margin-bottom:0.25em;
	}

#section-header { /* -- this will need to be removed after #section-header is removed from Template -- */
	background:#f7db8c;
	padding:0;
	height:25px;
	display:none;
}

/**
 ==========================================================
 * = SEARCH FORM ELEMENTS
 ==========================================================
 */

#searchForm {
	float:right;
	margin-top:45px;
	margin-right:2%;
	padding:0;
	height:29px;
	width:300px;
	height:0;
}
	#searchForm fieldset, #searchFormLocal fieldset {
		margin:0;
		padding:0;
		border:none;
	}
	#searchForm label, #searchFormLocal label {
		display:block;
		margin:0;
		padding:0;
		text-align:left;
		height:16px;
	}
	#searchForm label.search, #searchForm label.searchButton, #metrics {display:none;}

	input#searchBox, input#searchBoxLocal {
		display:inline;
		float:left;
		margin:0;
		padding:0;
		border:1px solid #525967;
		font-size:1.2em;
		color:#003366;
		height:19px;
		width:230px;
	}
	input#searchBoxSmall {
		float:right;
		margin:0;
		padding:0;
		border:1px solid #525967;
		font-size:1.2em;
		color:#003366;
		height:19px;
		width:120px;
	}
	input#searchBox:focus, textarea:focus {
		background-color:yellow;
	}
	input#searchButton, input#searchButtonLocal {
		display:block;
		margin:0;
		padding:0;
		height:21px;
		width:62px;
		float:right;
	}
	input.submit {
		display:block;
		margin:0;
		padding:0 0.25em;
		width:auto;
		float:right;
	}

#searchFormLocal {
	display:none;
	position:absolute;
	left:-9999px;
}
.localSearch #searchFormLocal {
	display:block;
	position:absolute;
	top:13px;
	right:32px;
	left:auto;
	width:300px;
	z-index:10000;
}

.structural {
	position:absolute;
	left:-9999px;
}
input[type=radio] {margin:1px 0.25em 0 0.25em; padding:0; vertical-align:baseline; height:12px; width:12px;}

#searchCDCLocal input[type=radio] {float:left;}

/**
 ==========================================================
 * =PageOptions
 ==========================================================
 */

#content-secondary .pageOptions {
	background/*\**/:#f5faed url('/TemplatePackage/images/bg_repeatPageOptions.gif') 0 0\9;
	margin:0;
	padding:0;
	border:none;
	border-top:1px solid #b5ce9e;
	height:auto;
	width:175px;
	overflow:visible;
	z-index:999;
}
:root *> #content-secondary .pageOptions {
	background:#f5faed none;
	margin:0;
	padding:0;
	border:1px solid #b5ce9e;
	border-right:0 none !important;
	border-radius: 0 0 0 8px;
	height:auto;
	width:174px;
	overflow:visible;
	z-index:999;
}
	.pageOptions .pageOptions-inner {
		background/*\**/:transparent url(/TemplatePackage/images/bg_pageOptions.gif) 0 bottom no-repeat\9;
		margin:0;
		padding:0 0.5em 5px 0.75em;
		height:auto;
		width:auto;
	}

/* will need to update above for new layout */
#siteinfo {
	min-height:103px;
	z-index:-22;
}
	#siteinfo-credits {
		background-color:#fff;
		margin:0;
		border:none;
		padding:0;
		padding-top:6px;
		color:#000;
		line-height:1.2;
		min-height:70px;
	}
		#siteinfo-credits img {
			margin:-6px 0.25em 0 0;
			border:none;
			padding:0 0 1em 0;
			float:left;
			clear:right;
		}

/**
 ===================================
 * = RULES
 ===================================
 */
#siteinfo-logos {
	display:inline;
	float:right;
	height:55px;
	/* [disabled] width:auto;*/
			width: 249px;
	margin:0;
	padding:0;
	vertical-align:middle;
	border:1px solid #fff;
}
	body.esp #siteinfo-logos { width: 261px; }

#siteinfo-credits #siteinfo-logos img {
	float:left;
	display:inline;
	margin:0;
	border:none;
	padding:0;	
}
#siteinfo-logos a:first-child img {margin-top:0.7em;}

#siteinfo-credits address { margin-right: 249px; }
	body.esp #siteinfo-credits address { margin-right: 261px; }

.lefty {
	position:relative;
	margin-right:10px;
	float:left;
	vertical-align:baseline;
}
.righty {
	position:relative;
	margin-left:10px;
	float:right;
	vertical-align:baseline;
}

#wrapper img.center {
	display:block;
	margin:0.25em auto;
	margin-bottom:0.5em;
}

.clearfix:after, #content-main:after {
	content:".";
	display:block;
	font-size:0;
	height:0;
	clear:both;
	visibility:hidden;
}
/* ====== testing ====== *//*.clearfix {
	background:transparent;
	clear:both;
	display:block;
	float:none;
	margin:0;
	border:0 none;
	padding:0;
	font-size:0;
	height:0;
	width:0;
	overflow:hidden;
	visibility:hidden;
}*/

/* ====== testing ====== */	.clearMeL {clear:left;}
/* ====== testing ====== */	.clearMeR {clear:right; position:relative;}

#content-main table {
	border-collapse:collapse;
	margin:0 auto 1em;
	word-wrap:break-word;
}

#omniture {
	position:absolute;
	left:-9999px;
	height:0;
	overflow:hidden;
}

/**
 ===================================
 * = Moved from homeColumn.css
 ===================================
 */
#bottom-container {
	clear:both;
	position:relative;
	margin:0;
	padding:10px 0 0 0;
	width:auto;
	overflow:hidden;
}

#top-container + #bottom-container {padding:0;}

#left-column, .left-column {
	clear:left;
	display:inline;
	float:left;
	position:relative;
	margin:0;
	border:none;
	padding:0;
	width:66.666%;
}
body.homepage #left-column, body.homepage .left-column {width:66%;}
	#left-column div.column-inner, .left-column div.column-inner, 
	#right-column div.column-inner, .right-column div.column-inner {padding:0;}

#right-column, .right-column {
	clear:right;
	display:inline;
	float:right;
	position:relative;
	margin:0;
	border:none;
	padding:0;
	width:33.333%;
}
body.homepage #right-column, body.homepage .right-column {width:33%;}

.two-columns {
	background:transparent;
	position:relative;
	margin:0;
	padding:0;
	width:auto;
	max-width:772px;
	min-width:8em;
	overflow:auto;
}

.two-columns .column1 {
	position:relative;
	float:left;
	margin:0;
	padding:0;
	width:50%;
	clear:left;
}
.two-columns .column2 {
	position:relative;
	float:none;
	margin:0;
	margin-left:50%;
	margin-right:0;
	padding:0;
}

.two-columns .column1 > div {
	position:relative;
	margin-right:5px;
}
.two-columns .column2 > div {
	position:relative;
	margin-left:5px;
}

.two-columns .rounded-corner .column1 div {margin-right:5px;}
.two-columns .rounded-corner .column2 div{margin-left:5px;}

#right-column .rounded-corner {margin-left:0;}

.top-blocks .column1 {
	position:relative;
	float:left;
	margin:0;
	margin-left:0;
	padding:0;
	width:50%;
	clear:left;
}
.top-blocks .column2 {
	position:relative;
	float:none;
	margin:0;
	margin-left:50%;
	margin-right:0;
	padding:0;
	width:auto;
}
.top-blocks .column1 dl {margin-right:2.5px;}
.top-blocks .column2 dl {margin-left:2.5px;}

/**
 ==========================================================
 * = SUBGRIDS
 ==========================================================
 */

.subColumns, .subColumn, .row {
	width:auto;
	overflow:hidden;
}
*:first-child+html .inner > .subColumns,
*:first-child+html .inner > .subColumn,
*:first-child+html .inner > .row {width:100%;}

.c50l, .c25l, .c33l, .c38l, .c66l, .c75l, .c62l {float:left;}
.c50r, .c25r, .c33r, .c38r, .c66r, .c75r, .c62r {float:right;}

.c25l, .c25r {width:25%;}
.c33l, .c33r {width:33.333%;}
.c50l, .c50r {width:50%;}
.c66l, .c66r {width:66.666%;}
.c75l, .c75r {width:75%;}
.c38l, .c38r {width:38.2%;}/* Golden Ratio */
.c62l, .c62r {width:61.8%;}/* Golden Ratio */

/* = for four columns layout = 
	.c25l, .c25r {width:139px;}
	.c33l, .c33r {width:188px;}
	.c50l, .c50r {width:288px;}
	.c66l, .c66r {width:388px;}
	.c75l, .c75r {width:437px;}

/** ==================================================================== */
*:first-child+html .c1, *:first-child+html .c2 {min-width:49%;}
*:first-child+html .c25l, *:first-child+html .c25r {min-width:25%;}
*:first-child+html .c33l, *:first-child+html .c33r {min-width:33.333%;}
*:first-child+html .c50l, *:first-child+html .c50r {min-width:50%;}
*:first-child+html .c66l, *:first-child+html .c66r {min-width:66.666%;}
*:first-child+html .c75l, *:first-child+html .c75r {min-width:75%;}
*:first-child+html .c38l, *:first-child+html .c38r {min-width:38.2%;} 
*:first-child+html .c62l, *:first-child+html .c62r {min-width:61.8%;}

.subc {padding:0 5px;}
 div.module .inner div.middle > .subc, #content .main-inner div.middle > .subc {padding:0 3px !important;}
.subcl { /* [disabled]padding:0 5px 0 0; */ }
.subcr { /* [disabled]padding:0 0 0 5px; */ }

.c50l > [class^="subc"], .c25l > [class^="subc"], .c33l > [class^="subc"], .c38l > [class^="subc"], .c66l > [class^="subc"], .c75l > [class^="subc"], .c62l > [class^="subc"] {
	margin:0;
	padding:0 5px 0 0;
}
.c50r > [class^="subc"], .c25r > [class^="subc"], .c33r > [class^="subc"], .c38r > [class^="subc"], .c66r > [class^="subc"], .c75r > [class^="subc"], .c62r > [class^="subc"] {
	margin:0;
	padding:0 0 0 5px;
}

/*
.c50l > [class^="subc"] [class^="subc"], .c25l > [class^="subc"] [class^="subc"], .c33l > [class^="subc"] [class^="subc"], .c38l > [class^="subc"] [class^="subc"], .c66l > [class^="subc"] [class^="subc"], .c75l > [class^="subc"] [class^="subc"], .c62l > [class^="subc"] [class^="subc"],
.c50r > [class^="subc"] [class^="subc"], .c25r > [class^="subc"] [class^="subc"], .c33r > [class^="subc"] [class^="subc"], .c38r > [class^="subc"] [class^="subc"], .c66r > [class^="subc"] [class^="subc"], .c75r > [class^="subc"] [class^="subc"], .c62r > [class^="subc"] [class^="subc"] {padding:0 5px;}
*/

.rounders .subc {margin:0; padding:0;}

.subc .flow a, .subcl .flow a, .subcr .flow a {display:inline-block;}
*:first-child+html .subc .flow a, *:first-child+html .subcl .flow a, *:first-child+html .subcr .flow a {
	max-width:none;
	min-width:1%;
}
