﻿
body 
{
    background-color: #400001;
    background-image: url("../images/page_bg.jpg");
    background-repeat: repeat-x;
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 0px;
    font-family: Helvetica, Arial, Sans-Serif;
    font-size: 12px;
}

a img { border: none; }

h1, h2, h3, h4, h5
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

h1
{
    font-size: 20px;
    color: #00a0d2;
    font-weight: bold;
    text-transform: uppercase;
}

h2
{
    color: #f36b22;
    font-size: 16px;
    font-weight: bold;
}

h2.dark
{
    color: #630c67;
    font-size: 16px;
    font-weight: bold;
}

h2.light
{
    color: #92cee8;
    font-size: 16px;
    font-weight: bold;
}

h3
{
    color: #888888;
    font-size: 16px;
    font-weight: normal;    
}

h4
{
    color: #888888;
    font-size: 15px;
    font-weight: bold;    
    text-decoration: none;
}

h4 a, h4 a:hover, h4 a:link h4 a:visited
{
    text-decoration: none;
}

h4.dark
{
    color: #0089B4;
    text-decoration: none;
}

h4.dark a, h4.dark a:hover, h4.dark a:link, h4.dark a:visited
{
    text-decoration: none;
    color: #0089B4;
    font-size: 14px;
    font-weight: bold;    
    text-decoration: none;
}

h4.light
{
    color: #0089B4;
}

h4.light a
{
    color: #666699;
    font-size: 14px;
    font-weight: bold;    
    text-decoration: none;
}

h5
{
    color: #000000;
    font-size: 12px;
}

h5.light
{
    color: #0089B4;
}

h5.dark
{
    color: #f36b22;
}

#Wrapper1
{
	width: 930px;
	margin: 0px auto 0px auto;
  background-image: url("../images/content_border.jpg");

    background-repeat: repeat-y;

  /*    background-color:blue;*/
}

#Wrapper
{
    width: 930px;
    left: auto;
    height: auto;
    z-index: 20;
    position: relative;
    margin: 0px 0px 0px 0px;
    
}
 .ContentFooterBottom
{
   width:930px; 
   height:155px; 
   margin: -10px auto 0px auto;
   position: relative;
   background-image: url('../images/content_footer_bottom3.jpg');
   background-repeat: no-repeat;
    z-index:21;
  
}

#Header
{
    background-image: url("../images/header.jpg");
    background-repeat: no-repeat;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    height: 184px;
    width: 827px;
}

#HeaderLogo
{
    height: 145px;
    width: 352px;
    float: left;
    cursor: pointer;
}

#HeaderRight
{
    height: 145px;
    width: 475px;
    float:left;
}


#PageContainer
{
    float:left;
    width: 827px;
    text-align: left;
    height: auto;    
 }


#PageBorderLeft, #PageBorderRight
{
    float: left;
    background-repeat: no-repeat;
    height: 639px;
}

#PageBorderLeft
{
    width: 50px; 
    background-image: url("../images/left_bg.jpg");
}

#PageBorderRight
{
    width: 50px; 
    background-image: url("../images/right_bg.jpg");
}

#ContentContainer
{
    width: 827px;    
/*    padding-right: 1px; */
    height: auto;
}

#Content
{
    background-color: #FFFFFF;
    width: 787px;
    min-height: 490px;    
    height: auto;
    float: left;
    padding: 15px 20px 35px 20px;
    text-align: left;
}

#Content p
{
    line-height: 1.4em;
    color: #333333;
}

hr.light
{
    color: #d5d5d5;
    height: 1px;
   
    border-top: solid 1px #d5d5d5;
    border-left: none;
    border-right: none;
    border-bottom: none;
}

.ContentItem
{
    border-top: solid 1px #d5d5d5;
    margin: 5px 0px 5px 0px;
    padding: 10px 0px 5px 0px;
}

#ContentLeft
{
    width: 400px;
    height: auto;
    float: left;
}

#ContentRight
{
    width: 337px;
    height: auto;
    float: right;
    padding: 10px 25px 0px 25px;
}

#ContentRight .SidebarBox
{
    background-image: url("../images/bg_sidebar_gradient.jpg");
    background-repeat: repeat-x;
    background-color: #CECECE;
    border: solid 1px #E4E4E4;
    width: 330px;
    height: auto;
    padding: 15px;
    line-height: 1.4em;
    font-size: 11px;
    color: #333333;
    margin-top: 20px;
    float: right;

}





#ContentLeftLocation, #ContentLeftRacing
{
    width: 370px;
    height: auto;
    float: left;
    line-height: 1.4em;
}

#ContentRightLocation, #ContentRightRacing
{
    width: 400px;
    height: auto;
    float: right;
    padding: 0px 0px 0px 15px;  
}

#ContentRightLocation .SidebarBox, #ContentRightRacing .SidebarBox
{
    background-image: url("../images/bg_sidebar_gradient.jpg");
    background-repeat: repeat-x;
    background-color: #CECECE;
    border: solid 1px #E4E4E4;
    width: 370px;
    height: auto;
    padding: 15px;
    line-height: 1.4em;
    font-size: 11px;
    color: #333333;
    margin-top: 20px;
    float: right;
}

#ContentLeftRacing
{
    width: 410px;
}
#ContentRightRacing
{
    width: 360px;
}

#ContentRightRacing .SidebarBox
{
    width: 330px
}

#AdvCouncil
{
    font-size: 10px;
    color: #FF5900;
    font-weight: 700;
    width: 827px;
    text-align: left;
}

#FooterContainer
{
   width: 930px;
   margin: 0px auto;
   background-color: #3d0000;
}
#Sponsors
{
    text-align: center;
    width: 827px;
    background-color: White;
}

