@charset "iso-8859-1";
/* CSS Document */

@import url('font-awesome.css');


/*   Reset Stylesheet /*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, menu, time, mark, audio, video {margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent;}
article, aside, figure, footer, header, hgroup, nav, section { display:block; }
nav ul { list-style:none; }
blockquote, q { quotes:none; }
blockquote:before, blockquote:after,
q:before, q:after { content:''; content:none; }
a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; }
ins { background-color:#ff9; color:#000; text-decoration:none; }
mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom:1px dotted #000; cursor:help; }
/* tables still need cellspacing="0" in the markup */
table {  border-spacing:5px; padding:5px; margin:5px; }
hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:10px 10px; padding:0; }
input, select { vertical-align:middle; }
/* END RESET CSS */


/*Useful Classes*/
.clearfix:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0;	height: 0;}
.clearfix {display: inline-block;}
html[xmlns] .clearfix {display: block;}
* html .clearfix {height: 1%;}
.clr { overflow:hidden; clear:both; height:0px; margin-top:-1px;}
.la { text-align:left;}
.ra { text-align:right;}
.ca { text-align:center;}
.fl { float:left;}
.fr { float:right;}
.WrapRight{float:right; padding-left:10px;}
.WrapLeft{float:left; padding-right:10px;}
.noMargin{margin:0px!important;}
.noPadding{padding:0px!important;}
.noBG{background:#FFF!important; background-image:none!important;}
.hide{display:none; opacity:0;}
.show{display:block; opacity:100;}
.ie7 .hide, .ie8 .hide{display:none;}
.ie7 .show, .ie8 .show{display:block;}


/*Global*/
body *{ font-family:Arial, Helvetica, sans-serif;}
body{font-size:13px;}
.Wrapper{margin:auto;}
.iFrame{background:#FFF;}
*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}


h1
{
	font-size:10px;
	
}

h2
{
	font-size:20px;
	
}



#LoginLogo
{
	width:370px; margin:auto; text-align:center;
}

#Header
{
	width:960px;
	clear:both;
	height:150px;
	position:relative;
}

.headerlogo
{
	position:absolute;
	top:10px;
	left:15px;
	
}

#headerAlertArea
{
	position:absolute;
	top:20px;
	right:15px;
	width:500px;
	height:80px;
	padding:10px;
    border-radius: 4px;
    color: #7e7975;
	background-color:#FFF;
    box-shadow:
	0 2px 2px rgba(0,0,0,0.2),        
	0 1px 5px rgba(0,0,0,0.2),        
	0 0 0 8px rgba(255,255,255,0.4);
	padding-bottom:50px; 
}

#headerAlertAreaInner
{
	position:relative;
	
}

#headerAlertAreaInnerTitle
{
	position:absolute;
	top:5px;
	left:5px;
	
}
#headerAlertAreaInnerTitle h1
{
	font-size:17px;
	color:#1B1819;
	
}
#headerAlertAreaInnerAlertText
{
	position:absolute;
	top:35px;
	left:5px;
	font-size:11px;
	color:#666;
}
#headerAlertAreaInnerAlertText a:link {
	text-decoration:none;
	color: #333333;
}

#headerAlertAreaInnerAlertText a:hover {
	text-decoration:underline;
	color:#016ea7;
}
	
#headerAlertIcon
{
	position:absolute;
	top:-5px;
	right:-5px;
	
}
#headerLinkMenu
{
	position:absolute;
	top:5px;
	right:45px;
	
}

#video
{
margin-bottom:10px;
padding-bottom:10px;
	
}

#headerLinkMenu a:link {
	text-decoration:none;
	color: #333333;
	font-size:10px;
}

#headerLinkMenu a:hover {
	text-decoration:underline;
	color:#016ea7;
	font-size:10px;
}
	


