/* CSS for tuition - Derek Hasted */

/* Common settings */



#title {
	font-size: 23px;
}

#title .cgl {
	font-size: 36px;
}

#subtitle {
	font-size: 14px;
}

/* Float the two container sections at fixed sizes */
#container>section {
	float: left;
	width: 750px;
	margin: 0;
	padding: 0 2px;
}

#container>aside {
	float: right;
	width: 250px;
	margin: 0;
	padding: 0 2px;
}

/* Footer panels are side by side in desktop mode */

footer>aside {
	float: left;
	width: 230px;
}
footer>section {
  float: right;
	width: 770px;
}

.panel:not(:first-of-type) {
	margin-top:80px;
}

/* On larger screens, float content side by side */
.float-2-panels {
	float: left;
	width: 340px;
	text-align: left;
	padding: 0 20px 0 0;
	margin: 0;
}




/* Forms */
.form-container .form-left {
	text-align:right;
	float:left;
	width: 48%;
	min-width: 200px;
}
.form-container .form-right {
	text-align:left;
	float:left;
	width: 48%;
	min-width: 200px;
}
.form-line {
	border: none;
}

.new-window-link {
	padding-right: 20px;
	background: url(../../furniture/open-in-new-window.png) no-repeat scroll right center;
	background-origin: initial;
	background-clip: initial;
}


.float-graphic-left {
	float: left;
	margin:3px;
}


