/**********/
/* GLOBAL */
/**********/

* {
  margin: 0;
  padding: 0;
  outline: 0;
}

html {
  overflow: -moz-scrollbars-vertical;
}

body {
  background: #fff url(/page_templates/common/images/header/jpg) 50% 0% repeat-x;
  background-color: #fff;
  color: #6d6e71;
  font: normal small verdana, sans-serif;
}

h1, h2, h3 {
  color: #002A5C;
}

h1 {
  font-size: 26px;
  text-transform: uppercase;
}

h3 {
  font-size: 15px;
}

a {
  color: #009ddc;
}

a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a img {
  border-style: none;
}

input, textarea {
  font: normal small verdana, sans-serif;
}

address {
  color: #002a5c;
  float: right;
  font-size: x-small;  
  font-style: normal;
  line-height: 1.75;  
  margin-right: 2px;
  text-align: right;
}

.street-address {
  display: block;
  line-height: 1.25;
  margin: 5px 0;
}


/*********
 * MENUS *
 *********/

.level-1 {
  padding-left: 0;
}

.level-2 {
  padding-left: 10px;
}

.level-3 {
  padding-left: 20px;
}

.selected {
  font-weight: bold;
}


/***********
 * BUTTONS *
 ***********/

a.button {
  background: #fff url(/page_templates/common/images/button_bg.gif) no-repeat;
  color: #fff;  
  display: block;
  height: 20px;
  line-height: 20px;
  text-align: center;
  width: 95px;
}

a.button:hover {
  text-decoration: none;
}

.fleft input.button {
  margin-left: 0px;
  margin-right: 5px;
}

.fright input.button {
  margin-left: 5px;
  margin-right: 0px;
}

input.button {
  color:#fff;
  background:#fff url(/page_templates/common/images/button_bg.gif) no-repeat;
  line-height:20px;
  /*display:block;*/
  width:95px;
  height:20px;
  text-align:center;
  /*margin:10px 0;*/
  border-style:none;
  /*margin-right:5px;*/
  padding-bottom: 2px;
}


/**********/
/* LAYOUT */
/**********/

#page {    
  margin: 0 auto;
  position: relative;
  width: 963px;
}

h1#logo {
  background: transparent url(/page_templates/common/images/logo.png);
  height: 119px;
  left: 26px;
  margin: 0;
  position: absolute;
  top: 52px;
  width: 208px;
}

h1#logo a {
  display: block;
  height: 0;
  overflow: hidden;
  padding-top: 119px;
}

h1#section_title {  
  font-size: 250%;
  left: 199px;
  margin: 0;
  position: absolute;
  top: 154px;
  text-transform: uppercase;
}

h2#strapline {
  background: transparent url(/page_templates/common/images/strapline.png) right top no-repeat;
  height: 0;
  left: 320px;
  margin: 0;
  overflow: hidden;
  padding-top: 43px;  
  position: absolute;
  top: 85px;
  width: 463px;
}

h2, h3 {
  font-weight: normal;
}

h3 {
  font-size: 15px;
}

#head .menu {  
  height: 38px;
  left: 0;
  position: absolute;
  top: 0;  
  width: 963px;
  z-index: 10;
}

#head .menu span {}

#head .menu ul {
  display: table;
  list-style-type: none;
  margin: 0 auto;
  padding: 0;
  white-space: nowrap;
}

#head .menu li {
  display: table-cell;
  height: 38px;
  width: 107px;
}

#head .menu a {
  background-color: transparent;
  background-image: url(/page_templates/common/images/top_menu_center_bg.png);
  background-position: 0px -38px;
  color: #e0ebef;
  display: block;
  font-size: 110%;
  height: 29px;
  padding: 9px 0 0 0;  
  text-align: center;
  width: 107px;
}

#head .menu li a.first {
  background-image: url(/page_templates/common/images/top_menu_left_bg.png);
}

#head .menu li a.last {
  background-image: url(/page_templates/common/images/top_menu_right_bg.png);
}

#head .menu li a.selected {
  background-position: 0px 0px;
  color: #fff;
  font-weight: bold;  
}

#head .menu a:hover {
  background-position: 0px 0px;
  color: #fff;
  text-decoration: none;
}

#body {
  overflow: hidden;  
  padding-top: 235px;
}

#page_title {
  background: transparent url(/page_templates/common/images/title_bg.png) left top no-repeat;
  color: #fff;
  font-size: 120%;
  height: 36px;
  line-height: 29px;
  margin-bottom: 0px;
  padding: 0 22px;  
  width: 516px;
}

#footer {
  height: 1%;
  margin-top: 11px;
  overflow: hidden;
  padding-bottom: 30px;
}

#footer .menu {
  width: 963px;
}

#footer .menu span {}

#footer .menu ul {
  display: table;
  list-style-type: none;
  margin: 0 auto;
  padding: 0;  
  white-space: nowrap;
}

#footer .menu li {
  display: table-cell;
  width: 107px;
  padding: 18px 0;
  text-align: center;
}

#footer .menu a {
  font-weight: bold;
}

#search {
  left: 773px;
  top: 220px;  
  position: absolute;
  z-index: 2;
}

#search input {
  font-size: 100%;
}

#search #query {
  border: 1px solid #9f9f9f;
  padding: 1px;
  width: 130px;
}

#search .submit {
  background-color: #009ddc;
  color: #fff;  
  border: 1px solid #fff;
}

#popular_pages {
  background: transparent url(/page_templates/common/images/footer_bg.png) no-repeat;
  border-bottom: 1px solid #d9d5d3;
  padding: 0 15px 10px 15px;
  text-align: center;
  width: 933px;
}