#ContentArea
{
	width:1050px;
    margin: 20px auto 30px;
    padding: 10px;
    position: relative;

    /* Styles */
    background: #ffffff;
    border-radius: 4px;
    color: #7e7975;
    box-shadow:
        0 2px 2px rgba(0,0,0,0.2),        
        0 1px 5px rgba(0,0,0,0.2),        
        0 0 0 12px rgba(255,255,255,0.4);
		padding-bottom:50px; 
	
}

#ContentArea h1
{
	font-size:28px;
	margin-bottom:10px;
	
}

#ContentArea p
{

	margin-bottom:20px;
	margin-top:20px;
	font-size:15px;
	
}



#ContentArea input[type=text],
#ContentArea input[type=password] {
    font-size: 13px;
    font-weight: 400;
    display: block;
    padding: 5px;
    margin-bottom: 5px;
    border: 3px solid #CCC;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
	margin-bottom:0px;
	margin-top:0px;
}

#ContentArea input[type=text]:hover,
#ContentArea input[type=password]:hover {
    border-color: #CCC;
}

#ContentArea label:hover ~ input {
    border-color: #CCC;
}

#ContentArea input[type=text]:focus,
#ContentArea input[type=password]:focus {
    border-color: #BBB;
    outline: none; /* Remove Chrome's outline */
}
#ContentArea input[type=submit],
#ContentArea input[type=submit] {
    margin-left: 1%;
    background: #fbd568; /* Fallback */
    background: -moz-linear-gradient(#fbd568, #ffb347);
    background: -ms-linear-gradient(#fbd568, #ffb347);
    background: -o-linear-gradient(#fbd568, #ffb347);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#fbd568), to(#ffb347));
    background: -webkit-linear-gradient(#fbd568, #ffb347);
    background: linear-gradient(#fbd568, #ffb347);
    border: 1px solid #f4ab4c;
    color: #996319;
    text-shadow: 0 1px rgba(255,255,255,0.3);
	cursor:pointer;
	padding:10px;
}
#ContentArea input[type=button],
#ContentArea input[type=button] {
    margin-left: 1%;
    background: #fbd568; /* Fallback */
    background: -moz-linear-gradient(#fbd568, #ffb347);
    background: -ms-linear-gradient(#fbd568, #ffb347);
    background: -o-linear-gradient(#fbd568, #ffb347);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#fbd568), to(#ffb347));
    background: -webkit-linear-gradient(#fbd568, #ffb347);
    background: linear-gradient(#fbd568, #ffb347);
    border: 1px solid #f4ab4c;
    color: #996319;
    text-shadow: 0 1px rgba(255,255,255,0.3);
	cursor:pointer;
	padding:10px;
}
select
{
	    padding: 5px;
		  font-size: 13px;
}

.inpwide{width:300px;}

.blue {
 background-color: #2daebf;
}
 
.red {
background-color: #e33100;
}
 
.magenta {
 background-color: #a9014b;
}
	 
.orange {
 background-color: #ff5c00;
}
	 
.yellow {
    background-color: #ffb515;
}

.grey {
    background-color: #666;
}
.buttonlarge{
	width:300px;
}
.buttonsmall{
	width:150px;
}

.ContentUL{margin-left:30px;}

.ContentUL a:link {
	text-decoration:none;
	color: #333333;
}

.ContentUL a:hover {
	text-decoration:underline;
	color:#016ea7;
}




#ContentArea a:link 
{
	text-decoration:underline;
	color: #333333;	
}

#ContentArea a:visited 
{
	text-decoration:underline;
	color: #333333;	
}

#ContentAreaHeading a:link 
{
	text-decoration:none;
	color: #1B1819;	
}
#ContentArea a:hover {
	text-decoration:underline;
	color:#1B1819;
}

#ContentAreaHeading a:visited 
{
	text-decoration:none;
	color: #1B1819;	
}

#EditorHTML ul {margin-left:30px; font-size:16px;
}

#EditorHTML ol {margin-left:30px; font-size:16px;
}

#EditorHTML p
{
	font-size:16px;
}

#AnswerSection
{
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
border:1px dashed #999;
padding:10px;
padding-bottom:50px;
}

#AnswerSection p
{
	font-size:16px;
}
#AnswerSection h1
{
	font-size:18px;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:30px;
}

#AnswerSection table
{
	font-size:16px;
	padding:10px;
}

#DocSection
{
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
border:1px dashed #999;
padding:30px;
padding-bottom:50px;
}

#DocSection p
{
	font-size:16px;
}
#DocSection h1
{
	font-size:18px;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:30px;
}

#DocSection table
{
	font-size:16px;
	padding:10px;
}
	
	

#PageHeader
{
	background:#0F0504;
	height:166px;
	background-image:url(../images/header-center-2.png);
	background-position:center;

	
}

#HeaderInner
{
	width:1020px;
	margin:0px auto;
	
	height:166px;
	position:relative;
}


#ToolBoxWrap
{
	position:absolute;
	top:18px;
	right:0px;
	width:580px;
	height:60px;
	padding:10px;
    border-radius: 4px;
    color: #7e7975;
	background-color:#FFF;
    box-shadow:
        0 2px 2px rgba(0,0,0,0.2),        
        0 1px 5px rgba(0,0,0,0.2),        
        0 0 0 8px rgba(255,255,255,0.4);
		padding-bottom:50px; 	
}

#ToolBoxWrap h1
{
	font-size:20px;
	color: #666;
	
}

#ToolboxAlertKey
{
	clear:both;
	font-size:10px;
	margin-top:5px;
}

#ToolBoxDynamic
{
	margin-top:10px;
}

#ToolBox
{
	background-color:#fff;
	width:225px;
	z-index:999999999;
	top:48px;
	left:410px;
	border:1px solid #333;

}
#ToolInner
{
	padding:5px;
	border:2px solid #C4ABAF;
	border-top:0px;
	height:141px;
	
}
#ToolBox h1
{
	color:#92350C;
	font-size:22px;
	
}
#TextAlertConent
{
	font-size:12px;
}

#Documents
{
	border:1px solid #333;
	width:450px;
	height:500px;
	overflow:scroll;
}


#LeftContent
{
	width:370px;
	float:left;
}


#MessagesArea
{
	width:360px;

	overflow:hidden;
}

#RightContent
{
	width:640px;

	float:right;
}

#opsReport
{
	
}

#opsReportTextArea
{
-webkit-border-bottom-right-radius: 4px;
-webkit-border-bottom-left-radius: 4px;
-moz-border-radius-bottomright: 4px;
-moz-border-radius-bottomleft: 4px;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
border-bottom:solid 1px;
border-bottom-color:#000000;
border-right:solid 1px;
border-right-color:#000000;
border-left:solid 1px;
border-left-color:#000000;
padding:5px;	
}

#fsq
{
	
}

#fsqTextArea
{
-webkit-border-bottom-right-radius: 4px;
-webkit-border-bottom-left-radius: 4px;
-moz-border-radius-bottomright: 4px;
-moz-border-radius-bottomleft: 4px;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
border-bottom:solid 1px;
border-bottom-color:#E69D37;
border-right:solid 1px;
border-right-color:#E69D37;
border-left:solid 1px;
border-left-color:#E69D37;
padding:5px;	
}

#LinkArea
{

	
}

#LinkArea hr
{
	color: #CCC;
	
}

#LinkArea p
{
	margin-top:10px;
	margin-bottom:10px;
	font-size:14px;
	
}

#LinkArea a {

	text-decoration: underline;
	color: #666;

}
#LinkArea a:hover {
	text-decoration: underline;
	color: #680000;
}

#LinkArea h1
{
	font-size:24px;
	margin-bottom:20px;
	margin-top:10px;
}

#LinkAreaCol1
{
	float:left;
	width:300px;
	
}

#LinkAreaCol2
{
	float:left;
	width:300px;
	margin-left:30px;
	
}

#LeftContent h1
{
	font-size:24px;
	margin-bottom:20px;
	margin-top:10px;
}

#Sublinks
{
	position:absolute;
	top:5px;
	right:5px;
	font-size:10px;
}

#FullContent
{
	width:950px;
	float:left;
	padding:20px;
	position:relative;
}

#FullContent h1
{
	font-size:24px;
	margin-bottom:20px;
	margin-top:10px;
}

#AdSliderGold
{
	margin-top:10px;
}

#AdSliderSilver
{
	margin-top:20px;
}


#FooterBar
{
	height:30px;
	clear:both;
	margin-top:30px;
	background-color:#A0481A;
}

#DocLeft
{
	float:left;
	width:200px;

	
}

#DocRight
{
	float:left;
	width:600px;

	margin-left:150px;
}

#DocRight h2
{
	font-size:18px;
	background-color:#FFDFC1;
	padding:5px;
	width:600px;
	
}

#DocLeft h2
{
	font-size:18px;
	background-color:#FFDFC1;
	padding:5px;
	width:180px;
	
}

#NavArea a {

  color: #ffffff;
}

#NavArea a:visited {

  color: #ffffff;
}

#NavArea a:hover {

  color: #ffffff;
}

