﻿body
{
/* text attributes (may be overridden in div tags) do not put any attributes here if you want the default font and color and size to inherit from the workarea*/
 color: #008000;
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
 background-color:#008000;
    font-family:Arial;

/* 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;

}

/* 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;
background-color:#ffffff;
}

/* school_header - attributes for the school_header from content block */
#school_header
{
float:left;
text-align:center;
margin:0px; 
padding:0px; /* may have to be changed according to design */
width:100%;
background-color:#ffffff;
font-weight:bold;
    /*background-image: url(../../surrattsville/images/surrattsvillebackground.jpg);*/
}

/* school_subheader is optional area for horizontal menu */

/* school_maincontent holds the menus and content blocks of the school website */

#school_maincontent
{
float:left;
margin:0px;
padding:0px; /* may have to be changed according to design */
background-color:#FFFFFF;
width:100%;
 /*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:0px;
background-color:#008000;
width:150px; /* may have to be adjusted according to menu style */
 
}
/* school_content holds content block; depending on template, you may have to create more than one school_content div tag e.g. school_content1, school_content2, etc. */
#school_address
{
    /* float:left;*/
    /* padding-top:50px;*/
    margin:0px;
    padding:0px;
    width:150px;
    background-color:#008000;
    height:200px;
    }

#school_content
{
float:left;
margin:0px;
padding:0px;
width: 100%;
}
#school_content1
{
float:left;
/* margin-top:50px;*/
padding:5px;
clear:both;
/*background-color: #6699CC;*/
/*width:325px;*/
}
#school_content2
{
float:left;
margin:0px;
padding:5px;
width:770px;
/*background-color: #6699CC;*/
}
#school_content3
{
float:right;
margin-right: 0px;
padding:5px;
/*background-color: #6699CC;*/
border-left: 1px solid #008000;
width:33%;
}
#school_footer
{
clear:both;
margin:0px;
padding:0px;
background-color:#FFFFFF;
width:100%;
/* border-top: 1px solid #008000;*/
}

#school__interior_content
{
    padding:0px;
    padding-left:8px;
    width: 780px;
    float:left;
}

#col_1
{
    width:240px;
    padding:5px;
    float:left;
}

#quicklinks
{
    width:230px;
    float:left;
    padding:5px;
    margin-bottom:10px;
    border: 1px solid #008000;
}

#athleticevents
{
        width:230px;
        float:left;
        padding:5px;
    border: 1px solid #008000;
}
#news_announcements
{
    width:240px;
    padding:5px;
    float:left;
    border: 1px solid #008000;
    margin:5px;
}
#upcomingevents
{
    width:235px;
    padding:5px;
     float:left;
     border: 1px solid #008000;
     margin:5px;
}

a
{
    color:#008000;
}
