@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 */

#footerwrapper{    
	width: 1024px; 
    margin: 0 auto;
}

#crumbery{
	width: 1024px;
	height: 250px;
	background-image: url(../Images/Templates/Crumbybg.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 10px;
}

/* Global Nav */

#eqd_global_nav{
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 12px;
	text-decoration: none;
	display: block;
	width: 14%;
	background-image: url(../Images/Templates/Column%20Bar.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-bottom: 2em;
	padding-left: 2em;
	padding-top: 1em;
	padding-right: 7em;
	height: 10em;
	float: left;
}

#Banner {
	background-image: url(../Images/Content/BannerBG.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 400px;
	padding-top: 9px;
	padding-right: 9px;
	padding-bottom: 5px;
	padding-left: 7px;
}

#Banner img{
	padding-top: 4px;
}

/* event page */

#eqd_eventdates{
	float: right;
	width: 27%;
	margin-left: 3%;
	padding: 2%;
	border: 1px dotted #999;
}

#eqd_eventdates h3{
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999;
	padding-top: 15px;
}


#homegallery{
	background-color: #999;
	height: 280px;
	margin-top: 40px;
	margin-bottom: 30px;
}

h6{
	color: #383838;
	margin: 0px;
	padding: 0px;
	font-size: 17pt;
	font-weight: bold;
	text-decoration: none;
}


/* liScroll styles */

.tickercontainer { /* the outer div with the black border */
	background-image:url(Images/Content/TestimonialIndexBG.png);
	width: 1024px;
	height: 50px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center center;
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
	position: relative;
	left: 10px;
	top: 8px;
	width: 950px;
	height: 18px;
	overflow: hidden;
	padding-top: 10px;
	margin-left: 50px;
}
ul.newsticker { /* that's your list */
position: relative;
left: 750px;
list-style-type: none;
margin: 0;
padding: 0;

}
ul.newsticker li {
float: left; /* important: display inline gives incorrect results when you check for elem's width */
margin: 0;
padding: 0;
}
ul.newsticker a {
white-space: nowrap;
padding: 0;
color: #ff0000;
font: bold 10px Verdana;
margin: 0 50px 0 0;
} 
ul.newsticker span {
} 

.TestimonyName{
	font-size: 14px;
	color: #09F;
	font-family: Arial, Helvetica, sans-serif;
}
.CompanyName{
	font-size: 14px;
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 15px;
}
.TestimonyText{
	font-size: 14px;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 15px;
}

