@CHARSET "UTF-8";

html{
	background:#769cc4;	
}

body {
	margin:0;
	padding:20px 0 40px 0;
	text-align:center;
	background:#769cc4;
	color:#000;
	font-family:"Trebuchet MS", serif;
	font-size:68%;
}

a{
	color:#0B548D;
}

strong, b {
	font-weight: bold;
}

.align-center
{
	text-align: center;
}

.align-right
{
	text-align: right;
}

#mainContainer{
	width:980px;
	/*margin:20px auto 40px auto;*/
	margin: 0 auto;
	background:#fff url("../images/main-bg.gif") repeat-y top center;
	text-align:left;
}

#header{
	position:relative;
	background: url("../images/main-top.gif") top left no-repeat;
	height:158px;
	padding:20px 10px 10px 10px;
}

#logo{
	position:absolute;
	top:34px;
	left:48px;
}

#search{
	position:absolute;
	top:20px;
	right:30px;
	width:340px;
	height:48px;
	background: #dadde0 url("../images/search-bg.gif") top right no-repeat;
}


#fontSize{
	float:left;
	margin:6px 0 0 12px;
	height:19px;
	padding-top:13px;
}
#fontSize a{
	display:block;
	float:left;
	height:20px;
	padding:0 6px;
	text-decoration:none;
}
#fontSize a span{
	font-size:93%;
}
#fontSize a:hover{
	text-decoration:underline;
}
#fontSizeIncrease{
	border-right:1px solid #edeef0;
}


#print{
	float:left;
	margin-top:6px;
	height:25px;
	padding:11px 0 0 10px;
	border-left:1px solid #fff;
}
#print a{
	display:block;
	font-size:93%;
	text-transform:uppercase;
	text-decoration:none;
	padding:3px 23px 0 0;
	background: url("../images/print-icon.gif") top right no-repeat;
}
#print a:hover{
	text-decoration:underline;
}


#search form{
	position:absolute;
	top:17px;
	right:22px;
	width:173px;
	height:21px;
	background: url("../images/search-text.gif") top left no-repeat;
}

#searchText{
	position:absolute;
	top:2px;
	left:18px;
	background:#fff;
	width:114px;
	height:16px;
	border:0;
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size:11px;
	padding-top:1px;
}
#searchSubmit{
	position:absolute;
	top:0;
	right:0;
}

#nav{
	position:absolute;
	top:140px;
	left:30px;
}

#nav li{
	float:left;
	position:relative;
}
#nav li a{
	display:block;
	height:29px;
	padding-top:14px;
	border-right:1px solid #fff;
	font-family:"Lucida Grande", Arial, sans-serif;
	font-size:108%;
	font-weight:bold;
	background: #0b548d url("../images/nav.gif") 0px 0px no-repeat;
	color:#fff;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
}
#nav li a:hover{
	background-color:#083b62;
}
#navHome a{width:142px; background-position:0px 0px;}
#navHome a:hover, #navHome a.selected{background-position:0px -44px;}

#nav #navAbout a{width:165px; background-position: -143px 0px;}
#nav #navAbout a:hover, #nav #navAbout a.selected{background-position: -143px -44px;}

#nav #navPrograms a{width:204px; background-position: -309px 0px;}
#nav #navPrograms a:hover, #nav #navPrograms a.selected{background-position: -309px -44px;}

#nav #navNews a{width:134px; background-position: -514px 0px;}
#nav #navNews a:hover, #nav #navNews a.selected{background-position: -514px -44px;}

#nav #navCommunity a{width:271px; background-position: -649px 0px;}
#nav #navCommunity a:hover, #nav #navCommunity a.selected{background-position: -649px -44px;}


/*=== sub nav ===*/
#nav ul{
	z-index:999;
	display:none;
	/*
	*/
	position:absolute;
	top:43px;
	left:0;
	background:#0b548d;
	border-top:1px solid #fff;
	padding:5px 5px 10px 5px;
}
#nav li:hover ul,
#nav li.over ul{
	display:block;
}
#nav ul li{  
	display:block;
	float:none;
	/*background:#27699e;*/
	background: #0B548D;
	margin:0;
	z-index:999;
}
#nav ul li a{
	/*background:#27699e;*/
	background: #0B548D;
	margin:0;
	border:0;
	border-top:1px solid #0b548d;
	border-bottom:1px solid #3c76a4;
	text-transform:uppercase;
	padding:5px 10px;
	text-align:left;
	height:auto;
	width:auto;
	z-index:999;
}
#nav ul li a:hover{
	background-color:#083b62;
	border-top:1px solid #083b62;
	border-bottom:1px solid #083b62;
}




