﻿@import url("layout.css");
body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
}
#container {
	background-color: white; 
}
#masthead {
	background-position: center;
	background-color: #FFFFFF;
	border: medium white solid;
	background-image: url("../images/dropsbanner.gif");
	background-repeat: no-repeat;
}
#innercontainer {
	background-color: white;  
}
#navigation {
	height: 29px;
}
html>body #navigation {
	overflow: hidden; 
}
#column_l {
	width: 532px;
	padding: 15px;
}
html>body #column_l {
	width: 560px;
	padding: 0px 15px;
}
#column_r {
	position: relative;
	width: 185px;
	padding: 15px 10px;
}
html>body #column_r {
	width: 188px;
	padding: 15px 10px;
	background-color: white; 
	text-align: center;
}
#content {
	background-color: white;
}
#footer {
	text-align: center;
	padding-bottom: 10px;
	background-color: #FFF;
	border-top: 1px #5970B2 solid;	
}
html>body #footer {
	text-align: center;
	padding-bottom: 0;
}
/* Masthead */
#masthead h1 {
	color: #000;
	margin-bottom: 0;
}
#masthead h3 {
	color: #9a9;
	margin-top: 0.5em;
}
/* Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	font-weight: bold;
	text-decoration: none;
	color: green;
	display: block;
	padding: 5px;
	border: 0px solid #cdc;
}
#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color: black; 
	border: 0px solid #c77;
	background-color: #a0522d;
}

/* Right Column */
#column_r img {
	border: 1px solid #808080;
}
/* Site typography */
h1 {
	font-size: xx-large;
	color: #a0522d;
}
h2 {
	font-size: x-large;
	color: #a0522d;
}
h3 {
	font-size: large;
	color: #a0522d;
}
h4 {
	font-size: medium;
	color: #a0522d;
}
ul {
	font-size: small;
	color: #000;
}
ol {
	font-size: small;
	color: #000;
}
p {
	font-size: small;
	color: #000;
}
blockquote {
	font-size: small;
	color: #000;
}
h5 {
	font-size: x-small;
	color: #a0522d;
}
h6 {
	font-size: xx-small;
	color: #a0522d;
}
/* Footer */
#footer p {
	font-size: 10px;
	color: #203298; 
}
#footer a {
	color: #a0522d;
	text-decoration: underline;
}
#footer a:hover {
	color: #800000;
	text-decoration: none;
}
/* Link Styles */
a {
	color: #203298;
	text-decoration: none;
	font-weight: normal;
}
a:hover {
	color: #800000;
	text-decoration: underline;
}
a:visited {
	color: #203298;	
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

#sddm
{	margin: 0;
	padding: 0;
	z-index: 30}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 13px helvetica}

#sddm li a
{	display: block;
	margin: 0 1px 0 0;
	padding: 4px 10px;
	width: 67px;
	height: 20px;
	background: #5970B2; 
	color: #FFF; 
	text-align: center;
	text-decoration: none}

#sddm li a:hover
{	background: #49A3FF}

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	width: 135px;
	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: #5970B2;/* #EAEBD8; */
		color: #FFF/*#5970B2*/;
		font: bold 12px helvetica}

	#sddm div a:hover
	{	background: #49A3FF;
		color: #000}

