﻿@import "typography.css";

body {
	margin: 0;
	padding: 0;
	border: 0;
	background: #081f04 url('../images/bg.png') no-repeat fixed;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: small;
}
#container {
	width: 800px;
	margin: 20px auto 0 175px;
	padding: 0;
	border: 0;
}
#masthead {
	width: 800px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	border: 0;
	text-align: left;
	background-image: url('../images/logo.png');
	background-repeat: no-repeat;
	height: 70px;
	z-index: 1;
	position: relative;
}
#iMenu {
	width: 800px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	border: 0;
}
.clear{
	clear:both;
}
#clear {
	clear:both;
}
#navigation {
	background: #CFBD7C url('../images/nav-baground.png') repeat-x;
	height: 40px;
}
html>body #navigation {
	margin: -20px 0 0 0;
	overflow: hidden;
	z-index: 3;
}
#column_l {
	position: relative;
	float: left;
	margin: 0;
	width: 367px;
	padding: 15px;
}
html>body #column_l {
	background: #FFFFFF url('../images/sub-menu-background.png') repeat-x;
	width: 180px;
	padding: 0 10px 0 10px;
}
#column_l ul {
	margin: 0;
	list-style-type: none;
	width: 100%;
	padding: 0;
}
#column_l ul.sub {
	margin: 0;
	list-style-type: none;
	width: 90%;
	padding: 0 0 0 15px;
}

	#column_l li {
	margin: 6px 0 6px 0;
	list-style: none;
}
	#column_l h3 {
	clear: both;
	color: #000000;
	font-weight: 700;
	font-size: 1.1em;
	margin: 0;
	padding: 10px 0 0 0;
}
#column_l a{
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	font-style: normal;
}
#column_l a:hover{
	
}
#maggie {
	background: url('../images/maggie-logo.png') no-repeat center;
	padding: 0;
	margin: 100px 0 0 0;
	text-align: center;
	height: 150px;
}
#address {
	background: url('../images/compass.png');
	margin: 0;
	padding: 0 0 20px 0;
	line-height: 1.2em;
	font-size: .9em;
}	

#column_r {
	position: relative;
	float: left;
	margin: 0;
	width: 217px;
	padding: 15px 10px;
}
html>body #column_r {
	width: 580px;
	padding: 15px 10px;
	background-color: #FFFFFF;
}
#content {
	background: url('../images/content-bg.png') repeat;
	width: 800px;
	margin: 0;
	padding: 0;
	border: 0;
}
#content-home {
	width: 800px;
	margin: 0;
	padding: 0;
	border: 0;
	color: #ffffff;
}
#content-home h1 {
	color: #FFFFFF;
	margin: 15px 0 0 0;
}
#home-top {
	display: block;
	width: 800px;
}
#home-bottom {
	display: block;
	width: 800px;	
}


#home-pic {
	height: 560px;
	background: url('../images/home-pic.jpg') no-repeat;
	z-index: 2;
	margin: -20px 0 0 0;
}
#home-pic {
	height: 560px;
	background: url('../images/home-pic.jpg') no-repeat;
	z-index: 2;
	margin: -20px 0 0 0;
}
#footer {
	width: 100%;
	overflow: auto;
	clear: both;
	margin: 0;
	padding: 0;
	border: 0;
	text-align: center;
	padding-bottom: 10px;
}
html>body #footer {
	text-align: center;
	padding-bottom: 0;
}
/* Masthead */
#masthead h1 {
	font-weight: normal;
	font-style: italic;
	color: #CFBD7C;
	margin-bottom: 0;
	margin-left: 0.5em;
	text-align: right;
	padding-top: 20px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 1.3em;
}
/* Navigation */
#navigation ul {
	background: url('../images/nav-baground.png') repeat-x;
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	background: #AF985D url('../images/nav-baground.png') repeat-x;
	font-weight: bold;
	text-decoration: none;
	color: #000;
	display: block;
	padding: 0 10px 0 10px;
	line-height: 40px;
}
#navigation a:hover {
	background: #70300A url('../images/nav-hover.png') repeat-x;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
}
/* Right Column */
#column_r img {
}
/* Footer */
#footer p {
	font-size: x-small;
	color: #000;
}
#parchment {
	width: 211px;
	float: left;
	height: 94px;
	background: url('../images/parchment.png') no-repeat;
	font-family: "Century Schoolbook", "Times New Roman", serif;
	font-size: 12pt;
	font-style: italic;
	text-align: center;
	padding: 10px 5px 0 5px;
	margin-left: 15px;
	margin-right: 275px;
}
ul.sub {
}