<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

/* Site Styles */

#body {
	margin: 100px;
	background-color: #FFFFFF;
}

a {text-decoration: none;}

a:link {color: #838c97;}

a:visited {}

a:active {}

a:hover {color: white;}

/* Layout */

#wrapper {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 1em;
	padding: 0em;
	margin: 0em;
	height: 600px;
	width: 900px;
}

#sidebar {
	float: left;
	clear: left;
	height: 600px;
	width: 189px;
	background-image: url(/images/school_browser/left_column_backgroudn_01.png);
	text-align: center;
}

#progress-bar-box {
    background-image: url(/images/school_browser/progressbar.png);
    background-repeat: no-repeat;
    height:47px;
    margin:auto;
    padding-top:10px;
    width:148px;
}

#progress-bar {
	height:14px;
	margin:auto;
	width:128px;
	overflow: hidden;
}

#progress-bar img {
    position: relative;
	left: -120px;
}

#main_container {
	min-height: 454px;
	width: 700px;
	clear: right;
	float: right;
}

#left {
	padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
	min-height: 425px;
	width: 340px;
	clear: left;
	float: left;
}

#right {
	
	min-height: 425px;
	width: 323px;
	clear: right;
	float: right;
}

#footer {
	clear:right;
	float:right;
	height:142px;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
	width:690px;
}

#legal_box {
	height:45px;
	position:relative;
	top:450px;
	width:189px;
}

#legal_box a {
    color: #000;
}

.steps {
    font-size: 0.8em;
    min-height: 300px;
    padding-top: 10px;
}

.steps label {
    font-weight: bold;
}
/* For IE */
* html #lead_form div.steps {
  height: 336px;
}

div#school-count.element {
	font-size: 2em;
	padding-top: 60px;
	text-align: center;
	margin: 0;
}

#school-details {
    font-size: 0.8em;
}

#program_id select {
    width: 325px;
}

#school_form_fields {
    
}

#school_form_fields .label {
    font-weight: bold;
    width: 100%;
}

.form-table label {
	font-weight: bold;
}

.phone1, .phone2
{
    width: 35px;
}

.phone3
{
    width: 40px;
}

#school-list {
    margin-top: 30px;
    font-size: 0.8em;
}

.institution_active
{
    height: 25px;
    padding-left: 30px;
    margin-bottom: 25px;
    background: url('/images/school_browser/arrow_right.gif') no-repeat top left;
    font-weight: bold;
	line-height: 1.6;
}

.institution_applied
{
    height: 25px;
    padding-left: 30px;
    margin-bottom: 25px;
    background: url('/images/school_browser/box_finished.gif') no-repeat top left;
	line-height: 1.8;
}

.institution_skipped
{
    height: 25px;
    padding-left: 30px;
    margin-bottom: 25px;
    background: url('/images/school_browser/box_skipped.gif') no-repeat top left;
	line-height: 1.8;
}

.institution_new
{
    height: 25px;
    padding-left: 30px;
    margin-bottom: 25px;
    background: url('/images/school_browser/box_empty.gif') no-repeat top left;
	line-height: 1.8;
}

/* NAVIGATION */

#controls {
	top: 300px;
	/*position: relative;*/
	height: 45px;
	width: 335px;
	text-align: center;
}

.button_back {
	background-repeat: no-repeat;
	height: 45px;
	width: 106px;
	text-align: center;
	float: left;
    cursor: pointer;
}

.button_back.on {
    background-image: url(/images/school_browser/back_on.png);
}

.button_back.off {
    background-image: url(/images/school_browser/back_off.png);
}

.button_next {
	background-repeat: no-repeat;
	height: 45px;
	width: 106px;
    padding-bottom: 4px;
	text-align: center;
	float: right;
}

.button_next.on {
    background-image: url(/images/school_browser/next_on_g.png);
}

.button_next.off {
    background-image: url(/images/school_browser/next_off.png);
}

/* TODO: get a 'submit' button image */
#step7-buttons .button_submit {
    background-repeat: no-repeat;
	height: 45px;
	width: 106px;
	background-image: url(/images/school_browser/next_on_g.png);
	text-align: left;
	float: right;
    cursor: pointer;
}
#step7-buttons .button_submit p {
    padding-left: 10px;
}

.navigation_back {
	/*padding-top: 14px;
	color: #838c97;*/
    color: #000000;
}

.navigation_next {
	padding-left: 28px;
	text-align: left;
	word-break: normal;
    color: #000000;
	/*color: #838c97;*/
}

/* Images */

#main-image {
	position: relative;
	top: 60px;
	left:-25px;
}

#right_school {
	height: 30px;
	width: 303px;
	background-repeat: no-repeat;
	background-image: url(/images/school_browser/right_school.png);
}

#buttons {
	clear: left;
	float: left;
}

#best_education_logo {
	padding-top: 16px;

}

/* Typography */


.legal_text {
	text-align: center;
	font-size: 0.70em;
}

