body#homepage {
	background: #bebebe url(/images/body-bg.jpg) repeat-x top center;
}

/* ============================================================= HEADER */

#header {
	background: transparent url(/images/header-bg.jpg) no-repeat top left;
	margin: 0 auto;
	width: 960px;
	height: 178px;
}

/* ============================================================= LOGO */

#logo {
	text-indent: -9999px;
	width: 470px;
	height: 135px;
	margin: 0;
	padding: 0;
}

#logo a:link, #logo a:visited, #logo a:hover, #logo a:active {
	display: block;
	width: 470px;
	height: 135px;
	text-indent: -9999px;
	margin: 0;
	padding: 0;
}

div#top_nav {
	float: right;
}

div#top_nav ul {
	list-style-type: none;
	padding:0;
	margin:0;
	font-size: 12px;
	white-space:nowrap;
}

div#top_nav ul li {display:inline;}
div#top_nav ul li a {
	padding: 10px 10px;
	color:#314683;
	text-decoration:none;
	float: left;
}

div#top_nav ul li a:hover {
	color:#000;
}

div#language-select {
	float: right;
	margin: 80px 10px 0 0 ;
	clear: right;
	font-size: 14px;
}

div#language-select a {
	color: #fff;
	font-weight: bold;
}

/* ============================================================= MAIN NAVIGATION */

#navmenu-h ul.sub {
	background: transparent url(/images/dropdown-bg.png) repeat-x top left;
	padding-bottom: 6px;
}
#navmenu-h ul.subsub {
	background: transparent url(/images/dropdown-bg.png) repeat-x top left;
	padding-bottom: 6px;
}
#navmenu-h li.top:hover {
	/*background: #1659b5;*/
	background: transparent url(/images/nav-bg.png) no-repeat top center;
}

/* Root = Horizontal, Secondary = Vertical */
ul#navmenu-h {
	position: relative;
	top: 13px;
	margin: 0;
	border: 0 none;
	padding: 0;
	width: 960px; /*For KHTML*/
	list-style: none;
	height: 30px;
	z-index: 10;
}

ul#navmenu-h li {
  margin: 0;
  border: 0 none;
  padding: 0;
  float: left; /*For Gecko*/
  display: inline;
  list-style: none;
  position: relative;
  height: 30px;
}

ul#navmenu-h ul {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 225px;
  list-style: none;
  display: none;
  position: absolute;
  top: 30px;
  left: 0;
}

ul#navmenu-h ul:after /*From IE 7 lack of compliance*/{
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

ul#navmenu-h ul li {
  width: 225px;
  float: left; /*For IE 7 lack of compliance*/
  display: block !important;
  display: inline; /*For IE*/
}

/* Root Menu */
ul#navmenu-h a {
  border: 0;
  padding: 10px 14px 10px 10px; /* mod by colin */
  float: none !important; /*For Opera*/
  float: left; /*For IE*/
  display: block;
  color: #FFF;
  /*font-size: 14px;*/
  line-height: 12px;
  text-decoration: none;
  height: auto !important;
  height: 1%; /*For IE*/
  font-size: 12px
}



/* Root Menu Hover Persistence */
ul#navmenu-h a:hover,
ul#navmenu-h li:hover a,
ul#navmenu-h li.iehover a {
  	color: #FFF;
}


/* 2nd Menu */
ul#navmenu-h li:hover li a,
ul#navmenu-h li.iehover li a {
  font-size: 12px;
  float: none;
  color: #fff;
}

/* 2nd Menu Hover Persistence */
ul#navmenu-h li:hover li a:hover,
ul#navmenu-h li:hover li:hover a,
ul#navmenu-h li.iehover li a:hover,
ul#navmenu-h li.iehover li.iehover a {
  color: #FFF;
  font-weight: bold;
}

/* 3rd Menu */
ul#navmenu-h li:hover li:hover li a,
ul#navmenu-h li.iehover li.iehover li a {
  /*font-size: 11px;
  line-height: 15px;*/
	color: #fff;
	font-weight: normal;
}

