﻿/* CSS Document */

/* CSS Document */

/* body
{
/* text attributes (may be overridden in div tags)do not put any attributes here to allow default font and color and size to inherit from the workarea*/
/* font-family:Arial, Helvetica, sans-serif;
font-size:12px;
/* select repeat to allow to tile on background */
/* color of page background - default is #FFFFFF*/
/*background-color:#FFFFFF;

/*background image (tiled or stationary) - example given is single image centered on background*/
/*background-image: url(ARROWD.GIF);


background-position:center;
background-repeat:no-repeat;
background-repeat:no-repeat;

margin:0px;
padding:0px;
}*/
/*make these 0px if you want the page to go to the edges of the browser; if site is completely left-aligned, add to margin*/
/*this next group changes the look of the schoolmaster.master template */
/*.trtitle
{
}

.mainlogo
{
}

.maintitle
{
}

.links
{
}

.footer
{
}*/
/* end of schoolmaster.master section*/
/* school_container holds the school website area */

#school_container
{
padding: 0px;
margin:0px;
width:950px;
/*border:single 10px #003366;*/
/*background-color: rgb(0,0,160);*/


}
/* school_header - attributes for the school_header from content block */
#school_header
{
margin:0px;
padding:0px; 
/*width:950px;/* may have to be changed according to design
height: 200px;
background-image: url(../../benjaminfoulois/images/benjaminfoulois_banner.jpg);
background-repeat: no-repeat;*/
}

#school_subheader
{
float:left;
clear:both;
margin-top:5px;
margin-bottom:5px;   
width:950px;/* may have to be changed according to design*/
height: 40px;
background-color: #0000f0;
padding:0px;
}
/* school_maincontent holds the menus and content blocks of the school website */
#school_maincontent
{
float:left;
margin-top:10px;   
margin:0px;
padding:0px; /* may have to be changed according to design*/ /* if this area stretches too far, change and adjust by pixels*/

}

#school_menu_container
{
margin-top:5px;   
float: left; /*may float right or left depending on template design*/
margin:0px;
padding:0px;
width:200px; /* may have to be adjusted according to menu style*/
}
#school_info
{
 
float: left;
margin:0px;
padding:0px;
width:200px;  
    
}
}
#school_content
{
float:left;
margin-top:5px;   
margin:5px;
padding:5px;
padding-left:0px;
border-bottom:0px;
width:350px;
}
#school_content1
{
margin:5px;
padding:5px;
width: 350px;
border-bottom:0px;
/*clear:both;*/
float:left;
}
#school_rightcolumn
{
    float:left;
    padding: 0px;
    border-top: 5px solid #ffffff;
    border-left:solid 5px #ffffff;
    width: 730px;

} 
#school_footer
{
float:left;
clear:both;
margin:0px;
padding:5px;
width:100%;
}
.star
{
    list-style-image:url(http://www1.pgcps.org/marlton/red_star.gif); 
    display:block;
    margin:0px;
    
}
ul
{
    display:block;
    margin:18px;
}
/*li.star
{
    list-style-image:url(http://www1.pgcps.org/marlton/apple.gif)
}
   

/* NOTES: Padding should be at least 3 px minimum when applying to style sheet. Factor in all the sizes of content to make sure that they do not add up to more than 950 px*/
