﻿/*Modal Popup*/


.modalPopup {
    background-color: Transparent;
	border: none;
	width:525px;
}

.sampleStyleA {
	background-color:#FFF;
}

.sampleStyleB {
	background-color:#FFF;
	font-family:monospace;
	font-size:10pt;
	font-weight:bold;
}

.sampleStyleC {
	background-color:#ddffdd;
	font-family:sans-serif;
	font-size:10pt;
	font-style:italic;
}

.sampleStyleD {
	background-color:Blue;
	color:White;
	font-family:Arial;
	font-size:10pt;
}

body
{
	font-family: Arial, Tahoma, Helvetica, Helvetica-Narrow, sans-serif;
	margin: 0px;
	font-size: .9em;
	background-position: center bottom;
	background-attachment: scroll;
	background-repeat: repeat-y;
	background-color: #000000;
	text-align:center;

}

#header
{
	text-align:center;
	background: #000000;
	height:120;	
	width:396;
	margin-bottom: 10px;
}
#flashcountdown
{
	text-align:center;
	background: #000000;
	height:120;	
	width:396;
	margin-bottom: 10px;
}

#banner
{
	height: 120px;
	width: 100%;
	text-align: center;
	margin-top: 20px;
}

a:link
{
	color:#ff3333;
}

a:visited
{
	color:#ff3333;
}



/* Use headers in the markup for accessibility reasons but control look with styles below*/

h1, h2, h3, h4, h5, h6
{
   margin: 2px 0 2px 0;
  
}

h1
{
	font-size: 28px;
	font-weight: bold;
	margin: 5px 0 5px 0;
	color: #000000;
	font-family: 'Bodoni MT Black' , 'Bodoni MT';
}


.leftblock h2, .rightblock h2, .fullwidth h2
{
    font-size: 1.6em;
    font-family: '';
}

.rightblock h3
{
    font-size: 1em;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    display: block;
}

.wideblock a:link, .wideblock a:visited
{
	color: #ff3333;
    text-align: center;
    font-size: medium;
    font-weight: 700;
}

.eventmonth h3
{
    padding-left: 20px;
    padding-right: 20px;
}

.eventlist label
{
    font-weight: bold;
    padding-right: 4px;
}

/************************************************************************
* 
* Main navigation used by the masterpage
*
************************************************************************/

/* Picture at the top of the site */
#poster
{
    background: url(images/logo.png) no-repeat center center;
    margin-right: auto;
    margin-left: auto;
    width: 726px;
    height: 220px;
    margin-top: 17px;
}

/* Navigation strips */
#navtop, #navbottom
{
	background: #000000;
	font-family: 'Franklin Gothic Medium';
	margin-right: auto;
	margin-left: auto;
	width: 745px;
	height: 150px;
	vertical-align: top;
	text-align: center;
}
#navbottom
{
    margin-top: 15px;
    
}

#footer
{
    width: 600px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 10px;
    padding-bottom: 22px;
    /*color: #e8e560;*/
    color: #a6d9c9;	
    text-align: center;
}

/* Make main navigation bars from a unordered list for easy update and better accessibility */

#navtop ul, #navbottom ul
{
    margin: 0px;
    padding-top: 9px;
    list-style-type: none;
    height: 19px;
    text-align: center;
}
#navtop ul li, #navbottom ul li
{
    display: inline;
    color: #000000;
    margin-right: 25px;
}
#navtop a:link, #navbottom a:link, #navtop a:visited, #navbottom a:visited
{
    color: #000000;
    text-decoration: none;
    border-color: #000000;
    border: none;
    
}
#navtop a:hover, #navbottom a:hover
{
    text-decoration: underline;
}
#navtop a:active, #navbottom a:active
{
    color: #000000;
    text-decoration: none;
    border-color: Black;
}

/************************************************************************
* 
* Formatting common to most pages
*
************************************************************************/

/* Main part of the page that holds contents */
#body
{
    width: 780px;
    margin-top: 7px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    text-align:center;
    height:100%
}

/* 2 column layout */
#columnleft
{
    float: left;
    width: 245px;
    /*border: 3px solid #e8e560;*/
    border: 3px solid #a6d9c9;
    /*position: relative; */
}

#columnwide
{
	width: 765px;
	/*border: 3px solid #e8e560;*/
    	border: 3px solid #a6d9c9;
	padding-bottom:0px;
}

#columnright
{
  margin-left   : 270px;
   margin-bottom: 10px;
   width:485px;
   /*border: 3px solid #e8e560;*/
    border: 3px solid #a6d9c9;
}

.rightcolumn a:link
{
	color: #ff3333;
}
.leftblock
{
    border: 3px solid #b1001c;
    border-style: solid;
    /*background: #efec83;*/
    background: #a6d9c9;
    padding: 5px 5px 5px 5px;
    color: Black;
    text-align:center;
}

.wideblock
{
	border: 3px solid #b1001c;
	border-style:solid;
    vertical-align: top;
    margin-bottom: 0px;
    /*background: #efec83;*/
    background: #a6d9c9;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
    
}

 .rightblock
{
    border: 3px solid #b1001c;
    border-style: solid;
    padding: 15px;
    
    /*background: #efec83;*/
    background: #a6d9c9;
    position: relative;
    width:449px;
    text-align: left;
    margin-right:0px;
    margin-left:0px;
}

.clear2column
{
    margin:0;
    padding:0;
    line-height:0;
    font-size:0px;
    height:0px;
    clear: both;
}
    
.accordionheader
{
	border: 1px solid #ff3333;
    color: #ff3333;
    /*background: #f1e7b6;*/
    background: #a6d9c9;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
    
}
.accordioncontent
{
    /*background: #f1e7b6;*/
    background: #a6d9c9;
    border: 1px solid #ff3333;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
    color:Black;
}

.accordionLink
{
	color:Black;
} 

.accordionheader a
{
   color: Black;
}
/*
#master_content .accordionHeader a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

#master_content .accordionHeader a:hover
{
	background: none;
	text-decoration: underline;
}

.accordioncontent
{
    background-color: #D3DEEF;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}*/

#AccordionDiv{position:relative;}

/* A full width block on the page */

.fullwidth, #loginbanner
{
    border: 1px solid #DBDB79;
    width: 694px;
    margin-right: auto;
    margin-left: auto;
    background: #FEFFAB url(images/background_fullwidth.jpg) repeat-y;
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
}




