/*
** HTML elements
*/

* {
  font-family: Georgia, Times, serif;
  color: #333333;
  margin: 0;
  padding: 0;
}
/* Force vertical scrollbar on all the time (prevent flicker) */
html { 
  overflow-y: scroll; 
}
html { 
  overflow: -moz-scrollbars-vertical; 
}

html > body {
  font-size: 13px;
}
body {
  font-size: 13px;
  line-height: 1.4; /* 16px */
  background-color: #333333;
  margin: 0;
  padding: 0;
}
b, em, i, strong, u {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}
img {
  border: 0;
}
sub, sup {
  font-size: 8px; 
  line-height: 1; 
  margin: 0;
}
table, tr, td, tbody { 
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
}

/*
** Layout
*/
#topbar-left, #topbar-right {
  background-image: url(images/bg-topbar.gif);
  background-repeat: repeat-x;
}
#topbar {
  width: 959px;
  height: 29px;
  background-image: url(images/topbar.jpg);
  background-repeat: no-repeat;
  text-align: right;
}
#topbar * {
  color: #CCCCCC;
  font-family: Verdana, sans-serif;
  font-size: 10px;
  line-height: 2.9;
}
#topbar a {
  color: #CCCCCC;
  font-size: 10px;
  line-height: 2.9;
  text-decoration: none;
}
#topbar a:hover {
  text-decoration: underline;
}
#banner-left, #banner-right {
  background-image: url(images/bg-banner.gif);
  background-repeat: repeat-x;
}
#banner {
  width: 959px;
  height: 100px;
  background-image: url(images/banner.jpg);
  background-repeat: no-repeat;
  background-color: white;
}
#banner-print {
  display: none;
}
#menubar-left, #menubar-right {
  background-color: #6DA4C7;
}
#menubar {
  width: 959px;
  background-color: #6DA4C7;
}
#content-left, #content-right {
  background-color: white;
}
#content {
  background-color: white;
  padding-top: 28px;
}
#main {
  width: 612px;
  padding-right: 14px;
  padding-bottom:15px;
}
#sidebar-right {
  width: 317px; 
  padding-left: 15px;
  border-left: 1px solid #CCCCCC;
}
#footer-left, #footer-right {
  background-color: #6D6D6D;
}
#footer {
  width: 939px;
  background-color: #6D6D6D;
  text-align: center;
  padding: 19px 5px;
}
#footer p {
  font-size: 11px;
  line-height: 1.455;
  color: white;
}
#footer p a {
  color: white;
  font-size: 11px;
  line-height: 1.455;
  text-decoration: none;
}
#footer p a:hover {
  text-decoration: underline;
}

  
/* Menubar Styles */
#menubar ul {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
  overflow: hidden;
}
#menubar li {
  color: white;
  font-size: 16px; line-height: 2.188; /* 35px */
  display: inline;
  margin: 0;
}
#menubar li a {
  color: white;
  float: left;
  display: block;
  text-decoration: none;
  margin: 0;
  padding: 0px 3px; /* padding inside tabs */
}
#menubar li a:hover{
  text-decoration: none;
  color:#003366;
}
#menubar a.active {
  text-decoration: none;
  color:#003366;
}

/* Block Styles */
#search {
  height: 28px;
  background-color: #EFF4F9;
  padding: 16px 17px;
  margin-bottom: 27px;
}
#search td {
  height: 26px;
  margin: 0;
  padding: 0;
}
#search td input.text {
  width: 187px; /* 195 total */
  height: 22px;
  font-family: Verdana, sans-serif;
  font-size: 14px;
  line-height: 1.571;
  padding: 0px 3px;
  border: 1px solid #9C9D9D;
}
#stay-informed {
  width: 205px; /*317 total*/
  height: 62px; /*114 total*/
  padding-left: 112px;
  padding-top: 52px;
  background-image: url(images/bg-stay-informed.jpg);
  background-repeat: no-repeat;
  margin-bottom: 27px;
}
#stay-informed input.text {
  width: 182px; /*190 total*/
  font-family: Verdana, sans-serif;
  font-size: 14px;
  padding: 5px 3px;
  background-image: url(images/bg-input.gif);
  background-repeat: repeat-x;
  background-color: #FAFAFA;
  border: 1px solid #999999;
}
#stay-informed .submit {
  margin-top: 7px;
  margin-left: 86px;
}
#tag-cloud, #related-tag-cloud {
  margin-bottom: 27px;
}
#tag-cloud .title, #related-tag-cloud .title {
  background-color: #E6EFF7;
  padding: 5px;
}
#tag-cloud .title p, #related-tag-cloud .title p {
  font-family: Verdana, sans-serif;
  font-weight: bold;
  font-size: 11px;
  line-height: 1;
}
#tag-cloud .body, #related-tag-cloud .body {
  padding: 5px 5px 0px 5px;
}
#tag-cloud .body p, #related-tag-cloud .body p {
  font-family: Verdana, sans-serif;
  font-weight: bold;
  font-size: 11px;
  line-height: 1.25;
  margin: 0;
}
#tag-cloud .body p a, #related-tag-cloud .body p a {
  font-family: Verdana, sans-serif;
  font-size: 11px;
  color: #336699;
  text-decoration: none;
}
#tag-cloud .body p a:hover, #related-tag-cloud .body p a:hover {
  text-decoration: underline;
}
#icons {
  height: 43px;
  margin-bottom: 27px;
}
#newsTicker {
  height: 75px;
}

