/* standard elements */
html
{
    height: 100%;
    width:100%;
    position:relative;
}

*
{
    margin: 0;
    padding: 0;
}

a
{
    color: #CC3;
}

a:hover
{
    color: #FF3;
}

body
{
    color: #DDD;
    font: normal 1em "Trebuchet MS" ,Verdana,sans-serif;
    position: relative;
    width: 100%;
    height: 100%;
    background: #000 url(../images/bodybackground.jpg) no-repeat fixed 50% 0;
}

form
{
    position: relative;
    height: 100%;
    width:100%;
}



img
{
    border: none;
}


p
{
    /*text-indent: 20px;*/
}


ul, ol, li
{
    margin: 0;
    padding: 0;
}

li
{
    margin-left: 30px;
    list-style-type: square;
}

/* misc */
.clear
{
    clear: both;
    font-size: 0;
}

.left
{
    float: left;
}
.right
{
    float: right;
}



/* structure */
#container
{
    font-size: 0.8em;
    width: 796px;
    margin: 0 auto;
    position: relative;
    padding-top: 30px;

}

#header
{
    
    background: transparent url(../images/headerbackground.png) no-repeat top left;
    height: 125px;
    position:relative;
    
    
}

#menu
{
    background: transparent url(../images/menubackground.png) no-repeat top left;
    position: absolute;
    width: 796px;
    height: 20px;
    bottom: 0;
    left: 0;

    
}

#menucolor
{
    /*background: #042628 url(../images/menubackgroundcolor.gif) repeat top left;*/
    background-color:#09a;
    position: absolute;
    width: 794px;
    height: 20px;
    bottom: 0;
    left: 0;
    display:none;
}

#content
{

    background: transparent url(../images/containerbackground.png) repeat-y top left;
    width: 794px;
    padding-top:10px;

}


#sColumn
{
    width: 193px;
    position: relative;
    padding-left: 10px;
    float:left;

    
}



.smallcontentheader
{
    width: 193px;
    background: transparent url(../images/smallcontentheaderrepeat.png) repeat-x top left;
    height:21px;
    overflow:visible;

    position:relative;
}

.margintop
{
    margin-top:15px;
}


.smallcontentmiddle
{
    
    background: transparent url(../images/smallcontentbackground.png) repeat top left;
    margin-top: 1px;
    overflow:hidden;
    border:solid 1px #444;
    
}


.smallcontentmiddlenobg
{
    background-image: none;
    padding:0;
}

.smallContentPadded
{
    padding:5px;
    margin:0 auto;
    text-align:justify;
    text-indent:10px;
}



/*Controls*/
.newsletterSubscribe
{
    padding-top:5px;
}

.newsletterSubscribeContainer .smallcontentmiddle
{
    border:none;
}


.newsletterSubscribeContainer
{
    position: relative;
    width: 193px;
    height:20px;
    padding:0;
}

.txtEmailSignup
{
    position: relative;
    background: #333;
    border: solid 1px #444;
    width: 140px;
    height: 16px;
    padding: 0;
    margin: 0px;
    font-size: 1em;
    color: #fff;
    text-align: center;

    float:left;

}


.lnkEmailSignup
{
    position: relative;
    width:40px;
    float:right;
    height: 20px;
}



#maincontentcontainer
{
    position: relative;
    width: 570px;
    color: #cdd3c2;
    float: right;
    margin-right: 10px;
    padding-bottom:10px;

    
}

#maincontentheader
{
    
    height: 33px;
    background: transparent url(../images/largecontentheaderrepeat.png) repeat-x top left;
}

#maincontentmiddle
{
    
    background: transparent url(../images/smallcontentbackground.png) repeat top left;
    padding: 10px;
    margin-top:1px;
    text-align:justify;
    border:solid 1px #444;
}

#maincontentmiddle p
{
    margin-top:10px;
}

#footer
{
    color: #666;
    font-size: 0.6em;
    position: relative;
    height: 25px;
    text-align: center;
     background: transparent url(../images/containerbackground.png) no-repeat top left; 
}
#footer a
{
    position:absolute;
    top:10px;
    left:50%;
    margin-left:-20px;
    color: #222;
    text-decoration: none;
}
#footer a:hover
{
    color: #CCC;
    text-decoration: none;
}

#footer .left, #footer .right
{
    padding: 10px 0;
}
#footer .right a
{
    color: #777;
}


.PageHeader h1
{
    margin: 0;
    padding: 0;
    overflow: hidden;
    line-height: 0px;
    height:0px;
    position:absolute;
}



/*EVENT TICKER*/
#eventticker {
  width:190px; 
  height:0px;
  overflow:hidden;
  position:relative;
  
}

#eventtickercontroller
{
    height:1.1em;
    
}


#eventtickerprev
{
    border:Solid 1px #555;
    background-color:#333;
    width:15px;
    height:1em;
    font-size:0.8em;
    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;
    font-size:0.8em;
    position:absolute;
    right:2px;
    top:2px;
    line-height:0.8em;
    text-align:center;
    cursor:pointer;
}


#eventticker a {
    text-decoration:none;
    display:block;
    
    width:190px;
}


#eventticker ul
{
    margin:0 auto;
    padding:0;
    width:190px;
    cursor:pointer;
}

#eventticker li {
    font-size: 0.8em; 
    color:#bbb;
    margin:0;
    padding:0;
    width:190px;
    list-style-type:none;
    overflow:hidden;
    font-size:1em;
    position:absolute;
    left:0;
    top:0;
    display:none;
}



#eventticker li h1 {
    margin:0;
    padding: 0;
    text-align:center;
    font-size:1.3em;
    color:#ddd;
    width:190px;
    
}


#eventticker li h2 {
    margin:0;
    padding: 0;
    text-align:center;
    font-size:1.2em;
    color:#ddd;
    border-bottom:double 3px #222;
    padding-bottom:3px;
    width:190px;
    
}

#eventticker li h3 {
    margin:0;
    padding: 3px 0;
    text-align:center;
    font-size:1em;
    color:#bbb;
    font-weight:bold;
    border-bottom:double 3px #222;
    width:190px;
}

#eventticker li h4 {
    margin:0;
    padding: 0;
    text-align:center;
    font-size:0.7em;
    color:#bbb;
    width:190px;
    
    
}

#eventticker li p {
    margin:0;
    padding: 0 5px;
    text-align:left;
    font-size:0.85em;
    color:#888;
    text-indent:0;
    margin-bottom:5px;
    width:190px;
    display:block;
    
}


/*END EVENT TICKER*/





