.replaced{
	text-indent: -100em;
}
.replaced a{
	display: block;
	width: 100%;
	height: 100%;
}
.clearer{
	clear: both;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
}
a{
	color: #0768a9;
}
a:link, a:visited{
	text-decoration: none;
}
a:hover, a:active{
	text-decoration: underline;
}
div#global{
	width: 100%;
}
div#lobal h1{
	display: none;
}
div#global h2{
	display: none;
}
div#global ul{
	display: none;
}
div#subsite{
	width: 100%;
}
div#subsite-header{
	display: none;
}
ul#subsite-menu{
	display: none;
}
div#subsite-content{
	height: 1%;
	overflow: auto;
}
div#subsite-content-main{
	margin: 20px;
}
div#subsite-content-secondary{
	display: none;
}
div#subsite-content-main-leftcol{
	float: left;
	display: inline;
	width: 310px;
	margin-right: 10px;
}
div#subsite-content-main-rightcol{
	float: left;
	display: inline;
	width: 320px;
}
/* footer */
div#footer{
	width: 984px;
	margin: 0 auto;
	padding-bottom: 50px;
}
div#footer ul{
	float: right;
	display: inline;
	margin: 0 18px 0 0;
	font-size: 1.1em;
	line-height: 0.9em;
}
div#footer li{
	float: left;
	display: inline;
	padding-right: 3px;
	border-right: 1px solid #0768a9;
	margin-left: 3px;
	line-height: 12px;
}
div#footer li.last{
	border-right: none;
}
/*  BOXES */
/* common box properties */
div.box{
	position: relative;
	padding: 10px 20px;
	margin-bottom: 10px;
	border-style: solid;
	height: 1%;
	overflow: auto;
}
div.box h1, div.box h2{
	font-size: 18px;
	padding-bottom: 5px;
	margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
div.box h2.subtitle{
	font-size: 16px;
	margin-bottom: 5px;
	padding-bottom: 0;
	border-bottom: none;
}
div.box h3{
	font-size: 13px;
	font-weight: bold;
}
div.box h4{
	font-size: 12px;
	font-weight: bold;
}
div.box p, div.box address, div.box ul, div.box ol, div.box dl{
	font-size: 12px;
	line-height: 14px;
	margin: 10px 0;
}
div.box strong{
	font-weight: bold;
}
div.box hr{
	display: block;
	height: 0;
	overflow: hidden;
	padding-top: 10px;
	border: none;
	border-bottom: 1px solid #dbdbdb;
}
/* generic box  */
div.box-generic{
	background: #fff;
	border-color: #ededed;
}
div.box-generic h1, div.box-generic h2{
	color: #0768a9;
	border-bottom-color:  #dbdbdb;
	margin-bottom: 5px;
}
div.box-generic h3{
	color: #555;
}
div.box-generic h4{
	color: #0768a9;
	padding-top: 10px;
}
div.box-generic p, div.box address, div.box-generic ul, div.box-generic ol, div.box-generic dl{
	color: #757575;
}
div.box-generic ul{
	list-style-type: square;
	margin-left: 30px;
}
div.box-generic ol{
	list-style-type: decimal;
	margin-left: 30px;
}
div.box-generic li{
	margin: 10px 0;
}
div.box-generic p.date{
	color: #555;
	font-weight: bold;
	margin-bottom: 2px;
}
div.box-generic strong{
	color: #474747;
}
div.box-generic img.left{
	float: left;
	margin: 0 10px 10px 0;
}
div.box-generic a.box-seemore{
	display: none;
}
a.box-nextaction{
	display: none;
}
div.box-generic a.box-backtotop{
	display: none;
}
/* pagination */
div.box-generic span.pager{
	display: block;
	text-align: center;
	font-size: 12px;
}
span.pager span, span.pager a{
	margin: 0 2px;
}
/* small partners box specific styles */
div#partners-short img{
	float: left;
	display: inline;
	margin: 0 8px 16px 0;
}
/* shaded box  */
div.box-shaded{
	border-color: #ededed;
}
div.box-shaded h1, div.box-shaded h2{
	color: #0768a9;
	border-bottom-color:  #dbdbdb;
}
div.box-shaded p, div.box-shaded address, div.box address, div.box-shaded ul, div.box-shaded ol, div.box-shaded dl{
	color: #757575;
	font-style: normal;
}
div.box-shaded strong{
	color: #474747;
}
div.box-shaded a.button-cta{
}
div.box-shaded a.button-cta span{
}
/* focus box */
div.box-focus{
	min-height: 278px;
	height: auto!important;
	height: 278px;
}
div.box-focus h2{
	color: #fff;
}
div.box-focus p{
	color: #343434;
}
/* color-specific styles */
div.pink{
	background-color: #f24079;
	border-color: #de0059;
}
div.pink h2{
	border-bottom-color: #f46190;
}
div.pink ul.listing-focus li{
	border-bottom-color: #f46190;
}
div.pink a.button-cta{
}
div.pink a.button-cta span{
}
div.green{
	background-color: #92cc57;
	border-color: #6ebb1f;
}
div.green h2{
	border-bottom-color: #add981;
}
div.green ul.listing-focus li{
	border-bottom-color: #add981;
}
div.green a.button-cta{
}
div.green a.button-cta span{
}
/* BUTTONS */
/* call to action button */
a.button-cta{
	float: right;
	display: inline;
	background-position:  left center;
	background-repeat: no-repeat;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	margin-top: 10px;
}
a.button-cta span{
	float: left;
	display: inline;
	height: 44px;
	padding: 0 35px 0 10px;
	line-height: 44px;
	background-position:  right center;
	background-repeat: no-repeat;
}
/* LISTINGS */
/* common listing properties */
div.box .listing{
	font-size: 12px;
	line-height: 14px;
	margin: 10px 0;
	position: relative;
	list-style-type: none;
}
/* topic listing */
div.box-generic ul.listing-topics{
	color: #757575;
}
ul.listing-topics li{
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #c7d7de;
}
ul.listing-topics li.last{
	border-bottom: none;
}
ul.listing-topics h3{
	font-weight: bold;
	color: #0768a9;
}
ul.listing-topics p{
	margin: 2px 0;
}
/* focus listing */
div.box-focus ul.listing-focus{
	color: #fff;
	margin-bottom: 0;
}
ul.listing-focus li{
	padding-left: 10px;
	margin-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
ul.listing-focus li.last{
	border-bottom: none;
}
ul.listing-focus a{
	color: #fff;
}
/* news listing */
ul.listing-news{
	padding-left: 60px;
}
ul.listing-news li{
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #c7d7de;
	position: relative;
	height: 1%;
}
ul.listing-news li.last{
	border-bottom: none;
}
ul.listing-news p.date{
	font-size: 11px;
	font-weight: bold;
	color: #555;
	padding: 0;
	margin: 0 0 2px 0;
}
ul.listing-news h3{
	margin: 2px 0;
	font-weight: bold;
}
ul.listing-news p{
	margin: 2px 0;
}
ul.listing-news p a{
	color: #757575;
}
ul.listing-news p a:hover,ul.listing-news p a:active{
	text-decoration: none;
}
ul.listing-news li img{
	position: absolute;
	left: -60px;
	vertical-align: top;
}
ul.listing-videos{
}
ul.listing-videos li{
	padding-left: 100px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #c7d7de;
	position: relative;
	height: 1%;
	padding-top: 1px;
}
ul.listing-videos li.last{
	border-bottom: none;
}
ul.listing-videos p, ul.listing-videos p.date{
	margin: 3px 0;
}
ul.listing-videos div.listing-videos-temp{
	position: absolute;
	left: 0;
	width: 89px;
	height: 54px;
}
ul.listing-generic{
	padding-left: 5px;
}
ul.listing-generic li{
	height: 1%;
	margin: 2px 0;
	padding-left: 10px;
}
dl.listing-quickfacts dt{
	position: relative;
	left: -20px;
	padding-left: 20px;
	font-weight: bold;
	color: #0768a9;
}
dl.listing-quickfacts{
	padding-left: 20px;
}
dl.listing-quickfacts dd{
	padding-bottom: 20px;
	border-bottom: 1px dotted #c7d7de;
	margin-bottom: 20px;
}
div.photos-homer{
	width: 269px;
	height: 134px;
}
div.photos-homer img{
	float: left;
	display: inline;
	margin: 0 18px 18px 0;
}
div.photos-homer img.photos-homer-last{
	margin: 0 0 18px 2px;
}
ul.listing-partnersfull{
	height: 1%;
	overflow: auto;
}
ul.listing-partnersfull li{
	float: left;
	display: inline;
	position: relative;
	width: 241px;
	height: 120px;
	padding: 20px 10px 20px 210px;
}
ul.listing-partnersfull img{
	position: absolute;
	top: 40px;
	left: 10px;
}
ul.listing-partnersfull h3{
	color: #0768a9;
	font-size: 12px;
	margin: 0 0 2px 0;
}
ul.listing-partnersfull p{
	margin: 0 0 8px 0;
}
/* PARAGRAPHS */
p.date{
	margin: 0;
}
/* CONTENT */
/* content controls */
div.box ul.content-controls{
	display: none;
}
/* TABLES */
table.table-program{
	width: 100%;
	border: 1px solid #dbe8f2;
	margin: 35px 0 15px 0;
	border-collapse: collapse;
	font-size: 12px;
}
table.table-program thead{
	background: #b7d1e5;
	color: #0768a9;
}
table.table-program thead tr{
	border-top: 1px solid #dbe8f2;
	border-bottom: 1px solid #dbe8f2;
}
table.table-program thead th{
	border-right: 1px solid #9dbed9;
	padding: 5px 15px;
	font-weight: bold;
	white-space: nowrap;
}
table.table-program tbody tr.even{
	background: #edf1f6;
}
table.table-program tbody td{
	padding: 10px;
	border: 1px solid #dbe8f2;
	color: #757575;
}
table.table-program p{
	margin: 3px 0;
}
table.table-program h4{
	margin: 3px 0;
	font-weight: bold;
	color: #0768a9;
}
/* FORMS */
div.form-contact{
	margin: 15px;
	font-size: 12px;
	color: #757575;
}
div.form-contact div.form-line{
	margin: 15px 0;
}
div.form-contact label{
	float: left;
	display: inline;
	width: 165px;
	line-height: 22px;
	text-align: right;
	font-weight: bold;
}
div.form-contact input, div.form-contact select{
	margin-left: 10px;
}
div.form-contact select{
	width: 259px;
}
div.form-contact input.text{
	width: 253px;
	height: 13px;
	padding: 3px;
	border: none;
}
div.form-contact label.radiocheck{
	float: none;
	width: auto;
	font-weight: normal;
}
div.form-contact .nolabel{
	margin-left: 175px;
}
div.form-contact label strong{
	color: #0768a9;
}
