﻿     
/*-------------------------------------WRAPPER DIV TO CENTRE WEBSITE--------------------------  --------------*/
     
#wrapper
{
margin: 0 auto; 
width:960px; 
height:100%;
}
        
 /*------------------------------------LEFT SIDE BAR & CONTAINING DIVS-------------------------------------*/    
        
#left-side-bar
{
width:210px; 
height:1100px; 
position:relative;
float:left; 
background-color:White;
border-style:solid; 
border-width:1px; 
border-color:ActiveBorder;
}
        
#logo
{
width:210px; 
height:140px; 
margin-left:0px; 
margin-top:0px;
}
        
#

#left-side-bar-boxes
{
width:190px; 
height:90px; 
margin-left:20px; 
margin-top:20px; 
background-image:url(Images/box-bkgd.png);
border-style:solid; 
border-width:1px; 
border-color:ActiveBorder; 
font-family:Verdana; 
font-size:small; 
color:#7C6F57; 
padding:0px;
}

#left-side-bar-boxes-amazon
{
width:190px; 
height:100px; 
margin-left:20px; 
margin-top:20px; 
background-image:url(Images/box-bkgd.png);
border-style:solid; 
border-width:1px; 
border-color:ActiveBorder; 
font-family:Verdana; 
font-size:small; 
color:#7C6F57; 
padding:0px;
}
    
#term_dates_div
{
border: 1px solid ActiveBorder;
width :190px; 
height:220px; 
margin-left:10px; 
margin-top:10px; 
background-image:url(~/Images/termDatesBkgd.png);
font-family:Verdana;
font-size:small; 
color:#7C6F57;     
}
        
.sidebar
{
font-size:medium;
}
        
        
/*-----------------------------------------------HEADER-------------------------------------------------*/   
    
#header
{
width:700px; 
height:170px; 
top:15px; 
margin-left:0px; 
border-style:solid;
border-color:White;    
}
        
 /*-------------------------------------------NAVIGATION MENU BAR----------------------------------*/    
    
.navbar
{
width: 147px; 
height: 23px; 
position:relative;
float:left; 
margin-left:15px;
margin-top:10px;
z-index: 9999;   
}
        
        
p.position
{
margin-top:0px;
}
 
 /*-------------------------------MAIN CONTENT WRAPPER-------------------------------*/
        
#contentwrapper
{
width:730px; 
height:100%;        	
float:right;
margin-top:10px;
}
   
        
/*---FOOTER STYLES - RELATIVE POSITIONING TO MOVE UP AND DOWN DEPENDING ON PAGE CONTENT ABOVE IT---*/
        
#footer
{
width:100%; 
height:200px; 
position:relative;
float:left;
border-top-color:#F7F6F3;
border-top-style:solid;
margin-top:20px;
}
        
#footer-wrapper
{
margin:0 auto; 
width:960px;
height:200px;
}
        
#footer-links
{
width:949px;
height:30px;
margin-top:10px;
font-family:Verdana; 
font-size:small; 
color:#7C6F57; 
text-align:center;
}
        
#footer-logos
{
width:960px;
height:80px;
margin-top:5px;
margin-left:0px;
}

       
       
/*--------------------------------TERM DATES STYLES FOR DYNAMIC DATA------------------------------*/

.termDatesHeader
{
font-family:Verdana;
font-size:11px;
color: #8a5959;
text-align:center;
}
 
 .termDates
{
font-family:Verdana;
font-size:11px;
text-align:center;    
}
 
.schoolStatus
{
font-family:Verdana;
font-size:11px;
}
   
     
        
       
