@charset "utf-8";
/* CSS Document */
#breadcrumbs
{
	background-image:url(../pbImages/breadcrumbBGParents.jpg);
	color:#404040;
	border-top:solid 2px #a1b9ca;
	border-bottom:solid 1px #909090;
}


#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(../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(../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;
		
} 


/*******/
/*******/ 
/*This .sf class overrides SideMenu.css and is used for the Community colors. */
.sf-menu li {
	background-image: url("http://www.palmbeachschools.org/pbImages/ParentsNormal.jpg");
	margin: 1px 0 0;
}
.sf-menu li:hover, .sf-menu li.sfHover,.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background-image: url("http://www.palmbeachschools.org/pbImages/ParentsMenuHover.jpg");
	text-decoration: none;
	outline:		0;
	/*color:			#13a;*/
	color: #000;
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.05em;
	top:			0.55em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('http://www.palmbeachschools.org/pbImages/ParentsMenuArrow.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
/*This .sf class overrides SideMenu.css and is used for the Community colors. */
/*******/
/*******/





	
