ul.locations li{ float: left; padding-right: 40px; }

ul.logos { margin-left: -30px; }
ul.logos li { list-style-type: none; float: left; display: inline-block; padding-right: 10px; }
.event-details h2 {
	font-size: 18px;
}
.event-details h3 {
	font-size: 14px;
	
}
.register {
background-color:#006666;
background-image:url(../images/arrow-bullet-white.gif);
background-position:3px 50%;
background-repeat:no-repeat;
color:#FFFFFF;
font-weight:bold;
padding:4px 7px 4px 20px;
text-decoration:none;
}

.events a{
	color:#000000;
	font-weight:bold;
}
.events p{
	padding-top: 0;
	padding-left: 25px;
}
.date {
	font-weight: bold;
	color: #352101;
	font-size: 13px;
	padding-left: 25px;   
	background-repeat: no-repeat;
        font-style: italic;
}
.headline {
	font-weight: bold;
	padding-left: 15px;   
}
.desc {
	padding-top: 15px;
	padding-left: 25px;   
}
.desc a{
	color: #ffffff;   
}
.entry {
	padding-bottom: 10px;
	border-bottom: 1px solid #000000;
	margin-bottom: 20px;
}
a.register:hover {
	border: 2px solid #999999;
}
/* Form CSS - NO TABLES
-----------------------------------------------------------*/
fieldset {
	width: 90%;
}
#login fieldset{
	background-color: #EEEEEE;
}
legend {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	color:#000000;
}
label {
	line-height: 20px;
	float: left;  
	width: 150px;  
	margin-right: 1em; 
}
fieldset ol {
	list-style: none;
	padding: 0px;
}
fieldset li {
	padding-bottom: 1em;
} 
input, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 5px;	
}
input[type="text"]{
	width: 200px;
}
.form-align {
	float: left;
	margin-right: 20px;
}
.clear {
	overflow: hidden;
	margin: 0;
	padding: 0;
	clear: both;
}