#dropshadow {
	margin:0 auto;
	/*background-image:url(../images/dropshadow.png);
	background-repeat:repeat-y;*/
	width:100%;
	/*max-width:1010px;*/
	
}

#container {
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	background: #fff;
	
}

#topnav{
    height: 40px;
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
    max-width: 980px;
    background: #fff;
	
}
#site-notice {
    padding: 15px 20px;
    position: relative;
    z-index: 888;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    background: #00928B;
	margin-top: 40px;
}

#site-notice a:link, #site-notice a:visited {
	text-decoration: underline;
}

#masthead{
width:981px;
height:301px;
/**background-image: url(../images/masthead_bg.jpg);
background-repeat:no-repeat;*/
	margin-top: 0px;
}

#top {
	background-image: url(../images/top_bg.png);
	background-repeat:no-repeat;
	height:134px;
	padding: 50px 20px 0 20px;
}

#breadcrumbs {
	width:100%;
	padding: 0 0 50px 0;
	font-size:12px;
}

#breadcrumbs a:link, #breadcrumbs a:visited,  {
	color:#345687;
}

#breadcrumbs a:hover {
	color:#00928B;
	}

#breadcrumbs .moduletable-breadcrumbs ul{
	 padding:0;
	 margin:0;
 }
 
#breadcrumbs .moduletable-breadcrumbs li{
	 display:block;
	 float:left;
	 list-style:none;
	 padding:5px;

 }
 
 .divider {
	 padding-left: 5px;
 }
#content{
	clear:both;
	padding:0 25px 20px 25px;
	overflow: auto;

}

#content img {
	max-width: 100%;
}

#title{
	width:978px;
	height:69px;

}

#leftcol{
	/*float:left;*/
	width: 100%;
	/*overflow: auto;*/

}
#rightcol{
	float:right;
	width:200px;
	display:none;
}

#wrapevents {
	clear: both;
	margin-bottom: 25px;
	background: #f3f2f1;
    overflow: auto;
    padding: 10px 20px;
    border-top: 1px solid #AD945A;
    border-bottom: 1px solid #AD945A;

}

#eventsleft {
    float: left;
    max-width: 605px;
}
#eventsleft img {
    width: 100%;
}
#leftbtn {
    float: left;
    max-width: 150px;
    padding-right: 15px;
	height: 285px;
}
#rightbtn {
    float: left;
    width: 300px;
	font-size: 11px;
	color: #999;
	padding: 0 10px 20px 10px;
    height: 265px;
	border-right: 1px solid #ad945a;
}

#eventsright {
    float: right;
    height: 300px;
    margin-bottom: 20px;
    padding-left: 15px;
    width: 375px;
}

.dp-upcoming {
    float: right;
    font-size: 14px;
    width: 375px;
}


#hotlinks{
	clear:both;
	background: #f3f2f1;
    overflow: auto;
    padding: 10px 20px;
    border-top: 1px solid #AD945A;
    border-bottom: 1px solid #AD945A;
}

#feed{
	float:left;
	width:425px;
	margin-right:20px;
	font-size:14px;
	height:295px;
}

#feed h5 {
    color: #30527d;
    font-family: 'Avenir LT W01_45 Book1475508',Verdana, Geneva, sans-serif;
    font-size: 16px;
    font-weight: bold;
}

#col1{
	float:left;
	width:200px;
	margin-right:20px;
	height:295px;
	 }

#col2{
	float:left;
	width:190px;
	margin-right:10px;
	
}



#footer{
	clear: both;
	height: 120px;
	background: #fff;
	background-image:url(../images/footer_bg.png);
	background-repeat:no-repeat;
	color:#333;
	padding:180px 25px 25px 25px;
}

#footer, #footer td {
	color:#333;
	
}

#footer a:link {
	color: #00928B;

	}
#footer a:visited {
	color: #00928B;

	}
#footer a:hover {
	color: #00928B;
	text-decoration: underline;
	
	}

#footer .designer {
	font-family: Verdana, Geneva, sans-serif;
	font-size:0.6em;
	color: #333;
}

#footer .designer a:link{
	color: #00928B;
}

#footer .designer a:visited{
	color: #00928B;
}

#footer .designer a:hover{
	color: #00928B;
	text-decoration:underline;
}

@media only screen and (max-width: 768px) {

#masthead {
max-width:981px;
	width: auto;
height:auto;
/**background-image: url(../images/masthead_bg.jpg);
background-repeat:no-repeat;*/
	margin-top: 40px;
	}
	

#top {
	background-image: url(../images/top_bg.png);
	background-repeat:no-repeat;
	height:134px;
	padding: 50px 20px 0 20px;
	background-size:220%;
}
	
#content{
	clear:both;
	padding: 20px;
	overflow: auto;

}	
#wrapevents {
	clear: both;
	margin-bottom: 25px;
	background: #f3f2f1;
    overflow: auto;
    padding: 10px 20px;
    border-top: 1px solid #AD945A;
    border-bottom: 1px solid #AD945A;

}

#eventsleft {
    float: left;
    width: 100%;
}
#eventsleft img {
    width: 100%;
}
#leftbtn {
    float: left;
    max-width: 100%;
    padding-right: 0px;
	height: auto;
	padding-bottom: 50px;
}
#rightbtn {
    float: left;
    max-width: 100%;
	font-size: 11px;
	color: #999;
	padding: 0 0 10px 0;
    height: auto;
	border-right: 0px solid #ad945a;
	border-bottom: 1px solid #ad945a;
	margin-bottom: 20px;
}

#eventsright {
    float: left;
    margin-bottom: 20px;
    padding-left: 0px;
    max-width: 100%;
	height: auto;
}

.dp-upcoming {
    float: left;
    font-size: 14px;
    max-width: 100%;
}	
	
#feed{
	float:left;
	width:100%;
	margin-right:0px;
	font-size:14px;
	height:auto;
	border-bottom: 1px solid #ad945a;
	margin-bottom: 20px;
}

#feed h5 {
    color: #30527d;
    font-family: 'Avenir LT W01_45 Book1475508',Verdana, Geneva, sans-serif;
    font-size: 16px;
    font-weight: bold;
}

#col1{
	float:left;
	width:100%;
	margin-right:0px;
	height:auto;
	 }

#col2{
	float:left;
	width:100%;
	margin-right:0px;
	
}	
	#col2 img{
		max-width: 100%;
	}	
#footer{
	clear: both;
	height: auto;
	background: #fff;
	background-image:url(../images/footer_bg.png);
	background-repeat:no-repeat;
	background-size: cover;
	background-position: bottom;
	color:#333;
	padding:50px 20px 20px 20px;
	
}
}