body {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	font-family: arial, sans-serif;
	color: #333;
	line-height: 1.3em;
}
.grey { color: #666; }
hr { height: 1px; background-color: #ccc; border: 0; }

.red {
	color: #CD1D00;
}

a#blogLink { margin-top: 67px; display: block; width: 161px; height: 29px; background-image:url(../art/b_cdc-blog.png); }
a#blogLink:hover { background-position: 0 -100%; }
#sidebar a#blogLink { margin-left: 13px; }


.narrow { width: 260px!important; border-right: 1px solid #ccc; padding-right: 10px; }
.narrow h1 { border-bottom: 1px solid #ccc; }
#sidebar2 { float: right; margin: 0px 0 0 0; width: 266px; }
#sidebar2 strong { color: #666; }
#sidebar2 ul { margin: 5px 0 0 20px; padding: 0 0 0 20px; }
.news {
	margin-bottom: .5em;
}

p#caption { position: absolute; top: 165px; right: 0;  }

/* PRINT HEADER */

#printHead {
	display: none;
}

.large { font-size: 1em; }

/* MAIN CONTENT FRAME */

#frame {
	width: 780px;
	background-image:url(/art/bk_home-content.png);
	background-position: top right;
	%background-position: top 100px;
	background-repeat: no-repeat;
	overflow: hidden;
	position: relative;
}

#frame-level1 {
	width: 780px;
	background-image:url(/art/bk_level01.png);
	background-position: top right;
	background-repeat: no-repeat;
	overflow: hidden;
}

/* NAVIGATION */

#navigation {
	width: 200px;
	float: left;
}

#navigation a#homeLink {
	margin-left: 95px;
	display: block;
}

#navigation ul {
	margin-top: 50px;
	list-style-type: none;
	border-bottom: 1px solid #CCC;
}

#frame-level1 #navigation ul {
	margin-top: 2px;
}

#navigation li {
	_border: 1px solid #FFF;
	border-top: 1px solid #CCC;
	overflow: hidden;
	line-height: 2.1em;
	font-size: .9em;
}

#navigation ul li a {
	display: block;
	color: #999;
	font-weight: bold;
}

#navigation ul li a:hover {
	color: #CD1D00;
}

#navigation ul li a#current {
	color: #333;
}

/* NAVIGATION - LEVEL 2 SUB NAV */ 

#frame-level1 #navigation ul ul {
	margin: 0px;
	border-bottom: 0px;
}

#frame-level1 #navigation ul ul li a {
	padding-left: 1em;
	margin: 0px;
}

/* NAVIGATION - LEVEL 3 SUB NAV */

#frame-level1 #navigation ul ul ul li a {
	padding-left: 2em;
}

/* MAIN CONTENT */

#content {
	width: 580px;
	float: right;
}

#content span#contentSpan {
	display: block;
	margin-left: 30px;
	_margin-left: 27px;
}

/* MAIN CONTENT - LEVEL 2 */

#content.level2 span#contentSpan {
	padding-top: 70px;
}

.level2 span#contentSpan {
	padding-top: 70px;
}

/* MAIN CONTENT - BANNER IMAGE */

#content #bannerImage {
	margin-top: 72px;
	height: 133px;
}

/* MAIN CONTENT - COPY */

#content #copy {
	width: 345px;
	margin-bottom: 50px;
	float: left;
}

#content #copy.fullwidth {
	width: 549px;
}

#content #copy.halfwidth {
	width: 430px;
}

#content h1 {
	font-size: 1.2em;
	margin-bottom: .25em;
}

#content #copy h1.inline {
	line-height: 1.5em;
	display: inline;
	border: 0;
}

.level2 #copy h1 {
	text-align: right;
	color: #CD1D00;
	border-top: 1px solid #CCC;
	margin-bottom: 42px;
}

.level2 #copy h1.black {
	color: #333;
	text-align: left;
}

#content #copy h1 strong {
	color: #CD1D00;
}

#content #copy h2 {
	margin-top: 1em;
}

#content #copy h2 a {
	color: #c00;
}

#content #copy p, #content #copy ul {
	font-size: .95em;
	line-height: 1.9em;
	margin-bottom: 1em;
}

#content #copy p.inline {
	display: inline;
}

#content ul {
	margin-left: 1.2em;
	list-style-type: square;
}

#content ul li {
	font-size: 1em;
}

#content ul li span {
	line-height: 2em;
}

/* MAIN CONTENT - FAQ */

#content #copy #faq {
	margin: 0px;
	padding: 0px;
	overflow: hidden;	
}

