@charset "iso-8859-5";
/* CSS Document */
*{
    margin:0;
    padding:0
}
img {border:0px}
html{
    width:100%;
    background-color:white;
    margin:0px;
    padding:0px;
}
body{
    width:1000px;
    margin:auto;
    text-align:center;
    align:left;
}
#header{
    width:1000px;
    /* height:348px; */
    text-align:center;
    background-color: white;
}
#footer{
    height:20px;
    background-color:#262525;
    font-family:Tahoma;
    font-size:11px;
    color:#9c9c9c;
    padding:20px 0 20px 100px;
    text-align:right;
}
#menu {
    clear: both;
    background-color: rgb(172,167,223);
    background-color: #000000;
    color: #fff;
    border-top: 2px solid rgb(172,167,223);
    border-bottom: 2px solid rgb(172,167,223);
    margin-top: 5px;
    text-align: left;
}
#menu ul {
    line-height: 200%;
    background-color: rgb(172,167,223);
    color: #fff;
}
#menu ul li {
    display: inline;
    background-color: rgb(172,167,223);
    color: #fff;
    text-decoration: none;
}
#menu ul li a {
    font-size: 14pt;
    font-weight: bold;
    padding: 3px 8px;
    border-right: 1px solid;
    background-color: rgb(172,167,223);
    color: #fff;
    text-decoration: none;
}
#menu ul li a:hover {
    background-color: rgb(139,132,210);
    color: #fff;
    border-bottom: 2px solid rgb(139,132,210);
    text-decoration: none;
}
#footer div{
    float:left;
}
#footer li {
    display:block;
    float:left;
    padding:0 7px 2px 7px;
}
.copy{
    padding:7px 20px 7px 20px;
    margin:0 20px 0 0;
}
.copy a{
    font-family:Tahoma;
    font-size:11px;
    color:#9c9c9c;
    text-decoration:none;
}
.copy a:link{
    text-decoration:underline;
}
.copy a:visited{
    text-decoration:underline;
}
.copy a:hover{
    text-decoration:none;
}
.bottom-menu{
    width:400px;
    margin:0 20px 0 20px 0;
    padding:7px 0 7px 20px;
    text-decoration: none;
}
.bottom-menu a{
    font-family:Tahoma;
    font-size:11px;
    color:#9c9c9c;
    text-decoration:none
}
.small-title{
    font-family:Tahoma;
    font-size:14px;
    color:#af0e0e;
    font-weight:bold;
    padding:20px 0 10px 0;
}
#content{
    padding:20px 0 0 13px;
    text-align:left;
    font-family:Tahoma;
    font-size:14px;
    color:#666666;
    width:1000;
    height:650px;
}
.title-shading {
    margin: 0px;
    padding: 1px 10px 2px 10px;
    background-color: rgb(225,225,225);
    font-weight: bold;
    font-size: 100%;	
}
.box-on {
    float: left;
    width: 1.0em;
    margin-right: 0.2em;
    padding-left: 0.3em;
}
.box-off {
    display: none;
}
.left-column {
    background-image:url(../img/dash.gif);
    background-repeat:repeat-y;
    background-position:top right;
    padding:0 15px 0 15px;
    clear: both;
    float: left;
    width: 185px;
    margin: 0px;
    padding: 0px;
}
.left-column-address {
    margin: 0px;
    padding-bottom: 0px;
    font-family: 'HelveticaNeue','Helvetica Neue','Arial','sans-serif';
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-size: 11px;
    line-height: 14px;
    font-size-adjust: none;
    font-stretch: normal;
    text-transform: none;
    color: rgb(41, 41, 41);
    text-indent: 0px;
    padding-top: 0pt;
    letter-spacing: 0px;
    text-align: center;
    text-decoration: none;
    opacity: 1;
}
.left-column img {
    width: 120px;
    margin: 0px;
    padding: 0px;
    border: none;
}
.center-column{
    background-image:url(../img/dash.gif);
    background-position:top right;
    background-repeat:repeat-y;
    width:575px;
    text-align:left;
    padding:0 30px 0 35px;
    float:left;
    font-size: 16px;
}
.center-column img{
    float: right;
}
.right-column{
    width:200px;
    padding:0 0px 0 15px;
    text-align:left;
    float:left;
}
.right-column img{
    margin:7px 0 14px 0;
}
.box-title-shading {
    display: block;
    margin: 0px 0px 0.5em 0px;
    padding: 2px 5px 2px 5px;
    background-color: rgb(225,225,225);
    font-weight: bold;
    font-size: 120%;
}
.box-noborder {
    width: 200px;
    margin: 0px 0px 1.0em 0px;
    padding: 0px;
}
.box-with-border {
    width: 200px;
    margin: 0px 0px 1.0em 0px;
    padding: 0px;
    border: solid 1px rgb(200,200,200);
    color: purple;
}
.readmore{
    text-align:right;
    margin:16px 10px 0 0;
}
.readmore a{
    font-family:Tahoma;
    font-size:12px;
    color:#af0e0e;
    font-weight:bold;
    text-decoration:none;
}

