/*structure*/
/* line 4, ../sass/theme.scss */
body {
  background: #faf5ef url(../images/outer_bg.jpg) repeat-y center;
}

/* line 8, ../sass/theme.scss */
#outer {
  text-align: center;
  font-family: verdana,helvetica,arial;
  font-size: 12px;
  color: #393939;
  line-height: normal;
}

/*alternative background colour #c1cccd
original was #ebd6bb
*/
/* line 18, ../sass/theme.scss */
#inner {
  margin: auto;
  width: 900px;
  background-color: #c1cccd;
}

/* line 23, ../sass/theme.scss */
#main {
  width: 650px;
  float: left;
}

/* line 27, ../sass/theme.scss */
#main p a, #sidebar p a {
  color: #393939;
  font-weight: bold;
}

/* line 31, ../sass/theme.scss */
#main p a:hover, #sidebar p a:hover {
  color: #e3a614;
  font-weight: bold;
  text-decoration: underline;
}

/* line 37, ../sass/theme.scss */
#sidebar {
  width: 240px;
  float: right;
  padding-top: 26px;
}

/*basic floats*/
/* line 44, ../sass/theme.scss */
.right {
  float: right;
}

/* line 45, ../sass/theme.scss */
.left {
  float: left;
}

/* line 46, ../sass/theme.scss */
.clear, .clearfix {
  clear: both;
}

/*masthead*/
/* line 50, ../sass/theme.scss */
#masthead {
  background: #354b54 url(../images/masthead_with_logo.jpg) top center;
  height: 130px;
}

/*main nav*/
/* line 56, ../sass/theme.scss */
#menuContainer {
  position: relative;
}

/* line 59, ../sass/theme.scss */
#menu_bg {
  width: 100%;
  position: absolute;
  bottom: 0px;
  background-color: #1a2f3a;
  opacity: 0.25;
  height: 40px;
}

/* line 67, ../sass/theme.scss */
.menu {
  display: inline;
}

/* line 72, ../sass/theme.scss */
.menu li {
  list-style: none;
  font-weight: bold;
  margin-left: 10px;
  margin-right: 10px;
  display: inline-block;
  padding-bottom: 8px;
  padding-top: 14px;
}

/* line 83, ../sass/theme.scss */
.menu li a {
  text-decoration: none;
  color: #fff;
}

/* line 88, ../sass/theme.scss */
.menu li a:hover {
  color: #e3a614;
}

/* line 93, ../sass/theme.scss */
#menu {
  position: absolute;
  bottom: 8px;
}

/* line 98, ../sass/theme.scss */
#menu_shadow {
  position: absolute;
  bottom: 7px;
  left: 1px;
}

/* line 103, ../sass/theme.scss */
#menu_shadow span, .menu span {
  width: 11px;
  display: inline-block;
}

/*menu pressed button effect*/
/* line 107, ../sass/theme.scss */
.menu span.active_left {
  background: url(../images/nav_button_pressed_lhs.jpg) no-repeat;
  width: 11px;
  display: inline-block;
  padding-bottom: 7px;
  padding-top: 15px;
  vertical-align: text-bottom;
  position: relative;
  top: 5px;
}

/* line 117, ../sass/theme.scss */
.menu span.active_right {
  background: url(../images/nav_button_pressed_rhs.jpg) no-repeat;
  width: 11px;
  display: inline-block;
  padding-bottom: 7px;
  padding-top: 15px;
  vertical-align: text-bottom;
  position: relative;
  top: 5px;
}

/* line 127, ../sass/theme.scss */
.menu li a.active {
  background: url(../images/nav_button_pressed.jpg) repeat-x bottom;
  display: inline-block;
  padding-bottom: 6px;
  padding-top: 6px;
  vertical-align: text-bottom;
  position: relative;
  top: 5px;
}

/*secondary menu*/
/* line 141, ../sass/theme.scss */
#secondary_menu {
  position: absolute;
  bottom: 8px;
  right: 5px;
}