#NavArea a:active {

  color: #ffffff;
}


#NavArea
{
	clear:both;
	margin:0px auto;
	text-align:center;
	width:640px;
	border-bottom:0px solid #666;
	color:#FFF;

}

#NavArea ul {

  font-size: 12px;
  font-family: 'Lato', Calibri, Arial, sans-serif;
  margin: 0;
  padding: 0;
  list-style: none;
  margin:0px auto;
  text-align:center;
  width:640px;
  margin-left:5px;
  color:#ffffff;
}
#NavArea ul li {
  display: block;
  position: relative;
  float: left;
  width:125px;
  text-align:center;
  color:#ffffff;
}

#NavArea li ul { display: none; }
#NavArea ul li a {
  display: block;
  text-decoration: none;
  color: #ffffff !important;
  border-top: 1px solid #ffffff;
  padding: 5px 10px 5px 10px;
  background-color:#444;

  margin-left: 1px;
  white-space: nowrap;
}
#NavArea ul li a:active { color:#FFF; }
#NavArea ul li a:visited { color:#FFF; }
#NavArea ul li a:hover { background: #1B1819; }

#NavArea li:hover ul {
  display: block;
  position: absolute;
}
#NavArea li:hover ul ul {
  display: none;

}
#NavArea li:hover li {
  float: none;
  font-size: 11px;
  color:#ffffff;
  width:150px;
}
#NavArea li:hover a { background: #180002; color:#FFF; }
#NavArea li:hover li a:visited { color:#FFF; }
#NavArea li:hover li a:hover { background: #95A9B1; color:#FFF; }
#NavArea li:hover li a:active { color:#FFF; }