/*--------------------------*/
/* Schedule Table */
/*--------------------------*/

.scheduletable {
    clear: left;
    border: solid 1px rgb(150,150,150);
    empty-cells: show;
    /* border-collapse: collapse; */
    width: 200px;
    align: center;
}
.scheduletable td {
    padding: 2px 7px 2px 7px;
    border: solid 1px rgb(150,150,150);
    text-align: left;
    width: 50%;
}

/*---------------------------*/
/* Text colors */
/*---------------------------*/

/* Basic Colors */
.txt-white {
    color: rgb(255,255,255);
}
.txt-black {
    color: rgb(0,0,0);
}

/* Grey */
.txt-grey01 {
    color: rgb(242,242,242);
}
.txt-grey02 {
    color: rgb(230,230,230);
}
.txt-grey03 {
    color: rgb(217,217,217);
}
.txt-grey04 {
    color: rgb(204,204,204);
}
.txt-grey05 {
    color: rgb(191,191,191);
}
.txt-grey06 {
    color: rgb(178,178,178);
}
.txt-grey07 {
    color: rgb(153,153,153);
}
.txt-grey08 {
    color: rgb(127,127,127);
}
.txt-grey09 {
    color: rgb(89,89,89);
}
.txt-grey10 {
    color: rgb(51,51,51);
}

/* Yellow */
.txt-yellow01 {
    color: rgb(254,252,232);
}
.txt-yellow02 {
    color: rgb(253,249,201);
}
.txt-yellow03 {
    color: rgb(253,246,185);
}
.txt-yellow04 {
    color: rgb(252,243,162);
}
.txt-yellow05 {
    color: rgb(251,239,139);
}
.txt-yellow06 {
    color: rgb(250,236,116);
}
.txt-yellow07 {
    color: rgb(249,233,93);
}
.txt-yellow08 {
    color: rgb(249,230,69);
}
.txt-yellow09 {
    color: rgb(248,227,46);
}
.txt-yellow10 {
    color: rgb(247,224,23);
}

/* Blue */
.txt-blue01 {
    color: rgb(238,237,249);
}
.txt-blue02 {
    color: rgb(222,220,242);
}
.txt-blue03 {
    color: rgb(205,202,236);
}
.txt-blue04 {
    color: rgb(189,185,229);
}
.txt-blue05 {
    color: rgb(172,167,223);
}
.txt-blue06 {
    color: rgb(155,149,217);
}
.txt-blue07 {
    color: rgb(139,132,210);
}
.txt-blue08 {
    color: rgb(122,114,204);
}
.txt-blue09 {
    color: rgb(106,97,197);
}
.txt-blue10 {
    color: rgb(89,79,191);
}

/* Green */
.txt-green01 {
    color: rgb(237,246,229);
}
.txt-green02 {
    color: rgb(220,238,204);
}
.txt-green03 {
    color: rgb(202,229,178);
}
.txt-green04 {
    color: rgb(185,220,153);
}
.txt-green05 {
    color: rgb(167,211,127);
}
.txt-green06 {
    color: rgb(149,203,102);
}
.txt-green07 {
    color: rgb(132,194,76);
}
.txt-green08 {
    color: rgb(114,185,51);
}
.txt-green09 {
    color: rgb(97,177,25);
}
.txt-green10 {
    color: rgb(79,168,0);
}

