/* UT template ; default layout; with menu and sidebar */

/* skip nav links */
.wdcSkipNav, .wdcSkipNavTarget {
	height: 0px;
	overflow: hidden;
	display: block;
	width: 0px;
	position: absolute;
}
/* reversed column source order */
#contain_column1 {
	float: left;
}
#contain_column2 {
	float: right;
}
/* show the division nav */
#contain_divisionnav {
	display: block;
}
#contain_content {
	overflow: visible;
} /* no auto scrollbars */
/* wdc menus */
#contain_column1 .MENUtitle, #contain_column1 .MENUtitle h3 {
	display: block;
	color: #eeeeee;
	padding-top: 2px;
	padding-right: 7px;
	padding-bottom: 3px;
	padding-left: 7px;
	margin-top: 10px;
	margin-right: 0pt;
	margin-bottom: 10px;
	margin-left: 0pt;
	background-color: #444444;
	clear: both;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0px;
	font-size: 1em;
}
#contain_column1 .MENUtitle h3 {
	padding:0;
	margin:0;
}
#contain_column1 .MENUtitle a:link, #contain_column1 .MENUtitle a:visited {
	color: #eee;
	background-color: #444;
}
.clearit {
	clear: both;
}
/* added by gcutler 20070710 
#contain_column1 .menuItem { margin-top: -10px; }*/

/* major col widths */
#contain_column1 {
	display: block;
	width: 180px;
}
#contain_column2 {
	width: 700px;
}
#contain_column3 {
	display: none;
}
/* minor col widths */
#ut_main {
	width: 420px;
	float: left;
}
#ut_sidebar {
	width: 260px;
	float: right;
}
.row {
	clear: both;
}
.row .column, .floatLeft, .floatRight, .leftcol, .rightcol {
	width: 340px;
	float: left;
	padding-right: 10px;
}
