﻿
body
{
    background-color:Black;
    
    text-align: center;
    color: #FFFFFF;
}

#outerWrapper
{
    background-color: #000000;
    width:100%;
    position:absolute;
    top:0;
    left:0;
}

#innerWrapper
{
    position: relative;
    background-color:Black;
    margin-left:auto;
    margin-right:auto;
    width: 926px;
    
}

#rightBG
{
    background-image: url("../images/Crowd-Right.jpg");
    background-position:right top;
    background-repeat:no-repeat;
    height: 100%;
    width: 50%;
    position: absolute;
    top: 0px;
    right: 0px;
    
}

#leftBG
{
    background-image: url("../images/Crowd-left.jpg");
    background-repeat:no-repeat;
    height: 100%;
    width: 50%;
    position: absolute;
    top: 0px;
    left: 0px;
}

#header
{
    position: relative;
    width: 926px;
    height: 225px;
}

#topMenu
{
    position: relative;
    width:926px;
    height:30px;
    border-bottom: solid 1px black;
    border-top: solid 1px black;
    z-index:4;
}

#content
{
    position: relative;
    width:926px;
    background-color:White;
}

#index
{
    position: relative;
    width:926px;
}

#topSpacer
{
    position: relative;
    width:926px;
    height:24px;
    background-image:url("../images/GreyPattern.gif");
    background-repeat:repeat-x;
    color: #000;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-align:center;

}

#bottomSpacer
{
    position: relative;
    width:926px;
    height:24px;
    background-image:url("../images/GreyPattern.gif");
    background-repeat:repeat-x;
    float: left;
    font-size: 14px;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    text-align:center;
    vertical-align:middle;
    
}

#flashBar
{
    position: relative;
    width:926px;
    height:260px;
    z-index:1;
}

#sotester
{
    position:relative;
     z-index:1;
}

#news
{
    width: 179px;
    height: 248px;
    position: relative;
    float: left;
    padding:6px 0 6px 0;
    z-index:1;
}

#latestNewsHeader
{
    width: 179px;
    height: 41px;
    position: relative;
    z-index:1;
}

#flashNews
{
    width: 179px;
    height: 207px;
    position: relative;
    z-index:1;
}

#flashMain
{
    position: relative;
    float: left;
    width: 745px;
    height: 260px;
    z-index:0;
}

#midContent
{
    position: relative;
    width: 926px;
    height: 41px;
    background-image:url("../images/GreyPattern.gif");
    background-repeat:repeat;
    
}

#disclaimer
{
    position: relative;
    float: left;
    width: 458px;
    height: 40px;
    color: #000;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    text-align:left;
    vertical-align:middle;
    top:0px;
    padding:1px 0 0 1px;
}
#disclaimer a:link
{
	text-decoration:none;
}
#disclaimer img
{
	text-decoration:none;
    border-style: none;
}

#disclaimer p
{
    text-align:center;
}


#calendar
{
    position: relative;
    float:left;
    width:230px;
    height:41px;
    margin:0 2px 0 2px;
}

#search
{
    position: relative;
    float:left;
    width:230px;
    height:41px;
    vertical-align:middle;
}

#searchTBBox
{
    position:relative;
    top:8px;
}

.searchTextBttn
{
    vertical-align:middle;
}
 
.searchTB
{
    width:150px;
    vertical-align: middle;
}
.searchTBcont
{
    width:120px;
    vertical-align: middle;
}

#featureBar
{
    position: relative;
    height:155px;
}

.feature
{
    position: relative;
    float: left;
    width: 231px;
    height: 151px;
    border-style: solid none Solid none;
    border-width: 2px;
    border-color: #000000;
}

#copyright
{
    position: relative;
    width: 926px;
    height: 24px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: x-small;
    color: #808080;
    text-align: right;
}

#copyright a
{
}

#sponsorsBar
{
    background-color:Black;
    position: relative;
    text-align:center;
    width: 926px;
}
#sponsors
{
    margin-left: 145px;
    margin-right: 145px;
}
.sponsor
{
    position: relative;
    float:left;
}

#footer
{
    position: relative;
    width:926px;
}


#leftMenu
{
    background:#dadbdc url("../images/GreyPattern.gif") repeat;
    width:165px;
    height:100%;
    float:left;
    border-right:solid 1px Black;
    border-left:solid 1px Black;
}


#searchContent
{
    background-color:#dadbdc;
    width:165px;
    height:33px;
    vertical-align:middle;
    padding:10px 0 0 0 ;
    border-bottom: solid 1px Black;
    border-top: solid 1px Black;
}

#menu
{
    text-align:left;
    width:165px;
    background-image:url("../images/GreyPattern.gif");
    background-repeat:repeat;
}

#insiderClub
{
    width:165px;
    height:151px;
}

#upcomingEvents
{
    width:165px;
}
#events1
{
    width:165px;
    height:165px;
    
}

#eventsCalendar
{
    background-color:White;
    width:165px;
}

#rightContent
{
    position:relative;
    width:758px;
    float:left;
    background-color:White;
    color:Black;
    height:100%;

}

#breadCrumb
{
    width:750px;
    height:12px;
    text-align:left;
    padding:6px 0 6px 8px;
}

.curNode
{
}

.crumb
{
    color:#333;
    font-size:12px;
    text-decoration:none;
    text-transform:uppercase;
    
}
#mainContent
{
    height:auto;
    padding:10px 10px 20px 10px;
}

#clear
{
    clear:left;
}
#Title
{
    font-family:Arial;
    font-size:large;
    font-weight:bold;
}
#contentText
{
    font-family:Arial;
    font-size:small;
    font-weight:bold;
    text-align:left;
}

.googleCalendar
{
    background-color: Gray;
    width:739px;
    height:600px;
    border: solid 1px Gray;
    color:Black;
}

#calendarTitle
{
    color:White;
}

#Login
{
    width:600px;
    
    text-align:center;
    margin:auto ;
    border:solid 1px black;
}

.login
{
    margin:auto;
}

#forgotPassword
{
    width:600px;
    
    text-align:left;
    margin:auto ;
    border:solid 1px black;
}

.forgotPass
{
    margin:auto;
    text-align:center;
    
}

.site_root
{   
    font-family:Arial;
}

.site_leaf
{
    font-family:Arial;
}

.site_level1
{
    color:#880001;
    text-transform:uppercase;
    font-weight:bold;
    font-family:Arial;
    font-size:12px;
}

.site_level2
{
    color:#880001;
    text-transform:uppercase;
    font-weight:bold;
    font-family:Arial;
    font-size:11px;
}

.site_level3
{
    color:#333;
    text-transform:uppercase;
    font-weight:bold;
    font-family:Arial;
    font-size:10px;
}

.menuTemplate
{
    height:12px;
    vertical-align:middle;
    font-style:italic;
    padding: 9px 0 9px 0;
}
.loginMenuTemplate
{
    height: 12px;
    color: White;
    text-decoration: none;
    vertical-align: middle;
    font-style: italic;
    padding: 9px 0 9px 0;
}

#insiderHeader a:link
{
    border:none 0px #000;
}