.main-nav,
.drop-nav {

}
.main-nav {
  float: right;
  border-radius: 4px;
  margin-top: 0px;

}
  .main-nav > li {
    float: left;
    border-left: solid 0px #1e2a36;
	margin-left:0px;
  }
  .main-nav li:first-child {
    border-left: none;
  }
  .main-nav a {
    color: #fff;
    display: block;
    padding: 10px 30px;
    text-decoration: none;
  }
  

 .popright:hover > .flyout-nav {
  display: block !important;
  
}
.dropdown,
.flyout {
  position: relative;
}
.dropdown:after {
  content: "\25BC";
  font-size: .5em;
  display: block;
  position: absolute;
  top: 38%;
  right: 12%;
}
.drop-nav,
.flyout-nav {
  position: absolute;
  display: none ;
}
.drop-nav li {
  border-bottom: 1px solid rgba(255,255,255,.2);
}
.dropdown:hover > .drop-nav,
.flyout:hover > .flyout-nav {
  display: block;
  
}

.flyout-nav li
{
	margin-left:-5px;
}


.flyout-nav {
  left: 100%;
  top: 0;
}
.flyout:hover a,
.flyout-nav {

}




#MessagesArea
{
	border:1px dashed #666;
	padding:10px;
	padding-top:0px;
	width:370px;
	margin-top:10px;

	
}

