body,td,th {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
body {
	background:url(pageBack.gif) repeat-x #fff;
	margin: 0px;
}
#wrap {
	width:600px;
	background:url(logo.gif) no-repeat;
	padding:58px 0 20px;
}
#headline {
	background:url(youreAlmostThere.jpg) no-repeat;
	height:128px;
}
#headline2 {
	background:url(weveMatchedYou.jpg) no-repeat;
	height:128px;
}

#copy {
	padding:20px;
	line-height:18px;
}
#copy a {
	color:#005c91;
	text-decoration:none;
	border-bottom:1px solid #3993c7;
}
#copy a:hover, #footer a:hover {
	color:#000;
	text-decoration:none;
	border-style:none;
	background:#FFF9D2;
}
#copy li {
	margin-bottom:10px;
}
.bigger {
	font-size:14px;
	line-height:24px;
}

/* explore */

#explore {
	float:right;
	width:300px;
	margin:0 0 12px 12px;
}
.exploreCall {
	background:url(explore-back.gif) repeat-y;
	margin-bottom:12px;
}
.exploreCallTop {
	background:url(explore-top.gif) no-repeat;
	font-size:12px;
	line-height:20px;
	padding:8px 12px;
}
.exploreCallBottom {
	background:url(explore-bottom.gif) no-repeat bottom;
	height:7px;
}



#exploreWide {
	width:560px;
	margin:0 auto 12px;
}
.exploreCallWide {
	background:url(explore-back-wide.gif) repeat-y;
	margin-bottom:12px;
}
.exploreCallTopWide {
	background:url(explore-top-wide.gif) no-repeat;
	font-size:12px;
	line-height:20px;
	padding:8px 12px;
}
.exploreCallBottomWide {
	background:url(explore-bottom-wide.gif) no-repeat bottom;
	height:7px;
}

/* buttons */

#btn01 a {
	display:block;
	width:218px;
	height:33px;
	text-decoration:none;
	text-indent:-300px;
	overflow:hidden;
	margin:20px auto 0;
	background:url(btn01.gif) no-repeat;
	border-style:none;
}
#btn01 a:hover {
	background:url(btn01.gif) no-repeat 0 -33px;
}

#btn02 a {
	display:block;
	width:343px;
	height:40px;
	text-decoration:none;
	text-indent:-300px;
	overflow:hidden;
	margin:20px auto 0;
	background:url(btn02.gif) no-repeat;
	border-style:none;
}
#btn02 a:hover {
	background:url(btn02.gif) no-repeat 0 -40px;
}


/* footer */

#footer {
	padding:30px 0 20px;
	font-size:11px;
	width:500px;
	margin:0 auto;
	color:#979797;
	text-align:center;
	border-top:1px dotted #c6c6c6;
}
#footer a {
	color:#979797;
	text-decoration:none;
	border-bottom:1px solid #c6c6c6;
}


/* mini form */

form {
	margin:0;
	padding:0;
}
.startBtn {
	display:block;
	border-style:none;
	width:127px;
	height:31px;
	text-indent:-500px;
	overflow:hidden;
	padding:0;
	margin:10px auto 0;
	background:url(startBtn.gif) no-repeat;
	cursor:pointer;
}
.startBtn:hover {
	background:url(startBtn.gif) no-repeat 0 -31px;
}
.requestBtn {
	display:block;
	border-style:none;
	width:158px;
	height:31px;
	text-indent:-500px;
	overflow:hidden;
	padding:0;
	margin:10px auto 0;
	background:url(requestBtn.gif) no-repeat;
	cursor:pointer;
}
.requestBtn:hover {
	background:url(requestBtn.gif) no-repeat 0 -31px;
}
.mini td {
	padding:4px;
	font-size:11px;
	line-height:14px;
	border-bottom:1px solid #dfdeb7;
}
.mini td select {
	margin-top:3px;
	padding:1px;
	font-size:11px;
	width:100%;
}
.mini td div {
	padding:8px 0;
}
.mini .checktable td {
	padding:0px;
	border-style:none;
}
.note {
	font-size:10px;
}
.forms {
	font-size:14px;
	padding:1px;
	margin:4px 0 0;
}
.formtable td {
	padding:5px 8px;
	line-height:16px;
}


/* phone number */

#phone {
	position:absolute;
	top:16px;
	left:230px;
	font-size:11px;
	color:#fff;
	line-height:11px;
	width:190px;
	text-align:right;
}
#phone .bigger {
	font-size:14px;
	font-weight:bold;
}



/* progress */

#explore .meter {
  width: 120px;
  height: 10px;
  border: 1px solid #808080;
  overflow: hidden;
  position:relative;
  text-align:left;
  padding:0;
}

#explore .progress {
  background:#e10000;
  height: 10px; 
}
#explore .progresslabel {
	display:none;
}



/* matched schools dropdown sizing */

form .schooldropdown {
	width:500px;
}