@charset "UTF-8";
/* CSS Document */
/* Clock Towers Common CSS Document */
/* Author Phil Clayton Bray Leino - Destination */

/* -------------- clearing --------------- */

.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* -------------- layout --------------- */

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

img {
	font-family: Helvetica, Arial, sans-serif;
	font-size: .6em;
	color: #000;
}

ul, ul li, ol, ol li {
	margin: 0;
	padding: 0;
}