@import url(http://fonts.googleapis.com/css?family=Lusitana:400,700);

@font-face {
    font-family: "Typewriter";
    src: url('mom.eot');
    src: url('mom.eot@') format('embedded-opentype'),
         url('mom.woff') format('woff'),
         url('mom.ttf') format('truetype'),
         url('mom.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
	margin: 0;
	padding: 0;
	font-family: "Lusitana", "Times New Roman", serif;
	font-size: 12pt;
	line-height: 17pt;
	background: #000;
}

a {
	color: #9c1c28;
}

a:hover {
	opacity: .8;
}

p {
	margin: 0;
	padding: 7px 0;
}

h2 {
    font-family: "Typewriter", serif;
	font-size: 16pt;
	line-height: 21pt;
	font-weight: normal;
	margin: 0;
	padding: 7px 0;
	color: #9c1c28;
}

h2.video {
	padding: 7px 0 14px 0;
}

h3 {
    font-family: "Typewriter", serif;
	font-size: 14pt;
	line-height: 18pt;
	font-weight: normal;
	margin: 0;
	padding: 7px 0;
}

h4 {
    font-family: "Typewriter", serif;
	font-size: 13pt;
	line-height: 15pt;
	font-weight: normal;
	margin: 0;
	padding: 7px 0;
}

hr {
	height: 0;
	border: 0;
	border-bottom: 1px solid #aaa;
	margin: 20px 0;
}

#logo {
	position: absolute;
	top: 20px;
	left: 30px;
	width: 400px;
	height: 150px;
}

#container {
	background: url(../images/main.jpg) top center no-repeat;
	height: 822px;
	width: 980px;
	margin: 0 auto;
	position: relative;
}

#container-internal {
	background: url(../images/main.jpg) top center no-repeat;
	height: 1375px;
	width: 980px;
	margin: 0 auto;
	position: relative;
}

#container-internal #main-content {
	width: 590px;
	height: 650px;
	position: absolute;
	top: 250px;
	left: 30px;
	overflow: auto;
}

#container-internal-small {
	background: url(../images/main-small.jpg) top center no-repeat;
	height: 855px;
	width: 980px;
	margin: 0 auto;
	position: relative;
}

#container-internal-small #main-content {
	width: 570px;
	height: 380px;
	position: absolute;
	top: 250px;
	left: 30px;
	overflow: auto;
}

#home-content {
	width: 510px;
	position: absolute;
	top: 250px;
	left: 30px;
	font-weight: 700;
}

#while-here {
	background: url(../images/also-visit.png) top center no-repeat;
	position: absolute;
	right: 25px;
	top: 220px;
	width: 220px;
	height: 650px;
	padding: 160px 50px 20px 25px;
	font-size: 11pt;
	line-height: 14pt;
}

#while-here h4 {
	padding: 5px 25px 5px 20px;
}

#while-here ul li {
	padding-bottom: 5px;
}

#container-internal #photos {
	position: absolute;
	bottom: 198px;
	right: 0px;
	height: 330px;
	width: 325px;
	padding: 25px 15px 5px 35px;
	background: url(../images/photo-box.png) top center no-repeat;
}

#container-internal-small #photos {
	position: absolute;
	bottom: 197px;
	right: 0px;
	height: 330px;
	width: 325px;
	padding: 25px 15px 5px 35px;
	background: url(../images/photo-box.png) top center no-repeat;
}

#photos img {
	position: absolute;
	bottom: 20px;
	right: 50px;
	border: 2px solid #fff;
	max-width: 275px;
}

#other-videos {
	list-style: none;
	padding: 0;
	margin: 20px 0 0 30px;
}

#other-videos li {
	float: left;
	width: 47%;
	height: 60px;
	padding: 0;
	margin: 0;
	font-size: 14px;
	line-height: 20px;
}

#other-videos img {
	margin-bottom: 10px;
}

.video-stats {
	color: #aaa;
}

.video-stats span {
	color: #9c1c28;
	margin-right: 10px;
}

#site-info {
	position: absolute;
	bottom: 220px;
	left: 30px;
	width: 550px;
}

#petersburg-area-link {
	position: absolute;
	bottom: 45px;
	left: 20px;
	border: 0;
}

#va-for-lovers {
	position: absolute;
	bottom: 55px;
	right: 190px;
	border: 0;
}

#footer-150 {
	position: absolute;
	bottom: 43px;
	right: 95px;
	border: 0;
}

#civil-war {
	position: absolute;
	bottom: 35px;
	right: 20px;
	border: 0;
}

#phone {
	position: absolute;
	bottom: 74px;
	left: 230px;
	font-size: 15pt;
	font-weight: 700;
	letter-spacing: 1px;
}

#next-site {
	display: block;
	background: url(../images/next-location-button.png) no-repeat;
    font-family: "Typewriter", serif;
	font-size: 18pt;
	line-height: 30px;
	padding: 25px 50px;
	color: #000;
	text-shadow: 0 0 8px #eee;
	text-decoration: none;
	position: absolute;
	top: 250px;
	right: 35px;
	z-index: 100;
}
#next-site:hover {
	opacity: 1;
	color: #333;
}

.main-video {
	float: left;
	margin: 0 15px 15px 0;
}

.column-half {
	width: 45%; 
	margin-right: 4%;
	float: left;
}
.column-half.second {
	padding: 34px 0 0 0;
}

.quiet {
	color: #aaa;
}

.link-float {
	position: absolute;
	opacity: .5;
}

.clear {
	clear: both;
}