/* line 146, ../sass/theme.scss */
#secondary_menu_shadow {
  position: absolute;
  bottom: 7px;
  right: 4px;
}

/*tabs*/
/* line 153, ../sass/theme.scss */
#tabs {
  margin-top: 30px;
}

/* line 155, ../sass/theme.scss */
#tabs ul {
  padding-left: 14px;
  padding-right: 11px;
}

/* line 157, ../sass/theme.scss */
#tabs ul li {
  list-style: none;
  font-weight: bold;
  margin-left: 10px;
  margin-right: 10px;
  display: inline-block;
  padding-bottom: 3px;
  padding-top: 3px;
  background-color: #738076;
}

/* line 168, ../sass/theme.scss */
#tabs ul li a {
  list-style: none;
  font-weight: bold;
  margin-left: 10px;
  margin-right: 10px;
  display: inline-block;
  padding-bottom: 3px;
  padding-top: 3px;
  color: #1b303b;
  text-decoration: none;
}

/* line 181, ../sass/theme.scss */
#tabs ul li a:hover {
  color: #fff;
}

/* line 182, ../sass/theme.scss */
#tabs ul li.active {
  background-color: #3a525c;
}

/* line 183, ../sass/theme.scss */
#tabs ul li.active a {
  padding-top: 5px;
  color: #fff;
}

/* line 188, ../sass/theme.scss */
#org_tabs.fixed_height_300 div h2 {
  border-top: 2px solid #748077;
}

/*colours*/
/* line 191, ../sass/theme.scss */
.white {
  color: #fff;
}

/* line 192, ../sass/theme.scss */
.black {
  color: #000;
}

/*titles*/
/* line 195, ../sass/theme.scss */
#logo {
  color: #FFF;
  font-family: Lucida Grande;
  font-size: 5em;
  font-weight: bold;
  padding: 10px;
  text-align: left;
}

/* line 203, ../sass/theme.scss */
#logo a {
  color: #FFF;
}

/* line 206, ../sass/theme.scss */
#masthead a {
  text-decoration: none;
}

/*content-boxes*/
/* line 211, ../sass/theme.scss */
.content_box_header {
  background: url(../images/content_box_shadow_top.jpg) no-repeat center bottom;
  height: 7px;
}

/* line 215, ../sass/theme.scss */
.content_box {
  background: url(../images/content_box_shadow_middle.jpg) repeat-y center;
}

/* line 220, ../sass/theme.scss */
.content_box_footer {
  background: url(../images/content_box_shadow_bottom.jpg) no-repeat center top;
  height: 7px;
}

/* line 226, ../sass/theme.scss */
div.sidebar_wrapper div.content_box_header {
  background: url(../images/sidebar_shadow_top.jpg) no-repeat center bottom;
  height: 7px;
}

/* line 230, ../sass/theme.scss */
div.sidebar_wrapper div.content_box {
  background: url(../images/sidebar_shadow_middle.jpg) repeat-y center;
}

/* line 235, ../sass/theme.scss */
div.sidebar_wrapper div.content_box_footer {
  background: url(../images/sidebar_shadow_bottom.jpg) no-repeat center top;
  height: 7px;
}

/* line 239, ../sass/theme.scss */
.content_wrapper {
  text-align: left;
  margin-top: 26px;
}

/* line 243, ../sass/theme.scss */
.content_box h1 {
  color: #fff;
  background-color: #738076;
  font-weight: bold;
  font-size: 16px;
  padding: 7px 14px 7px 14px;
}

/* line 250, ../sass/theme.scss */
.content_box h2, .content_box h2 a {
  color: #1b303b;
  background-color: #fff;
  font-weight: bold;
  padding: 7px 14px 7px 14px;
}

/* line 257, ../sass/theme.scss */
.content_box p {
  color: #1b303b;
  background-color: #fff;
  font-size: 12px;
  padding: 7px 14px 7px 14px;
  line-height: 1.5em;
}

