@charset "UTF-8";
/**
 * CDC - (X)HTML/CSS Framework
 *
 * @package         TemplatePackage 'B'
 * @version         2.5.2_RC
 * @builddate       05-25-2010 (Tu, 25 May 2010)
 */

@media screen, projection
{

#branding {
	position:relative;
/*	background:white url('http://www.cdc.gov/TemplatePackage/images/bgHdrAZ.gif') 0 0 repeat-x; */
	height:auto;
	min-width:1px;
}
#branding {height:46px;}

	#branding #branding-logo {
		margin:0;
		padding:0;
		height:65px;
		max-width:98%;
		background:transparent url('../images/cdcHeaderLogo.gif') 5px 20px no-repeat;
	}
			#branding #branding-logoImage a {
				width:480px;
				height:60px;
				position:absolute;
			}
			#branding #branding-logo img,
			#branding #branding-logo span {
				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;
	font-size:.75em;	
}
	#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;
	}

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:#000;
	background-color:#5271ad;
	height:auto;
	overflow:auto;
	width:auto;
	padding:5px;
	z-index:100;
}

#emergency-alert {
	height:auto;
	margin-top:50px;
	margin-bottom:-10px;
	background:#f00;
	padding:10px;
	border:1px solid #000;
}
	#emergency-alert h1 {
		text-transform:uppercase;
		color:#fc0;
		clear:both;
		font-family:Trebuchet MS, Arial, sans-serif;
		font-size:2em;
		font-weight:bold;
	}
	#emergency-alert p {
		clear:both;
		font-size:1.2em;
		font-weight:bold;
		color:#fff;
	}
	#emergency-alert a, #emergency-alert a:visited {
		clear:both;
		font-size:1em;
		text-decoration:underline;
		font-weight:bold;
		color:#fc0;
	}

noscript div.noscript, div.noscript {
	color:brown;
	font-weight:bold;
	margin:5px;
}

/* 
===========================================================

===========================================================
*/

#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;
	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-label, #searchForm label.searchButton, #metrics {display:none;}

	input#edit-islandora-simple-search-query, input.searchBoxLocal {
		display:inline;
		float:left;
		margin:0;
		padding:0;
		border:1px solid #525967;
		font-size:1em;
		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;
}

input[type=radio] {float:left; margin:1px 0.25em 0 0.25em; padding:0; vertical-align:baseline; height:12px; width:12px;}
*/

/** OVERRIDE SEARCH BOX CSS **/
.structural {
	position:relative;
	left:-9999px;
}
	
/**#searchFormLocal {
	position: absolute;
	right: 6px;
	top: 28px;
	z-index: 1000;
	display: block;
	width: 300px;
	margin-right:2%;
}*/
	
	#searchFormLocal {
	position: absolute;
	right:0;
	top: 45px;
	z-index: 1000;
	display: block;
	width: 300px;
	margin-right:2%;
	white-space: nowrap;
}
	
	#searchFormLocal form label {display:none;}


	#searchFormLocal form#gsearch input.searchBox {
	border: 1px solid #525967;
	display: inline;
	color: #003366;
	font-size: .8em;
	height: 19px;
	margin: 0;
	padding: 0;
	float: left;
}
	
	#searchFormLocal form#gsearch input.searchBox:focus {
	color: #003366 !important;
}
	
#searchFormLocal form#gsearch input.searchButton {
	margin:0;
	padding:0;
	height:21px;
	width:62px;
	float:left;
	margin-left:5px;
}

form#gsearch { width: 330px; }
	
		
	#edit-islandora-simple-search-query-wrapper input.edit-islandora-simple-search-query {
	border: 1px solid #525967;
	display: inline;
	color: #003366;
	font-size: .8em;
	height: 19px;
	margin: 0;
	padding: 0;
	float: left;
}

#searchFormLocal form#gsearch input#edit-islandora-simple-search-query:focus {
	color: #003366 !important;;
}
	
/**
 ==========================================================
 * =PageOptions
 ==========================================================
 */

#content-secondary .pageOptions {
	background:#f5faed url('http://www.cdc.gov/TemplatePackage/images/bg_repeatPageOptions.gif') 0 0;
	margin:0;
	padding:0;
	border:none;
	border-top:1px solid #b5ce9e;
	height:auto;
	width:175px;
	overflow:visible;
	z-index:999;
}
	.pageOptions .pageOptions-inner {
		background:transparent url('http://www.cdc.gov/TemplatePackage/images/bg_pageOptions.gif') 0 bottom no-repeat;
		margin:0;
		padding:0 0.5em 5px 0.75em;
		height:auto;
		width:auto;
	}



/**
 ===================================
 * = RULES
 ===================================
 */


.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:".";
	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 ====== */	*:first-child+html .clearfix {zoom: 1; height:0;} /* IE7 */
*:first-child+html/* .roundem*/ .azMenuList .clearfix {min-width:100%;}

/* ====== 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;
}

#left-column, .left-column {
	float: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 {padding:0 5px 0 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%;}
	#right-column div.column-inner, .right-column div.column-inner {padding:0 0 0 5px;}

.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 {
	width:auto;
	overflow:hidden;
}
*:first-child+html .inner > .subColumns {width:100%;}

.c50l, .c25l, .c33l, .c38l, .c66l, .c75l, .c62l {float:left;}
.c50r, .c25r, .c33r, .c38r, .c66r, .c75r, .c62r {float:right; margin-left:-5px;}

.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 */
/** ==================================================================== */
*: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 3px;}
 div.module .inner div.middle > .subc, #content .main-inner div.middle > .subc {padding:0 3px !important;}
.subcl {padding:0 5px 0 0;}
.subcr {padding:0 0 0 5px;}
.c50l > .subc, .c25l > .subc, .c33l > .subc, .c38l > .subc, .c66l > .subc, .c75l > .subc, .c62l > .subc {
	/* ====== testing ====== */	margin:0 !important;
	padding:0 5px 0 0 !important;
}
.c50r > .subc, .c25r > .subc, .c33r > .subc, .c38r > .subc, .c66r > .subc, .c75r > .subc, .c62r > .subc {
	/* ====== testing ====== */	margin:0 !important;
	padding:0 0 0 5px !important;
}

.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%;
}

}