﻿@import url("layout.css");

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	background-repeat: repeat;
	background-attachment: scroll;
	background-image:url('../greenleaves.jpg');
	margin-left: 10px;
}
#container {
	margin: auto;
	width: 950px;
	height: auto;
	padding: 4px;
	background-color: #1C7079;
	border-bottom-color:gray;
	border-bottom-style:outset;
	border-bottom-width:7px;
	border-right-color:gray;
	border-right-style:outset;
	border-right-width:7px;
	}
#masthead {
	margin-top: auto;
	text-align: left;
	width: 942px;
	height: 171px;
	background-color: #1C7079;
}
#logo {
	margin: auto;
	top: inherit;
	text-align: center;
	width: 942px;
	height: 65px;
	background-color: #D0FBEA;
	border-bottom-color: teal;
	border-bottom: medium #006666 double;
}	
#navbar {
	padding-top: 5px;
	text-align: center;
	width: 942px;
	height: 30px;
	background-color: #134A51;
	border-top: medium;
	border-top-color: #BAEAEF;
	border-top-style: groove;
	margin-top: ;
}

#wearebar {
	margin-top: 6px;
	magin-bottom: 6px;
	border: medium #999999;
	padding-top: 10px;
	text-align: center;
	width: 944px;
	height: 34px;
	background-image: url('../GLOWINGOVAL.jpg');
	background-color: #E1FFFF;
}
	
#middle {
	width: 942px;
	height: auto;
	margin: auto;
	padding: 10px;
	background-color:#D0FBEA
	}
#navigation {
	margin: auto;
	position: relative;
	width: 166px;
	height: auto;
	margin-top: 5px;
	margin-bottom: 0px;
	z-index: inherit;
	background-image: url('../woodpost.gif');
	padding-top:30px
}
#content {
	margin-left: 260px;
	padding-left: 5px;
	float: left;
	height: auto;
	margin-top: 300px;
	margin-bottom: 5px;
	margin-right: 5px;
	margin-left: auto;
	background-color: #F0F0F0;
}
#content-frame1 {
	margin: 0px auto auto auto;
	position: inherit;
	padding-left: 20px;
	width: 600px;
	height: inherit;
	background-color: #F0F0F0;
	float: right;
}

#sidebar  {
	padding: 3px;
	margin: 5px;
	position: relative;
	float: left;
	width: 215px;
	height: auto;
	background-color: silver;
	overflow: hidden;
}

#footer {
	margin: auto;
	padding-top: 5px;
	position: inherit;
	text-align: center;
	width: 950px;
	height: 35px;
	font-size: small;
	font-weight: bold;
	background-color: #1C7079;
}

/* Masthead Styles */
#masthead h3 {
	color: #F9EC00;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin-top: 1px;
}
#navigation li {
	font: normal normal bold 100% serif;
	display: block;
	margin-top: 1px;
	height: 35px;
	width: 155px;
	text-align: center;
	padding-top: 24px;
	background-image: url('../signboard.gif');
}
#navigation a {
	margin-top: 1px;
	text-decoration: none;
	display: inline;
	width: 182px;
	padding-top: 25px;
	height: 30px;
}
#navigation a:hover {
	padding-top: 25px;
	color: #996633;
	text-decoration: blink;
}

#navbar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin-top: 1px;
}
#navbar li {
	font: normal normal bold 100% serif;
	display: block;
	margin-top: 1px;
	height: auto;
	width: 155px;
	text-align: center;
	padding-top: 24px;
	background-image: url('../select.gif');
}
#navbar a {
	margin-top: 1px;
	text-decoration: none;
	display: inline;
	width: 182px;
	padding-top: 25px;
	height: 20px;
}
#navbar a:hover {
	width: 115px;
	height: auto;
	padding-top: 1px;
	color: #996633;
	text-decoration: blink;
	background-position: inherit;
	background-image: url('../leafright.gif');
}

div#tipDiv {
    padding:5px;
    color:#000; font-size:11px; 
    background-color:#c5dbac; border:1px solid #000000; 
    width:504px;
}

/* used in dw_Tooltip.wrapImageOverText */
#masthead h1 {
	color: #fff;
}
div#tipDiv div.img { text-align:center }
div#tipDiv div.txt { text-align:center; margin-top:4px }

/* Content Styles */
h6 {
	color: #503750;
}
h5 {
	color: #503750;
	white-space: normal;
	vertical-align: inherit;
	line-height: 12px;
}
h4 {
	color: #503750;
}
h3 {
	color: #503750;
	line-height: 1.2em;
}
h2 {
	color: #503750;
}
#content h1 {
	color: #503750;
}
#content img {
	z-index: inherit;
}
/* Footer Styles */
#footer p {
	color: #808080;
	position: inherit;
}
#footer a {
	color: #503750;
	text-decoration: underline;
}
#footer a:hover {
	text-decoration: blink;
}
a {
	text-decoration: underline;
}
/*a:hover {/
	width: 115px;
	height: auto;
	background-position: inherit;
	background-image: url('../selectgrn.gif');
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}