@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFF;
	background-repeat: repeat-x;
}

/* EQD_Global_Nav Definitions */

#crumbery{
	margin: 0 auto;
	width: 90%;
	height: 100%;
	margin-top: 10px;
}

/* Global Nav */

#eqd_global_nav{
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 3em;
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	padding-bottom: 1em;
}

#Banner {
	height: 100%;
	padding-top: 5px;
	padding-bottom: 9px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999;
}


/* event page */

#eqd_eventdates{
	float: right;
	width: 25%;
	margin-left: 3%;
	padding: 2%;
	border: 1px dotted #999;
}