#popular_pages h3 {
  /*height:29px;*/
  background-color: transparent;
  color: #fff;
  font-size: 120%;
  margin: 0;
  padding: 5px 0 15px;
  text-align: left;  
}

#popular_pages a {
  color: #002a5c;
}

#popular_pages .tag1 { 
  font-size: 10px; 
  line-height: 0.8em;
}
#popular_pages .tag2 { 
  font-size: 11.5px; 
  line-height: 0.95em;
}
#popular_pages .tag3 { 
  font-size: 13px; 
  line-height: 1.2em;
}
#popular_pages .tag4 { 
  font-size: 14.5px; 
  line-height: 1.4em;
}
#popular_pages .tag5 { 
  font-size: 16px; 
  line-height: 1.4em;
}
#popular_pages .tag6 { 
  font-size: 17.5px; 
  line-height: 1.4em;
}
#popular_pages .tag7 { 
  font-size: 19px; 
  line-height: 1.5em;
}

#page_ident {
  position: absolute;
  right: 0;
  top: 50px;
  z-index: 1;
}

#admin {
  padding: 0 0 10px 15px;
  color: #002a5c;
  font-size: x-small;
}

#admin a {
  background-color: transparent;
}

#powered_by {
  display: block;
  margin-top: 3px;
}


/**********
 * REDBOX *
 **********/

#RB_window {
  background-color: transparent;
}

#RB_window .header {
  background: transparent url(/page_templates/common/images/popup_title_bg_left.png) left top no-repeat; 
  height: 36px;
}

#RB_window .header h2 {
  background: transparent url(/page_templates/common/images/popup_title_bg_right.png) right top no-repeat; 
  color: #fff;
  font-size: 16px;
  line-height: 29px;
  height: 36px;
  margin-left: 20px;
}

#RB_window .content {
  background: transparent url(/page_templates/common/images/popup_bg.png) right top repeat-y; 
  border-bottom: 1px solid #d9d5d3;
  border-left: 1px solid #d9d5d3;
  padding: 10px 20px 15px;
}

.redbox-form {
  width: 251px;
}

.redbox-form-2col {
  width: 480px;
}

/***********
 * COLUMNS *
 ***********/

.two-columns {
  height: 1%;
  overflow: hidden;
}

.two-columns .left-column {
  float: left;
  margin-right: 4%;
  width: 48%;
}

.two-columns .right-column {
  float: left;
  width: 48%;
}

.two-columns ul {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}
.two-columns li {
  margin: 5px 0;
}


/****************
 * IMAGE FRAMES *
 ****************/

.frame {
  border: 2px solid #d9d5d3;
  overflow: hidden;
}

.frame img,
.frame .swf {
  border: 2px solid #fff;
  display: block;
}

.photos-preview-block .frame,
.photos-preview-block .frame img {
  border-width: 1px;
}


/***********************
 * SITE SEARCH RESULTS *
 ***********************/

#site_search_results {
  margin-bottom: 20px;
}

#site_search_results .search-summary {}

#site_search_results .search-result {
  margin-bottom: 16px;
}

#site_search_results .search-result .two-column-heading {
  margin-bottom: 5px;
  margin-top: 15px;
}

#site_search_results .search-result .two-column-heading h3 {}

#site_search_results .search-result .two-column-heading h3 a {
  color: #002a5c;
}

#site_search_results .search-result .two-column-heading h3 a:hover {
  color: #009ddc;
  text-decoration: none;
}

#site_search_results .search-result .description {
  margin-bottom: 4px;
}

#site_search_results .search-result .details {
  font-size: 10px;
}

#site_search_results .paginator {
  margin-top: 25px;
}


/***********************
 * TWO-COLUMN HEADINGS *
 ***********************/

.two-column-heading {
  border-bottom: 1px solid #d9d5d3;
  padding-bottom: 3px;
  height: 21px;
  line-height: 21px;
  margin: 20px 0 10px;
  overflow: hidden;
  width: 100% !important;
}

.flat-bottom {
  margin-bottom: 0 !important;
}

.flat-top {
  margin-top: 0 !important;
}

.underlined {
  border-bottom: 1px solid #d9d5d3;
  padding-bottom: 3px;
}

.two-column-heading h3 {
  float: left;
  margin: 0 !important;
}

.two-column-heading span {
  display: block;
  float: right;
  font-size: 11px;
  line-height: 23px;
}

.two-column-heading span.note {
  font-size: 11px;
}


/*************
 * PAGINATOR *
 *************/
 
.paginator {
  border-top: 1px solid #d9d5d3;
  font-weight: bold;
  padding-top: 15px;
  text-align: center;
}

.paginator a {
  font-weight: normal;
}


/******************
 * USEFUL CLASSES *
 ******************/ 

.grey-text {
  color: #999;
}

.jump-to-top {
  display: none !important;
}


/************
 * LIGHTBOX *
 ************/

#lightbox #caption {
  color: #6d6e71;
  font-family: verdana, sans-serif;
  font-size: 11px;
  font-weight: normal;
}


/******************
 * REDUX TEMPLATE *
 ******************/

body.redux-template #content {
  float: none;
  margin: 0 auto;
  padding-top: 10px;
  width: 600px;
}

body.redux-template #section_title {
  left: 181px;
}

body.redux-template #content h3 {
  line-height: 21px;
  margin-bottom: 10px;
}

body.redux-template #content p {
  margin-bottom: 6px;
}


/************
 * MESSAGES *
 ************/

.message {
  padding: 0 0 20px;
}

.message .notice {
  background-color: #e5f0e5;
  border: 1px solid green;
  color: green;
  font-size: 14px;
  padding: 5px;  
  text-align: center;
}