.menubar-submenu, .menubar-submenu ul { /*topmost and sub ULs, respectively*/
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  list-style-type: none;
  background: #F0F5F9;
  visibility: hidden;
  z-index: 100;
}
.menubar-submenu li {
  font-family: Verdana, sans-serif;
  font-size: 11px; 
  line-height: 1.1; /* 20px */
}
.menubar-submenu li a {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 1.1; /* 20px */
	display: block;
	width: 129px;
	color: #333333;
	background-color: #F0F5F9;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 11px;
	padding-bottom: 5px;
	padding-left: 11px;
}
* html .menubar-submenu li a { /*IE6 CSS hack*/
  display: inline-block;
}
.menubar-submenu li a:hover{
  background-color: #D6E5EF;
  color:#003366;
}

  
/* Block Styles */
.block {
}

.sidemenu {
}
.sidemenu ul.menu {
  margin: 0;
  padding: 0;
}
.sidemenu ul.menu li.leaf,
.sidemenu ul.menu li.collapsed,
.sidemenu ul.menu li.expanded {
  list-style-type: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
.sidemenu ul.menu li.leaf a,
.sidemenu ul.menu li.collapsed a,
.sidemenu ul.menu li.expanded a {
	color: red;
	font-size: 15px;
	line-height: 1.467; /* 22/15 */
	display: block;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.sidemenu ul.menu li.leaf a:hover,
.sidemenu ul.menu li.collapsed a:hover,
.sidemenu ul.menu li.expanded a:hover {
  color: #003366;
}
.sidemenu ul.menu li.leaf a.active,
.sidemenu ul.menu li.collapsed a.active,
.sidemenu ul.menu li.expanded a.active { 
  color: #003366;
}

/* Sub-menus */
.sidemenu ul.menu li.expanded { 
}
.sidemenu ul.menu li.expanded a {
}
.sidemenu ul.menu li.expanded ul.menu {
  margin: 0;
  padding: 0px;
}
.sidemenu ul.menu li.expanded ul.menu li.leaf,
.sidemenu ul.menu li.expanded ul.menu li.collapsed,
.sidemenu ul.menu li.expanded ul.menu li.expanded {
  list-style-type: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
  
}
.sidemenu ul.menu li.expanded ul.menu li.leaf a,
.sidemenu ul.menu li.expanded ul.menu li.collapsed a,
.sidemenu ul.menu li.expanded ul.menu li.expanded a {
 	color: red;
	margin-left: 10px;
	padding-top: 0px;
	font-size: 12px;
	margin-bottom: 0px;
}
.sidemenu ul.menu li.expanded ul.menu li.leaf a:hover,
.sidemenu ul.menu li.expanded ul.menu li.collapsed a:hover,
.sidemenu ul.menu li.expanded ul.menu li.expanded a:hover {
	text-decoration: none;
    color: #003366;
}
.sidemenu ul.menu li.expanded ul.menu li.leaf a.active, 
.sidemenu ul.menu li.expanded ul.menu li.collapsed a.active, 
.sidemenu ul.menu li.expanded ul.menu li.expanded a.active {
  font-weight: bold;
}

/* 
** Styles for xCaption.js - image captions
*/ 
div.xCaption {
}
p.xCaption {
  font-size: 0.833em; line-height: 1.600; margin-top: 0.000em; margin-bottom: 1.600em;
  font-weight: bold;
  text-align: left;
  padding: 0em 3px 3px 2px; 
}

/* 
** Drupal Nonsense
*/
.comment {
  border: 1px solid #abc;
  padding: .5em;
  margin-bottom: 1em;
}
.comment .links {
  margin-bottom: 0em;
}
.comment .new {
  text-align: right;
  font-weight: bold;
  font-size: 0.8em;
  float: right;
  color: red;
}
.comment .picture {
  border: 1px solid #abc;
  float: right;
  margin: 0.5em;
}
.comment .title a {
  font-size: 1.1em;
  font-weight: normal;
}
.error {
  border-color: #B71E28;
}
.form-item label {
  font-size: 1em;
  color: #222;
}
.item-list .title {
  font-size: 1em;
  color: #222;
}
.links {
  margin-bottom: 0em;
}
.messages {
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 0.2em 10px 0.2em 10px;
  margin-bottom: 1em;
}
.node .picture {
  border: 1px solid #ddd;
  float: right;
  margin: 0.5em;
}
.node .taxonomy {
  color: #999;
  font-size: 0.8em;
}
.sticky {
  padding: .5em;
  background-color: #eee;
  border: solid 1px #ddd;
}
#help {
  font-size: 0.917em; line-height: 1.455; margin-top: 0.000em; margin-bottom: 1.455em;
}

.block .nodeList {
}
.block .nodeList .title {
  background-color: #E6EFF7;
  padding: 5px;
}
.block .nodeList .title td {
  color: #333;
  font-family: Verdana, sans-serif;
  font-weight: bold;
  font-size: 10px;
  line-height: 1.2;
}
.block .nodeList .title td.more a {
  color: #003366;
  font-family: Verdana, sans-serif;
  font-weight: normal;
  text-decoration: none;
}
.block .nodeList .title td.more a:hover {
  color: #003366;
  font-weight: normal;
  text-decoration: underline;
}
.block .nodeList .items {
  padding: 5px;
}
.block .nodeList .items .item {
  margin-bottom: 12px;
}
.block .nodeList .items .item * {
}
.block .nodeList .items .item h2, .block .nodeList .items .item h2 a {
  color: #336699;
  font-family: Verdana, sans-serif;
  font-size: 11px;
  line-height: 1.25;
  text-decoration: none;
}
.block .nodeList .items .item h2 a:hover {
  text-decoration: underline;
}
.block .nodeList .items .item p.teaser {
  color: #666666;
  font-family: Verdana, sans-serif;
  font-size: 11px;
  line-height: 1.25;
}
.small {
  color: #999;
  font-size:smaller;
}