/* 3rd Menu Hover Persistence */
ul#navmenu-h li:hover li:hover li a:hover,
ul#navmenu-h li:hover li:hover li:hover a,
ul#navmenu-h li.iehover li.iehover li a:hover,
ul#navmenu-h li.iehover li.iehover li.iehover a {
  	color: #FFF;
	font-weight: bold;
}

/* 4th Menu */
ul#navmenu-h li:hover li:hover li:hover li a,
ul#navmenu-h li.iehover li.iehover li.iehover li a {
  background: #EEE;
  color: #666;
}

/* 4th Menu Hover */
ul#navmenu-h li:hover li:hover li:hover li a:hover,
ul#navmenu-h li.iehover li.iehover li.iehover li a:hover {
  background: #CCC;
  color: #FFF;
}

ul#navmenu-h ul ul,
ul#navmenu-h ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 225px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu-h li:hover ul ul,
ul#navmenu-h li:hover ul ul ul,
ul#navmenu-h li.iehover ul ul,
ul#navmenu-h li.iehover ul ul ul {
  display: none;
}

ul#navmenu-h li:hover ul,
ul#navmenu-h ul li:hover ul,
ul#navmenu-h ul ul li:hover ul,
ul#navmenu-h li.iehover ul,
ul#navmenu-h ul li.iehover ul,
ul#navmenu-h ul ul li.iehover ul {
  display: block;
}



/* ============================================================= CONTENT */

#home-content {
	width: 960px;
	margin: 0 auto;
	background: #fff;
}

#home-content-wrap {
	width: 978px;
	margin: 0 auto;
	background: url(/images/content-bg.png) repeat-y top center;
}

#main-column {
	margin: 0;
	padding: 0;
	width: 520px;
	float: left;
	background: #fff;
}

#main-column-wide {
	margin: 0;
	padding: 0;
	width: 610px;
	float: left;
	background: #fff;
}

#main-column-newsletter {
	margin: 0;
	padding: 0;
	width: 780px;
	float: left;
	background: #fff;
}


/*
#redbar {
	margin-top: -12px;
	position: relative;
	height: 24px;
	width: 200px;
	background: #ff0000;
}
*/


#main-image {
	width: 520px;
}

#left-sidebar {
	width: 250px;
	padding: 0 0 0 10px;
	float: left;
	background: transparent;
}


#newsletter-left-sidebar {
	width: 260px;
	float: left;
	background: transparent;
	display:block;
}

#left-sidebar h3 {
	margin: 10px 0 10px 0;
	font-size: 22px;
	font-weight: bold;
	/*text-align: center;*/
	letter-spacing: -0.05em;

}


#left-sidebar h3 a:link, #subnav li a:visited {
	/*color: #464646;*/
	color: #232323;
}

#left-sidebar a:link, #left-sidebar a:visited {
	color: #111;
}

#right-sidebar {
	width: 160px;
	padding: 20px 0 0 10px;
	float: right;
	clear:right;
	background: transparent;
}

#right-sidebar h3 {
	margin: 10px 0 10px 0;
	/*text-align: center;*/
	font-size: 18px;
	font-weight: normal;
}

#right-sidebar h3 a:link, #subnav li a:visited {
	color: #464646;
}

.news-item {
	margin: 15px 0 10px 0;
	font-size: 11px;
	color: #333;
	background: transparent;
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
}

.feature-item {
	margin: 5px 0 0px 0;
	font-size: 10px;
	color: #333;
	background: transparent;
	border-bottom: 1px solid #eee;
	padding-bottom: 0px;
	float: left;
	width: 250px;
}

.news-item h4, .feature-item h4 {
	margin: 0 0 5px 0;
	font-size: 13px;
}

.feature-item a, .news-item a {
	font-weight: bold;
}

div#feature-image {
	float: left;
	clear: left;
	width: 100px;
}

div#feature-info {
	float: right;
	width: 140px;
}

/*div#calendar {
	line-height: 10px;
	font-size: 10px;
	width: 220px;
	margin: 20px auto 0;
}

div#calendar a {
	color: #464646;
}

.calendarHeader { 
	text-align: center;
}

.calendarDayHeading {
	text-align: center;
}

.calendarCell {
	padding: 5px 10px 10px 10px;
}*/

