* {
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
}

html, body {
	font-size: 12px;
	color: #333333;
}
:root {
	overflow-y: scroll;
}

#header {
	background: url(/survey/CareeringAhead/images/schoolage/header_behind.jpg) top center no-repeat;
	height: 183px;
}
#header-banner {
	width: 770px;
	margin: auto;
}
#header-banner-right {
	width: 512px;
	height: 183px;
	float: right;
}
#header-banner-left {
	background: url(/survey/CareeringAhead/images/schoolage/header_left.jpg) no-repeat;
	height: 183px;
	width: 258px;
	float: left;
}
#header-banner-left img {
	margin: 60px 0 0 10px;
}

.step1 {
	background: url(/survey/CareeringAhead/images/schoolage/header_right_step1.jpg) no-repeat;
}
.step2 {
	background: url(/survey/CareeringAhead/images/schoolage/header_right_step2.jpg) no-repeat;
}
.step3 {
	background: url(/survey/CareeringAhead/images/schoolage/header_right_step3.jpg) no-repeat;
}
.step4 {
	background: url(/survey/CareeringAhead/images/schoolage/header_right_step4.jpg) no-repeat;
}
.step0 {
	background: url(/survey/CareeringAhead/images/schoolage/header_right_step0.jpg) no-repeat;
}

#body-container {
	width: 770px;
	margin: auto;
	
}
#body {
	margin-top: 20px;
	border-left: 1px dotted #bbb;
	border-right: 1px dotted #bbb;
}
#main-left-container {
	width: 26%;
	float: left;
}
#main-right-container {
	width: 74%;
	float: right;
}
#main-left {
	padding: 0 20px 0px 20px;
	
}
#main-right {
	padding: 0 20px 0px 20px;
	border-left: 1px dotted #bbb;

	/* min-height hack */
	min-height: 300px;
	height: auto !important;
	height: 300px;
}
#footer {
	background: url(/survey/CareeringAhead/images/schoolage/footer.jpg) top center no-repeat;
	height: 32px;
	padding: 8px 20px 0 20px;
	color: white;
}
#footer a {
	color: white;
	text-decoration: none;
}

h1 {
	font-size: 20px;
	margin: 2px 0 12px 0;
	text-align: center;
	font-weight: normal;
	color: #366fcd;
}

h2 {
	font-size: 16px;
	margin: 2px 0 8px 0;
	text-align: center;
}

h3 {
	font-size: 14px;
	margin: 2px 0 8px 0;
	text-align: center;
}

.button {
	margin: 0; 
	padding: 0.20em 0.65em;
	width: auto;
	overflow: visible;
	background: #366fcd;
	color: white;
	border: 1px outset #4d8bce;
	font-weight: bold;
	font-size: 12px;
}

a {
	text-decoration: none;
	color: #366fcd;
}

a:hover {
	text-decoration: underline;
	color: #366fcd; /* always repeat from A! */
}

p {
	margin: 0 0 8px 0;
}

ul, ol {
	margin: 5px 0px 10px 30px;
}

.questions {
	border-collapse: collapse;
}

.questions td {
	padding: 5px 6px;
	border: 1px solid #7ba3ce;
}

.questions .cell_01 {
	background: #e3ecf8;
}

.questions .cell_legend {
	text-transform: uppercase; 
	font-size: 9px;
}

span.progress {
	font-size: 11px; 
	font-weight: bold;
}

textarea {
	font-size: 12px;
}