﻿html, body {
    background-color: #0391d1;
    font-size: 12px;
    font-family: Arial, Verdana, Sans-Serif, Comic Sans MS;
    margin: 0px;
    padding: 0px;
}
.RadEContent, .RadEContentBordered
{
     font-family: Arial;
     font-size: 10pt;
}
.global {
    background-color: #0391d1;
    background-image: url(../Images/Home/background.gif);
    background-repeat: repeat-x;
    margin: auto;
    width: 100%;   
}
.globalContent {
    background-color: #ffffff;
    margin: auto;
    width: 980px;
}
.menuCategory {
    background-image: url(../Images/Home/boxLeftBackground.gif);
    background-repeat: repeat-y;
    width: 227px;
}
.menuCategory .menuContent {
    padding-left: 10px;
}
.copyright {
    background-image: url(../Images/Home/backgroundBottom.gif);
    background-repeat: repeat-x;
    color: #004775;
    font-weight: bold;
    height: 64px;
    text-align: center;
}
.copyright a {
    color: #004775;
}
.copyright div {
    padding-top: 12px;
}
.copyright .termes a {
    color: red;
}
.searchTop {
    background-color: #009cfc; 
    width: 277px;
}
.searchTop2 {
    background-color: #cfe8f4; 
    color: #00508d;
    text-align: left;
    width: 277px;
}
.searchTop2 a {
    color: #009efa;
}
.searchTop2 div {
    padding-left: 7px;    
}
.RadEContentBordered { background-color: White; }

/****************************/
/* SMALL, MEDIUM, LARGE BOX */
/****************************/
.welcome {
    background-color: #e5e9ec;
    height: 175px;
    width: 276px;
}
.welcome div {
    color: #004875;
    padding: 10px;
    text-align: justify;
}
.search {
    background-color: #e5e9ec;
    height: 209px;
    width: 276px;
}
.search div {
    color: #004875;
    padding: 10px;
    text-align: justify;
}
.homeSmallBox {
   width: 225px;   
}
.homeSmallBox .title {
    background-image: url(../Images/Home/topBoxSmall.gif);
    background-repeat: no-repeat;
    height: 26px;
    width: 225px;
    font-variant: small-caps;
    text-align: center;
}
.homeSmallBox .content {
    background-color: #e5e9ec;
    height: 180px;
    padding:  5px 22px 5px 22px;
    text-align: justify;
}
.homeMediumBox {
    width: 412px;
}
.homeMediumBox .title {
    background-image: url(../Images/Home/topBoxMedium.gif);
    background-repeat: no-repeat;
    height: 25px;
    width: 412px;
    font-variant: small-caps;
    text-align: center;
}
.homeMediumBox .content {
    background-color: #e5e9ec;
    text-align: justify;
    width: 335px;
}
.homeMediumBox .content div {
    padding: 5px;
    text-align: center;
}
.homeLargeBox {
    width: 704px;
}
.homeLargeBox .title {
    background-image: url(../Images/Home/topBoxLarge.gif);
    background-repeat: no-repeat;
    height: 25px;
    width: 704px;
    font-variant: small-caps;
    text-align: center;
}
.homeLargeBox .content {
    background-color: #e5e9ec;
    text-align: justify;
    width: 335px;
}
.homeLargeBox .content div {
    padding:  5px 22px 5px 22px;
}
.homeLargeBox .space {
    width: 35px;
}

/****************************/
/* CALENDAR CUSTOM          */
/****************************/
.calendarBlock {
    display: none;
    position: absolute;
}
.calendarBlock:hover  {
    display: block;
    left: 220px;
}

/****************************/
/* SITE PLAN                */
/****************************/
.sitePlanBlock {
    color: #014872;
    width: 194px;
}
.sitePlanBlock .title {
}
.sitePlanBlock .content {
    background-color: #d0e8f4;
    height: 200px;
    margin-top: -4px;
    padding: 4px;
}

.sitePlanAddress {
    text-align: center;
}

.sitePlanAddress .siege {
    text-align: center;
}
.sitePlanAddress .siege .title {
    font-weight: bold;
    padding-bottom: 10px;
}