#content #copy #faq h2 {
	border-top: 1px solid #CCC;
	margin-bottom: 10px;
	margin-top: 0px;
	padding-top: 3px;
}

#content #copy #faq ul {
	list-style-type: none;
	margin-left: 0px;
	margin-bottom: 30px;
}

#content #copy #faq ul li {
	line-height: 1.4em;
	margin-bottom: 10px;
}

/* MAIN CONTENT - CONTACT */

.indent { margin-left: 50px!important; }

table.intentToSubmit th { white-space: nowrap; }

input.itext, textarea.itext {
	border: 1px solid #BBB;
	width: 210px;
}

textarea.itext { height: 140px }

input.state {
	width: 2em;
	margin-right: 5px;
}

input.zip {
	width: 5em;
	margin-left: 2px;
}

input.city {
	width: 15em;
}

input.ibutton {
	border: 1px solid #CCC;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	
}

.intentToSubmit th { width: 130px; }
.intentToSubmit .itext { width: 300px; }

.intentToSubmit .city { width: 150px; margin-right: 2px; }
.intentToSubmit .state { width: 40px; margin-right: 0;  }
.intentToSubmit .zip { width: 102px; }



form#contact table th {
	font-size: .9em;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}

form#contact table b {
	color: #CD1D00;
}

/* MAIN CONTENT - EVENTS */

#content #copy .event {
	margin-top: 1em;
	margin-bottom: 1em;
	padding: 0;
}

#content #copy .event h1 {
	font-size: 1em;
	margin: 0px;
}

#content #copy .event p {
	line-height: 1.2em;
}

#content #copy .event .date, #content #copy .event .address {
	line-height: 1.2em;
	margin: 0px;
	margin-top: 1em;
	font-size: .95em;
	padding: 0px;
}

#content #copy .event .date {
	margin-top: 0px;

}

#content #copy .event .info {
	padding: 0;
	margin-bottom: 10px;
}

#content #copy ul#audio {
	list-style-type: none;
	border-top: 1px solid #CCC;
	margin-left: 0px;
	margin-bottom: 15px;
}

#content #copy ul#audio li {
	width: 100%;
	border-bottom: 1px solid #CCC;
	overflow: hidden;
}

#content #copy ul#audio li span {
	display: block;
	margin-bottom: 3px;
}

#content #copy ul#audio li div.playButton {
	float: left;
	width: 20px;
	margin-right: 5px;
}

#content #copy ul#audio li p {
	width: 80%;
	float: left;
	line-height: 20px;
}



/* MAIN CONTENT - FLASH */

#content #flashContent {
	position: relative;
	left: 239px;
}

.fullwidth {
	width: 520px;
}

#content #copy #slideshow {	
	margin-top: 0px;
	margin-bottom: 10px;
	text-align: right;
}

/* MAIN CONTENT - PDF LINK */

#content #copy div.pdfLink {
	overflow: hidden;
	padding-top: 25px;
}

#content #copy div.pdfLink img {
	float: right;
	margin-left: 10px;
}

#content #copy div.pdfLink p {
	margin: 0px;
	text-align: right;
	padding-top: 100px;
}

#content #copy div.pdfLink a {
	display: block;
	text-align: right;
}

/* MAIN CONTENT - JURY */

#content #copy #jury {
	margin-top: -3px;
}

#content #copy #jury p {
	line-height: 1.3em;
}

/* MAIN CONTENT - NEWS */

#content #copy #articles {
	border-top: 1px solid #CCC;
	padding-top: 1em;
	}

#articles p.event {
	border-top: 1px solid #CCC;
	}

#articles p.media {
	border-bottom: 1px solid #CCC;
	line-height: 1.5em !important;
	padding-bottom: 1.125em;
	}



/* MAIN CONTENT - PRESS RELEASES */

#content #copy p.article {
	border-bottom: 1px solid #ccc;
	line-height: 1.2em;
	padding-bottom: 1em;
}

#content #copy p.article strong {
	display: block;
	margin-bottom: .5em;
}

#content #pressRelease h1 {
	color: #333;
	text-align: left;
	border: none;
	margin-bottom: 1.1em;
}

#content #pressRelease h2 {
	margin-bottom: 1em;
	font-weight: normal;
}

#content #pressRelease h3 {
	margin: 0px;
	color: #999;
}

#content h3.rule { font-size: 1.25em; border-top: 1px solid black; padding: 8px 0; margin: 10px 0 5px 0; }
.intentToSubmit { width: 100%; }
.intentToSubmit h4 { border-top: 1px solid #CCC; margin: 10px 0 5px 0; padding: 8px 0;  }

#content #pressRelease a {
	display: block;
	text-align: right;
	position: relative;
	border-top: 1px solid #CCC;
	width: 100%;
	margin-bottom: 40px;
}

