/* antispam honeypot */
.hp {
  display: none;
}

body {
  /*background: url(../images/bg-bottom.jpg) repeat-x bottom left;*/
  font-family: Arial, sans-serif;
}

a {
  color: #00567e;
}

a:hover {
  text-decoration: none;
}

a.buttonlike {
  background-color: #9a0000;
  color: #fff;
  text-decoration: none;
  padding: 10px;
  font-weight: bold;
  display: inline-block;
  border-right: solid gray 1px;
  border-bottom: solid gray 1px;
}

a.buttonlike:hover {
  background-color: #c40001;
}

strong {
  font-weight: bold;
}

p {
  margin-bottom: 15px;
  line-height: 1.5em;
}

em {
  font-style: italic;
}

img {
  max-width: 100%;
}

.error {
  color: red;
}

#page-content {
}

#page-content form {
  margin-top: 15px;
}

#page-content form ul {
  list-style: none;
  padding: 0;
}

#page-content form li {
  padding-bottom: 10px;
  vertical-align: top;
  margin-bottom: 0;
}

#page-content form label {
  display: block;
  font-weight: bold;
}

#page-content form input {
  font-size: 14px;
  padding: 4px;
}

#page-content ul {
  list-style-type: disc;
  padding-left: 15px;
}

#page-content ul li {
  margin-bottom: 15px;
}

#page-content ol {
  list-style-type: decimal;
  padding-left: 15px;
}

#page-content ol li {
  margin-bottom: 15px;
}

#page {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  z-index: 2;
  position: relative;
  box-shadow: 6px 0px 10px -7px #888, -6px 0px 10px -7px #888;
  -moz-box-shadow: 6px 0px 10px -7px #888, -6px 0px 10px -7px #888;
  -webkit-box-shadow: 6px 0px 10px -7px #888, -6px 0px 10px -7px #888;  
}

#bar-top {
  height: 40px;
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  z-index: 2;
  position: relative;
}

#menu-lang {
  height: 40px;
  width: 589px;
  padding-left: 35px; 
  float: left;
}

#menu-lang ul {
  height: 40px;
  float: left;
}

#menu-lang li {
  float: left;
}

#menu-lang a {
  display: block;
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 13px;
  text-decoration: none;
  height: 13px;
  padding: 13px 13px 10px 13px
}

#menu-lang a.active {
  background: url(../images/menu-lang-over.jpg)
}

#menu-lang a.active:hover {
  text-decoration: none;
}

#menu-lang a:hover {
  text-decoration: underline;
}

#search-top {
  width: 175px;
  height: 33px;
  padding-top: 7px;   
  float: left;
}

#search-top ul {
  height: 25px;
  width: 165px;
}

#search-top li {
  float: left;
  height: 25px;
  padding: 0;
}

#search-top .text {
  background: url(../images/bg-search-txt.png) no-repeat top left;
  width: 130px;
  padding-left: 7px;
  height: 25px;
  border: 0;
  margin: 0;
  float: left;
}

#menu-social {
  float: left;
  height: 33px;
  padding-top: 7px; 
}
 
#menu-social ul {
  float: left;
}

#menu-social li {
  float: left;
  margin-right: 2px;
} 

#logo {
  width: 277px;
  padding-left: 47px;
  height: 78px;
  padding-top: 14px;
  float: left;
}

#menu-main, #menu-main ul {
  float: left;
  width: 676px;
  height: 92px;
}

#menu-main ul {
  overflow: hidden;
}

#menu-main li {
  float: left;
}

#menu-main li a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-family: "Liberation Sans", sans-serif;
  display: block;
  height: 57px;
  padding-top: 35px;
  padding-left: 10px;
  padding-right: 10px;
  margin-right: 2px;
  max-width: 90px;
}

#menu-main li a.active {
  background: url(../images/menu-main-over.jpg) repeat-x top left;
}

#menu-main a.active:hover {
  text-decoration: none;
}

#menu-main li a:hover {
  /* background-color: #b12230; */
  background: url(../images/menu-main-over.jpg) repeat-x top left;
}

#bar-main {
  /* put a big space where the carousel is */
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 373px;
  overflow: hidden;
  z-index: 2;
  position: relative;
}

#homepage-quote {
  background-color: #404040;
  color: #dedddd;
  font-family: Arial, sans-serif;
  font-size: 20px;
  height: 60px;
}

#homepage-quote ul {
  overflow: hidden;
  width: 1000px;
  height: 60px;
}

#homepage-quote li {
  text-align: center;
  width: 1000px;
  display: table;
}

#homepage-quote li table {
  width: 100%;
  height: 60px;
}

