﻿/* CSS Document */

/* CSS Document */

html
{
    height:100%;
    
}
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;
background-color:#ffffff;
/* color of page background - default is #FFFFFF*/

/*background image (tiled or stationary) - example given is single image centered on background*/
background-repeat: repeat-x repeat-y;
/* select repeat to allow to tile on background */
/*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*/
margin:0px;
padding:0px;
height:100%;
}

/*this next group changes the look of the schoolmaster.master template */
.trtitle
{
    background-color: #ffffff; 
}

.mainlogo
{
  color:rgb(0,128,0);  
}

.maintitle
{
    background-color: #ffffff;
    color:rgb(0,128,0);
}

.links
{
    color:rgb(0,128,0);
}

.footer
{
}
/* end of schoolmaster.master section*/
/* school_container holds the school website area */

#master_schoolcontainer
{
    background-color:#ffffff;
}

#school_container
{
padding:0px;
margin:0px;
width:950px;
background-color:#ffffff;
height:200%;
}
/* school_header - attributes for the school_header from content block */
#school_header
{
/*margin:5px;*/
/*padding:5px;*/ 
width:950px;
background-color:rgb(0,128,0);

}

/* school_maincontent holds the menus and content blocks of the school website */
#school_maincontent
{
clear:both;
margin:0px;
padding:0px;
width:950px;
background-color:#ffffff;
height:100%; /* may have to be changed according to design*/ /* if this area stretches too far, change and adjust by pixels*/
}
#school_menu_container
{
  
float: left; /*may float right or left depending on template design*/
margin:0px;
padding:5px;
width:148px;
background-color:rgb(0,128,0);
height:100%;
 /* may have to be adjusted according to menu style*/
/*border:solid 5px #990000;/*
}
/* school_content holds content block; depending on template, you may have to create more than one school div tag (e.g. school content1, school_content2, etc) */
}
#school_content
{
    width:780px;
    float:left;
    padding:0px;
    margin:0px;
    background-color:#ffffff;
}
#school_content1
{
margin:0px;
padding:10px;
width: 750px;
border-bottom:0px;
float:left;
background-color:#ffffff;
}
#school_content2
{
margin:0px;
padding:0px;
width: 397px;
border-bottom:0px;
float:left;
background-color:#ffffff;
}
#school_interior
{
    float:left;
    width: 792px;
    background-color:#ffffff;
}
#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;
}

   

/* NOTES: Padding should be at least 3 px minimum when applying to style sheet. Factor in all the size
