/* HawkinsRails.net - subs CSS */

.masthead {
	height: 400px;
	width: 750px;
}

#masthead_main {
	float: left;
	vertical-align: top;
	width: 500px;
	height: 375px;
	border: 15px solid white;
}

#masthead_side {
	float: left;
	vertical-align: top;
	height: 375px;
	width: 166px;
	border: 15px solid white;
	border-left-style: none;
}

#masthead_side_wide {
	float: left;
	vertical-align: top;
	height: 375px;
	width: 200px;
	border: 15px solid white;
	border-left-style: none;
}

#bottoms img {
	vertical-align: top;
	border-bottom: 1px solid white;
}

.summary_box {
	width: 770px;
	text-align: justify;
	margin-top: 25px;
	margin-bottom: 25px;
	font-size: 110%;
	line-height: 125%;
}

.quote_box {
	text-align: justify;
	background: url(../images/quote_paper.gif) repeat;
	padding: 10px;
	font-style: normal;
	color: #333;
	font-weight: normal;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	width: 750px;
	float: left;
	margin-bottom: 25px;
}

.source {
	text-transform: capitalize;
	text-align: right;
	font-size: 80%;
}

.main_box {
	float: left;
	width: 1000px;
}

.collection {
	width: 900px;
	float: left;
	margin-bottom: 25px;
}

.collection img {
	border: 5px solid white;
	width: 200px;
	height: 100px;
	float: left;
	margin: 5px;
	border-bottom: 7px solid white;
}

.collection_large {
	width: 900px;
}

.collection_large img {
	border: 7px solid white;
	border-bottom: 10px solid white;
}

.photo img {
	border: 10px solid #fff;
	border-bottom: 20px solid #fff;
	float: none;
	margin-bottom: -3px;
}

#large {
	width: 950px;
}

#large img {
	border-bottom: 7px solid white;
	border: 5px solid white;
	margin: 5px 5px 15px;
}

#all {
	float: left;
	width: 900px;
}

#all ul {
	margin-left: 40px;
}

#all li {
	font-size: 120%;
	margin-bottom: 12px;
	text-align: left;
	list-style-type: disc;
	list-style-position: outside;
}

.spacer {
	width: 1000px;
	height: 100px;
	clear: left;
	float: left;
}

.footer {
	width: 800px;
}