/* @group Calendar */

#calendar {
	width: 220px;
	margin: 10px auto 0;	
}

#calendar table {
	/*padding-top: 30px!important;*/
	font-size: 11px;
	width: 220px;
	/*margin: 20px auto 0;*/	

}

#calendar td {
	text-align: right;
	/*color: #2b1d11;*/
}

#calendar th {
/*padding: 30px 0 0 0;*/
	text-align: center;
	padding: 0;
}

.calendarDayHeading {
	font-weight: bold;
	background-color: transparent;
	/*padding-top: 0;*/
	/*padding-bottom: 0;*/
}

.calendarToday {
	background-color: #d9e1e9 !important;
	color: #37485a !important;
	font-weight: bold;
}

.calendarToday.cell-active {
	background: transparent url(/themes/site_themes/wb/images/cal-today-active.gif) repeat top center;
}

.calendarToday a:link, .calendarToday a:visited {
	text-decoration: underline!important;
	color: #fff!important;
	font-weight: bold!important;
}

.calendarToday a:link, .calendarToday a:link {
	text-decoration: underline!important;
	color: #fff;
	font-weight: bold;
}

td.calendarCell a:link, td.calendarCell a:visited {
	color: #000099;
	font-weight: bold;
}

td.calendarCell.cell-active {
	background-color: #e6f0c1;
	color: #555;
	font-weight: bold;
}

td.calendarCell.cell-active a:link, td.calendarCell.cell-active a:visited {
	font-weight: bold!important;
	text-decoration: none;
	color: #454c29;
}

td.calendarCell.cell-active a:hover, td.calendarCell.cell-active a:active {
	color: #454c29;
	text-decoration: underline;
	font-weight: bold!important;
}

.cell-active a:link, .cell-active a:visited{
	text-decoration: none;
	color: #000074!important;
	font-weight: bold!important;	
}

.calendarBlank {
	

/*background-color: #eee;*/
	color: #555 !important;
}
.calendarMonthLinkLeft a:link {
	background: transparent url(images/cal-left.png) no-repeat top left;
	display: block;
	width: 16px;
	height: 16px;
}
.calendarMonthLinks a:link, .calendarMonthLinks a:link {
	text-decoration: none;
	/*color: #2b1d11;*/
	font-weight: bold;
	/*vertical-align: bottom;*/
	/*margin: 5px 0 0 0;*/
}

div.calendarMonthLinks {
	margin: 4px 0 0 0;
	padding: 10px 0;
}

.calendarHeader {
	font-size: 1.5em;
	vertical-align: middle;

}

/* @end */

div#feature-container {
	/*
	margin: 5px 0 0 10px;
	*/
	width: 520px;
	float: left;
	display: inline;
}

div#content-container {
	/*
	margin: 5px 0 0 10px;
	*/
	width: 520px;
	float: left;
	display: inline;
}

div#content-container-wide {
	width: 610px;
	float: left;
	display: inline;
}

div #content-container-full {
	width: 760px;
	float: left;
	display: inline;
}

div#content-container-newsletter {
	/*
	margin: 5px 0 0 10px;
	*/
	width: 700px;
	float: left;
	display: inline;
}


div#top-feature {
	float: left;
	margin-top: -20px;
	position: relative;
	margin: 0 0 1.5em 0;
}

div#top-feature-title-nored {
	float: left;
	padding: 10px 0 0 10px;
}

div#top-feature-title, div#top-newsletter-title {
	border-top: 25px solid red;
	float: left;
	padding-left: 10px;
	margin-top: -17px;
}

div#top-feature-date {
	clear: left;
	width: 500px;
	height: 20px;
	float: left;
	color: #3b3b3b;
	font-size: 12px;
	text-transform: uppercase;
	padding-left: 10px;
	margin: 0 0 .5em 0;
}