#page-content {
  font-family: "Liberation Sans", sans-serif;
  font-size: 12px;
  color: #1f0000;
  width: 960px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  margin-bottom: 50px;
  border-left: solid #f1f1f1 1px;
  border-right: solid #f1f1f1 1px;  
}

#page-content h1,
.social-dropdown h1 {
  font-size: 22px;
  margin-bottom: 15px;
  color: #404040;
  font-family: Arial, sans-serif;
  line-height: normal;
}

#page-content a:hover h1 {
  text-decoration: underline;
}

#page-content h2 {
  font-size: 19px;
  margin-bottom: 5px;
  color: #404040;
  font-family: Arial, sans-serif;
}

#page-content h3 {
  font-size: 16px;
  margin-bottom: 5px;
  color: #404040;
  font-family: Arial, sans-serif;
}

#page-content h4 {
  font-size: 14px;
  margin-bottom: 5px;
  color: #404040;
  font-family: Arial, sans-serif;
}


#page-content-left {
  float: left;
  width: 65%;
  padding-right: 5%;
  line-height: 1.5em;
}

#page-content-right {
  float: left;
  width: 30%;
}

#page-content-right h2 {
  font-size: 16px;
  color: #3a3d3f;
  margin-bottom: 10px;
}

#page-content-right .narrowcol {
  margin-left: 40px;
  margin-right: 30px;
}

.page-thirds {
  overflow: hidden;
  padding-top: 25px;
  margin-top: 25px;
  border-top: solid #f3f3f3 1px;
}

.page-third-a,
.page-third-c {
  width: 30%;
  float: left;
}

.page-third-b {
  width: 40%;
  float: left; 
  
  color: #3a3d3f;
  font-size: 12px;
  line-height: 1.5em;
}

.page-third-b h2 {
  font-size: 16px;
  color: #3a3d3f;
  margin-bottom: 15px;
}

.page-third-b p {
  margin-top: 15px;
}


.narrowcol li {
  margin-bottom: 10px;
  color: #919191;
  font-size: 11px;
}

.list-scroller {
  border-top: solid #dfdfdf 1px;  
  height: 176px;
  overflow-y: scroll;
}

.list-scroller li {
  height: 82px;
  padding-top: 5px;
  border-bottom: solid #dfdfdf 1px;
  overflow: hidden;
  list-style: none;
}

.list-scroller .item-img {
  float: left;  
  width: 100px;
}

.list-scroller .item-img img {
  max-width: 90%;
}

.list-scroller .item-content {
  padding-right: 50px;
  line-height: 1.5em;
}

.list-scroller .item-content a {
  color: #005b85;
  font-size: 14px;
  margin-bottom: 5px;
  display: block;
  text-decoration: none;
}

.list-scroller .item-content a:hover {
  text-decoration: underline;
}

.quads {
  overflow: hidden;
}

a.quad {
  display: block;
  width: 93px;
  padding-left: 20px;
  padding-right: 20px;
  height: 60px;
  padding-top: 15px;
  margin-right: 10px;
  margin-bottom: 10px;
  float: left;
  background-color: #646464;
  font-family: Arial, sans-serif;
  color: #fff;
  /* font-size: 18px; */
  font-size: 16px;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
}

a.quad:hover {
  background: url(../images/quad-over.jpg) repeat-x top left;
}

#menu-footer {
  margin-top: 25px;
}

#menu-footer ul {
  overflow: hidden;
  margin-left: 10px;
}

#menu-footer li {
  float: left;
}

#menu-footer a {
  display: block;
  padding: 3px;
  padding-left: 6px;
  padding-right: 6px;
  color: #404040;
  font-family: "Liberation Sans", sans-serif;
  font-size: 14px;
  text-decoration: none;
}

#menu-footer a:hover {
  text-decoration: underline;
}

#footer-results {
  height: 61px;
  padding-top: 15px;
  text-align: right;
  padding-right: 23px;
  background: url(../images/bg-bottom-page.jpg) repeat-x bottom left;  
}

#footer-results .tagline {
  color: #b01f2e;
  padding-right: 10px;
  font-size: 0.8em;
  display: inline-block;
  height: 37px;
  padding-top: 20px;
}

#page-content .button {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:12px;
	font-weight:normal;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}

#page-content .button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}

#page-content .button:active {
	position:relative;
	top:1px;
}

#page-content .readmore {
  background-color: #646464;
  background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #646464), color-stop(1, #919191) );
  background:-moz-linear-gradient( center top, #646464 5%, #919191 100% );
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#646464', endColorstr='#919191');
  color: #fff;
  text-shadow: none;
}
#page-content .readmore:hover {
  background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #c30000), color-stop(1, #9a0000) );
  background:-moz-linear-gradient( center top, #c30000 5%, #9a0000 100% );
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c30000', endColorstr='#9a0000');
  background-color:#c30000;
}

