.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

body {
	margin: 0;
	background-image:url('/assets/img/background.jpg');
	text-align: center;
}

a {
	text-decoration: underline;
	color: #79a431;
}

a:hover {
	text-decoration: underline;
}

h3 {
	text-align: center;
}

#page {
	margin: 0 auto;
	width: 900px;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 14px;
	text-align: left;
}

#logo {
	width: 100%;
	height: 120px;
	text-align: center;
}
#logo > img {
	height: 89px;
	width: 347px;
	margin: 15px 0;
}

#content {
	width: 100%;
	color: #000;
	background-color: #FFF;
	background-repeat: no-repeat;
	margin-bottom: 60px;
	position: relative;
}

#content > div {
	text-align: left;
	line-height: 15px;
	padding: 2px 10px 7px;
}

#content > p {
	padding-left: 15px;
}

#content > div > p {
	line-height: 20px;
}

dl { float: left; width: 100%; padding-top: 10px; }
dt,
dd { float: left; margin: 0; padding: 5px 0; width: 70%; line-height: 20px; text-align: left; border-top: 1px solid #CCC; }
dt { padding-right: 2em; padding-bottom: 1em; width: 25%; clear: both; }

dt:first-of-type, dd:first-of-type { border-top: none; }

#accordion ul { 
	#list-style-image: url('cal.png');
	list-style: none;
	font-size: 14px;
}

#accordion li {
	clear: both;
	/* display: block; */
	position: relative;
	min-height: 48px;
}

.history {
	width: 90%;
	padding-left: 55px;
	/* display: table-cell;
	vertical-align: middle; */
}

#accordion li .date { 
	background: url('/assets/img/cal.png') no-repeat scroll top left;
	width: 48px;
	color: #FFF;
	text-align: center;
	left: -10px;
	position: absolute;
	/* top: 50%;
	margin-top: -24px; */
}

.date .dateMon {
	text-transform: uppercase;
	height: 9px;
	font-size: 11px;
	font-weight: bold;
}

.date .dateDay {
	font-size: 30px;
	color: #000;
}

.imglogo {
	width: 100%;
	border: 0;
}

.stylist { list-style: none; }
.stylist li { text-indent: -3em; margin-left: 0; padding-bottom: 1em; }

.imgthumb {
	margin: 0;
	float: left;
	width: 64px;
	height: 64px;
}

.imgthumb img {
	width: 64px;
	-ms-interpolation-mode: bicubic;
	padding: 5px;
	left: 0; top: 0;
}

.imgthumb img.hover {
	border: none;
}

.corners {
	position: absolute;
	height: 10px;
	width: 10px;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
}

#cornerUL {
	top: 0px;
	left: 0px;
	background-image:url('/assets/img/top-left-corner.png');
}
#cornerUR {
	top: 0px;
	right: 0px;
	background-image:url('/assets/img/top-right-corner.png');
}
#cornerBL {
	bottom: 0px;
	left: 0px;
	background-image:url('/assets/img/bottom-left-corner.png');
}
#cornerBR {
	bottom: 0px;
	right: 0px;
	background-image:url('/assets/img/bottom-right-corner.png');
}
/*
.imgthumb:hover {
	z-index: 50;
	width:auto;
	position: fixed;
}
*/
.ui-tabs-panel {
	font-size: 15px;
}

.ui-accordion-header {
	text-align: left;
}

ol#faq li {
	padding-bottom: 15px;
}

.footer {
	padding-bottom: 10px;
}
