@charset "utf-8";
/* CSS Document */

/* ###############################################################################  Layout Classes  */
/* Defines layout of columns/rows in content area. */

.onecol {}
	.onecol #content {
		padding: 70px 40px 0;
		width: 700px;
		}
		.onecol #primary, 
		.onecol #secondary, 
		.onecol #tertiary {
			clear: both;
			width: 100%;
			}
		.onecol #primary {
			padding: 0 0 12px;
			}
.twocol {}
	.twocol #content {
		padding: 70px 40px 0;
		width: 700px;
		}
		.twocol #primary {
			clear: left;
			float: left;
			width: 455px;
			padding: 0 0 12px;
			}
		.twocol #secondary {
			clear: right;
			float: right;
			width: 225px;
			padding: 40px 0 12px;
			}
		.twocol #tertiary { clear: both; height: 1px; }
.twocol_menu {}
	.twocol_menu #content {
		padding: 70px 40px 0;
		width: 700px;
		}
		.twocol_menu #submenu {
			float: right;
			width: 250px;
			}
		.twocol_menu #primary {
			margin-right: 270px;
			}
		.twocol_menu #secondary {
			clear: both;
			width: 100%;
			}
		.twocol_menu #tertiary {
			clear: both;
			width: 100%;
			}





