/* Document 7 page layout & typography */
body {
	background-color: #444;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#content {
	margin: 10px 25px 10px 50px;
}

.slide {
	margin: 0;
	padding: 0;
	float: left;
}

.masthead {
	clear: both;
	float: none;
	padding-bottom: 20px;
	text-align: center;
}

.masthead h2 {
	color: white;
}

.laurel {
	width: 220px;
	float: left;
	margin-left: 25px;
	padding-left: 25px;
	border-left: 1px solid #ccc;
}

.hardy {
	width: 600px;
	float: left;
}

.weight {
	width: 960px;
	clear: both;
	float: none;
	height: 10px;
}

h1 {
	font: bold 24px;
	margin-top: 5px;
	margin-bottom: 5px;
}

h2 {
	font: bold 14px;
	margin-bottom: 5px;
}

p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
}

.example {
	color: white;
	font: italic 18px/27px Georgia, "Times New Roman", Times, serif;
}

.phone {
		color: white;
	font: 24px/6px Georgia, "Times New Roman", Times, serif;
	margin-bottom: 20px;
}

a:link {text-decoration: none; color: #c00;}
a:visited {text-decoration: none; color: #444;}
a:active {text-decoration: none; color: black;}
a:hover {text-decoration: underline; color: white;}

.slideshow-left {
	width: 480px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	position: relative;
	left: 0px;
	top: 0;
	float: left;
}

.slideshow-right {
	width: 480px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	position: relative;
	left: 0;
	top: 0;
	float: left;
}
