@import "styles_reset.css";

body {
	background: #fff;
	font: 12px Helvetica, Arial, Geneva, sans-serif;
}

#container {
	width: 794px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	background: url(columns_bg.gif) repeat-y;
	position: relative;
	top: 35px;
}

#header {
	background: url(header_bg.gif) no-repeat;
	width: 794px;
	height: 140px;
}

h2 {
	margin-left: 35px;
}

h3 {
	font-size: 24px;
	color: #721019;
	font-weight: bold;
	display: block;
}

h4 {
	font-weight: bold;
	font-size: 12px;
	color: #aa1f23;
	display: block;
	padding-top: 1px;
	margin-top: 6px;
	margin-bottom: 15px;
}

strong {
	font-weight: bold;
}

#content {
	width: 716px;
	margin-left: 39px;
}

.questions select {
	margin-top: 8px;
}

form .meter {
	width: 175px;
	height: 12px;
	background: url(prog_bg.gif) no-repeat;
	color: #656565;
	font-style: italic;
	margin: 0;
	padding:0;
	overflow: hidden;
}
form .progress, #div_progress {
	background: #c67a17 url(prog_bar.gif) repeat-x;
	height: 12px;
	overflow: hidden;
	margin:-6px 0 0 53px;
	padding:0;
}

form .progresslabel {
	display: none;
}

#qForm {
	width: 510px;
	margin-left: 171px;
	display: block;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #d9d9d9;
	padding-left: 15px;
}

#leftBar {
	width: 165px;
	float: left;
	text-align: center;
	padding-top: 15px;
	font-weight: bold;
	color: #721019;
	font-size: 12px;
}

.arrow_f {
	padding-left: 20px;
	background: url(arrow_f.gif) no-repeat;
	height: 15px;
}

.arrow_b {
	padding-left: 20px;
	background: url(arrow_b.gif) no-repeat;
	height: 15px;
	font-weight: bold;
	font-size: 12px;
	color: #616161;
	display: block;
	width: 200px;
	text-decoration: none;
}


#footer {
	width: 794px;
	color: #a3a3a3;
	margin-top: 0;
	padding: 68px 0 0;
	clear: both;
	background: #fff url(columns_end.gif) no-repeat;
	text-align: center;
}

#footer a {
	color: #a3a3a3;
	text-decoration: none;
	line-height: 25px;
}


/* matched schools */

.matched-schools {
	width:165px;
	overflow:hidden;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	margin:0 auto;
}

.matched-schools ul {
	margin:10px auto;
	padding:0;
}
.matched-schools li {
	border-top:1px dotted #cbcbcb;
	margin:0;
	padding:8px 0;
	list-style:none;
}

.matched-schools h4 {
	font-size:16px;
	line-height:20px;
	margin:0;
	padding:0 0 6px;
	text-align:center;
	color:#056000;
	font: 16px Arial, Helvetica, Geneva, sans-serif;
}

/* matched schools dropdown sizing */

form .schooldropdown {
	width:500px;
}


/* additional schools */

#additional-schools-txt {
	font-size:12px;
	line-height:16px;
	padding:12px 0;
}
#additional-schools-txt h3 {
	font-size:14px;
	line-height:18px;
	margin:0 0 4px;
}

.formtable div {
	padding:6px 12px 6px 0;;
}
.formtable td {
	padding:2px;
}
.forms {
	margin-top:3px;
	padding:1px;
}
.note {
	font-size:10px;
}
.button {
	font-size:14px;
	padding:1px;
	font-weight:bold;
	background:#FD9A00;
	border:3px double #fd5f00;
	cursor:pointer;
}