/* Unchanged */
/*****************************************
ELEMENT FORMATING
*****************************************/
BODY
{
	background-color: transparent;
}
P
{
	margin-bottom: 7px;
	line-height: 18px;
}
OL
{
    margin-bottom:6px;
}
OL LI, UL LI
{
    margin-bottom:8px;
}
H2
{
	margin-bottom: 4px;
	padding-bottom: 0;
}
/*****************************************
FORMS
*****************************************/
TEXTAREA
{
	width: 100%;
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	line-height: 150%;
	padding: 2px;
	margin-top: 10px;
}

#mainform #ctl07_ctl00_ctl01_ctl03_form_current
{
    font-size:12px;
}

/*****************************************
TEMPLATE
*****************************************/
H1.imgtxt
{
	height: 25px;
}
HTML
{
	background: #98CB32 url(/images/Schools/html-bg.png) repeat-x bottom;
}
#make_report
{
	top: 91px;
	background-image: url(/images/Schools/btn-report-schools.png);
	margin-left: 843px;
}

/*****************************************
BREADCRUMBS
*****************************************/
#breadcrumbs
{
	padding: 12px 0 12px 13px;
}


/*****************************************
CONTENT AREA
*****************************************/
#content
{
	width: 526px;
	padding: 0px 12px 12px;
}
#content_area
{
	width: 725px;
	float: left;
}
/*ONLY USED ON LANDING TEMPLATE*/
#content_container
{
	background-color: #FFF;
	width: 547px;
	float: left;
	padding-bottom: 12px;
}
#content OL
{
    margin-left:18px;
}
#content UL
{
    margin-left:9px;
}
/*LANDING LAYOUT*/
#content.landing
{
	width: 650px;
}
/*WHITE WIDE LAYOUT*/
#content_area.white_wide
{
	width: 725px;
}
.white_wide #content
{
	width: 683px;
	/*height: 500px;*/
}
DIV.white_wide #content_left
{
	float: left;
	display: block;
	width: 690px;
}

/*TWO COL LAYOUT*/
.two_col #content
{
	width: 690px;
}
.two_col #content_left
{
	float: left;
	display: block;
	width: 528px;
}
/*****************************************
LEFT COL
*****************************************/
#left_links
{
	width: 208px;
	margin-bottom: 0px;
}
#col-1
{
	display: block;
	width: 235px;
	float: left;
}
#news_left
{
    margin-bottom:16px !important;
    margin-bottom:32px !important;
}
#newsfeed a
{
    font-weight:bold;
}

#navigation_page li
{
    margin-bottom: 2px;
}
/*****************************************
RIGHT COL
*****************************************/
#content_right
{
	float: right;
	padding: 10px;
	margin-left: 20px;
	display: block;
	width: 120px;
	line-height:16px;
	padding-top:0;
}

#content_right UL LI
{
	font-size:13px;
}
/*****************************************
BOXES
*****************************************/
.box
{
	width: 140px;
	padding: 2px;
	display: block;
	height: 140px;
}

.boxphoto
{
	display: block;
	padding:0;
	margin:0;
	overflow:hidden;
}
/*****************************************
LEARING PATHWAYS
*****************************************/
.lpCol
{
	float: left;
	width: 160px;
	margin-right: 10px
}

DIV.lpRow1,DIV.lpRow2
{
	display:block;
	margin-bottom:10px;
	background:url(/images/Schools/lp-arrow.png) no-repeat bottom center white;
    padding:10px;
    padding-bottom:40px;
    padding-top:10px;
    padding-left:10px;
}
DIV.lpRow3
{
    background:url(/images/Schools/lp-arrow.png) no-repeat top center white;
    padding:6px;
    padding-top:10px;
    padding-left:10px;
}

DIV.lpCol P,
DIV.lpCol h4,
DIV.lpCol h3,
#content DIV.lpCol a
{
    color:white;
    line-height:16px;
}

DIV.lpCol h3
{
    margin-top:0;
}

#content DIV.lpCol h4, #content DIV.lpCol h3, #content DIV.lpCol h4 a, #content DIV.lpCol h3 a
{
    font-size:14px;
    margin-top:0;
    padding-top: 0;
}

#content DIV.lpCol p 
{
    font-size:11px;
}

#content DIV.lpCol a
{
    text-decoration: underline;
    font-size:11px;
}