#subpage-ticker {
  background-color: #322f2f;
  color: #fff;
  width: 960px;
  margin-top: 20px;  
  margin-bottom: 25px;
}

#subpage-ticker div {
  width: 960px;
  overflow: hidden;
}

#subpage-ticker a {
  color: #fff;
  width: 480px;
  white-space: nowrap;
  font-size: 16px;
  padding-top: 15px;
  padding-bottom: 13px;
  text-decoration: none;
  display: block;
  float: left;
  text-align: center;
}

#subpage-ticker a:hover {
  text-decoration: underline;
}

#page-content ul.news {
  margin-left: 0;
  padding-left: 0;
}

ul.news h2 {
  color: #3a3d3f;
  font-family: Arial, sans-serif;
  font-size: 16px;
  margin-bottom: 5px;
  line-height: normal;
}

ul.news time {
  display: block;
  color: #66696c;
  font-size: 12px;
  font-family: Arial, sans-serif;  
  margin-bottom: 5px;  
}

ul.news li {
  color: #3a3d3f;
  font-size: 12px;
  font-family: Arial, sans-serif;   
  margin-bottom: 30px; 
  padding-bottom: 30px;
  border-bottom: solid #f3f3f3 1px;
  list-style: none;
}

ul.news li:last-child {
  border-bottom: 0;
}

ul.news .news-content {
  margin-bottom: 15px;
}

.icon-menu {
  background-color: #f4f4f4;
  border-right: solid #cfcfcf 1px;
  border-bottom: solid #cfcfcf 1px;
  -moz-border-radius: 5px; /* Firefox */
  -webkit-border-radius: 5px; /* Safari, Chrome */
  border-radius: 5px; /* CSS3 */  
  padding: 10px;
  /* margin-left: 30px; */
  margin-right: 10px;
  margin-bottom: 25px;
  width: 200px;
}

.icon-menu li {
  border-bottom: solid #d7d7d7 1px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  padding-left: 10px;
  list-style: none;
}

.icon-menu li:last-child {
  border: 0;
  margin-bottom: 0;
}

.icon-menu a {
  display: block;
  padding-left: 80px;
  height: 50px;
  text-decoration: none;
  color: #3a3d3f;
}

.icon-menu a:hover {
  text-decoration: underline;
}

.icon-menu a.icon-news {
  background: url(../images/icon-news.png) no-repeat top left;
  height: 30px;
  padding-top: 20px;
}

.icon-menu a.icon-books {
  background: url(../images/icon-books.png) no-repeat top left;
  height: 33px;
  padding-top: 17px;
}

.icon-menu a.icon-world {
  background: url(../images/icon-world.png) no-repeat 3px 0px;

}

.icon-menu a.icon-wordpress {
  background: url(../images/icon-wordpress-med.png) no-repeat 3px 0px;
  height: 40px;
  padding-top: 9px;
}

.icon-menu a.icon-envelope {
  background: url(../images/icon-envelope.png) no-repeat 3px 0px;
  height: 43px;
  padding-top: 6px;
}

.icon-menu a.icon-audio {
  background: url(../images/icon-menu-audio.png) no-repeat 20px 0px;
  height: 45px;
  padding-top: 5px;
  text-overflow: ellipsis;
  display: inline-block;
}

.icon-menu a.icon-document {
  background: url(../images/icon-menu-paper.png) no-repeat 15px 0px;
  height: 50px;
  padding-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;  
}

.icon-menu a.icon-presentation {
  background: url(../images/icon-menu-presentation.png) no-repeat 15px 10px;
  height: 40px;
  padding-top: 20px;
}

.icon-menu a.icon-video {
  background: url(../images/icon-menu-video.png) no-repeat 15px 0px;
  height: 30px;
  padding-top: 20px;
}

.icon-menu a.icon-discuss {
  background: url(../images/icon-menu-discuss.png) no-repeat 15px 0px;
  height: 40px;
  padding-top: 10px;
}

.icon-menu small {
  font-size: 11px;
}

#newsletter-signup {
  width: 265px;
  padding-left: 20px;
  height: 88px;
  padding-top: 5px;
  background: url(../images/bg-signup.png) no-repeat top left;
  margin-left: 39px;
}

#newsletter-signup h2 {
  font-size: 16px;
  color: #fff;
  font-family: Arial, sans-serif;
  margin-bottom: 0;
  margin-top: 3px;
}

#newsletter-signup form {
  margin-top: 0;
}

#newsletter-signup .text {
  background: url(../images/bg-signup-txt.jpg) no-repeat top left;
  height: 33px;
  width: 187px;
  padding-left: 5px;
  border: 0;
}

