/* standard elements */
html
{
    min-height: 100%;
    z-index: 0;
    background-color: #000;
}

*
{
    margin: 0;
    padding: 0;
}

a
{
    color: #CC3;
}
a:hover
{
    color: #FF3;
}

body
{
    background: #78C9C0 url() fixed repeat 0px 0px;
    color: #DDD;
    font: normal 1em "Trebuchet MS" ,Verdana,Arial;
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 0;
}

form
{
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 5;
}

p, code, ul, ol
{
    padding-bottom: 1.2em;
}

h1
{
    color: #CCC;
    font: normal 1.4em Impact,sans-serif;
}
h1 a
{
    color: #000;
    text-decoration: none;
}
h1 a:hover
{
    color: #F00;
}

h2
{
    font: normal 1.2em Tahoma,sans-serif;
}

h1, h2
{
    padding: 0;
}

blockquote
{
    color: #CCA;
    display: block;
    font-weight: bold;
    padding-left: 28px;
}

img
{
    border: none;
}

img.right
{
    margin: 5px 0 5px 12px;
}
img.left
{
    margin: 5px 12px 5px 0;
}
img.border
{
    background: #555;
    display: block;
    padding: 3px;
}

/* misc */
.clearer
{
    clear: both;
}

.left
{
    float: left;
}
.right
{
    float: right;
}






/* structure */
#container
{
    width: 768px;
    margin: 0 auto;
    border: Solid 0px white;
    position: relative;
    padding: 0px;
    font-size: 0.8em;
}

#header
{
    width: 768px;
    height: 200px;
    border: solid 0px red;
    z-index: 0;
    position: fixed;
    overflow: hidden;
    left:50%;
    margin-left:-384px;
    top:0;
    z-index: 0;
    
}

#headerbg
{
    width: 768px;
    height: 200px;
    background: transparent url(../images/headerbg.png) no-repeat top left;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
}


.header
{
    margin: 0;
    padding: 0;
}



/* content */
#content
{
    position: relative;
    border: solid 0px red;
    padding-left: 0px;
    padding-right: 0px; /*background: transparent url(../images/contentleftborder.gif) repeat-y top left;*/
    width: 568px;
    float: left;
    color: #ddd;
    text-align: justify;
    text-indent: 0px;
    margin-top: 200px;
    z-index: 99998;
}



#content ul
{
    margin-left: 18px;
    padding: 0;
    text-indent: 0;
}


#content ul li
{
    margin-left: 2px;
    padding-left: 0;
}

/* navigation */
#navigation
{
    float: left;
    position: relative;
    width: 200px;
    z-index: 99999;
    margin-top: 200px;
}

#navigation h2
{
    color: #000;
    letter-spacing: 0;
    line-height: 30px;
    height: 30px;
    margin: 0;
}

/* footer */
#footer
{
    border-top: 0px dotted #333;
    color: #666;
    font: normal 0.9em sans-serif;
    position: relative;
    width: 100%;
    text-align: center;
}
#footer a
{
    color: #999;
    text-decoration: none;
}
#footer a:hover
{
    color: #CCC;
    text-decoration: underline;
}
#footer .left, #footer .right
{
    padding: 10px 0;
}
#footer .right a
{
    color: #777;
}



.smallHeader
{
}


#newsBox
{
    text-align: justify;
}

#newsBox .header
{
    /* text-align:center;     margin:0;     padding:0;     padding-top:12px; */
}




#newsletterBox
{
    /*  background:transparent url(../images/newsletterbgs.gif) no-repeat top left; */
    width: 185px;
    margin: 0 auto; /* margin-top:20px; */
}

#newsletterBox .header
{
    /* text-align:center;     margin:0;     padding:0;     padding-top:12px; */
}

.newsletterSubscribe
{
}

.newsletterSubscribeContainer
{
    margin: 0 auto;
    width: 185px;
    border: Solid 0px red;
}

.txtEmailSignup
{
    border: solid 1px #888;
    width: 120px;
    line-height: 1.2em;
    height: 1.2em;
    padding: 2px;
    background-color: #000;
    text-align: center;
    color: #ddd;
    float: left;
    margin-left: 5px;
}

.lnkEmailSignup
{
    cursor: pointer;
    float: right;
}











#events
{
    /*   background:transparent url(../images/calendarbgs.gif) no-repeat top left;      width:210px;     height:205px;     margin-top:20px; */
}

#events .header
{
    /* text-align:center;     margin:0;     padding:0;     padding-top:12px; */
}

.calendarBox
{
    margin: 0 auto;
    position: relative;
    top: 0px;
    border: solid 1px #444;
    width: 170px;
    padding: 0px 5px;
}


#divDynamicBox
{
    position: absolute;
    left: 15px;
    top: 0px;
    width: 610px;
    border: Solid 0px #fff;
    color: #fff;
    z-index: 1000;
}