#footer{
	background:url("../images/main-bottom.gif") bottom left no-repeat;
	padding:50px 30px 20px 30px;
	overflow: hidden;
}

#footerInfo{
	margin-bottom:10px;
	height:60px;
}
#footerInfo img{
	margin:0 10px 0 20px;
	float:left;
}
#footerInfo p{
	padding-top:15px;
	font-size:93%;
	color:	#999;
}

#footerActions{
	position:relative;
	background:url("../images/footer-bg.gif") top left no-repeat;
	height:60px;
	width:915px;
}

#footerActions a{
	text-decoration:none;
	text-transform:uppercase;
	font-size:93%;
}
#footerActions a.noCaps{
	text-transform:none;
}
#footerActions a:hover{
	text-decoration:underline;
}
#footerNav{
	position:absolute;
	top:15px;
	left:20px;
}
#footerNav li{
	float:left;
	padding:0 10px;
	border-left:1px solid #779bb8;
}
#footerNav li.first{
	padding-left:0;
	border-left:0;
}

#footerShare{
	position:absolute;
	top:15px;
	right:20px;
}
#footerShare a{
	margin:0 3px;
}
#footerShare img.icon,
#footerShare a.addthis_button img
{
	vertical-align:text-bottom;
}


#main{
	margin:0 30px 0 30px;
	overflow: hidden;
}


#leftCol{
	width:210px;
	float:left;
	margin-top:30px;
}
#rightCol{
	position:relative;
	width:680px;
	float:right;
	font-size: 120%;
	/*margin-top:30px;*/
	z-index: 0;
}
#rightCol h1{
	font-size:180%;
	font-weight: bold;
	color:#666;
	margin-bottom:1em;
	width: 420px;
}
#rightCol h2, h3, h4{
	font-size:138.5%;
	color:#000;
	margin:1em 0;
	font-weight: bold;
}
#rightCol p{
	margin:1em 0;
	line-height: 130%;
}

div#rightCol ul
{
}

div#rightCol li ul
{
	margin: 0 0 0 2em;
}

div#rightCol li
{
	margin: 0.3em 0 0.3em 2em;
	padding: 0 0 0 10px;
	/*background: url(../images/arrow.gif) 0 2px no-repeat;*/
	list-style-type: disc;
	/*list-style-position: outside;*/
}

div#rightCol li a
{
	font-size: 1.1em;
}





.leftNav {
	margin-bottom:40px;
}
.leftNav li a{
	display:block;
	padding:8px 10px;
	border-bottom:1px solid #e7e7e7;
	text-decoration:none;
	text-transform:uppercase;
	font-size:108%;
}
.leftNav li a:hover, .leftNav li a.selected{
	background:#f5f5f5;
}

.navMarker{
	width:220px;
	height:31px;
	position:relative;
}
.navMarker img{
	position:absolute;
	top:0;
	right:0;
}
.navMarker.red{background:#ea332f;}
.navMarker.yellow{background:#f7af33;}
.navMarker.green{background:#40993e;}
.navMarker.darkblue{background:#0b548d;}
.navMarker.lightblue{background:#769cc4;}







.actionButton, .actionButton span, #newsList div.callToAction a, #newsList div.callToAction a span{
	display: -moz-inline-stack;
	display:inline-block;
	background:url("../images/action-button-grey-white.gif") no-repeat;
}
.actionButton, #newsList div.callToAction a{
	background-position:top right;
	height:18px;
	padding-right:8px;
	text-decoration:none;
	font-size:11px;
}
.actionButton span, #newsList div.callToAction a span{
	background-position:top left;
	height:16px;
	padding:2px 0 0 18px;
}
.actionButton:hover, #newsList div.callToAction a:hover{
	background-position:bottom right;
}
.actionButton:hover span, #newsList div.callToAction a:hover span{
	background-position:bottom left;	
}

