/* File: contact.css */
UL#listPhone {
    margin-top:                             0;
    list-style-type:                        none;
    padding-left:                           0;
}
UL#listPhone LI {
    margin-left:                            0;
}
UL#listPhone LI SPAN {
    display:                                    block;
    float:                                  left;
    width:                                  10em;
    font-weight:                            bold;
}
P#pMailAddress, UL#listPhone {
    margin-left:                            1em;
}
DIV#containerPhone, DIV#containerMailAddress {
    width:                                  19em;
    float:                                  left;
    padding-left:                           2em;
}
/*
DIV#containerPhone {
    background-color:                       #FF0000;
}
DIV#containerMailAddress {
    background-color:                       #0000FF;
}
*/
P#pCopywrite {
    clear:                                  left;
    margin-top:                             1em;
}
DIV#containerContactForm, P#mssgSent {
    padding-top:                            0;
    padding-bottom:                     1.5em;
    background-color:                       #FFFFFF;
    text-align:                             center;
    border-color:                           #B0B0B0;
    border-style:                           ridge;
    border-width:                           0.25em;
    margin-bottom:                          2em;
}
DIV#containerContactForm H3 {
    margin:                                 0 0 1em 0;
    background-color:                       #006900;
    color:                                  #FFFFFF;
    padding:                                    0.5em;
    text-align:                             center;
}
DIV#containerContactForm LABEL, DIV#containerContactForm INPUT.floated,
DIV#containerContactForm TEXTAREA, DIV#containerContactForm SELECT,
DIV#containerContactForm P.mssgError {
    display:                                    block;
    float:                                  left;
    margin-bottom:                          1em;
}
DIV#containerContactForm LABEL {
    width:                                  10em;
    margin-left:                            3em;
    padding-right:                          0.25em;
    font-weight:                            bold;
    cursor:                                 pointer;
    color:                                  #000000;
    text-align:                             right;
}
DIV#containerContactForm INPUT.floated,
DIV#containerContactForm TEXTAREA {
    width:                                  27em;
}
DIV#containerContactForm BR {
    clear:                                  both;
}
DIV#containerContactForm P.mssgError {
    width:                                  14em;
    float:                                  right;
    font-weight:                            bold;
    padding:                                    0 0.25em;
    color:                                  #FFFFFF;
    text-align:                             left;
    background-color:                       #FF0000;
}
P#mssgSent {
    text-align:                             center;
    font-size:                              130%;
    font-weight:                            bold;
}
TABLE#tableQuickLinks {
    width:                                  98%;
    margin:                                 1em auto;
    border-collapse:                        collapse;
}
TABLE#tableQuickLinks, TABLE#tableQuickLinks TH, TABLE#tableQuickLinks TD {
    border-width:                           0.125em;
    border-color:                           #000000;
    border-style:                           ridge;
}
TABLE#tableQuickLinks TH, TABLE#tableQuickLinks TD {
    padding:                                    0.125em 1em 0.25em 1em;
}
TABLE#tableQuickLinks CAPTION {
    margin:                                 0 auto;
    font-size:                              150%;
    text-align:                             center;
    color:                                  #000000;
    font-weight:                            bold;
}
TABLE#tableQuickLinks THEAD TH, TABLE#tableQuickLinks TH.headerSection {
    font-size:                              110%;
}
TABLE#tableQuickLinks THEAD TH {
    text-align:                             center;
    background-color:                       #006900;
    color:                                  #FFFFFF;
}
TABLE#tableQuickLinks TBODY TH {
    text-align:                             left;
    background-color:                       #D0D0D0;
    color:                                  #000000;
}
TABLE#tableQuickLinks TBODY TD {
    background-color:                       #FFFFFF;
    color:                                  #000000;
}
TABLE#tableQuickLinks TH.headerSection {
    text-align:                             center;
    background-color:                       #800000;
    color:                                  #FFFFFF;
}
#panelClubContactInfo {
    margin:                                 1em 0 2em 2em;
    padding-bottom:                     1em;
}
#panelClubContactInfo DIV.panelText {
    padding-top:                            1em;
    float:                                  left;
}
P#pCopywrite {
    clear:                                  left;
}
#panelFAQNotice {
    margin-bottom:                          1em;
    padding:                                0.5em;
}