@charset "utf-8";
/* CSS Document */



#sidebar1 
{
	float: left;  /*since this element is floated, a width must be given */
	width: 146px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/*background: #EBEBEB;  the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 2px 0px; /* padding keeps the content of the div away from the edges */
	overflow-x: hidden;

}

.BasicDepartment2Col #sidebar2 
{
	display:none;
}

.BasicDepartment3Col #sidebar2 
{
	float: right; /* since this element is floated, a width must be given */
	width: 146px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
 /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 2px 1px 2px 1px; /* padding keeps the content of the div away from the edges */
	overflow-x: hidden;
}

.BasicDepartment3Col #sidebar2 .header
{
	background-image:url(http://www.palmbeachSchools.org/pbImages/divHeaderImage2.png);
	background-repeat: no-repeat;
	font-size:12px;
	font-weight:bold;
	color:#FFF;
	height:17px;
	margin:0;
	padding:0;
	padding-top:3px;
	text-align:center;

}
.BasicDepartment3Col #sidebar2 .content
{

	border-left: solid 1px #A8A8A8;
	border-right: solid 1px #A8A8A8;
	width:136px;
	padding:2px 4px;
	padding-bottom:0;
	margin:0;
    overflow-x: hidden;
}
.BasicDepartment3Col #sidebar2 .footer
{
	width:146px;
	height:5px;
	margin-bottom:5px;
	background-image:url(http://www.palmbeachSchools.org/pbImages/divFooterImage1.png);
	background-position:bottom;
	background-repeat:no-repeat;
}
.BasicDepartment2Col #mainContent 
{ 
	/*border:dashed 1px blue;*/
	/*margin: 0 0 0 150px;*/	
	padding: 0  5px 0 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	overflow-x: hidden;
	vertical-align:top; 
	min-height: 500px;
	width: 623px;
	float: right;
} 
.BasicDepartment3Col #mainContent 
{ 
	/*border:dashed 1px blue;*/
	/*margin: 0 150px; */
	padding: 0 3px 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	overflow-x: hidden;
	vertical-align:top; 
	min-height: 500px;
	height: 100%;
	float:right;
	width:480px;
		
} 







	