.SponsorBorder
{
    color: #3f394c;
    height: 1px;
    width: 827px;
}

#Sponsors img
{
    float: left;
    padding: 3px 10px 3px 10px;
    border: none;
}

#PageFooter
{
    text-align: center;
	padding: 10px 0px;
}

#Nav
{
    top: 142px; /*    top: 152px;*/
    left:70px;
    width: 827px;
    position: absolute;
    height: 25px;
}

#Nav ul li
{
    display: inline;

}

#Nav li
{
    padding: 0px 30px 0px 0px;
}

#Nav A
{
    color: #f36b22;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    display:inline-block;
    height:35px;
    vertical-align:middle;
}
#Nav A div
{
  display:inline-block; 
  height:30px; 
  

  margin:0px; 
  padding:0px; 
  text-align:center;
 
 
}
#Nav A div span
{
    display:block;
    padding-top:7px;
    }
#Nav A:hover
{
    color: #00a0d2;
    font-weight: 700;
}

#Nav A.selected
{
    color: #00a0d2;
    font-weight: 700;
}

.FooterContact
{
    font-size: 10px;
    color: #0098CD;
    font-weight: bold;
    letter-spacing: 1px;
    padding-top: 20px;
}

.FooterCopyright
{
    color: #878787;
    font-size: 9px;
    font-weight: bold;
	line-height: 16px;
    padding-top: 10px;        
}

.ClearFloat
{
    clear: both;
}

.NewsItem
{
    padding: 5px 0px 5px 0px;
}

.NewsListItemTitle
{
    font-weight: bold;
    color: #f36b22;
    text-decoration: none;
}

.NewsListItemTitle:Hover
{
    text-decoration: underline;
}

#Breadcrumb
{
    font-size: 10px;
    color: #666666;
    padding-bottom: 10px;
}

#Breadcrumb A
{
    color: #666666;
    text-decoration: none;
}

#Breadcrumb A:hover
{
    color: #333333;
    text-decoration: underline;
}

#Breadcrumb .currentpage
{
    color: #F9B590;
}


#ContentPhotoSidebar
{
    width: 265px;
    float: right;
    height: auto;
}

.ImgBorder
{
    border: solid 1px #cccccc;
}

#ContentPhotoSidebar img
{
    border: solid 1px #cccccc;
    margin-bottom: 20px;
    text-align: right;
}

#ContentPhotoSidebar i, #ContentRightLocation i
{
    font-style: italic;
    font-size: 10px;
    color: #999999;
    line-height: 12px;
}

#ContentLeftWide
{
    width: 480px;
    height: auto;
    float: left;
    padding: 0px 10px 0px 10px;
}

#SidebarContentBox
{
    background-image: url("../images/bg_sidebar_gradient.jpg");
    background-repeat: repeat-x;
    background-color: #CECECE;
    border: solid 1px #E4E4E4;
    width: 235px;
    height: auto;
    padding: 15px;
    line-height: 1.4em;
    font-size: 11px;
    color: #333333;
    margin-top: 20px;

}

#SidebarContentBox p
{
    line-height: 1.4em;
    font-size: 11px;
    color: #333333;
}

a.large
{
    font-size: 12px;
    font-weight: bold; 
    color: #660066;
    text-decoration: none;
}

#ContentLeftSchedule
{
    width: 370px;
    min-height: 675px;
    float: left;
}

#ContentRightSchedule
{
    background-image: url("../images/bg_sidebar_gradient.jpg");
    background-repeat: repeat-x;
    background-color: #CECECE;
    border: solid 1px #E4E4E4;
    width: 368px;
    height: auto;
    padding: 15px;
    line-height: 1.4em;
    font-size: 11px;
    color: #333333;
    margin-top: 20px;
    float: right;
}

ul
{
    margin: 3px 0px 10px 0px;
    padding: 0px 0px 0px 0px;/* 0px 0px 0px 20px*/
}

li
{
    margin: 3px 0px 3px 0px;
    padding: 0px 0px 0px 0px;
}


#ContentRightSchedule ul, #ContentRightLocation ul, #SidebarBox ul
{
    margin: 3px 0px 10px 0px;
    padding: 0px 0px 0px 20px;
}

#ContentRightSchedule li, #ContentRightLocation li, #SidebarBox li
{
    margin: 3px 0px 3px 0px;
    padding: 0px 0px 0px 0px;
}

#ContentPhotoSidebar dl
{
    margin: 5px 0px 0px 0px;
}

#ContentPhotoSidebar dt
{
    padding: 0px 5px 4px 5px;
}

p.nopad
{
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}

#NewsList p
{
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}

.linkarrows
{
    font-size: 9px;
}

.webdings
{
    font-family: Webdings;
}

#JoinLink
{
float: right;
padding: 20px 5px 0px 0px;
}

#JoinLink A
{
    color: White;
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;
}

#RegWizard
{
    float: left;
}

#EventPrice
{
    float: right;
}

.registrationBox
{
    border: solid 1px #e5e5e5;
    width: 480px;
    padding: 10px 10px 10px 10px;
    margin: 0px 0px 10px 0px;
    float: none;
    text-align: left;
}

.regTableLeftCol
{
    text-align: right;
    width: 150px;
}

.errorBox
{
    border: solid 1px red;
    width: 480px;
    padding: 10px 10px 10px 10px;
    margin: 0px 0px 10px 0px;
    float: none;
    text-align: left;
}

ul.nobullet {
  list-style-type: none}
ul.nobullet li{
padding-bottom: 10px;
}