#MessagesArea li
{
	list-style:none;
}

#InnerContent
{
	padding:20px;
	
}


.summarySpan{
	/*position:fixed;
	top:40px;
	right:40px;*/
border:1px dashed #666;
margin-bottom:20px;
padding:10px;
}

.summarySpanName{
	

	overflow:hidden;
}

.summarySpanCost{


}
.#summarySpanEdit{


}

#TotalCostSummary{
	/*position:absolute;
	bottom:10px;
	right:10px;*/

}

.classList{
	width:450px;
	height:300px;
	float:left;
	overflow-y:scroll;

	padding:10px;
border:1px dashed #666;
}

.finalClassList{
	width:600px;
	height:300px;
	overflow-y:scroll;
	
}

.classList li{
	cursor:pointer;
	list-style:none;
}

.chosenClassList{
	width:450px;
	float:left;
	margin-left:20px;
	border:1px dashed #666;
	padding:10px;
}

.chosenClassList span{
	cursor:pointer;
}

.stepThreeDiv{
	display:none;

}

.addMore{
	display:none;
}
.submit{
	display:none;
}

.hideStep1{
	width:800px;
}

.step2div{
	display:none;
	margin-top:20px;

}



.formDiv{
	display:none;
}

#finalSummary{
	display:none;
}

#Attendee
{
	clear:both;
}
#BeerXHeader
{
	margin:0px auto;
	width:940px;
	margin-bottom:0px;
	
}




#BeerXInner p
{
	font-size:18px;
	
}

#BeerXInner ul
{
	font-size:18px;
	margin-left:20px;
	
}

#BeerXInner table
{
	font-size:18px;

}

#BeerXInner td
{

vertical-align:bottom;
}

#nav
{
	width:940px;
	margin:0px auto;
	margin-top: 5px;
	clear:both;
	position:relative;
	background-color:#2E2E2E;	
	font-size:14px;
	z-index:9999;
	margin-bottom:20px;
}

#navmenu,
#navmenu ul,
#navmenu ul li,
#navmenu ul li a {
  padding: 0;
  margin: 0;
  line-height: 1;
  font-weight: 500;
  font-size: 18px;
  color: #ffffff !important;
  -webkit-transition: all ease .3s;
  -o-transition: all ease .3s;
  -moz-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
  text-decoration:none;
background-color:#2E2E2E;	
}

#navmenu
{
	width:920px;
	border-right:none !important;
	float:left;
	background-color:#2E2E2E;	
}


#navmenu:before,
#navmenu:after,
#navmenu > ul:before,
#navmenu > ul:after {
  content: '';
  display: table;
}
#navmenu:after,
#navmenu > ul:after {
  clear: both;
}
#navmenu a {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  border-right:1px #e5e5e5 solid; 
  text-decoration:none;
}
#navmenu ul {
  background: #2E2E2E;
  border-radius: 3px;
  list-style-image:none;
}
#navmenu ul > li {
  float: left;
  list-style: none;
  list-style-image:none;
}
#navmenu ul > li > a {
  display: block;
  text-decoration: none;
  padding: 10px 10px;
  position: relative;
  
  text-align:center;

}
#navmenu ul > li > a:hover {
  background: #FCD170;

  -webkit-transition: all ease .3s;
  -o-transition: all ease .3s;
  -moz-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
}
#navmenu ul > li > a:hover:before {
  content: '';
  z-index: 2;
  position: absolute;
  border-top: 0;
  border-bottom: 0;
  border-right: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: -1px;
  opacity: .2;
}
#navmenu ul > li > a:hover:after {
  content: '';
  z-index: 2;
  position: absolute;

  border-top: 0;
  border-bottom: 0;
  border-left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  right: -1px;
  opacity: .2;
}
#navmenu > ul > li > ul {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}