.actionButton.greyWhite, .actionButton.greyWhite span{ background-image:url("../images/action-button-grey-white.gif");}
/*.actionButton.greyGrey, .actionButton.greyGrey span{ background-image:url("../images/action-button-grey-grey.gif");}*/
.actionButton.greyGrey, .actionButton.greyGrey span{ background-image:url("../images/action-button-grey-grey.png");}
.actionButton.whiteRed, .actionButton.whiteRed span{ background-image:url("../images/action-button-white-red.gif");}
.actionButton.blueWhite, .actionButton.blueWhite span{ background-image:url("../images/action-button-blue-white.gif"); color:#fff;}
.actionButton.blueGrey, .actionButton.blueGrey span, #newsList div.callToAction a, #newsList div.callToAction a span{ background-image:url("../images/action-button-blue-grey.gif"); color:#fff;}

div#rightCol a.actionButton { font-size: 90%; }


.actionButtonLarge, .actionButtonLarge span{
	display: -moz-inline-stack;
	display:inline-block;
	background:url("../images/action-button-large-grey-white.gif") no-repeat;	
}
.actionButtonLarge{
	background-position:top right;
	height:22px;
	padding-right:15px;
	text-decoration:none;
	font-size:13px;
}
.actionButtonLarge span{
	background-position:top left;
	height:20px;
	padding:2px 0 0 25px;
}
.actionButtonLarge:hover{
	background-position:bottom right;
}
.actionButtonLarge:hover span{
	background-position:bottom left;	
}
/*.actionButtonLarge.greyGrey, .actionButtonLarge.greyGrey span{ background-image:url("../images/action-button-large-grey-grey.gif");}*/
.actionButtonLarge.greyGrey, .actionButtonLarge.greyGrey span{ background-image:url("../images/action-button-large-grey-grey.png");}
.actionButtonLarge.whiteRed, .actionButtonLarge.whiteRed span{ background-image:url("../images/action-button-large-white-red.gif");}





.actionButtonXLarge, .actionButtonXLarge span{
	display: -moz-inline-stack;
	display:inline-block;
	background:url("../images/action-button-xlarge-grey-white.gif") no-repeat;	
}
.actionButtonXLarge{
	background-position:top right;
	height:27px;
	padding-right:15px;
	text-decoration:none;
	font-size:14px;
}
.actionButtonXLarge span{
	background-position:top left;
	height:23px;
	padding:4px 0 0 25px;
}
.actionButtonXLarge:hover{
	background-position:bottom right;
}
.actionButtonXLarge:hover span{
	background-position:bottom left;	
}
.actionButtonXLarge.greyWhite, .actionButtonXLarge.greyWhite span{ background-image:url("../images/action-button-xlarge-grey-white.gif"); color:#fff;}




.leftBox{
	border:1px solid #ccc;
	margin-bottom:5px;
}

.leftActionBox {
	background:#f5f5f5;
}
.leftActionBox h3{
	font-size:138.5%;
	background:#769cc4;
	color:#fff;
	padding:5px 10px;
	text-align:center;
	margin-top:0;
}
.leftActionBox p{
	font-size:120%;
	margin:10px;
}
.leftActionBox .callToAction{
	text-align:right;
	margin:10px;
}


.inspiringStories{
	border:1px solid #abaaaa;
	
}
.inspiringStories .head{
	padding:5px 10px;
	text-align:center;
	color:#666;
}
.inspiringStories .head h3{
	font-size:138.5%;
}
.inspiringStories .head p{
	color:#999;
	font-size: 120%;
}
.inspiringStories blockquote{
	background:#ea332f url("../images/inspiring-stories-bg.gif") top center no-repeat;
	color:#fff;
	padding:10px;
	/*font-size:93%;*/
	font-size: 120%;
}
.inspiringStories blockquote .callToAction{
	text-align:right;
	margin-top:10px;
}





#breadcrumb{
	/*position:absolute;
	top:-21px;
	left:0;*/
	color:#666;
	min-height: 23px;
	margin-top: 7px;
	overflow: visible;
	font-size: 90%;
}
#breadcrumb a{
	color:#666;
	text-decoration:none;
}
#breadcrumb a:hover{
	text-decoration:underline;
}

