﻿html, body, form
{
    font-family: verdana,arial;
    font-size: 8pt;
    color: #000000;
    background-image: url('images/bggrass.gif'); /* background-color: #224078;*/
    text-align: left;
    top: 0px;
    left: 0px;
    padding: 0px;
    margin: 0px 0px 0px 0px;
    height: 100%;
    min-height: 100% !important;
}
*html html, *html body, *html form
{
    height: 100%;
}



.raDiv
{
    background-image: url('images/loadingAnimation.gif') !important;
}


div
{
    margin-left: auto;
    margin-right: auto;
}
div
{
    /*display: inline-block;*/
}
div
{
   /*display: block;*/
}



#outerWrapper
{
    position: relative;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background: transparent;
    padding: 10px 0px 10px 0px;
}

#innerWrapper
{
    position: relative;
    width: 1010px;
    padding: 10px 7px 0px 7px;
    background: transparent;
    display: block;
    text-align: left;
}

/* page layout */

#headerWrapper
{
    position: relative;
    width: 100%;
    height: 158px;
    padding: 0px;
    margin: 0px 0px 5px 0px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #ffffff url(images/strippedbgN.png);
    background: linear-gradient(bottom, #CBCBCF 20%, #F5FAFA 60%);
    background: -ms-linear-gradient(bottom, #CBCBCF 20%, #F5FAFA 60%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.0, #FFFFFF), color-stop(1.0, #E9E9E9));
}

#headerWrapper .headerWrapper
{
    display: block;
    width: 100%;
    height: 100%;
   
}

#headerWrapper .headerWrapper .logo
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 105px;
    height: 121px;
}

#headerWrapper .headerWrapper .tagline
{
    position: absolute;
    top: 0px;
    left: 121px;
    width: 424px;
    height: 121px;
    vertical-align: bottom;
}

#headerWrapper .headerWrapper .login
{
    position: absolute;
    top: 3px;
    right: 3px;
    width: 220px;
    height: 113px;
    background: #cae3e3;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 2px solid #087A7B;
}

#menuWrapper
{
    position: relative;
    width: 100%;
    height: 35px;
    padding: 0px;
    margin-top: -40px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-topleft: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    text-align: left;

        background: #438002; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(images/gradient.svg);
background-size: 100% 100%;
background-repeat: repeat-x;
background-position: 0 0;
background: -moz-linear-gradient(top,  #5cb202 0%, #438002 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5cb202), color-stop(100%,#438002)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #5cb202 0%,#438002 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #5cb202 0%,#438002 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #5cb202 0%,#438002 100%); /* IE10+ */
background: linear-gradient(top,  #5cb202 0%,#438002 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5cb202', endColorstr='#438002', GradientType=0 ); /* IE6-8 */
}

#contentWrapper
{
    position: relative;
    width: 100%;
    padding: 0px;
    background: #FFF;
    text-align: left;
}


#footerWrapper
{
    position: relative;
    width: 100%;
    height: 75px;
    padding: 0px;
    margin-top: -5px;
    background: #e5d3a5 url(images/sandbg.gif);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
   
}

/* footer */

#footerWrapper .footer
{

}

#footerWrapper .footer .footericon
{
width: 70px;
height: 70px;
float: left;
}

#footerWrapper .footer .footermenu
{

}
#footerWrapper .footer ul
{
 margin: 0px;
 list-style: none;
 list-style-image: none;
}

#footerWrapper .footer ul li
{
float: left;
overflow: hidden;
margin: 4px 4px 0px 4px;
border-left: 2px solid #000;
}

#footerWrapper .footer ul li:first-child
{
border-left: none;
}

#footerWrapper .footer ul li a
{ 
display:block; 
float: left;
font-size:13px; 
color:#000000;
font-weight: bold; 
padding:4px 4px 1px 8px;
text-decoration:none;
}
/* Default Page */

#NewsBoxWrapper
{
    position: relative;
    width: 250px;
    padding: 5px;
    background: #438002;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
   
}

#mediaWrapper
{
    position: relative;
    width: 250px;
    padding: 5px;
    background: #2c2c2c;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
   
}

#mediaWrapper .facebookWrapper
{
    position: relative;
    width: 100%;
    padding: 0px;
    background: #6f6f6f;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
   
}

#mediaWrapper .publinxerWrapper
{
    position: relative;
    width: 100%;
    padding: 0px;
    background: #999;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
   
}
#mediaWrapper a
{
color: #fff;
}

#sponsorWrapper
{
    position: relative;
    width: 250px;
    height: 350px;
    padding: 5px;
    background: #fff;
    border: solid 5px #234c24;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
   
}

.pagecontent
{
padding: 5px;
}

.newstitle
{
color: #fff;
font-size: 16pt;
height: 35px;
}

.pagetitle
{
color: #404040;
font-size: 16pt;
}


A:link
{
    text-decoration: none;
    font-weight: normal;
    font-size: 1em;
}
A:visited
{
    text-decoration: none;
    font-weight: normal;
    font-size: 1em;
}
A:hover
{
    text-decoration: underline;
    font-weight: normal;
    font-size: 1em;
}

.Button105
{
    width: 105px;
    height: 24px;
    background: url('images/btn-bg.png') no-repeat left top;
    border: none 0px transparent;
    color: black;
    font-size: 8pt;
    font-weight: bold;
}

.Button105:hover
{
    cursor: pointer;
}

.Button70
{
    width: 70px;
    height: 24px;
    background: url('images/btn-bg70.png') no-repeat left top;
    border: none 0px transparent;
    color: black;
    font-size: 8pt;
    font-weight: bold;
}

.Button70:hover
{
    cursor: pointer;
}

.Button80
{
    width: 80px;
    height: 23px;
    background: url('images/membtn80x23.png') no-repeat left top;
    border: none 0px transparent;
    color: white;
    font-size: 8pt;
    font-weight: bold;
}

.Button80:hover
{
    cursor: pointer;
}
.genButton
{
    font-size: 10pt;
    cursor: pointer;
}

.submitButton
{
    width: 50px;
    height: 50px;
    font-size: 10pt;
    font-weight: bold;
    cursor: pointer;
}

td.centercell
{
   text-align: center;
}

td.boldfield
{
font-size: 10pt; 
font-weight: bold; 
}