/* line 264, ../sass/theme.scss */
.content_box img {
  float: right;
  margin: 15px 26px 15px 26px;
}

/* line 267, ../sass/theme.scss */
.content_box ul {
  margin-left: 31px;
  list-style-image: url(../images/bullet.jpg);
  line-height: 1.5em;
}

/* line 273, ../sass/theme.scss */
#main .content_box form {
  margin-left: 14px;
}

/* line 275, ../sass/theme.scss */
#tabs div.item ul {
  margin-left: 31px;
  list-style-image: url(../images/bullet.jpg);
  line-height: 1.5em;
}

/* line 280, ../sass/theme.scss */
#tabs div.item ul li {
  background-color: #fff;
  list-style-image: url(../images/bullet.jpg);
  line-height: 1.5em;
}

/* line 285, ../sass/theme.scss */
.content_box ol {
  margin-left: 31px;
  line-height: 1.5em;
  list-style-type: decimal;
}

/* line 291, ../sass/theme.scss */
div.sidebar_wrapper div.content_box h2 {
  color: #fff;
  background-color: #a38644;
  font-size: 14px;
  font-weight: bold;
  margin-left: 19px;
  width: 173px;
}

/* line 299, ../sass/theme.scss */
div.sidebar_wrapper img.sidebar_img {
  margin: 15px 22px 15px 5px;
}

/* line 300, ../sass/theme.scss */
div.sidebar_wrapper .content_box p {
  color: #1b303b;
  background-color: #fff;
  font-size: 12px;
  margin-left: 20px;
  width: 165px;
  text-align: left;
}

/* line 309, ../sass/theme.scss */
span.green_arrow {
  display: inline-block;
  height: 30px;
  width: 30px;
  background: url(../images/green_arrows.jpg) top center;
  vertical-align: middle;
}

/* line 315, ../sass/theme.scss */
span.green_arrow:hover {
  background: url(../images/green_arrows.jpg) bottom center;
}

/*content box example callout box*/
/* line 320, ../sass/theme.scss */
#org_tabs div.example {
  width: 400px;
  margin-left: 170px;
  background-color: #a28543;
  color: #fff;
  border: none;
}

/* line 327, ../sass/theme.scss */
#org_tabs div.example h2 {
  border: none;
  color: #1a2f3a;
  background-color: #a28543;
}

/* line 331, ../sass/theme.scss */
#org_tabs div.example p {
  background-color: #a28543;
  color: #fff;
}

/* line 334, ../sass/theme.scss */
#org_tabs div.example img {
  float: left;
  margin-left: -150px;
}

/*typical content box width fix content box*/
/* line 339, ../sass/theme.scss */
#home_content, .tabbed_content, #code_text, #org_tabs, #glossary, #contact_form {
  padding-left: 13px;
  padding-right: 12px;
}

/* line 342, ../sass/theme.scss */
#glossary li {
  margin-bottom: 10px;
  margin-top: 5px;
  margin-left: 10px;
  margin-right: 20px;
}

/*tabbed implementation content lists*/
/* line 350, ../sass/theme.scss */
.tabbed_content {
  color: #1b303b;
  position: relative;
}

/* line 354, ../sass/theme.scss */
#org_tabs div {
  position: relative;
}

/* line 356, ../sass/theme.scss */
.section_heading {
  margin-top: 20px;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
}

/* line 362, ../sass/theme.scss */
.line_item, .section_heading {
  clear: both;
  margin-bottom: 26px;
  padding-right: 90px;
}

/* line 367, ../sass/theme.scss */
div.item {
  width: 410px;
  float: right;
  text-align: left;
  margin-bottom: 10px;
}

/* line 373, ../sass/theme.scss */
div.item li {
  margin-bottom: 10px;
}

/* line 376, ../sass/theme.scss */
div.item p {
  margin-left: 0;
  padding-left: 0;
}

