﻿@import url("layout.css");
body {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font: normal normal normal 100% serif;
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-color: #00CC00;
}
#container {
	border-right: 2px solid #484848;
	border-bottom: 2px solid #484848;
	border-left: 2px solid #484848;
	background-color: #fff;
	padding-top: 10px;
}
#masthead {
	text-align: right;
	background-color: #FFFFFF;
	background-image: url("../images/durbinsheader.gif");
	background-position: top;
	background-repeat: no-repeat;
}

#navigation {
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
	background-color: #fea;
	text-align: center;
}
html>body #navigation {
	overflow: hidden;
}
#sidebar {
	float: left;
	width: 180px;
	position: relative;
	clear: both;
	display: inline;
	background-color: #FFFF66;
	border: thick #008000 double;
}

#sidebar2 {
	float: left;
	width: 180px;
	position: relative;
	clear: both;
	display: inline;
	background-color: #FFFFFF;
	border: thick #008000 double;
}

#column_l {
	width: 367px;
	padding: 15px;
	background-color: #ffffff;
	border: thick #008000 double;
}
html>body #column_l {
	width: 370px;
	padding: 15px 15px;
	background-color: #fff;
}
#column_r {
	width: 217px;
	padding: 15px 10px;
	background-color: #fff;
}
html>body #column_r {
	width: 220px;
	padding: 15px 10px;
	background-color: #fff;
}
#content {
	background-color: #fff;
}
#footer {
	text-align: center;
	padding-bottom: 10px;
}
html>body #footer {
	text-align: center;
	padding-bottom: 0;
}
/* Masthead */
#masthead h1 {
	color: #8b0000;
	margin-right: 0.5em;
	margin-bottom: 0;
}
#masthead h3 {
	color: #000;
	margin-top: 0;
	margin-right: 1em;
}
/* 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: #8b0000;
	display: block;
	padding: 5px;
	border: 1px solid #fea;
	background-color: #fea;
}
#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #fea;
	border: 1px solid #8b0000;
	background-color: #8b0000;
}

#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	display: block;
	border: 1px solid #cdf;
	background-color: #CCFF66;
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	display: block;
	padding: 5px;
	border-bottom: 1px solid #00ff00;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	border-bottom: 1px solid #f9f9f9;
	background-color: #00FF00;
}

/* Right Column */
#column_r img {
	border: 1px solid #808080;
}
/* Site typography */
h1 {
	font-size: xx-large;
	color: #800;
}
h2 {
	font-size: x-large;
	color: #006600;
}
h3 {
	font-size: large;
	color: #600;
}
h4 {
	font-size: medium;
	color: #500;
}
h5 {
	font-size: x-small;
	color: #400;
}
h6 {
	font-size: xx-small;
	color: #300;
}
/* Footer */
#footer p {
	font-size: small;
	color: #800000;
}
/* Links */
a {
	color: #800000;
	text-decoration: none;
	font-size: small;
}
a:hover {
	color: #fa3;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}


#dhtmltooltip{
position: absolute;
left: -300px;
width: 150px;
border: 1px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}