﻿@charset "utf-8";

/* ========================= toolbar widget above header ========================= */

#horizontal-outer-widgets-1 {
	width: 885px;
	height: 50px;
	margin: 0 auto;
	display: block;
	padding-bottom: 0;
}
#horizontal-outer-widgets-1 h3 {
	display: none;
}
#horizontal-outer-widgets-1 div.suf-widget {
	background: none;
	border: none;
	margin: 0;
	float: right;
}
#horizontal-outer-widgets-1 .dbx-content {
	overflow: visible;
	float: right;
}
#horizontal-outer-widgets-1 .dbx-content p {
	text-align: right;
	margin: 0;
	float: right;
	line-height: 2em;
}
#horizontal-outer-widgets-1 .suf-widget a,
#horizontal-outer-widgets-1 .suf-widget a:visited {
	text-decoration: underline;
	color: #006000;
	padding: 0 3px;
}
#horizontal-outer-widgets-1 .suf-widget a:hover,
#horizontal-outer-widgets-1 .suf-widget a:focus {
	color: white;
}
div#wrapper {
	margin: 10px auto;
}

/* hide skip to content link and show on tab */
a#skip       { position: absolute; top: -2000px; left: 0; }
a#skip:focus { top: 0; }

/* text resizer */
.small   { font-size: 75% !important; }
.normal  { font-size: 100% !important; }
.large   { font-size: 150% !important; }
.xlarge  { font-size: 200% !important; }


/* ========================= general styles for accessibility ========================= */

body { 
	background: #f5f5f5;
}

/* links */
a, a:link  {
	color: #006000;
}
a:visited {
	color: #666666 !important;
}
a:active, a:hover, a:focus { 
	background: #006000;; 
	color: white !important;
}
a img, a:link img, a:visited img { 
	border: 3px solid white;
	display: block;
}
a:active img, a:hover img, a:focus img {
	border: 3px solid #006000;
	background: none;
	display: block;
}

/* main menu */
#nav .current_page_item a, 
#nav .current_page_item a:hover,
#nav .current_page_item a:focus,
#nav li a:hover,
#nav li a:active
#nav li a:focus, 
#nav a.highlighted,
#nav a:active, #nav a:focus, #nav a:hover, 
#nav ul ul a.drop:hover,
#nav ul ul :hover > a.drop,
#nav ul ul ul a:hover,
#nav a:hover, 
#nav ul ul a:hover,
#nav :hover > a, 
#nav ul ul :hover > a,
#nav ul ul a.drop:focus,
#nav ul ul :focus > a.drop,
#nav ul ul ul a:focus,
#nav a:focus, 
#nav ul ul a:focus,
#nav :focus > a, 
#nav ul ul :focus > a {
	color: white;
	background: #006000;
}
#nav a, 
#nav a:visited {
	color: black !important;
}
#nav a.highlighted,
#nav a:active,
#nav a:focus,
#nav a:hover,
#nav .current_page_item a {
	color: white !important;
}

/* text */
h2 {
	margin-bottom: 1em;
}
h2, p strong {
	color: #C00;
}
h2 b {
	color: black;
	line-height: 3em;
}
h3, h4 { 
	font-weight: bold; 
	margin-bottom: 0.5em;
}
p, .p {
	text-align: left;
}
hr {
	margin: 1em auto;
	clear: both;
}
ul.nolist, ul.nolist li {
	list-style: none;
	background-image: none;
	margin-left: 0;
	padding-left: 0;
}
a.trigger { 
	background-image: url('/images/arrow-next.png');
	background-repeat: no-repeat;
	padding-left: 25px;
}
a.next {
	background-image: url('/images/arrow-next.png');
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 25px;
	float: right;
	bottom: 0;
	right: 0;
	opacity: 100 !important;
	text-align: right !important;
	width: auto !important;
}
* html a.next {
	float: none; /* IE 6 fix */
}
a.prev {
	background-image: url('/images/arrow-prev.png');
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
	float: left;
}
div.crossfade {
	height: 266px !important;
}

/* logo */
div.blogtitle { 
	position: relative;
}
div.blogtitle img {
	border: none !important;
	position: absolute;
	top: 6px;
	left: 30px;
}

/* sidebar */
#sidebar, #sidebar2 {
	color: black;
}
.tab-box div.sidebar-tab-content a, .suf-widget a, .suf-widget a:visited {
	color: #528F6C;
	text-decoration: underline;
}
.searchform .searchfield {
	color: #333;
	float: left;
	margin-left: 20px;
}
.searchform .searchsubmit {
    border: none;
    float: left;
}

/* footer */
#cred p { float: left; width: 70%; line-height: 150%; margin-top: 1em; }
#cred p.cred-left, #cred p.cred-right { width: 15%; }
#cred p.cred-center { text-align: center; }

/* images */
img.right { float: right; vertical-align: middle; display: inline; }
img.left  { float: left; vertical-align: middle; display: inline; }

/* tables */
caption {
	font-weight: bold;
	padding-bottom: 11px;
}
table.data {
	border: 1px solid #CCC;
}
table.data td, table.data th {
	border: 1px solid #CCC;
}
table.data th {
	text-align: left;
}
table.data td, table.data th {
	padding: 15px;
}
table.grid {
    background: #CCC;
}
table.grid td {
    background: white;
}
table.grid img {
	border: none !important;
	border-bottom: 3px solid white !important;
}
table.grid a:active img, table.grid a:hover img, table.grid a:focus img {
	border: none !important;
	border-bottom: 3px solid #006000 !important;
}
/* override Suffusion theme fixed font sizes */
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del,
dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form,
label, legend,table, caption, tbody, tfoot, thead, tr, th, td {
	font-size: inherit !important;
}

/* special override code for TD */
a.tdbank:link {
color:#66ff66 !important;
background-color:#2d5b3e !important;
text-decoration:none !important;
border-bottom:2px solid #66ff66 !important;
}
a.tdbank:visited {
color:#66ff66 !important;
background-color:#2d5b3e !important;
text-decoration:none !important;
border-bottom:2px solid #66ff66 !important;
}
a.tdbank:hover {
color:#ccffff !important;
background-color:#2d5b3e !important;
text-decoration:none !important;
border-bottom:2px solid #ccffff !important;
}

/* ========================= calendar styles for accessibility ========================= */

table.ics-calendar-table {
	background: #ccc;
	clear: both;
}
tr.ics-calendar-days th {
	background: #406F54;
	color: white;
}
table.ics-calendar-table td .date-holder {
	background: #EDF3E6;
}
table.ics-calendar-table td .old-date-holder {
	background: #f2f2f2;
}
table.ics-calendar-table td .ics-calendar-today {
	background: #AAD7B7;
}
