@charset "UTF-8";
/* CSS Document */

body, html {
	margin: 0;
	padding: 0;
}
body {
	background-image: url(images/bg.gif);
	background-repeat: repeat;
}

#wrapper {
	width: 940px;
	margin-left:auto;
	margin-right:auto;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
}
h1 {
	margin-top: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FF0000;
}

#header {
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	height: 154px;
	width: 940px;
}
#address {
	font-family: "Times New Roman", Times, serif;
	font-size: 0.85em;
	color: #FF0000;
	width: 940px;
	height: 20px;
	padding-right: 2px;
	padding-left: 2px;
}
.address {
	float: left;
}
#address p {
	margin: 0px;
	padding: 0px;
}
#address .tel {
	float: right;
	padding-right: 2px;
}

#sidebar {
	background-image: url(images/sidebar.gif);
	background-repeat: no-repeat;
	width: 154px;
	float:left;
	background-color: #FF0000;
}

#main {
	width: 779px;
	float:right;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #FF0000;
	background-image: url(images/main_bg.gif);
	background-repeat: no-repeat;
	background-position: right 50px;
}
ul#photos {
	display: inline;
	list-style-type: none;
	margin-left: -38px;
}
ul#photos li {
	display: inline;
}
#images {
	width: 784px;
}

#content {
	width: 450px;
	float:left;
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	letter-spacing: 1px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 50px;
	text-align: justify;
}
#content p {
	text-indent: 10px;
}
#nav_bar {
	width: 235px;
	float:right;
	margin-right: 30px;
}

ul#nav {
	list-style-type: none;
}
ul#nav li {
	display: block;
	height: 25px;
	width: 220px;
	margin-bottom: 15px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	color: #FFFFFF;
	padding-left: 5px;
}
ul#nav li a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	background-color: #FF0000;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
ul#nav li a:hover {
	color: #FF0000;
	background-color: #FFFFFF;
	border: 1px solid #FF0000;
}
ul#nav li a.active {
	color: #FF0000;
	background-color: #FFFFFF;
	border: 1px solid #FF0000;
}
ul#nav_maplegroup {
	list-style-type: none;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	margin-left: 10px;
}
ul#nav_maplegroup li a {
	text-decoration: none;
	color: #000000;
}
ul#nav_maplegroup li.nav_title {
	font-weight: bold;
	margin-bottom: 5px;
}
ul#nav_maplegroup li a:hover {
	color: #FF0000;
}
.red_text {
	color: #FF0000;
}
#footer {
	width: 935px;
	clear: both;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
	background-image: url(images/footer_bg.gif);
	background-repeat: repeat-y;
	background-position: left;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #FF0000;
}
#maple_group_footer {
	margin-left: 164px;
	padding: 5px;
}
#maple_group_footer a {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	font-size: 0.9em;
}
#maple_group_footer a:hover {
	color: #FF0000;
}
#copyright {
	font-family: "Times New Roman", Times, serif;
	font-size: 0.8em;
	color: #666666;
	text-align: center;
	width: 940px;
}
.whymark_interactive a {
	font-variant: small-caps;
	color: #FF6600;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
