﻿@import url(layout.css);
body
{
    margin: 0px;
    background-color: #FFFFF1;
    font-family: Georgia, "Times New Roman" , Times, serif;
    font-size: 0.8em;
    padding: 0px;
}
/* Styles for DIV tags */
#container {
	border-right: 5px solid #666644;
	border-left: 5px solid #666644;
	border-bottom: 5px solid #666644;
	background-color: #EEEECC;
	background-image: url('../images/LeftStork.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: scroll;
}
#masthead
{
    background-color: #FFFFCC;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    padding: 0px 15px 0px 0px;
    background-repeat: repeat;
    background-image: url('../images/MastheadImage.jpg');
    height:121px;
}
#masthead_left_image
{
float: left;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    padding: 0px 0px 0x 0px;

height:121px;

}
html>body #navigation{
	overflow: hidden;
}
#content_container {
	background-color:#FFFFFF;
	padding: 0px;
}
#column_left {
	float: left;
}
#right_submast_logo{
	float: right;
}
#column_right {
	background-color: #F9F9EC;
	padding-bottom: 30px;
	background-repeat: repeat-x;
	background-position: left bottom;
	background-attachment: scroll;
}
#image {
	margin-bottom: 6px;
	margin-left: 6px;
}
#footer {
	background-color: #F9F9EC;
	color: #666644;
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 8px;
	padding-bottom: 8px;
}
#footer_tour {
	background-position: bottom;
	padding-top: 8px;
	padding-bottom: 8px;
	text-align:center;
}
#right_tourfooter_logo{
	float: right;
}
#left_tourfooter_logo{
	float: left;
}

/* Styles for Masthead */
#masthead h1 {
	color: #555533;
	font-style: italic;
	font-size: 2.6em;
	margin: 0px;
	text-align: right;
}
#masthead h3 {
	margin-top: .4em;
	color: #999977;
	margin-bottom: 0px;
	text-align: right;
	font-size: 1.4em;
	font-style: italic;
	font-weight: normal;
}
#masthead a {
	color: #555533;
	text-decoration: none;
}
/* Styles for navigationigation */
#navigation {
	background-color: #CCCC99;
	margin-left: 160px;
}
#navigation ul {
	float: left;
	/*width: 36em;*/
	width: 100%;
	list-style: none;
	line-height: 1;
	background: white;
	font-weight: bold;
	padding: 0;
	border: solid #eda;
	border-width: 1px 0;
	margin: 0 0 1em 0;
}

#navigation a {
	display: block;
	/*width: 10em;*/
	/*w\idth: 6em;*/
	color: #7C6240;
	text-decoration: none;
	padding: 0.25em 0.75em;
}

#navigation a.daddy {
	background: url(rightarrow2.gif) center right no-repeat;
}

#navigation li {
	float: left;
	padding: 0;
	/*width: 10em;*/
}

#navigation li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 14.4em;
	w\idth: 13.9em;
	font-weight: normal;
	border-width: 0.25em;
	margin: 0;
}

#navigation li li {
	padding-right: 1em;
	width: 13em
}

#navigation li ul a {
	width: 13em;
	w\idth: 9em;
}

#navigation li ul ul {
	margin: -1.75em 0 0 14em;
}

#navigation li.sfhover ul ul ul {
	left: -999em;
}

#navigation li.sfhover ul ul {
	left: -999em;
}

#navigation li:hover ul ul ul {
	left: -999em;
}

#navigation li:hover ul ul {
	left: -999em;
}

#navigation li li li.sfhover ul {
	left: auto;
}

#navigation li li.sfhover ul {
	left: auto;
}

#navigation li.sfhover ul {
	left: auto;
}

#navigation li li li:hover ul {
	left: auto;
}

#navigation li li:hover ul {
	left: auto;
}

#navigation li:hover ul {
	left: auto;
}

#navigation li.sfhover {
	background: #eda;
}

#navigation li:hover {
	background: #eda;
}

/* Styles for Right Column */
#column_right h4 {
	color: #666644;
	margin-top: 0px;
}
#column_right p {
	color: #999977;
	margin-top: 0px;
	font-size: 0.9em;
}
#column_right a {
	color: #6A6AB4;
}
#column_right a:hover {
	background-color: #EEEECC;
}
/* Styles for Left Column */
h1 {
	font-size: xx-large;
	color: #222200;
	margin-top: 0px;
}
h2 {
	font-size: x-large;
	color: #333311;
	margin-top: 0px;
}
h3 {
	font-size: large;
	color: #444422;
	margin-top: 0px;
}
h4 {
	font-size: medium;
	color: #555533;
	margin-top: 0px;
}
h5 { 
	font-size: x-small;
	margin-top: 0px;
}
h6 { 
	font-size: xx-small;
	margin-top: 0px;
}
a {
	color: #6A6AB4;
}
a:hover {
	background-color: #EEEECC;
}
/* Styles for Footer */
#footer p {
	margin: 0;
	font-size: 0.75em;
	text-align: left;
}
#copyright {
	float: right;
	text-align: right;
	width:20em
}
#copyright p {
	font-size: 0.75em;
}
#footer a {
	color: #555522;
	font-weight: bold;
	text-decoration: underline;
}
#footer a:hover {
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
#news_left{
	color:red;
}