.divEventsDate
{
    position: relative;
    text-align: left;
    font-family: Arial;
    color: #fff;
    width: 210px;
    font-weight: bold;
    font-style: italic;
    margin: 3px 0px 0px 10px;
    float: left;
}

.divClose
{
    position: absolute;
    top: 10px;
    right: 10px;
    width: 14px;
    height: 14px;
    font-family: Verdana;
    font-weight: bold;
    line-height: 14px;
    border: solid 1px #e0e0e0;
    background-color: #888899;
    margin: 8px 8px 0px 0px;
    color: #000000;
    cursor: pointer;
}

.divLoginContainer
{
    position: relative;
    width: 240px;
    margin: 0 auto;
}


#upgrade
{
    display: none;
    visibility: hidden;
    position: absolute;
}















#parallax
{
    position: fixed;
    overflow: hidden;
    width: 100%;
    height: 5000px;
    z-index: 2;
}

#parallax2
{
    position: fixed;
    overflow: hidden;
    width: 100%;
    height: 100%;
    z-index: 1;
}


#divbg
{
    position: absolute;
    left: 0px;
    top: 0px;
    background: transparent url(../images/bgrepeat.png) repeat-x top left;
    width: 100%;
    height: 200px;
    
}









.PageHeader h1
{
    margin: 0;
    padding: 0;
    overflow: hidden;
    line-height: 0px;
    height: 0px;
    position: absolute;
}



.mainContentTop
{
    background: transparent url(../images/ContentTop.png) no-repeat top left;
    width: 563px;
    height: 8px;
}

.mainContentMiddle
{
    background: transparent url(../images/ContentMiddle.png) repeat-y top left;
    width: 563px;
}

.mainContentMiddleHeader
{
    background: transparent url(../images/ContentMiddle.png) repeat-y top left;
    width: 563px;
    height: 23px;
    position: relative;
}

.mainContentPadded
{
    padding: 0px 10px;
}

.mainContentPaddedHeader
{
    position: relative;
    padding: 0px 15px;
}


.mainContentHeader
{
    margin: 0;
    padding: 0;
    position: absolute;
    top: -8px;
}


.mainContentBottom
{
    background: transparent url(../images/ContentBottom.png) no-repeat top left;
    width: 563px;
    height: 8px;
    margin-bottom: 5px;
}









/*EVENT TICKER*/
#eventticker
{
    width: 172px;
    height: 0px;
    overflow: hidden;
    position: relative;
}

#eventtickercontroller
{
    height: 1.1em;
}


#eventtickerprev
{
    border: Solid 1px #555;
    background-color: #333;
    width: 15px;
    height: 1em;
    position: absolute;
    left: 2px;
    top: 2px;
    line-height: 0.8em;
    text-align: center;
    cursor: pointer;
}

#eventtickernext
{
    border: Solid 1px #555;
    background-color: #333;
    width: 15px;
    height: 1em;
    position: absolute;
    right: 2px;
    top: 2px;
    line-height: 0.8em;
    text-align: center;
    cursor: pointer;
}


#eventticker a
{
    text-decoration: none;
    display: block;
}


#eventticker ul
{
    margin: 0 auto;
    padding: 0;
    width: 168px;
    cursor: pointer;
}

#eventticker li
{
    color: #bbb;
    margin: 0;
    padding: 0;
    width: 168px;
    list-style-type: none;
    overflow: hidden;
    display: none;
}

#eventticker li
{
    display: block;
}

#eventticker li h1
{
    margin: 0;
    padding: 0;
    text-align: center;
    color: #ddd;
}


#eventticker li h2
{
    margin: 0;
    padding: 0;
    text-align: center;
    color: #ddd;
    border-bottom: double 3px #222;
    padding-bottom: 3px;
}

#eventticker li h3
{
    margin: 0;
    padding: 3px 0;
    text-align: center;
    color: #bbb;
    font-weight: bold;
    border-bottom: double 3px #222;
}

#eventticker li h4
{
    margin: 0;
    padding: 0;
    text-align: center;
    color: #bbb;
}

#eventticker li p
{
    margin: 0;
    padding: 0 5px;
    text-align: left;
    color: #888;
    text-indent: 0;
    margin-bottom: 5px;
}


/*END EVENT TICKER*/






/* PAGER */
.pager
{
    position: relative;
    border: solid 0px #90abcd;
    margin-bottom: 0px;
    text-align: center;
    color: #ffff00;
    font-weight: bold;
}

.pager .pagerLinks
{
    background-color: transparent;
    font-weight: bold;
    padding-bottom: 2px;
    color: #ffff00;
    font-weight: bold;
}

.pager a, .pager a:link
{
    color: #ffff00;
    font-weight: bold;
    text-decoration: none;
    padding: 0px 10px;
}

.pager input
{
    position: relative;
    top: 2px;
    color: #ffff00;
    font-weight: bold;
}

.pager select
{
    border: solid 1px black;
    background-color: #000;
    position: relative;
    top: 1px;
    color: #ffff00;
    font-weight: bold;
    width: 50px;
}
/* END PAGER */