/* line 381, ../sass/theme.scss */
.number {
  display: inline-block;
  font-weight: bold;
  width: 100px;
  text-align: right;
  padding-right: 13px;
}

/* line 388, ../sass/theme.scss */
.section_heading .number {
  font-size: 50px;
  color: #738076;
  float: left;
  padding-left: 16px;
}

/* line 394, ../sass/theme.scss */
.tabbed_content img, #org_tabs img {
  float: right;
  margin: 0px;
}

/* line 398, ../sass/theme.scss */
.arrows {
  position: absolute;
  right: 15px;
  top: 50px;
  z-index: 11;
}

/* line 404, ../sass/theme.scss */
#org_tabs div h1 {
  background-color: #3a525c;
}

/*carousel slides formatting*/
/* line 406, ../sass/theme.scss */
#carousel #slides ul li img {
  margin: 0px;
  float: left;
  vertical-align: bottom;
}

/* line 411, ../sass/theme.scss */
#carousel #slides ul li p, #carousel #slides ul li h2 {
  color: #1b303b;
  margin-right: 10px;
  text-align: right;
}

/* line 417, ../sass/theme.scss */
#carousel #slides ul li h2 {
  font-size: 1.7em;
}

/*home page carousel*/
/* line 421, ../sass/theme.scss */
#carousel {
  width: 625px;
  height: 225px;
  margin: 0;
  border: 1px solid #CCCCCC;
  border-bottom: 2px solid #748077;
  margin-left: 14px;
}

/* line 430, ../sass/theme.scss */
#carousel a img {
  border: 0;
  margin: auto;
}

/* line 431, ../sass/theme.scss */
#carousel a {
  text-decoration: none;
  margin: auto;
}

/* line 432, ../sass/theme.scss */
#carousel div#slides div {
  background: #ffffff;
  padding: 5px;
}

/* line 436, ../sass/theme.scss */
#slides {
  overflow: hidden;
  /* fix ie overflow issue */
  position: relative;
  width: 625px;
  height: 225px;
}

/* remove the list styles, width : item width * total items */
/* line 446, ../sass/theme.scss */
#slides ul {
  position: relative;
  left: 0;
  top: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 3150px;
}

/* width of the item, in this case I put 250x250x gif */
/* line 457, ../sass/theme.scss */
#slides li {
  width: 625px;
  height: 225px;
  float: left;
}

/* line 466, ../sass/theme.scss */
#buttons {
  float: right;
  margin-top: -25px;
  margin-right: 7px;
}

/* line 470, ../sass/theme.scss */
#buttons a {
  color: #1b303b;
  text-decoration: none;
  font-weight: bold;
  font-size: 2em;
}

/* line 476, ../sass/theme.scss */
#buttons a:hover {
  color: #fff;
}

/* line 478, ../sass/theme.scss */
#carousel #slides ul li a {
  background: none;
}

/*carousel tabs*/
/* line 481, ../sass/theme.scss */
.inline_list li {
  display: inline;
}

/* line 484, ../sass/theme.scss */
.carousel_tabs ul li {
  color: #1b303b;
  background: url(../images/carousel_tabs_bg.jpg) repeat-x;
  padding: 7px;
  margin-right: 10px;
  margin-left: 10px;
  font-weight: bold;
}

/* line 492, ../sass/theme.scss */
.carousel_tabs {
  text-align: left;
  padding-left: 4px;
}

/* line 497, ../sass/theme.scss */
.carousel_tabs ul li.active_carousel_tab {
  position: relative;
  top: 3px;
  color: #fff;
  padding-top: 10px;
  background: url(../images/active_carousel_tabs_bg.jpg) repeat-x;
}

/* line 504, ../sass/theme.scss */
.carousel_tabs ul li a {
  text-decoration: none;
  color: #1b303b;
}

/* line 507, ../sass/theme.scss */
.carousel_tabs ul li.active_carousel_tab a {
  text-decoration: none;
  color: #fff;
}

