﻿/**************************************/
/* Nav bar                            */
/**************************************/

#navbar 
{
top: 0;
right: 0;
margin: 0;
padding: 0;
width:100%;
font-size:x-small;
}

#navbar li 
{
list-style: none;
float: left;
position: relative;
width:135px;
text-align:left;
}


#navbar li a 
{
display: block;
text-transform: uppercase;
text-decoration: none;
background-color: orange;
border: solid thin white;
color: white;
font-weight: bold;
padding-left:10px;
padding-right:10px;
padding-top:5px;
padding-bottom:5px;
font-size:x-small;
}

#navbar li a:hover 
{
color: green; 
}
 
#navbar li ul
{
display: none;
width:250px;
}

#navbar li:hover ul, #navbar li.hover ul
{
position: absolute;
display: block;
left: 0;
width: 100%;
margin: 0;
padding: 0; 
}

#navbar li:hover li, #navbar li.hover li 
{
float: left;
}

#navbar li:hover li a, #navbar li.hover li a 
{
background-color: darkgreen;
color: white;
}

#navbar li li a:hover {
color: orange;

}


/**************************************/



body 
{
 background-attachment: fixed;
 background-image:url(../images/march/background_02.gif);
 background-position:center;
 background-color:#660033;
 background-repeat:repeat;
}

.LinkButton
{
    background-image: url(../images/march/link_background.bmp);
    height:44;
    vertical-align:middle; 
    font-weight:bolder;
}

.LinkText
{
    color:white;
    font-size:medium;
    font-family:Times New Roman;
    font-weight:bold;
}


.TitleBlock
{
    width:100%;
    color: white; 
    font-size:x-large; 
    font-weight: bolder;
    border: solid thin #003300;
    background-color:#336600;
}

.TitleBlockSide
{
    vertical-align:middle;
    width:25%;
    border: solid thin yellow;
}


.MarqueeStyle
{
    font-size: 48;
    font-family: Times New Roman;
    background-color:#003300;
    font-weight: bold;
    color:white; 
    width:100%; 
    vertical-align:middle;
}

.TitleCell
{
    font-weight:bold; 
    vertical-align:middle;
    background-color:green;
    color:white; 
    font-size:medium;
    text-align:center;
}

.TextCell
{
    font-weight:bold; 
    vertical-align:middle;
    color:green; 
    font-size:medium;
    text-align:center;
    background-color:yellow;
}

.HomeCellBorder
{
    border: solid thin white;
}

.HomeMarqueeBorder
{
    border: solid medium yellow;
}

#leftimage
{ 
  width: 140;
  height: 140;
  background-image: url("../images/march/st_patricks_day_clipart_2.jpg");
}

#rightimage
{ 
  width: 160;
  height: 140;
  background-image: url("../images/march/shamrock_SM.jpg");
}

#HomePageCenterImage
{ 
    height:298;
    width:608;
    background-image: url("../images/March/wo1.jpg");
}

.updatetextMD
{
  color: white; 
  font-size:medium; 
  font-weight:bold;
}

.updatetextSM
{
  color: white; 
  font-size:small; 
  font-weight:bold;
}

.AddressBlock
{
  color:yellow; 
  font-size:medium; 
  font-weight:bold;
  background-color:darkgreen; 
  border:solid double white;
}

.AddressSideBlock
{
    border: solid double white;
}




.TitleCellLeft
{
    font-weight:bold; 
    vertical-align:middle;
    background-color:Red;
    color:white; 
    font-size:medium;
    text-align:left;
}






.PrincipalMessageBackground
{
    text-align:left;
    background-color:green; 
    padding:10 10 10 10; 
    width:100%; 
    color:white; 
    font-size:medium; 
    font-style:oblique; 
    font-weight:normal;
    border: thin solid yellow; 
}

.PrincipalMessageLinksBackground
{
    text-align:center;
    background-color:green; 
    padding:10 10 10 10; 
    width:100%; 
    color:white; 
    font-size:medium; 
    font-weight:bold;
    border: thin solid orange; 
}

.PrincipalMessageTitle
{
    text-align:center;
    background-color:green; 
    padding:10 10 10 10; 
    width:100%; 
    color:yellow; 
    font-size:X-large; 
    font-weight:bold;
    border: thin solid orange; 

}

.PrincipalMessageTable
{
    text-align:center;
    background-color:green; 
    padding:10 10 10 10; 
    color:white; 
    font-size:medium; 
    font-weight:bold;
    border: thin solid yellow; 
}








.TextCellSMR
{
    font-weight:bold; 
    vertical-align:middle;
    color:maroon; 
    font-size:small;
    text-align:right;
    padding-right:10;
}
.TextCellSML
{
    font-weight:bold; 
    vertical-align:middle;
    color:maroon; 
    font-size:small;
    text-align:left;
    padding-left:10;
}


.BBText
{
    color:white; 
    font-size:small;
    font-family: squeaky chalk sound;
    font-weight: normal;
}

.BulletinText
{
    color:black; 
    font-size:large;
    font-family: comic sans ms;
    font-weight: bold;
    background-color:lightyellow;
}

.BulletinHeadingText
{
    color:black; 
    font-size:large;
    font-family: comic sans ms;
    font-weight: bold;
    background-color:cyan;
}





.TEACHCell
{
    text-align:left;
    font-size:small; 
    background-color:white; 
    vertical-align:top; 
    border: thin solid olive;
    padding:5 5 5 5;
}

.TEACHLetterCell
{
    text-align:center;
    font-size:500%; 
    font-family: Comic Sans MS; 
    background-color:white; 
    vertical-align:middle; 
    border: thin solid olive;
}

.TEACHTitleCell
{
    text-align:center;
    font-size:x-large; 
    font-family: Comic Sans MS; 
    background-color:white; 
    vertical-align:middle; 
    border: thin solid olive;
}
