/* ---------------------------------------- */
/*  SeaExperience : Cascading Style Sheet   */
/*                                          */
/*  Mark Brettin                            */
/* ---------------------------------------- */


.title_font {
    font-family: Tahoma, Arial, sans-serif;
    font-size: 18px;
    font-weight: bold;
}

.footer_font { 
    font-family:  Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #303030;
}

.myfont1 { 
    font-family:  Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

.myfont2 {
    font-family:  Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
}

.myfont3 {
    font-family:  Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: normal;
}

.myfont4 {
    font-family:  Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: normal;
}

.schedule_font {
    font-family: "Comic Sans MS", Arial, Helvetica;
    font-size: 16pt;
}

.ymca_font {
    font-family: Georgia, "Times New Roman", Times, Arial;
    font-size: 16px;
}

.maintext {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 14px;
    font-weight: normal;
    color: #303030;
}

.maintext_big {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 18px;
    font-weight: normal;
    color: #303030;
}

.small_font { 
    font-family:  Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
}

a.mylink         { text-decoration: none; color: #cd2222; }
a.mylink:hover   { text-decoration: underline; color: #008b8b; }

a.mylink2        { text-decoration: none; color: #cd00cd; }
a.mylink2:hover  { text-decoration: underline; color: #008b8b; }

a.mylink3        { text-decoration: none; color: #0000cd; }
a.mylink3:hover  { text-decoration: underline; color: #008b8b; }


.border { border-collapse: collapse; }

body {
    margin: 0;
    border: 0;
    text-align: center;
    background: url(images/bg-blue1.gif) center repeat-y #22304E;
}


/* ------------------------------------ */
/*                                      */
/* BEGIN: Horizontal Drop-Down Menu Bar */
/*                                      */
/* ------------------------------------ */


#menu 
{
    width: 100%;
    background: url(images/bg_blue_bar.jpg) repeat-x;
    float: left;
    height: 30px;
}

#menu ul 
{
    list-style: none;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;    /* top right bottom left */
    width: 7em;
    float: left;
    border-top: 1px solid #0000cd;
    border-bottom: 1px solid #00ffff;
}

#menu a, 
#menu h2 
{
    font: normal 10pt Verdana, Arial, Helvetica, sans-serif;
    text-align: center;
    display: block;
    /*border-color: #ccc #888 #555 #bbb;*/
    margin: 0;
    padding: 6px 0px 6px 0px;  /* top right bottom left */
}

#menu h2 
{
    color: #ffffff;
}

#menu a 
{
    color: #ffffff;
    background: url(images/bg_blue_bar.jpg) repeat-x;
    text-decoration: none;
}

#menu a:hover 
{
    color: #ffffff;
    background: #000080;
}

#menu li { position: relative; }

#menu ul ul ul 
{
    position: absolute;
    top: 0;
    left: 100%;
}

#menu ul ul  {
    position: absolute;
    z-index: 500;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{
    display: none;
}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{
    display: block;
    width: 162px;
    text-align: center;
}

/* ------------------------------------ */
/*                                      */
/* END: Horizontal Drop-Down Menu Bar   */
/*                                      */
/* ------------------------------------ */