div#top-feature-date em {
		font-style: normal;

}
#top-feature-title h2, #top-newsletter-title h2 {
	color: #2a2a2a;
	font-size: 31px;
	line-height: 36px;
	padding: 10px 0 0 0;
	letter-spacing: -0.05em;
}

div#top-newsletter-blurb, div#top-newsletter-body {
	float: left;
	clear: both;
	width: 510px;
	padding-left: 10px;
}

div#top-feature-blurb, div#top-feature-body {
	float: left;
	clear: both;
	width: 510px;
	padding-left: 10px;
}

#top-feature-blurb p, #top-feature-body p {
	padding-top: 10px;
	line-height: 18px;
	font-size: 13px;
	color: #5d5d5d;
	margin: 0;
}

#top-feature-blurb img, .feature-title img {
	/*display: none;
	*/
}

#top-feature-body img {
	max-width: 100%;
}

#top-feature a {
	color: #222;
	font-weight: bold;
}

div.feature { 
	float: left;
	margin: 0.5em 0 0.5em 10px;
	width: 500px;
	display: inline;
	clear: left;
}

.feature-thumb {
	margin: 3px 10px 20px 0;
	padding: 0;
	float: left;
	/*clear: left;*/
	display: block;
}

div.feature-title {
	/*float: left;*/
	padding: 0;
	margin: 0;
	/*
	clear: left;
	*/
}

div.feature-title p {
	font-size: 1em;
	
}
div.feature-title p em {
	font-size: .9em;
	text-transform: uppercase;
	font-style: normal;
	color: #333;	
}


div.newsletter-title {
	float: right;
	padding: 0 0 0 10px;
	width: 230px;
	display: block;
	margin: 0px 0 10px 0;
}

div.feature-title h3 {
	padding: 0;
	margin: 0;
	/*line-height: 1.5em;*/
}

/* text content pages */

div#text-content {
	margin: 10px 0 0 10px;
	padding: 0 20px 0 0;
}

div#text-content-newsletter {
	margin: 10px 0 0 10px;
}

div#text-content ul {
	/*
	list-style-type: none;
	*/
}


/* ============================================================= FOOTER */

#footer-wrapper {
	clear: both;
	margin: 0;
	padding: 0;
	height: auto;
}

#footer {
	background: url(/images/footer-bg-2.png) no-repeat top center;
	height: 130px;
	margin: 0 auto;
}

#footer p {
	color: #fff;
	font-size: 11px;
	text-align: center;
	margin: 0;
	text-transform: uppercase;
}

div#bottom-nav {
	margin: 0 auto;
	width: 600px;
	text-align: center;
	line-height: 20px;
	font-size: 12px;
	padding-bottom: 10px;
}

div#bottom-nav a {
	color: #4c4c4c;
}

/* ============================================================= Text styles */

.big {
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 9px;
	color: #666;
}

.more {
	font-size: 11px;
	text-transform: uppercase;
}

p {
	color: #404040;
}

h3 {
	color: #14649f;
	font-weight: normal;
	line-height: 22px;
}

h5 {
	font-size: 11px;
	color: #888;
	width: 656px;
	padding-bottom: 20px;
}

hr {
	border: 0;
	width: 656px;
	height: 11px;
}

h5 span {
	color: #14649f;
}

h5 strong {
	color: #03235f;
	font-weight: normal;
}

div#newsletter-nav {
  float: right; width: 200px;
 }

div#more-newsletter-content {
	margin-left: 10px;
}

#main-column a:link, #main-column a:visited {
	color: #00135b;
} 

#main-column h2 a:link, #main-column h2 a:visited {
	color: #222222;
}

#main-column h2 a:hover, #main-column h2 a:active {
	color: #222222;
	text-decoration: none;
	border-bottom: 1px solid #555;
}

div#searchbox {
	float: left;
	width: 150px;
	margin: 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #eee;
}

div#searchbox div#left {
	float: left;
}

div#searchbox div#right {
	float: right;
}

.calendarEvents a:link a:visited {
	color: red;
	font-weight: bold;
}

div#left-sidebar-nav, div#left-sidebar-category {
	margin: 15px 0 0 0;
	float: left;
	width: 160px;
	padding: 10px 0 0 10px;
}