#navmenu ul > li > ul > li > a {
  display: block;
  text-decoration: none;
  padding: 14px 20px;
  position: relative;
  font-size:12px;
  background-color:#FCD170;
}

#navmenu ul > li > ul > li > a:hover {
	color:#FFFFFF;
}


#navmenu > ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
  position: absolute;
  border-radius: 0 0 3px 3px;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;

}
#navmenu > ul > li > ul {
  width: 200px;
  position: absolute;
}
#navmenu > ul > li > ul > li {
  float: none;
  position: relative;
  
  
  
}
#navmenu > ul > li > ul > li > ul {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
#navmenu > ul > li > ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
  position: absolute;
}
#navmenu > ul > li > ul > li > ul {
  left: 200px;
  top: 1px;
  width: 200px;
}
#navmenu > ul > li > ul > li > ul > li {
  float: none;
}

#navmenu .active
{
	background-color:#FCD170;
}

.drop-shadow {
	box-shadow: 2px 2px 2px #acacac;
}

#BeerXInner
{

	width:940px;
	margin:0px auto;


	
	
}

#BeerXInner h1
{

	
}


#BeerXInner p
{
	font-size:18px;
	
}

#BeerXInner table
{
	font-size:18px;

}

#BeerXInner td
{

vertical-align:bottom;
}
.homeimage
{
	margin-left:20px;
	margin-bottom:20px;
	
}
.homeimageleft
{
	margin-right:20px;
	margin-bottom:20px;
	
}


#BuyTickets td
{
	vertical-align:middle;
	
}

.TicketInputArea
{
	width:850px;
	border:1px solid #999;
	padding:10px;
	z-index:100;
	margin-top:-1px;
 
 	
}

.TicketInputArea h1
{
	font-size:19px !important;
	
}
.TicketInputArea h2
{
	font-size:15px !important;
	color:#85171A;
	margin-top:10px;
	
}
.TicketInputArea table
{
	font-size:14px !important;

	
}


.TicketTab
{
	display:inline-block;
	width:80px;
	margin-right:5px;
	border-top:1px solid #999;
	border-left:1px solid #999;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	z-index:500;
	height:40px;
	text-align:center;
	font-size:10px;
	color:#333;
	background-color:#FAFCF5;
	padding-top:10px;
	
}
.TicketInputArea input
{
	margin-left:0px !important;
	margin-top:20px;
}
input[type=checkbox].css-checkbox {
position: absolute; 
overflow: hidden; 
clip: rect(0 0 0 0); 
height:1px; 
width:1px; 
margin:-1px; 
padding:0;
border:0;
}

input[type=checkbox].css-checkbox + label.css-label {
padding-left:20px;
height:20px; 
display:inline-block;
line-height:20px;
background-repeat:no-repeat;
background-position: 0 0;
font-size:15px;
vertical-align:middle;
cursor:pointer;
}

input[type=checkbox].css-checkbox:checked + label.css-label {
background-position: 0 -20px;
}

.css-label{ background-image:url(web-two-style.png); }

#TotalCost
{
	clear:both;
	margin-top:20px;
	width:850px;
	border:1px dashed #999;
	padding:10px;
	z-index:100;
	
}

#TotalCost h1 
{
	font-size:20px;
}

#HeaderInnerNavigation
{
	position:absolute;
	bottom:10px;
	right:0px;
	width:640px;

	z-index:9999999999;

}
/*--- MARC EDIT ---*/
.meeting-button 
{
	display:inline-block;
	height:200px;
	width:300px;
	border-radius:5px;
	border:1px solid #820000;
	padding:10px;
	margin:10px;
}

.meeting input
{
    font-size: 13px;
    font-weight: 400;
    display: block;
    padding: 5px;
    margin-bottom: 5px;
    border: 3px solid #CCC;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
	margin-bottom:0px;
	margin-top:0px;
}
/*--- MARC EDIT END ---*/