/* Red */
.txt-red01 {
    color: rgb(252,235,233);
}
.txt-red02 {
    color: rgb(248,216,211);
}
.txt-red03 {
    color: rgb(245,196,188);
}
.txt-red04 {
    color: rgb(242,177,166);
}
.txt-red05 {
    color: rgb(238,157,144);
}
.txt-red06 {
    color: rgb(235,137,122);
}
.txt-red07 {
    color: rgb(232,118,100);
}
.txt-red08 {
    color: rgb(229,98,77);
}
.txt-red09 {
    color: rgb(225,79,55);
}
.txt-red10 {
    color: rgb(222,59,33);
}

/*----------------------------------*/
/* Background colors */
/*----------------------------------*/

/* Basic Colors */
.bg-white {
    background-color: rgb(255,255,255);
}
.bg-black {
    background-color: rgb(0,0,0);
}

/* Grey */
.bg-grey01 {
    background-color: rgb(242,242,242);
}
.bg-grey02 {
    background-color: rgb(230,230,230);
}
.bg-grey03 {
    background-color: rgb(217,217,217);
}
.bg-grey04 {
    background-color: rgb(204,204,204);
}
.bg-grey05 {
    background-color: rgb(191,191,191);
}
.bg-grey06 {
    background-color: rgb(178,178,178);
}
.bg-grey07 {
    background-color: rgb(153,153,153);
}
.bg-grey08 {
    background-color: rgb(127,127,127);
}
.bg-grey09 {
    background-color: rgb(89,89,89);
}
.bg-grey10 {
    background-color: rgb(51,51,51);
}

/* Yellow */
.bg-yellow01 {
    background-color: rgb(254,252,232);
}
.bg-yellow02 {
    background-color: rgb(253,249,201);
}
.bg-yellow03 {
    background-color: rgb(253,246,185);
}
.bg-yellow04 {
    background-color: rgb(252,243,162);
}
.bg-yellow05 {
    background-color: rgb(251,239,139);
}
.bg-yellow06 {
    background-color: rgb(250,236,116);
}
.bg-yellow07 {
    background-color: rgb(249,233,93);
}
.bg-yellow08 {
    background-color: rgb(249,230,69);
}
.bg-yellow09 {
    background-color: rgb(248,227,46);
}
.bg-yellow10 {
    background-color: rgb(247,224,23);
}

/* Blue */
.bg-blue01 {
    background-color: rgb(238,237,249);
}
.bg-blue02 {
    background-color: rgb(222,220,242);
}
.bg-blue03 {
    background-color: rgb(205,202,236);
}
.bg-blue04 {
    background-color: rgb(189,185,229);
}
.bg-blue05 {
    background-color: rgb(172,167,223);
}
.bg-blue06 {
    background-color: rgb(155,149,217);
}
.bg-blue07 {
    background-color: rgb(139,132,210);
}
.bg-blue08 {
    background-color: rgb(122,114,204);
}
.bg-blue09 {
    background-color: rgb(106,97,197);
}
.bg-blue10 {
    background-color: rgb(89,79,191);
}

/* Green */
.bg-green01 {
    background-color: rgb(237,246,229);
}
.bg-green02 {
    background-color: rgb(220,238,204);
}
.bg-green03 {
    background-color: rgb(202,229,178);
}
.bg-green04 {
    background-color: rgb(185,220,153);
}
.bg-green05 {
    background-color: rgb(167,211,127);
}
.bg-green06 {
    background-color: rgb(149,203,102);
}
.bg-green07 {
    background-color: rgb(132,194,76);
}
.bg-green08 {
    background-color: rgb(114,185,51);
}
.bg-green09 {
    background-color: rgb(97,177,25);
}
.bg-green10 {
    background-color: rgb(79,168,0);
}

/* Red */
.bg-red01 {
    background-color: rgb(252,235,233);
}
.bg-red02 {
    background-color: rgb(248,216,211);
}
.bg-red03 {
    background-color: rgb(245,196,188);
}
.bg-red04 {
    background-color: rgb(242,177,166);
}
.bg-red05 {
    background-color: rgb(238,157,144);
}
.bg-red06 {
    background-color: rgb(235,137,122);
}
.bg-red07 {
    background-color: rgb(232,118,100);
}
.bg-red08 {
    background-color: rgb(229,98,77);
}
.bg-red09 {
    background-color: rgb(225,79,55);
}
.bg-red10 {
    background-color: rgb(222,59,33);
}

/******************************/
/* SECTION 11 - MISCELLANEOUS */
/******************************/

/* Horizontal line */
hr {
    clear: both;
    height: 1px;
    border: none;
}
