/* TEACHING SCOTLAND ONLINE CSS - LANDING PAGES */

@import url("main-red.css");

#midcol-header-wrap {
	float:left;
	width:520px;
	height:24px;
	margin:0px;
	background:url(/web/templates/home_files/landing-tab-top.jpg) top center no-repeat;
	padding-top:5px;
	padding-left:10px;
}

#midcol-header {
	float:left;
	width:95px;
	height:24px;
        text-align:center;
}

#midcol-header h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:85%;
	color:#313131;
	margin:0px;    
}

#midcol-content {
	float:left;
	width:508px;
	margin:0px;
	border-left:1px solid #C7C7C7;
	border-right:1px solid #C7C7C7;
	border-bottom:1px solid #C7C7C7;
	padding:10px 10px;
        font-size:85%;
}

#midcol h2 {
	color:#E99345;
	text-decoration:none;
	font-size:150%;
	font-weight:normal;
	margin-top:0px;
        margin-bottom:8px;
        padding:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
       	line-height:1.0;
}

#midcol h2 a {
	color:#E99345;
	text-decoration:none;
	font-size:150%;
	font-weight:normal;
	margin-top:0px;
        margin-bottom:8px;
        padding:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
       	line-height:1.0;
}

#midcol h2 a:hover {
	color:#D9751A;
}

#midcol p {
	margin:0px;
}


.features-wrap {
	float:left;
	width:508px;
	padding-bottom:10px;
        margin:0px;
}

.features-img {
	float:left;
        width:240px;
}

.features-txt {
	float:left;
        width:258px;
	padding-left:10px;
	line-height:1.4;
}

.features-scroll {
    float:left;
    font-size:80%;
}

.clearfix {
    display:inline-block;
    height:0px;
}

#featurebox-landing-wrap {
        float:left;
        width:530px;
        height:58px;
        background:url(/web/multimediafiles/did-you-know-bkgd.jpg) top center no-repeat;
        margin-top:5px;
}

#featurebox-landing {
        float:left;
        width:375px;
        height:35px;
        padding:17px 10px 10px 145px;
        font-size:85%;
}