#content #pressRelease p {
	margin: 0px;
	margin-top: 1.3em;
}

#content #pressRelease p.articleProject {
	margin-top: 2em;
	margin-bottom: 4em;
	line-height: 1.8em;
}

#content #pressRelease p#moreInfo {
	margin: 0px;
	margin-bottom: 1.1em;
	line-height: 1.1em;
	color: #666;
	border-top: 1px solid #CCC;
}

#content #pressRelease .newsImg {
	float: right;
	width: 200px;
	margin-left: 15px;
}

#content #pressRelease .newsImg p {
	line-height: 1.2em;
	font-size: .9em;
	margin: 0px;
	margin-top: 2px;
	color: #666;
}

/* MAIN CONTENT - PROJECTS */

#content #copy ul.team {
	list-style-type: none;
	margin-left: 0px;
	line-height: 1.3em;
	color: #888;
	font-size: .9em;
}

#content #copy ul.team li {
	margin-bottom: 5px;
}

#content #copy #projectHeader2 {
	position: relative;
	overflow: hidden;
	border-bottom: 1px solid #CCC;
	padding-bottom: 0px;
	width: 100%;
}

#content #copy #projectHeader {
	position: relative;
	overflow: hidden;
	border-bottom: 1px solid #CCC;
	padding-bottom: 11px;
	width: 100%;
}

#content #copy #projectHeader div.bottom {
	text-align: left;
	position: absolute;
	_position: relative;
	_top: 85px;
	bottom: 19px;
	float: left;
	width: 190px;
}

#content #copy #projectHeader .bottom h1 {
	text-align: left;
	margin-bottom: 0px;
	color: #333;
	border: none;
}

#content #copy #projectHeader p {
	line-height: 1.35em;
	margin-bottom: 30px;
	margin-top: 10px;
}

#content #copy ul#projects {
	list-style-type: none;
	margin: 0px;
	border-top: 1px solid #CCC;
	margin-left: 0px;
	padding: 0px;
}

#content #copy ul#projects li {
	display: block;
	clear: both;
	overflow: hidden;
	border-bottom: 1px solid #CCC;
	margin-top: 20px;
	height: 100px;
}

#content #copy ul#projects p {
	line-height: 1.3em;
}

#content #copy ul#projects h2 {
	margin-top: 5px;
	_margin-top: -15px;
}

#content #copy ul#projects img {
	float: left;
	margin-right: 10px;
}
/* MAIN CONTENT - SIDEBAR */

#content #sidebar {
	line-height: 1.5em;
	font-size: .92em;
	margin-top: 100px;
	float: right;
	width: 175px;
}

#content.homepage #sidebar { 
	width: 360px;
}

#content.homepage #sidebar h2 { font-size: 1em; color: #000; }
#content.homepage #sidebar h2 strong { color: #c00; }

#frame-level1 #content #sidebar {
	margin-top: 60px;
}

#content #sidebar h1 {
	font-size: 1.1em;
	color: #CD1D00;
	margin-bottom: 1em;
	margin-left: 13px;
}

#content #sidebar h2 {
	font-size: 1.2em;
	color: #555;
}

#content #sidebar ul {
	list-style-type: none;
	border-top: 1px solid #CCC;
}

#content #sidebar li {
	padding-top: .7em;
	padding-bottom: .7em;
	border-bottom: 1px solid #CCC;
}

#content #sidebar ul#normal {
	list-style-type: square;
	margin-top: 5px;
}

#content #sidebar ul#normal li {
	padding: 0;
	margin: 0;
}

/* SITEMAP */

#content #copy #sitemap ul {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: .9em;
}

#content #copy #sitemap ul ul {
	list-style-type: disc;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 1em;
}

#content #copy #sitemap ul ul ul {
	list-style-type: circle;
}

/* FOOTER */

#footer {
	border-top: 1px solid #CCC;
	margin-top: 30px;
	_margin-top: 30px;
	color: #999;
	font-size: .9em;
}

#footer #cdc-foot {
	padding-top: 20px;
	overflow: hidden;
	height: 55px;
}

#footer #cdc-foot p {
	float: right;
	width: 550px;
}

#footer #cdc-foot img {
	float: left;
	margin-right: 10px;
}

#footer #main-foot {
	border-top: 1px solid #CCC;
	padding-top: 5px;
}

#footer #main-foot p {
	float: right;
	width: 550px;
}

.post { margin-bottom: 2em; border-bottom: 1px solid #ccc; }
	
	
	