/*-- Alex side alert --*/
#sideAlertArea
{	
	margin-top:10px;
	width:370px;
	height:100px;
	padding:10px;
    border-radius: 4px;
    color: #7e7975;
	background-color:#FFF;
    box-shadow:
	0 2px 2px rgba(0,0,0,0.2),        
	0 1px 5px rgba(0,0,0,0.2),        
	0 0 0 8px rgba(255,255,255,0.4);
	padding-bottom:50px; 
}

#sideAlertAreaInner
{
	position:relative;
	
}

#sideAlertAreaInnerTitle
{
	position:absolute;
	top:5px;
	left:5px;
	
}
#sideAlertAreaInnerTitle h1
{
	font-size:26px;
	color:#781100;
	
}
#sideAlertAreaInnerAlertText
{
	position:absolute;
	top:50px;
	left:5px;
	font-size:14px;
	color:#666;
}
#sideAlertAreaInnerAlertText a:link {
	text-decoration:none;
	color: #333333;
}

#sideAlertAreaInnerAlertText a:hover {
	text-decoration:underline;
	color:#016ea7;
}
	
#sideAlertIcon
{
	position:absolute;
	top:5px;
	right:5px;
	
}

.EditIcon
{
	height:70px;
}

#mobileHeader
{
	display:none;
	clear:both;
	text-align:center;
}

#TradeArea
{
	padding:10px;
	margin-bottom:20px;
}

#TradeArea h1
{
	font-size:22px;
	font-weight:bold;
	
}

.GoldTrade
{
	border:2px dashed #CCAC00;
}

.SilverTrade
{
	border:2px dashed #C0C0C0;
}

.BronzeTrade
{
	border:2px dashed #cd7f32;
}

.TableMiddleAlign td
{
	vertical-align:middle !important;
}

#DueDil
{
	width:370px;
	border:1px solid #BC7428;
	margin-bottom:15px;
	overflow:hidden;
}

#DueDilPDF
{
	padding:5px;
}
#DueDilPDF p
{
	font-size:10px;
}

.bximg
{
	margin-left:15px;
	margin-bottom:15px;
	border:1px solid #999;
}

#GoldSponsor{
	
	margin:0px auto;
	width: 480px;
	font-size:16px;
	font-weight:bold;
	}
#GoldSponsorLeft{
width:240px; 
float:left;
text-align:right;
padding-right:10px;
	}
#GoldSponsorRight{
width:240px;
float:left;	
padding-left:10px;	
	}
	
	.smalltext
{
	font-size:9px;
	margin-top:10px;
	margin-bottom:0px;
	text-align:center;
}

.middletext
{
	font-size:12px;
	margin-top:40px;
	margin-bottom:0px;
	text-align:center;
}

.apdecbtn
{
	width:90px;
	margin-bottom:5px;
}

#program table
{
	font-size:16px;
	padding:10px;
	font-family:"Times New Roman", Times, serif;
}

.linkbtn
{
margin-left: 1%;
background: linear-gradient(#FBD568, #FFB347) repeat scroll 0% 0% transparent;
border: 1px solid #F4AB4C;
color: #996319;
text-shadow: 0px 1px rgba(255, 255, 255, 0.3);
cursor: pointer;
padding: 10px;	
}

.docsupload
{
	border:1px dashed #A7A7A7;
	padding:10px;
}
.docsupload .linkbtn
{
	margin-left:0px;
}

.bannerborder
{
	border:2px solid #333333;
}
body {
	background-color: #bba78c !important;
}

.beerflexlinkSmall
{
	font-size:14px;
	text-decoration:none;
	
}


#BeerflexArea a:link 
{
	text-decoration:underline;
	color: #333333;	
}

#BeerflexArea a:visited 
{
	text-decoration:underline;
	color: #333333;	
}

.video-container-first {
	padding: 20px 10px 10px 10px;
}
.video-container-first h3{
	font-size: 20px;
}

.video-container {
	padding:10px;
}
.video-container h3{
	font-size: 20px;
}
 
.video-box{
	margin-top: -90px;
	margin-bottom: -90px;
}








