<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/****main layout****/
#cc-container {
	width:950px;
	margin: 24px auto;
	position:relative;
}
#cc-branding-outer {
	min-height:150px;
}
/****IE 6 height****/
* html #cc-branding-outer {
	height:150px;
}
#cc-content-sub-outer {
	float:left;
	width:320px; /****if a border is added, this needs to be adjusted to avoid float drop****/
	/*margin:18px;*/
	margin:0 18px 18px;
}
/****IE7****/
*:first-child+html #cc-content-sub-outer{
	margin-top:18px;
}
/****IE6****/
* html #cc-content-sub-outer {
	/*margin-left:8px;*/
	margin:18px 0 0 8px
}
#cc-content-sub-inner {
	padding:10px;
}
#cc-content-sub-inner div:last-child, /***for published mode***/
#cc-content div:last-child {
	margin-bottom:0;	
}
#cc-content-sub-inner div:last-child .cc-block, /***for edit mode***/
#cc-content div:last-child .cc-block {
	margin-bottom:0 !important;
}
#cc-content-sub-inner div:last-child p:last-child {
	margin:0;
}
#cc-content-sub-inner div:last-child .cc-block p:last-child {
	margin:0 !important;
}
#cc-content {
	margin:18px 18px 18px 356px;
}
#cc-site-info {
	padding: 18px;
	height:100%;
}
#cc-branding-inner {
	padding:18px 18px 0;
	overflow:auto !important;
}
.cc-block {
	margin-bottom:18px;
	overflow:hidden;
}
/*IE6 float drop fix*/
* html #cc-content {
	overflow-x: auto;
	overflow-y: hidden;	
	width: expression(572);
}</pre></body></html>