.leftImage{
	float:left;
	margin:0 20px 20px 0;
}

h2.section{
	background: url("../images/section-bg.gif") top right no-repeat;
	font-size:18px;
	color:#000;
	height:31px;
	margin:20px 0;
}




.filterForm{
	background:url("../images/filter-form-top.gif") top left no-repeat;
	padding-top:10px;
	font-size:108%;
	margin:20px 0;
}
.filterForm form{
	background:url("../images/filter-form-bottom.gif") bottom left no-repeat;
	/*padding:10px 10px 20px 10px;*/
	padding: 10px 0 20px 5px;
	min-height:50px;
	position:relative;
}
.filterForm .legend{
	float:left;
	width:65px;
	font-weight:bold;
}
.filterForm label{
	color:#666;
}
.filterForm .colFilter3 select{
	width:190px;
	margin-top:10px;
}
.filterForm .colFilter3 .col1,
.filterForm .colFilter3 .col2,
.filterForm .colFilter3 .col3{
	float:left;
	text-align:center;
	width:200px;
}

.filterForm .colFilter2 select{
	width:205px;
	margin-top:10px;
}
.filterForm .colFilter2 .col1,
.filterForm .colFilter2 .col2{
	float:left;
	text-align:center;
	width:285px;
}

div#rightCol .filterForm select
{
	font-size: 80%;
}


#rightCol p.programTotal{
	margin:0 0 1em 0;
}

div#rightCol #programList{	
	margin:0 -20px 0 -30px;
}
div#rightCol #programList li{	
	margin: 0;
	padding:0;
	float:left;
}
div#rightCol #programList a{
	display:block;
	background:#f2f2f2;
	width:185px;
	margin:0 0 5px 30px;
	padding:10px;
	padding-top:20px;
	height:30px;
	text-align:center;
	cursor:pointer;
	cursor:hand;
	font-weight:bold;
	font-size: 90%;
}

div#rightCol ul#programList li,
div#rightCol ul#programListLong li
{
	list-style-type: none;
}	

#programList a:hover{
	background:#e0e5eb;	
}

#programListLong .programListItem{
	position:relative;
	padding:10px 0;
	border-bottom:1px solid #e5e5e5;
}
#programListLong .programListItem img{
	float:left;
	margin:0 10px 10px 0;

}
#programListLong .programListItem h6{
	font-weight:bold;
	margin-bottom:10px;
}
#programListLong .programListItem .body{
	float:left;
	width:500px;
}
#programListLong .programListItem  .callToAction{
	position:absolute;
	bottom:10px;
	right:0;
}


#contentCol31Left{
	float:left;
	width:465px;
}
#contentCol31Right{
	float:Right;
	width:195px;
	margin-top: 48px;
}


.infoList{
	margin:1em;
	margin-left:2em;
}
.infoList li{
	padding: 3px 0;
}



#homeFeature{
	border:1px solid #ccc;
	margin-bottom:20px;
	
}
#homeFeatureContent{
	height:351px;
	width:918px;
	overflow: hidden;
}
#homeFeatureNav{
	position:relative;
	height:51px;
	background:url("../images/home-feature-bg.gif") top left repeat-x;
	padding:4px 0 0 7px;
}
#homeFeatureNav li{
	float:left;
	margin-right:1px;
	width: 96px;
	height: 43px;
	
}
#homeFeatureNav li a{
	display:table;
	text-align: center;
	width: 96px;
	height: 43px;
	/*padding: 0 5px;*/
	background:#0B548D;
	text-decoration: none;
}
#homeFeatureNav li a span{
	display:table-cell;
	padding:0 5px;
	color:#fff;	
	text-transform:uppercase;
	text-decoration:none;
	vertical-align:middle;
	text-align:center;
	font-size:11px;
}

#homeFeatureNav li.red a{background:#ea332f;}
#homeFeatureNav li.yellow a{background:#f7af33;}
#homeFeatureNav li.green a{background:#40993e;}
#homeFeatureNav li.darkblue a{background:#0b548d;}
#homeFeatureNav li.lightblue a{background:#769cc4;}
#homeFeatureNav li a:hover{
	background:#666;
}

#homeFeatureNavHighlight{
	position:absolute;
	top:48px;
	left:7px;
	width:96px;
	height:6px;
	background:#666;
}

