@charset "utf-8";

/* Page Formatting */

* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
}
#wrapper { 
 margin: 0 auto;
 width: 920px;
}
#header {
	color: #333;
	width: 920px;
	float: left;
	height: 290px;
	margin: 10px 0px 0px 0px;
	background-image: url(../media/banner.gif);
}
#navigation {
	float: left;
	width: 900px;
	height: 450px;
	color: #333;
	padding: 10px;
	margin: 0px 0px 0px 0px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #fffddf;
	background-image: url(../media/floral.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
#leftcolumn { 
 color: #333;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 width: 440px;
 height: 1650px;
 float: left;
 background-color: #fffddf;
}
#rightcolumn { 
 float: right;
 color: #333;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 width: 440px;
 height: 1650px;
 display: inline;
 background-color: #fffddf;
 position: relative;
}

/* Text and other styling */

#navigation h1 {
	font-size: 3.3em;
	color: #827b00;
	font-weight: normal;
	margin: 10px 0 5px 0;
}
#navigation p {
	font-size: 0.95em;
	width: 725px;
	margin: 0 auto;
	line-height: 2.5em;
	padding-bottom: 15px;
}
.emphasis {
	font-size: 1.9em;
	font-style: italic;
	color: #827b00;	
}
#navigation li {
	list-style: none;
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.3em;
	line-height: 2em;
}
#navigation li.one {
	background-image: url(../media/one.jpg);
	background-repeat: no-repeat;
	width: 275px;
	margin: 0 auto;
}
#navigation li.one a {
	color: #8b0f1e;	
}
#navigation li.one a:hover {
	text-decoration: none;
}
#navigation li.two {
	background-image: url(../media/two.jpg);
	background-repeat: no-repeat;
	width: 215px;
	margin: 0 auto;
}
#navigation li.three {
	background-image: url(../media/three.jpg);
	background-repeat: no-repeat;
	width: 400px;
	margin: 0 auto;
}
.left, .right {
	margin: 15px 15px 0 25px;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #c0bd7f;
	height: 120px;
}
.left img {
	float: left;
	margin-right: 8px;
}
.right img {
	float: right;
	margin-left: 8px;
}
#leftcolumn h1, #rightcolumn h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #003663;	
	font-size: 1.5em;
	margin: 0 25px 0 25px;
}
#leftcolumn h1 a {
	text-decoration: none;
	color: #003663;
}
#leftcolumn h1 a:hover {
	text-decoration: underline;
	color: #003663;
}
#leftcolumn h2 a, #rightcolumn h2 a {
	text-decoration: none;
	color: #c0bd7f;
}
#leftcolumn h2 a:hover, #rightcolumn h2 a:hover {
	text-decoration: underline;
}
#leftcolumn h2, #rightcolumn h2 {
	color: #c0bd7f;
}
#leftcolumn h3, #rightcolumn h3 {
	color: #8b0f1e;
	margin-top: 5px;
	margin-bottom: 5px;
}
.quote {
	font-size: 3.15em;
	line-height: 3.43em;
	color: #003663;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 15px 15px 0 25px;
}
.quote p {
	font-size: 0.5em;
	text-align: right;
	margin-top: -55px;
}
.montpelier {
	display: block;
	margin: 15px 15px 0 25px;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #c0bd7f;
	height: 80px;
}
.montpelier h2 {
	text-align: center;
	margin-top: 35px;
}
