
body{
	font-family: Arial, sans-serif;
}

.headerBrandImage {
  border: 0;
  margin-top: 23px;
  margin-left: 10px;
  padding-left: 0;
}

.headerBrand {
    margin-bottom: 20px;
}

.wrapper{
	overflow: hidden !important;

}

.footer {
    clear: both;
    border-top-width:0px; 
    border-top-style: solid
}
/*Gerards attemp to use new CDU Brand 
#footer-wrapper {
    color: #ccc;
	background: #373737 none repeat scroll 0% 0%;
	line-height:20px;
	bottom:0 !important;
}

#footer .region-footer ul li.first {
    background-image: none;
}

#footer .region-footer ul li {
    display: inline;
    background: transparent url("../images/dot.gif") no-repeat scroll 0px center;
    padding-left: 26px;
	padding-right:10px;
}

.tb-copyright {
    display: block;
	text-align:center;
	padding:10px;
}

.tb-copyright div{
	display:inline;
	padding:0 10px;
End Gerards attemp */

.footerRow span { background: url('../images/dot.gif') 0 center no-repeat transparent; color: #969696; padding:6px;}

a.ftlink {
	color: #FFF !important;
}
a.ftlink:link,
a.ftlink:visited {
  text-decoration: none;
}
a.ftlink:hover {
  cursor: pointer;
}

.ftmenu{
	display:block; 
	width:100%; 
	float:left;
	margin-top: 20px;
}

.ftlist{
	display:inline;
	padding:0 !important;
}

@media (min-width: 769px) {
    .footer .footerInner {
        height: 58px;
        width: 940px;
        border: solid 1px #201545;
		padding: 6px 0px;
		color: #ccc;
	    background: #201545 none repeat scroll 0% 0%;
	    /*line-height:20px;*/
	    bottom:0 !important;
    }
	
	.ftmenu{
		display:inline; 
		width:70%; 
		float:right;
		margin-top:0px;
	}
	.ftlist{
		display:inline;
		padding:20px !important;
	}
}

@media (max-width: 768px) {
	.footer { display: none; }
}

  #UDS_ATTENDEE_SECTION {
    height: auto !important;
  }  