﻿@import url("wdw_layout.css");
/* ------------------------------------- */
/*	Edit: 27-Mar-2010                    */
/*	body font-size increased from 0.8em to 0.9 em   */
/*  content line-height set to 1.5em                */
/*	footer p font-size set 0.8em                    */

body {
	font-family: "Segoe UI";
	font-size: 0.9em;
	background-image: url("../images/wdw_bground.jpg");
/*	background-image: url("../images/Slice 1.png"); */
	background-repeat: repeat;
	background-attachment: scroll;
}
#container {
	width: 820px;
	margin: 0 auto;
	padding: 10px;
	border-right: 2px solid #725972;
	border-bottom: 2px solid #725972;
	border-left: 2px solid #725972;
	background-color: #fff;
}
#masthead {
	text-align: center;
	width: 800px;
	padding: 5px;
	border: 1px dotted #725972;
/*	background-image: url("../images/808080.jpg"); */
	background-repeat: repeat;
	background-attachment: scroll;
}
#navigation {
	position: relative;
	float: left;
	width: 140px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-right: 1px dotted #89fdc4;
	background-color: #89fdc4;
}
#content {
	float: left;
	width: 660px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	line-height: 1.5em;
}
#content-leftcol {
	float: left;
	width: 49%;
	background-color: #ffffff;
	line-height: 1.5em;
}
#content-rightcol {
	margin-left: 50%;
	background-color: #ffffff;
	line-height: 1.5em;
}
#sidebar {
	float: right;
	width: 330px;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
}
#footer {
	text-align: center;
	clear: both;
	width: 800px;
	border: 1px dotted #d8bfd8;
}
/* Masthead Styles */
#masthead h1 {
	color: #fff;
}
#masthead h3 {
	color: #402640;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px dotted #89fdc4;
	background-color: #89fdc4;
}
#navigation a {
	color: #402640;
	text-decoration: none;
	display: block;
	padding: 5px;
	border-bottom: 1px dotted #fff;
	background-color: #89fdc4;
}
#navigation a:hover {
	color: #402640;
	text-decoration: none;
	background-color: #fff;
}
/* Content Styles */
#content h1 {
	color: #b3702d;
	font-size: 165%;
	margin: 0px;
	margin-top: 0.5em;
}
#content h2 {
	color: #b3702d;
	font-size: 128%;
	margin-top: 1.25em;  
	margin-bottom: .5em;
}
#content h3 {
	color: #b3702d;
	font-size: 125%;
	margin-top: 1em;
	margin-bottom: 0em;
}
#content h4 {
	color: #b3702d;
	font-size: 115%;
	margin-top: 1em;
	margin-bottom: 0em;
}
#content h5 {
	color: #b3702d;
	font-size: 105%;
	margin-top: 1em;
	margin-bottom: 0em;
}
#content h6 {
	color: #b3702d;
	font-size: 100%;
	margin-top: 1em;
	margin-bottom: 0em;
}
#content img {
	padding: 5px;
	border: none;
}
#content ul {
	line-height: 1.5em;
}
/* Sidebar Styles */
#sidebar p {
	color: #555;
}
#sidebar img {
	float: right;
	margin-bottom: 5px;
	margin-left: 5px;
}
/* Footer Styles */
#footer p {
	color: #808080;
	font-size: 0.8em;
}
#footer a {
	color: #503750;
	text-decoration: underline;
}
#footer a:hover {
	color: #402640;
	text-decoration: none;
}
a {
	color: #0000ff; /* #402640; */
	text-decoration: none;
}
a:visited {
	color: #003399;
	text-decoration: none;
}
a:hover {
	color: #ff0000; /* #dfb8df; */
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

/* For top of page breadcrumb */
.clsbreadcrumb {
	font-size: 0.9em;
}

.cls_rt_chevron {
	font-family: "Courier New";
)