﻿
/* top panel */    
div#panel1{
    background: #8dd7d7 url('../../images/educatecategory/panel1_bg.jpg') top left no-repeat;
    width: 550px;
	float: left;
	margin-left: 12px;
	display: inline;
	overflow:hidden;
	 }	

div#panel1 .txtArea{
	float: left;
	padding-bottom: 20px;
	margin-left: 24px;
	display:inline;
}
div#panel1 .txtArea H2 {
	margin: 25px 0 10px 0; 
	padding: 0; 
	color: #076cae;
	width: 240px;
	font-size: 170%; 
	font-family: Tahoma, Arial; 
	line-height: 120%; }
	
div#panel1 .noimage h2 {
    width: auto;
}

div#panel1 .noimage img {
    display: none;
}
	
div#panel1 .txtArea .panelContent { padding: 0 0 10px 0; }		
div#panel1 .txtArea .link a {
	background: url('../../images/right_arrow.gif') left 3px no-repeat;
	font-weight: bold;
    color: #003366;
    display: block;
    padding-left: 12px;
    line-height: 130%; }     
    	
div#panel1 .imgArea{
	float: right;
	width: 250px;
	padding-bottom: 5px;	
	margin: 10px 10px 0 10px;
	display:inline;
}
div#panel1Bottom{
    background: #8dd7d7 url('../../images/educatecategory/panel1_bottom.jpg') bottom left no-repeat;
    height: 6px;
    width: 550px;
    clear: left;
    margin-bottom: 25px;
    margin-left: 12px;
}

/* bottom panel divs */
#panel2 { width: 550px; margin-bottom: 25px; margin-left: 17px; }
#panel2 .paddingAdjusted { margin: 0 14px 0 14px; }
#panel2 H2{
	color: #076cae; 
	font-size: 150%; 
	font-family: Tahoma, Arial; 
	background: url('../../images/border.gif') bottom left repeat-x;	 
	margin-bottom: 12px; 
	padding-bottom: 6px; }
#panel2 .paraArea { float: left; width: 247px; padding-right: 25px; padding-bottom: 220px; }
#panel2 .listArea { float: left; width: 247px; padding-bottom: 120px; }
#panel2 .listArea UL { margin: 0; padding: 0; list-style: none; width: 250px; }
#panel2 .listArea UL LI {
	margin: 0; 
	padding: 0 0 4px 0; 
	background: url('../../images/educatecategory/list_arrow.gif') left 7px no-repeat; 
	padding-left: 10px;
	height: 1%; /* stops the peak-a-boo bug in IE */
	font-weight: bold; }
#panel2 .listArea UL LI A { color: #333; text-decoration: none; }
#panel2 .listArea UL LI A:HOVER { text-decoration: underline; }
/* header bg image inline from cms */
#panel2 .panel2Content {
    background-position: bottom left;
    background-repeat: no-repeat;
    float: left;
}
#panel2 .panel2Content .imageAlt {
    width: 1px;
    height: 1px;
    float: left;
}




