﻿body
{
    background: #E9E7DB url("Images/background.jpg") repeat-x;
    font-family: Arial;
}

.container
{
    width: 877px;
    height: 100%;
    z-index: 0;
    position: relative;
}
.topshade
{
    width: 877px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -5;
    height: 130px;
    background: url("Images/top_shade.png");
}

.bottomshade
{
    z-index: -5;
    width: 877px;
    height: 122px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: url("Images/bottom_shade.png");
}


.container .bodyContainer
{
    width: 814px;
    border: solid 9px #DBD8C2;
    background: white;
}

.centerPage
{
    width: 780px;
}

.centerPage div.header
{
    width: 778px;
    margin-top: 18px;
    margin-bottom: 18px;
    height: 138px;
    background-image: url("Images/Header.jpg");
}


.menu
{
    width: 778px;
    position: relative;
    height: 58px;
    background: url("Images/menubar.png");
    background-repeat: no-repeat;
    z-index: 1;
}

.menu ul
{
    list-style: none;
    float: left;
    margin-top: 10px;
    z-index: 10;
}
.menu ul li
{
    position: relative;
    float: left;
    margin-right: 10px;
    width: 96px;
    z-index: 10;
}
.menu ul li a
{
    color: White;
    text-decoration: none;
    z-index: 100;
    width: 96px;
    text-align: center;
}
.siteRotator
{
    width: 778px;
    height: 300px;
    
}


.mainCube
{
    width: 778px;
    position: relative;
    clear: both;
    height: 588px;
    background: url('Images/container_bg.jpg') repeat-x;
    margin-top: 15px;
    margin-bottom: 50px;
    z-index: 1;
}


.navbg
{
    display: inline-block;
    position: absolute;
    width: 92px;
    height: 0;
    margin: 0;
    top: -17px;
    left: 0px;
    vertical-align: bottom;
    z-index: -1;
    background: url('Images/menu_hover.png');
}

.featured
{
    width: 432px;
    height: 195px;
    border: solid 1px #D5D5D5;
    float: left;
    margin-left: 33px;
    margin-top: 26px;
    background: white;
}
.featured h1
{
    margin: 10px 0 0 15px;
    text-align: left;
    padding: 0;
    font-size: 11pt;
    height: 26px;
    background: url("Images/line_featured.jpg") left bottom no-repeat;
    color: #313C45;
}

.featured p
{
    font-size: 11pt;
    float: left;
    text-align: left;
    margin: 5px 0 0 15px;
    color: #868F9D;
    padding: 0;
}




.rightCube
{
    width: 255px;
    height: 195px;
    border: solid 1px #D5D5D5;
    float: right;
    margin-right: 26px;
    margin-top: 26px;
    background: white;
}

.blockButton
{
    width: 126px;
    z-index: 4;
    cursor: pointer;
    height: 80px;
    background: url("Images/generic_button.png");
    float: left;
    margin-right: 11px;
    position: relative;
}
.blockButton p
{
    margin: 0;
    padding: 0;
    width: 126px;
    position: absolute;
    bottom: 4px;
    left: 0;
    color: White;
    font-size: 12pt;
}
.buttonsField
{
    z-index: 4;
    width: 678px;
    height: 80px;
}

.subTextField
{
    width: 678px;
    height: 150px;
    margin-top: 0px;
    clear: both;
    color: White;
    margin-bottom: 10px;
}

.subTextField h1
{
    margin: 0;
    text-align: left;
    padding: 0;
    font-size: 12pt;
    color: #313C45;
}
.subTextField hr
{
    color: White;
    background-color: White;
    border: 0;
    height: 1px;
}
.subTextField p
{
    font-size: 11pt;
    float: left;
    text-align: left;
    color: #868F9D;
    padding: 0;
    margin: 0;
}


.clearMarin
{
    margin: 0;
    padding: 0;
}
.bubbleFix
{
    margin-right: 88px;
}
.bubble
{
    width: 50px;
    height: 50px;
    float: left;
    display: none;
    margin-left: 50px;
    margin-top: 20px;
    overflow: hidden;
    position: absolute;
    top: 160px;
    z-index: 2;
}

.bubble div.b_left
{
    width: 23px;
    height: 194px;
    background: url("Images/left_bubble.png");
    float: left;
}

.bubble div.b_right
{
    width: 26px;
    height: 194px;
    background: url("Images/right_bubble.png");
    float: left;
}


.bubble div.b_center
{
    height: 194px;
    width: 0;
    text-align: left;
    color: White;
    font-size: 8pt;
    background: url("Images/center_bubble.png");
    float: left;
}

.contactBox
{
    width: 500px;
    height: 302px;
    border: solid 1px #D5D5D5;
  
    margin-top: 20px;
}

.titleContact
{
    width: 680px;
    text-align: left;
    height: 30px;
    color: #313C45;
    font-size: 14pt;
}
.contactBox h1
{
    width: 438px;
    text-align: center;
    height: 30px;
    margin-top:15px;
    color: #313C45;
    font-size: 14pt;
}
.contactBox p
{
    width: 438px;
    text-align: center;
}

.schoolsBox
{
    width: 230px;
    height: 280px;
    margin-top: 26px;
    border: solid 1px #D5D5D5;
    position: absolute;
    left: 50px;
    background: white;
}

.schoolsBox h1,.rightCube h1
{
    margin: 10px 0 15px 0;
    text-align: left;
    padding: 0;
    width:200px;
    font-size: 11pt;
    height: 26px;
    background: url("Images/line_featured.jpg") left bottom no-repeat;
    color: #313C45;
}


.picturesbox
{
    height:73px;
    width: 432px;
    border: solid 1px #D5D5D5;
    background:white;
    position: absolute;
    right:52px;
    bottom:21px;
    
}

.productCube
{
    width:120px; height:120px; float:left; margin-left:16px; margin-top:18px; border:solid 1px #D5D5D5;
    cursor:pointer;
}

.productCube p
{
   font-size:20px;
   margin-top:50px;
   width:120px;
   text-align:center;
   color: #313C45;
   text-indent:0;
   margin-left:0;
   font-family:Arial;   
   font-weight:bold;
    
}

.footer
{
    WIDTH: 780px;
    height:40px;
    
}