/* CSS Document */

.eventcontainer{
	width: 730px;
	height: 940px;
	border: 5px solid rgba(159,159,159,1.00);
	border-radius: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-family: "Verdana, sans-serif,Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans";
	text-color: #BDBCBC;
	font-size: 12px;
	color: rgba(255,255,255,1.00);
	background-color: rgba(159,156,159,1.00);
}

.inset{
	width: 540px;
	height:400px;
	float:none;
}

.ec-box{
	width: 150px;
	height: 810px;
	float: left;
	margin-top: 0px;
	background-color: on;
}

.ec-box ul {
	margin:0;
	padding:0;
	line-height:22px;
}
	 
.ec-box li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: none;
	position: relative;
		
}

.ec-box ul li a {
	text-align: center;
	font-family:Verdana, sans-serif,"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans";
	text-decoration: none;
	font-size: 12px;
	height: 22px;
	width: 150px;
	display: block;
	color: #FFC500;
}	

.imagebox{
	width: 150px;
	height: 125px;
	float: none;
	align-item: center;
	text-align: center;
}

.eoinfo{
	width: 150px;
	height: 145px;
	float: none;
	align-item: center;
	text-align: center;
}

.sidebar{
	width: 150px;
	height: auto;
	float: none;
	align-item: center;
	text-align: center;
}	

.eventlogo{
	width: 730px;
	height: 110px;
	padding-left: 0px;
	padding-right: 0px;
	float: left;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: none;
	border-color: none;
	align-content: center;
	align-items: center;
	
}

.eventinfo{
	width: 505px;
	height: auto;
	float: left;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-color: rgba(112,112,112,1.00);
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-left: 10px;
	border-radius: 10px;
	border: thick solid rgba(244,184,8,1.00);
	text-align: center;
}

.quicklinks{
	width: 400px;
	height: 20px;
	float: left;
	background-color: rgba(231,229,227,1.00);
	padding-top: 0px;
	color: rgba(31,109,182,1.00);
	margin-left: 75px;
	margin-right: 75px;
}
.qlink-box{
	width: 80px;
	height: 50px;
	float: left;
	background-color: rgba(231,229,227,1.00);
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.divClear {  
            clear: both;  
        }  

.qlink-spacer{
	width: 75px;
	height: 70px;
	float: left;
	
}


.newstitle{
	width: 520px;
	height: 80px;
	float: left;
	background-color: rgba(227,135,46,1.00);
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	border-radius: 10px;
	border-left-style: solid;
	border-width: thick;
	border-color: rgba(228,131,22,1.00);
	-webkit-box-shadow: 5px 5px 5px rgba(82,70,71,1.00);
	box-shadow: 5px 5px 5px rgba(82,70,71,1.00);
}

.eventbody{
	width: 515px;
	height: auto;
	float: left;
	text-color: #fff;
	color: rgba(0,0,0,1.00);
	padding-top: 0px;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 120%;
	text-align: center;
}
.modalDialog {
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}
.modalDialog:target {
	opacity:1;
	pointer-events: auto;
}

.modalDialog > div {
	width: 400px;
	position: relative;
	margin: 10% auto;
	padding: 5px 20px 13px 20px;
	border-radius: 10px;
	font-color:#FFFFFF;
	background: #fff;
	background: -moz-linear-gradient(#fff, #999);
	background: -webkit-linear-gradient(#fff, #999);
	background: -o-linear-gradient(#fff, #999);
}

.modalDialog2 {
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}
.modalDialog2:target {
	opacity:1;
	pointer-events: auto;
}

.modalDialog2 > div {
	width: 400px;
	position: relative;
	margin: 10% auto;
	padding: 5px 20px 13px 20px;
	border-radius: 10px;
	font-color: #FFFFFF;
	background: #fff;
	background: -moz-linear-gradient(#fff, #999);
	background: -webkit-linear-gradient(#fff, #999);
	background: -o-linear-gradient(#fff, #999);
}

.modalDialog3 {
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}
.modalDialog3:target {
	opacity:1;
	pointer-events: auto;
}

.modalDialog3 > div {
	width: 400px;
	position: relative;
	margin: 10% auto;
	padding: 5px 20px 13px 20px;
	border-radius: 10px;
	font-color:#FFFFFF;
	background: #fff;
	background: -moz-linear-gradient(#fff, #999);
	background: -webkit-linear-gradient(#fff, #999);
	background: -o-linear-gradient(#fff, #999);
}

.close {
	background: #606061;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -10px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

.close:hover { background: #00d9ff; }
