/* OTHER STYLE, e.g. sidebar style, nav menu etc */


@import "/style/2011style.css";




/* PUTTING SOME LAYOUT HERE TOO TO SAVE HTTP REQS */


body {
	background: #333333;
}


#masterc {
	background: #fff;
	width: 980px;
}


#mainCol {
	padding: 1em;
}



.t_layout {padding: 1em}

.t_layout img {display: none}

.site_section_nav {
	margin-bottom: 21px;	
}

.site_section_nav h1 {
	color: #bbccee;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 28px;
	text-shadow: none;
	-moz-text-shadow: none;
	-webkit-text-shadow: none;
	border-bottom: 1px solid #99a5cc;
	margin-bottom: 14px;
	padding-bottom: 14px;
	
}

.site_section_nav ul {
	margin: 0;
	padding: 0;
	float: left;
	width: 31%;
	list-style-type: none;
}

.site_section_nav li {
	padding: 0 0 0 8px;
	margin: 0;
	background: url('/images/_graphics/list-styles.gif') 0 2px no-repeat;
}





/* user controlled cols from cnodes */

.cnode_label_2-columns-wide {
	float: left;
	width: 650px;
	margin-right: 45px;
}

.cnode_label_2-columns-narrow {
	float: left;
	width: 208px;
	border-radius: 4px;
	padding: 15px;
	background: #f1f3f6;
}

.cnode_label_callout {
	float: left;
	width: 230px;
}


.clearfix {clear: both}