#newsletter-signup li {
  float: left;
}

#newsletter-signup li input {
  padding: 0;
}

.pager {
  text-align: right;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #979ca5;
  font-size: 14px;
}

.pager a {
  color: #979ca5;
  text-decoration: none;
  font-size: 14px;
}

.pager a:hover,
.pager a.active {
  color: #af1e2c;
}

form.default li {
  padding-bottom: 10px;
}

form.default li label {
  display: block;
  font-weight: bold;
}

form.default li input {
  padding: 5px;
  font-size: 1.5em;
}

.flash-notice {
  background-color: #d1d1d1;
  color: black;
  padding: 15px;
  margin-bottom: 15px;
}

.flash-error {
  background-color: #f2d8db;
  color: red;
  border: solid red 1px;
  padding: 15px;
  margin-bottom: 15px;
}

table.items {
  background-color: #f4f4f4;
  border-collapse: collapse;
  border: solid gray 1px;
}

table.items td {
  padding: 5px;
  border-bottom: solid gray 1px;
  vertical-align: top;
}

table.items tr:last-child td {
  border-bottom: 0;
}

table td.actions {
  text-align: right;
}

.social-dropdown {
  width: 100%;
  height: 400px;
  background: url(../images/bg-social-dropdown.png) repeat-x bottom left;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  display: none;
}

.social-dropdown .content {
  width: 950px;
  padding-left: 25px;
  padding-right: 25px;
  margin-left: auto;
  margin-right: auto;
  height: 380px;
  padding-top: 20px;
  overflow: hidden;
}

.social-dropdown .close-button {
  text-align: right;
  float: right;
}

.social-dropdown form {
  background-color: #fff;
  padding: 10px;
  -moz-border-radius: 10px; /* Firefox */
  -webkit-border-radius: 10px; /* Safari, Chrome */
  border-radius: 10px; /* CSS3 */
  border: 1px solid #efefef;
}

.social-dropdown form label {
  font-size: 0.8em;
  display: block;
}

.social-dropdown form li {
  margin-bottom: 5px;
}


#content-sub {
  float: left;
  padding-right: 20px;
  padding-left: 20px;
  width: 720px;
}

#menu-sub {
  width: 180px;
  float: left;
  padding-right: 15px;
  position: relative;
  min-height: 100px;
}

#menu-sub ul {
  list-style: none;
  padding-left: 0;
  background-color: #fafafa;
  border: solid #dddddd 1px;
  width: 180px;
  position: fixed;
}

#page-content #menu-sub li {
  border-bottom: solid #dddddd 1px;
  margin-bottom: 0;
}

#page-content #menu-sub li:last-child {
  border-bottom: 0;
}

#menu-sub li.title {
  font-size: 1.2em;
}

#menu-sub a {
  text-decoration: none;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  display: block;
  color: black;
}

#menu-sub li.active {
  background-color: #3e3e3e;
}

#menu-sub li.active a {
  color: #fff;
}

#menu-sub a:hover {
  text-decoration: underline;
}

.thumb-pile {
  height: 366px;
  max-width: 825px;
  overflow-x: hidden;
  overflow-y: scroll;
}

.thumb-pile .thumb {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  width: 150px;
  height: 173px;
  overflow: hidden;
}

.thumb-pile .thumb label {
  height: 60px;
}

.thumb-pile .selectable:hover,
.thumb-pile .selected {
  background-color: #b12230;
  color: #fff;
}

.breadcrumb {
  font-size: 12px;
  margin-bottom: 15px;
}

#page-content ul.council-forms  {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}

ul.council-forms h2 {
  background-color: #a2a2a2;
  color: #fff;
  font-weight: normal;
  padding: 5px;
}

ul.council-forms h2 a {
  color: #fff;
  text-decoration: none;
}

ul.council-forms h2 a:hover {
  text-decoration: underline;
}

#page-content ul.council-forms > li > div {
  background-color: #fafafa;
  padding: 5px;
  border-left: solid #dddddd 1px;
  border-right: solid #dddddd 1px;
  border-bottom: solid #dddddd 1px;
}

table th {
  font-weight: bold; 
}
 
table th, td {
  padding-bottom: 3px;
}

.searchbar {
  overflow: hidden;
  height: 25px;
  margin-bottom: 20px;
}

#page-content .searchbar-btn {
  display: block;
  float: left;
  padding: 0;
  width: 28px;
  height: 25px;
}

#page-content .searchbar-text {
  float: left;
  display: block;
  border: solid #e6e6e6 1px;
  border-right: 0;
  padding: 0;
  padding-left: 5px;
  height: 23px;
  line-height: 23px;
  width: 300px;
}