/*footer*/
/* line 514, ../sass/theme.scss */
#footer {
  background-color: #fff;
  border-top: 2px solid #727f75;
  text-align: left;
}

/* line 519, ../sass/theme.scss */
#footer p, #footer h2 {
  margin: 10px;
}

/*font-size change buttons*/
/* line 525, ../sass/theme.scss */
#fontChange {
  color: #fff;
  float: right;
  margin-right: 5px;
}

/* line 527, ../sass/theme.scss */
#bigFont {
  font-size: 1.5em;
  font-weight: bold;
}

/* News */
/* line 532, ../sass/theme.scss */
.addthis-wrapper {
  padding: 1em;
}

/* line 535, ../sass/theme.scss */
.addthis-wrapper h3 {
  margin-bottom: 0.5em;
}

/* Page Article Listings */
/* line 540, ../sass/theme.scss */
.news.page ul li h2, .news.page ul li h2 a {
  padding: 0;
}

/* line 543, ../sass/theme.scss */
.news.page ul li h2 {
  margin-top: 1em;
}

/* line 546, ../sass/theme.scss */
.news.page ul li .time {
  font-style: italic;
}

/* line 549, ../sass/theme.scss */
.news.page ul {
  padding-bottom: 2em;
  padding-right: 1em;
}

/* Block Article Listings */
/* line 555, ../sass/theme.scss */
.news.block {
  padding-bottom: 1em;
}

/* line 558, ../sass/theme.scss */
.news.block .time {
  font-style: italic;
}

/* line 561, ../sass/theme.scss */
.news.block ul {
  margin-top: 2em;
}

/* line 564, ../sass/theme.scss */
.news.block ul li a {
  color: #50a1d8;
}

/* line 568, ../sass/theme.scss */
.news.block .view-all {
  text-align: right;
  margin-right: 1em;
}

/* line 572, ../sass/theme.scss */
.news.block .view-all a {
  color: #393939;
  font-weight: bold;
  text-decoration: none;
}

/* line 577, ../sass/theme.scss */
.news.block .view-all a:hover {
  color: #e3a614;
  font-weight: bold;
  text-decoration: underline;
}

/* line 582, ../sass/theme.scss */
.news.block li {
  margin: 1em 1em 1em 0;
}

/* line 586, ../sass/theme.scss */
.news.block h2 {
  color: #fff;
  background-color: #738076;
  font-weight: bold;
  font-size: 16px;
  padding: 7px 14px 7px 14px;
}

/* tables */
/* line 596, ../sass/theme.scss */
table.tablesorter {
  font-family: arial;
  background-color: #CDCDCD;
  margin: 10px 0pt 15px;
  font-size: 8pt;
  width: 100%;
  text-align: left;
}

/* line 604, ../sass/theme.scss */
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
  background-color: #e6EEEE;
  border: 1px solid #FFF;
  font-size: 8pt;
  padding: 4px;
}

/* line 610, ../sass/theme.scss */
table.tablesorter thead tr .header {
  background-image: url(../images/sort_bg.gif);
  background-repeat: no-repeat;
  background-position: center right;
  cursor: pointer;
}

/* line 616, ../sass/theme.scss */
table.tablesorter tbody td {
  color: #3D3D3D;
  padding: 4px;
  background-color: #FFF;
  vertical-align: top;
}

/* line 622, ../sass/theme.scss */
table.tablesorter tbody tr.odd td {
  background-color: #F0F0F6;
}

/* line 625, ../sass/theme.scss */
table.tablesorter thead tr .headerSortUp {
  background-image: url(../images/asc.gif);
}

/* line 628, ../sass/theme.scss */
table.tablesorter thead tr .headerSortDown {
  background-image: url(../images/desc.gif);
}

/* line 631, ../sass/theme.scss */
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
  background-color: #8dbdd8;
}