#homeFeaturePause{
	position:absolute;
	top:5px;
	right:5px;
	display:block;
	background:url("../images/home-feature-btn.png") 0 0 no-repeat;
	width:47px;
	height:44px;
	cursor:hand;
	cursor:pointer;
}
#homeFeaturePause.paused
{
	background:url("../images/home-feature-btn.png") -47px 0 no-repeat;
}
#homeFeaturePause:hover{
	background-position:0 -44px;
}

#homeFeaturePause.paused:hover{
	background-position:-47px -44px;
}

 #homeFeaturePause span{
	display:none;
}


.genericFeature .hero, .genericFeature img{
	float:left;
	border:1px solid #fff;
}
.genericFeature .description{
	float:left;
	width:270px;
	margin-left:30px;
	color:#999;
	font-size:153.9%;
	height: 354px;
	overflow: auto;
}
.genericFeature .description h2{
	text-transform:uppercase;
	font-size:150%;
	color:#666;
	margin:1em 0;
}
.genericFeature .description p{
	margin-bottom:1em;
	line-height:1.5em;
}
.genericFeature .description .callToAction{
	text-align:center;
}





/*=== generic home info box stuff ===*/

#homeInfoBoxes{
	float:left;
	width:530px;
	
}

.homeInfoBox{
	position:relative;
	border:1px solid #ccc;
	margin-bottom:5px;
}
.homeInfoBox.red{background:#ee2e24; color:#fff;}
.homeInfoBox.grey{background:#f5f5f5;}
.homeInfoBox .mainImage, .homeInfoBox img{
	float:left;
}


.homeInfoBox.red .externalIcon {
	/*position:absolute;
	top:4px;
	right:4px;*/
	background: url(../images/external-link-red.gif) no-repeat 100% 5%;
}

.homeInfoBox.grey .externalIcon {
	background: url(../images/external-link-grey.gif) no-repeat 100% 5%;
}

.homeInfoBox h2{
	font-size:153.9%;
}
.homeInfoBox.grey h2{
	color:#999;
}
.homeInfoBox .description{
	float:left;
	padding:10px 00px 10px 30px;
}
.homeInfoBox .description p{
	width:300px;
	margin-bottom:1em;
}
.homeInfoBox .description .callToAction{
	width:320px;
	text-align:right;
}


/*=== specific home info box stuff ===*/

.beyond2010 p{
	margin-top:10px;
	font-size:131%;
}






a.rss{
	background:url("../images/rss.gif") center right no-repeat;
	padding-right:19px;
	text-decoration:none;
}
a.rss:hover{
	text-decoration:underline;
}

#homeNews{
	float:right;
	width:370px;
	position:relative;
}
#homeNews h2{
	font-size:150%;
	color:#000;
	margin-bottom:1em;
}

#homeNews .rss{
	position:absolute;
	top: 0px;
	right:0px;
}

#homeNews .newsItem{
	display:block;
	text-decoration:none;
	color:#000;
	background-color:#f5f5f5;
	padding:5px 10px;
	margin-bottom:5px;
}

#homeNews .external{
	background: #f5f5f5 url(../images/external-link-grey.gif) top right no-repeat;
}
#homeNews .newsItem:hover{
	background-color:#e0e5eb;
}
#homeNews .newsItem h4{
	margin:0 0 5px 0;
	font-size:108%;
	color: #0B548D;
	font-weight: bold;
}
#homeNews .newsItem h4 a{
	text-decoration:none;
}
#homeNews .newsItem h4 a:hover{
	text-decoration:underline;
}
#homeNews .newsItem .date{
	color:#999;
}
#homeNews .newsItem .callToAction{
	text-align:right;
}

#singleCol{
	width:610px;
}

#singleCol .mainImage, #singleCol #summaryWrapper img{
	float:left;
	margin:0 20px 20px 0;
}


#moreInfoQuickSelect{
	position:absolute;
	/*top:-15px;*/
	top: 30px;
	right:0;
	font-size: 90%;
}
#moreInfoQuickSelect select{
	min-width:130px;
}
#moreInfoQuickSelect p.links{
	text-align:right;
}

