/*
EDUCATION ROUTING PAGE STYLES
==============================================
*/

body.routing-education a {
	color: #0098cb;
}

body.routing-education p,
body.routing-education p em {
	font-size: 11px;
	color: #666666;
}

body.routing-education div.section {
    padding:23px 2px 0 24px;
}

body.routing-education div#instructions {
	padding: 13px 14px 0;
	position: relative;
}

body.routing-education div#instructions img {
	position: absolute;
	top: -12px;
	right: 0px;
}

/*Primary Content: Right Hand Column*/
body.routing-education div.module div.module-primary {
    float:left;
    width:599px;
    margin:-11px 0 -10px 0;
    padding-bottom:5px;
    border-right:1px solid #d9d9d9;
	position: relative;
	z-index: 100;
} 

body.routing-education div.k12 div.module-primary,
body.routing-education div.college div.module-primary {
    margin:-11px 0 0 0;
	z-index: 100;
}

body.routing-education div.module-primary h3 {
    padding-bottom:7px;
    font-size:1.5em;
    font-weight:bold;
}

body.routing-education div#savings-for-you {
    padding-bottom:40px;
	background: url("spacer.gif") bottom right no-repeat;
}

body.routing-education div#savings-for-you.k12 ,
body.routing-education div#savings-for-you.college {
	background: none !important;
}

body.routing-education div#savings-for-you .section-heading p {
	color: #666666;
	font-size: 11px;
}

body.routing-education div#savings-for-you div.subsection {
    margin-top:32px;
}

body.routing-education div#savings-for-you div.subsection div.lm-container {
	margin-left: 2px;
	margin-top: 10px;
}

body.routing-education div#savings-for-you div.subsection p {
    width: 230px;
	font-size: 12px;
}

body.routing-education div#savings-for-you.k12 div.subsection p,
body.routing-education div#savings-for-you.college div.subsection p {
    width: 270px;
}

body.routing-education div#savings-for-you div.subsection a.select-link {
    display:block;
    width:178px;
    height:26px;
    margin-top:8px;
    background:#3778ab;
	color:white;
	text-indent: -9999em;
}

body.routing-education div#savings-for-you div.college a.select-link {
	background: url("select-your-college.png") top left no-repeat;	
}

body.routing-education div#savings-for-you div.k12 a.select-link {
	background: url("select-your-k12.png") top left no-repeat;	
}

body.routing-education div#savings-for-you.k12 div.quote a.select-link,
body.routing-education div#savings-for-you.college div.quote a.select-link {
	background: url("quote.png") top left no-repeat;
	width: 202px;
}

body.routing-education div#savings-for-you.k12 div.login a.select-link,
body.routing-education div#savings-for-you.college div.login a.select-link {
	background: url("login.png") top left no-repeat;	
	width: 202px;
}



body.routing-education div#savings-for-you div.k12 {
	margin-bottom: 10px;
	margin-top: 42px;
}

body.routing-education div#savings-for-you div.subsection p strong {
	color: #333333;
}

/*Secondary Content: Left Hand Column*/
body.routing-education div.module div.module-secondary {
    float:right;
    width:370px;
}

body.routing-education div.module div.module-secondary div.section-heading {
    margin-bottom:18px;
}

body.routing-education div.module div.module-secondary h3 {
    font-size:1.3em;
    font-weight:bold;
}

body.routing-education div.module div.module-secondary ol {
    margin-left: 18px;
    font-size:1.2em;
    font-weight:bold;
}

body.routing-education div.module-secondary ol li {
    margin-bottom:18px;
}

body.routing-education div.module-secondary ol li p {
	font-size: 13px;
	color: #333333;
}

body.routing-education div.module-secondary ol li em {
    font-weight:normal;
    font-style:normal;
}

body.routing-education #savings-for-school {
	display: block;
	clear: both;
	border-top: 1px solid #d9d9d9;
	padding: 23px 0 11px 23px;
}

body.routing-education #savings-for-school p {
	margin-bottom: 5px;
}

/* IE7 Hack, could't add new markup--feel free to move this into a IE7 only stylesheet */

*:first-child+html body.routing-education div.k12 div.module-primary,
*:first-child+html body.routing-education div.college div.module-primary {
	padding-bottom: 0px;
	margin-bottom: -3px;
}