﻿@import url("layout.css");
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-color: #f2f2f7;
	background-image: url("../images/background4.bmp");
	background-repeat: repeat;
	background-attachment: scroll;
}
#container {
	width: 98%;
	margin: 1%;
}
#masthead {
	text-align: center;
	width: 100%;
	border-top: 2px solid #800000;
	border-right: 2px solid #800000;
	border-bottom: 2px solid #800000;
	border-left: 2px solid #800000;
	background-image: url('../images/Gazebo_viewRS4.jpg');
	background-repeat: no-repeat;
	background-position: center stretch;
	background-attachment: scroll;
}
/*#navigation {
	position: relative;
	width: 127px;
	height: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	border-top: 2px solid #800000;
	border-right: 2px solid #800000;
	border-bottom: 2px solid #800000;
	border-left: 2px solid #800000;
	background-image: url('../images/background4.bmp');
}*/
#sddm {
	height: 100%;
	width: 20%;
	float: left;
	margin-top: 1px;
	margin-bottom: 0px;
	padding: 0px;
	background-image: url('../images/background4.bmp');
	background-repeat: no-repeat;
}
#content {
	width: 79%;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 20%;
	padding-left: 3px;
	border-left: 2px solid #800000;
	border-color: #800000;
/*	padding: 10px;*/
	background-image: url('../images/background4.bmp');
	background-repeat: no-repeat;
}
#footer {
	width: 100%;
	text-align: center;
	font-weight: bold;
	clear: both;
	background-image: url('../images/background4.bmp');
	background-repeat: no-repeat;
}
/* Masthead Styles */
#masthead h1 {
	color: #151b54;
}
#masthead h3 {
	color: #151b54;
}
/* Navigation Styles */
/* sddm Styles */
#sddm ul {
	margin: 0;
}
#sddm ul li ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	color: #151B54;
	font: bold 15px Comic Sans MS;
	text-align: left;
}
#sddm li {
	margin: 0;
	padding: 0;
	list-style: none;
	color: #151B54;
	font: bold 15px Comic Sans MS;
}
#sddm li a {
/*	display: inline;*/
	margin: 0;
/*	padding: 4px 9px;
	width: 60px;*/
	color: #151B54;
	text-align: left;
	text-decoration: none;
	font-family: "Comic Sans MS";
	font-size: 15px;
}
#sddm li a:hover {
	background: #3d6c87;
    font: bold;
    color: white;
}
#sddm p {
	margin: 0;
	padding: 0;
	list-style: none;
	color: #151B54;
	font: bold 15px Comic Sans MS;
}
#sddm p a {
/*	display: inline;*/
	margin: 0;
/*	padding: 4px 9px;
	width: 60px;*/
	color: #151B54;
	text-align: left;
	text-decoration: none;
	font-family: "Comic Sans MS";
	font-size: 15px;
}
#sddm p a:hover {
	background: #3d6c87;
    font: bold;
    color: white;
}
/*#sddm div {
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #EAEBD8;
	border: 1px solid #5970B2;
}
#sddm div a {
	position: relative;
	display: block;
	margin: 0;
	padding: 5px 10px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background: #3d6c87;
	color: white;
	font: bold 11px arial;
}
#sddm div a:hover {
	background: #3d6c87;
	color: #FFF;
}
#navigation ul {
	list-style: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 0px solid #fff;
}
#navigation a {
	color: #151b54;
	text-decoration: none;
	display: block;
	padding: 5px;
}
#navigation a:hover {
	color: #fff;
	text-decoration: none;
	border: 1px solid #5f8ea9;
	background-color: #5f8ea9;
}*/
/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
	color: #3d6c87;
}
#content img {
/*	padding: 5px;
	border: 2px solid #800000;*/
}
#content th {
	border: 0px solid #800000;
}
/* Footer Styles */
#footer p {
	color: #808080;
	margin-top: 5px;
}
a {
	color: #800000;
	text-decoration: underline;
}
a:hover {
	color: #33627d;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