/*
div#left-sidebar-nav, div#left-sidebar-category h3 {
	margin: 0px 0 5px 0;
	padding: 0;
	border: 1px #000;
}

div#left-sidebar-nav, div#left-sidebar-category ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}*/

div#left-sidebar-nav, div#left-sidebar-category a {
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}

div#sitemap-left {
	float: left;
	width: 340px;
}

div#sitemap-right {
	float: left;
	width: 400px;
}

ul.sitemap-h {
	list-style: none;
}

ul.sitemap-h li.top {
	font-weight: bold;
	font-size: 16px;
}

ul.sitemap-h li.top li {
	font-weight: normal;
	font-size: 14px;
}

ul.sitemap-h li {
  list-style: none;
}

ul.sitemap-h ul {
  list-style: none;
}

ul.sitemap-h ul.subsub {
	margin-bottom: 5px;
}

div#red-spacer {
	height: 17px;
}

ul.sitemap {
	list-style: none;
}

ul.sitemap li.sub_level_-1 {
	font-weight: bold;
	font-size: 16px;
}

ul.sitemap li.sub_level_-1 > ul {
	padding-top: 3px;
	margin-left: 15px;
}

ul.sitemap li.sub_level_-1 li {
	font-weight: normal;
	font-size: 14px;
}

ul.sitemap li {
  list-style: none;
}

ul.sitemap ul {
  list-style: none;
}

ul.sitemap li.sub_level_0 {
	margin-bottom: 2px;
}

ul.sitemap li.sub_level_0 ul {
	margin-bottom: 5px;
}

td.resultRowOne {
	border: 0;
}

td.resultRowTwo {
	border: 0;
	background: #dedede;
}


div#left-sidebar-nav h2 {
	font-size: 1.0915em;
	line-height: 1.2em;
}

div#left-sidebar-nav ul#nav_sub {
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 0;
}

div#left-sidebar-nav ul#nav_sub li {
	/*padding: 5px 0;*/
	font-weight: normal;
}

div#left-sidebar-nav ul#nav_sub a.here:link,
div#left-sidebar-nav ul#nav_sub a.here:visited {
	background-color: #777;
	color: #fff;
}

div#left-sidebar-nav ul#nav_sub li ul a.here:link,
div#left-sidebar-nav ul#nav_sub li ul a.here:visited {
	background-color: #777;
	color: #fff;
}


div#left-sidebar-nav ul#nav_sub li a:link,
div#left-sidebar-nav ul#nav_sub li a:visited {
	padding: 3px 10px 3px 10px;
	display: block;
	color: #555;
	text-decoration: none;
	background-color: #f2f2f2;
}

div#left-sidebar-nav ul#nav_sub li a:hover,
div#left-sidebar-nav ul#nav_sub li a:active {
	color: #fff;
	background-color: #555;
	text-decoration: none;
}

div#left-sidebar-nav ul#nav_sub ul {
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 0;
}

div#left-sidebar-nav ul#nav_sub ul li {
	/*padding: 5px 0;*/
	font-weight: normal;
}

div#left-sidebar-nav ul#nav_sub ul li a:link,
div#left-sidebar-nav ul#nav_sub ul li a:visited {
	padding: 3px 10px 3px 20px;
	display: block;
	color: #555;
	text-decoration: none;
	background-color: #eeeeee;
}

div#left-sidebar-nav ul#nav_sub ul li a:hover,
div#left-sidebar-nav ul#nav_sub ul li a:active {
	color: #fff;
	background-color: #555;
	text-decoration: none;
}

h4.crumb {
	font-size: 1em;
	font-weight: normal;
}

ul#nav_section {
	margin-left: 0px;
	list-style-type: none;
}
ul#nav_section li {
	font-size: 13px;
}
ul#nav_section ul {
	list-style-type: none;
}

ul#nav_section ul ul {
	list-style-type: none;
}

div#minutes ul {
	list-style-type: none;
	margin-left: 0;
}

div#minutes ul li ul {
	list-style-type: none;
	margin-left: 0;
}


