@charset "UTF-8";


html, body {
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	background:url(page-back-general.jpg) no-repeat 50% 0 #dfd8c3;
}

#container {
	margin: 0 auto;
	width: 960px;
	font-size:12px;
	line-height:18px;
}
#container .brand {
	padding:0 0 10px;
}
#container h1 {
	color:#000;
	margin:0;
	padding:2px 0 0 20px;
	height:48px;
	overflow:hidden;
	font-size:22px;
	font-weight:normal;
	line-height:30px;
}
#container h3 {
	color:#004159;
	margin:10px 0 0;
	font-size:16px;
	line-height:20px;
}
#container .col01 {
	float:left;
	color:#000;
	padding:20px 0;
}
#container .col01 .inner {
	padding:0 20px;
}
#container .col02 {
	float:right;
	color:#000;
	padding:20px 0;
}
#container .keyword {
	text-align:center;
	border:1px solid #f0ede3;
	padding:8px 0;
}
#container .cta {
	background:url(cta-back-general.gif) no-repeat 15px 50% #f9f8f5;
	padding:12px 12px 12px 80px;
}
#container .match {
	background:#f6f6f7;
}
#container .cta h4 {
	margin:0;
	padding:0;
	font-size:16px;
	line-height:20px;
}


/* form styles */

form {
	padding:20px;
	margin:0;
	background:url(form-back-general.gif) no-repeat 50% 0 #E8E5D6;
}
.checktable {
	margin:10px 0;
}
.checktable td {
	padding:2px 4px;
	font-size:11px;
	line-height:16px;
}
.note {
	font-size:10px;
	color:#434238;
	line-height:14px;
}
.button {
	width:174px;
	height:38px;
	text-indent:-400px;
	overflow:hidden;
	background:url(btn-continue.gif) no-repeat 0 0;
	border-style:none;
	cursor:pointer;
	font-weight:bold;
        display:block;
}
.button:hover {
	background:url(btn-continue.gif) no-repeat 0 -38px;
}

#submitArea, #submitArea3 {
	text-align:right;
	padding:12px 0 0;
}
.forms {
	margin-top:5px;
	padding:2px;
	color:#000;
}
#backbutton a {
	font-size:10px;
	float:left;
	padding:2px 4px;
	color:#00409f;
}
#backbutton a:hover {
	text-decoration:none;
}
form .phoneTable td {
	padding:0 4px 0 0;
}


/* matched schools dropdown sizing */

form .schooldropdown {
	width:480px;
}
.question, .rowOn, .rowOff {
	padding:2px 0 6px;
}


/* matched schools */

#container .congrats-txt {
	font-size:18px;
	display:block;
	color:#00442F;
	text-align:center;
}
#container .matched-schools {
	float:right;
	width:200px;
	font-size:12px;
	text-align:center;
	margin:0;
	background:#F6F6F7;
	padding:8px 2px 2px;
	color:#000;
}
#container .matched-schools ul {
	margin:10px auto 0;
	padding:0;
	background:#E8E5D6;
}
#container .matched-schools li {
	border-top:1px solid #fff;
	margin:0;
	padding:8px 0;
	list-style:none;
}

/* progress */

.meter {
  width: 120px;
  height: 14px;
  border: 1px solid #bbc1ca;
  background:#fff;
  overflow: hidden;
  position:relative;
  text-align:left;
}

.progress {
  background:url(progress-back-cj.gif) repeat-x;
  height: 14px; 
}
.progresslabel {
	display:none;
}



/* tabs */
#container02 {
	margin: 0 auto;
	width: 960px;
	font-size:12px;
	line-height:18px;
}

#container02 .tabs {
	background:url(tabpanel-back-hhs.jpg) no-repeat 0 23px;
	min-height:360px;
}

ul.tabNavigation {
	list-style: none;
	margin: 0;
	padding: 0;
	height:32px;
}
ul.tabNavigation li {
	float:left;
	margin: 0;
	list-style:none;
}
ul.tabNavigation li a {
	padding:9px 12px 5px;
	display:block;
	font-size:11px;
	text-decoration: underline;
	margin:0;
	color:#003c86;
}
ul.tabNavigation li a.selected {
	background:url(tab-back-hhs.gif) repeat-x 0 0;
	color:#000;
	text-decoration: none;
	border-top:1px solid #fff;
	border-left:1px solid #fff;
	border-right:1px solid #fff;	
}
ul.tabNavigation li a:hover {
	color:#000;
	text-decoration: none
}

ul.tabNavigation li a:focus {
	outline: 0;
}
ul.tabNavigation li h2 {
	font-weight:normal;
	display:inline;
	font-size:11px;
}
#container02 .tab-content {
	padding: 14px;
	font-size:12px;
	line-height:18px;
}
#container02 .tab-content h3 {
	color:#000;
	margin:10px 0 0;
	font-size:16px;
	line-height:20px;
}
#container02 .tab-content li {
	list-style:none;
	background:url(bullet-hhs.gif) no-repeat 0 2px;
	padding:0 0 5px 20px;
}
#container02 .tab-content a, #container02 .intro-txt a {
	color:#003c86;
}
#container02 .tab-content a:hover, #container02 .intro-txt a:hover {
	text-decoration:none;
}
#container02 .tab-content p, #container02 .tab-content ul {
	width:680px;
}
	


/* footer */

#footer {
	border-top:1px solid #f1ede3;
	padding:20px 10px 20px 10px;
	font-size:11px;
	line-height:16px;
	color:#36342c;
}
#footer a {
	color:#36342c;
}
#footer a:hover {
	text-decoration:none;
}
#footer .right {
	float:right;
}
