﻿@charset "utf-8";
/* Crest Manor main styles */
html {
	height:100%;
	overflow: inherit;
}
body {
	margin: 0;
	padding: 0;
	background-image:url(images/linenBG.png);
	mid-width: 1300px;
	height: 100%;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
}
#wrapper {
	min-height:100%;
}
p, h1, h2, h3 {
	color: #293e2d;
	margin: 3px;
}
a:link, a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
.greenText p {
	color: #051806;
}
.clear {
	clear: both;
}
/* test menu background */
#menubg {
	background-image: url(images/menubg.png);
	background-repeat: no-repeat;
	background-position: top center;
	width: 1010px;
	height: 50px;
	margin: 0px auto 0px auto;
}
/* Banner at top */
#branding {
	background-image: url(images/CMBanner.png);
	background-repeat: no-repeat;
	background-position: top center;
	width: 1010px;
	height: 270px;
	margin: 5px auto 0px auto;
}
/* Primary navigation */
#primaryNav {
	width: 100%;
	height: 40px;
	background-image:url(images/PrimaryNavTile.png);
	background-position: top center;
	margin-top: -2px;
	padding-top: 25px;
	font-size: 20px;
}
/* Content Styles */
#content {
	padding: 0 0 46px;
	background-image: url(images/MarbleBG.png);
	width: 955px;
	margin: 0 auto;
	padding: 20px 10px 20px 10px;
	border: 3px solid #04160c;
}
.box {
	background-image: url(images/paper_texture3.jpg);
	width: 900px;
	margin: 0 auto;
	border: 1px solid #000000;
	padding: 15px 10px 5px 10px;
	color: #293e2d;
}
#content a:link, #content a:visited {
	color: #564a23;
}
#content a:hover {
	color:#130f03;
}
.pictureframe {
	border: 7px solid #293e2d;
}
.pictureframealt {
	border: 1px solid #000;
}
.cursivetext{
	font: Script MT Bold;
	font-weight: bold;
}
.largetext {
	font-size: 1.4em;
}
.medtext {
        font-size: 1.2em;
}

/* Footer Styles */
#footer {
	width: 100%;
	margin: 10px auto 0;
	background-repeat: repeat-x;
	height: 65px;
	text-align: center;
	color: #564a23;
}
#footer .bottomborder {
	margin-top: 3px;
	background-image: url(images/FooterBrick.png);
	height: 46px;
}
#footer a:link, #footer a:visited {
	color: #564a23;
}
#footer a:hover {
	color:#130f03;
}
.copyright {
	font-size: 9px;
	color: #564a23;
	margin-bottom: -5px;
}