/* line 635, ../sass/theme.scss */
.filter-table .quick {
  margin-left: 0.5em;
  font-size: 0.8em;
  text-decoration: none;
}

/* line 636, ../sass/theme.scss */
.fitler-table .quick:hover {
  text-decoration: underline;
}

/* line 637, ../sass/theme.scss */
table.tablesorter tbody td.alt {
  background-color: #ffc;
  background-color: rgba(255, 255, 0, 0.2);
}

/*
 * Organisation table tabs
 * --------------------------------------------------------
 */
/* line 646, ../sass/theme.scss */
#organisations-table-tabs-container {
  margin-top: 2em;
  position: relative;
  margin-left: 2%;
  width: 96%;
  float: left;
}
/* line 652, ../sass/theme.scss */
#organisations-table-tabs-container .tab-controls {
  margin-left: 0;
  border-bottom: 1px solid #cecece;
  clear: both;
  margin-bottom: 1em;
}
/* line 657, ../sass/theme.scss */
#organisations-table-tabs-container .tab-controls li {
  float: left;
  list-style-image: none;
  margin-right: 1em;
  margin-left: 1em;
  margin-bottom: 0.25em;
  border: 1px solid #cecece;
  padding: 0.25em;
  padding-bottom: 0.15em;
  background: #e6e6e6;
}
/* line 667, ../sass/theme.scss */
#organisations-table-tabs-container .tab-controls li a {
  text-decoration: none;
}
/* line 669, ../sass/theme.scss */
#organisations-table-tabs-container .tab-controls li a:link, #organisations-table-tabs-container .tab-controls li a:active, #organisations-table-tabs-container .tab-controls li a:visited {
  color: #000;
}
/* line 675, ../sass/theme.scss */
#organisations-table-tabs-container .tab-controls li.active {
  background: #fff;
  border-bottom: 1px solid #fff;
}
/* line 678, ../sass/theme.scss */
#organisations-table-tabs-container .tab-controls li.active a {
  text-decoration: none;
}
/* line 685, ../sass/theme.scss */
#organisations-table-tabs-container .tab {
  position: relative;
  width: 100%;
  float: left;
  margin-left: -100%;
  left: 100%;
  display: none;
}
/* line 692, ../sass/theme.scss */
#organisations-table-tabs-container .tab.active {
  display: block;
}
/* line 696, ../sass/theme.scss */
#organisations-table-tabs-container .tab table th, #organisations-table-tabs-container .tab table td {
  width: 20%;
}
/* line 698, ../sass/theme.scss */
#organisations-table-tabs-container .tab table th:first-child, #organisations-table-tabs-container .tab table td:first-child {
  width: 40%;
}
/* line 702, ../sass/theme.scss */
#organisations-table-tabs-container .tab table td {
  padding-left: 6px;
}

/* Embedded pages */
/* line 713, ../sass/theme.scss */
body.embed {
  background: none;
}
/* line 715, ../sass/theme.scss */
body.embed #inner {
  width: auto;
  margin: auto;
  background: white;
}
/* line 719, ../sass/theme.scss */
body.embed #inner #main {
  width: auto;
  float: none;
  margin: auto;
}
/* line 723, ../sass/theme.scss */
body.embed #inner #main .section_heading .number {
  color: #4499D4;
}
/* line 726, ../sass/theme.scss */
body.embed #inner #main .content_box {
  background: none;
}
/* line 728, ../sass/theme.scss */
body.embed #inner #main .content_box .tab {
  border: 1px solid #cecece;
  border-top: 0;
}
/* line 732, ../sass/theme.scss */
body.embed #inner #main .content_box h1 {
  background: #0E75BD;
}
/* line 736, ../sass/theme.scss */
body.embed #inner #main .content_box_header,
body.embed #inner #main .content_box_footer {
  background: none;
}
/* line 741, ../sass/theme.scss */
body.embed #inner #main #organisations-table-tabs-container .listing-wrapper {
  margin-top: -1em;
}