.summary{
	font-size:108%;
	font-weight:bold;	
}
.summary .label{
	color:#999;
}
.summary .field{
	color:#000;
}


#newsList{
	border-top:1px solid #ccc;
}
#newsList .newsItem{
	position:relative;
	border-bottom:1px solid #ccc;
	padding:5px 10px;
}
#newsList .newsItem:hover{
	background:#f5f5f5;
}
#newsList .newsItem h4{
	margin:0;
	margin-bottom:0.5em;
	font-size:108%;
}
#newsList .newsItem h4 a{
	text-decoration:none;
	/*color: #999999;*/
}
#newsList .newsItem h4 a:hover{
	text-decoration:underline;
}
#newsList .newsItem p{
	width:560px;
	margin:0 0 1em 0;
}
#newsList .newsItem .date{
	margin-bottom:0.5em;
	color:#999;
}
#newsList .newsItem .callToAction{
	position:absolute;
	right:10px;
	bottom:10px;
}

.pagerRow{
	margin-top:20px;
	height:30px;
	position:relative;
}
.pager{
	position:absolute;
	top:0;
	left:250px;
}
.pager a{
	display:block;
	float:left;
	padding:2px 5px;
	margin-right:1px;
	color:#fff;
	text-decoration:none;
	background:#0B548D;
}
.pager a:hover{
	background:#083b62;
}
.pager .selected {
	background:#083b62;
}
.pager .next, .pager .prev{
	background:#999;
}
.pager .next.active, .pager .prev.active{
	background:#0B548D;
}

.currentpage{
	position:absolute;
	top:2px;
	right:0;
	border-left:1px solid #999;
	color:#999;
	padding-left:10px; 
	
}



#mediaCenterColLeft{
	float:left;
	width:290px;
}
#mediaCenterColRight{
	float:right;
	width:370px;
}

.downloadGrouping{
	position:relative;
	border:1px solid #ccc;
	padding:0 10px;
	margin-bottom:5px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

.downloadGrouping .expandLink{
	position:absolute;
	top:16px;
	right:10px;
}

.downloadGrouping .downloadItem{
	position:relative;
	border-top:1px solid #ccc;
}
.downloadGrouping .downloadItem h4{
	margin-bottom:0;
}
div#rightCol .downloadGrouping .downloadItem h4 a{
	text-decoration:none;
	font-size: 90%;
}
.downloadGrouping .downloadItem h4 a:hover{
	text-decoration:underline;
}
#rightCol .downloadGrouping .downloadItem p{
	margin:0 0 1em 0;
}
.downloadGrouping .downloadItem .callToAction{
	position:absolute;
	bottom:0px;
	right:0px;
}


.multimediaDownloadItem{
	position:relative;
	border-bottom:1px solid #ccc;
	padding:10px 0;
}
.multimediaDownloadItem .image{
	float:left;
	width:59px;
	text-align:center;
}
.multimediaDownloadItem .image img{
	margin-bottom:5px;
}
.multimediaDownloadItem .description{
	float:right;
	width:290px;
}
#rightCol .multimediaDownloadItem p{
	margin:0 0 1em 0;
}
.multimediaDownloadItem h4{
	margin:0;
}
div#rightCol .multimediaDownloadItem h4 a{
	text-decoration:none;
	font-size: 90%;
}
.multimediaDownloadItem h4 a:hover{
	text-decoration:underline;
}
.multimediaDownloadItem .callToAction{
	position:absolute;
	bottom:16px;
	right:10px;
}

label .required{
	color:#4bab49;
	font-weight:bold;
}

#registrationForm{
	width:360px;
	padding:20px;
	background:#f5f5f5;
	text-align: left;
}
#registrationForm h2{
	font-size:200%;
	color:#666;
	margin: 0.5em 0;
}
#registrationForm p{
	margin: 0.7em 0;
}

#registrationForm label.error
{
	display: block;
	color: #4BAB49;
}
#rightCol #registrationForm li{
	margin:0 0 10px 0;
	padding:0;
	list-style:none;
	background:none;
	/*overflow: hidden;
	zoom: 1;*/
}
#registrationForm input{
	
}
#registrationForm fieldset{
	padding-left:40px;
}
#registrationForm .submitButton{
	float:right;
}





/* slightly enhanced, universal clearfix hack */
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */