html, body {
  background-color: #152569;
  font: 100% Verdana, sans-serif;
  line-height: 1em;
  height: 100%;
  margin: 0;
  padding: 0 0 1px;
}
a:hover {
  color: #ee700a;
}
img {
  border: 0;
}

input, select, option, textarea {
  font-family: Verdana, arial, sans-serif;
  font-size: 1.0em;
  font-style: normal;
  padding-top: 0;
  z-index: 1;
}
textarea, select {
  background: #f7f7f7;;
  border: 1px solid #777;
  border-bottom-color: #ccc;
  border-right-color: #ccc;
  padding: 2px;
}
input.text {
  background: #f7f7f7;;
  border: 1px solid #777;
  border-bottom-color: #ccc;
  border-right-color: #ccc;
  padding: 2px;
}
input.submit {
  background: url(/button_gradient.gif) 0 0 repeat-x;
  border: 1px solid #777;
  border-top-color: #ccc;
  border-left-color: #ccc;
  padding: 2px 4px;
  overflow: visible;
}
input.submit:hover {
  border: 1px solid #ccc;
  border-top-color: #777;
  border-left-color: #777;
}
div#shadow_container{
  background: #fff url(/images/shadow_rpt.png) repeat-y left top;
  width: 950px;
  margin: auto;
  padding:0 4px;
  overflow:hidden;
}
div#MainContainer {
  background: url(/images/ThreeColumnBackground_new.gif) repeat-y left top;
  font-size: 0.85em;
  width: 950px;
  margin:0;
  margin-bottom:6px;
}
div#MastheadPrint {
  display: none;
}
div#Masthead {
  background: #fff;
  height: 110px;
  /* relative positioning affects the absolute positioning of the #SearchBox child element. */
  position: relative;
}
#MastheadLogo img {
  margin-left: 30px;  
  margin-top: 26px;  
  border: 0;
}
#SearchBox { 
  position: absolute;
  top: 15px;
  right: 15px;
}
#SearchBox #search {
  font-size: 0.9em;
  width: 16em;
}
#SearchBox input.submit {
  font-size: 0.9em;
  margin: 0 0 0 4px;
}
div#InnerContainer {
  overflow:hidden;
  padding: 0;
  width: 944px;
}
div#LeftSidebar {
  background: #fbf0a9;
  border-top: 1px solid #BABFC7;
  float: left;
  font-size: 0.94em;
  margin:0 6px 20px 6px;
  padding: 0px;
  width: 176px;
  display: inline;
}
div#content {
  float: left;
  overflow:hidden;
  width: 756px;
}
h1#DesktopTitle {
  font-size: 1.2em;
  font-weight: bold;
  margin: 0;
  padding: 0;
}
div#CenterContainer {
  /* The various font-size css files override this setting. */
  font-size: 1em;
  line-height: 1.5em;
}
div#CenterContainer h1 { 
  color: #003;
  font-size: 1.3em;
}
div#CenterContainer h2 { 
  background-color: #e5ecf5;
  color: #003;
  font-size: 1.2em; 
  margin: 1em 0 0.7em 0;
  padding: 6px;
}
div#CenterContainer h3 { 
  color: #337;
  font-size: 1.1em; 
}
div#CenterContainer p { 
  margin: 0.3em 0 1.4em 0;
}
div#CenterContainer ul { 
  margin-top: 1em;
}
div#CenterContainer div#CenterColumn {
  float: left;
  overflow:hidden;
  padding: 0 12px 0 6px;
  width: 538px;
}

div#Breadcrumbs {
  background: #f6cc48;
  padding: 6px;
  font-size: 0.9em;
}
div#Breadcrumbs a {
  color: #00f;
}
div#TitleBar {
  background: #17248a;
  color: #fff;
  height: 42px;
}
div#TitleBar h1 {
  color: #e5e5d8;
  font-size: 1.45em;
  line-height: 42px;
  margin: 0;
  padding: 0 0 0 6px;
}
div#RightSidebar {
  float: left;
  width: 200px;
}

div#BottomShadow {
  background: url(/images/shadow_btm.png) no-repeat;
  height: 4px;
  margin: auto;
  width: 958px;
}
div#BottomShadow img {
  float: right;
}

div#footer {
  color: #a4aeff;
  font-size: 0.77em;
  line-height: 1.5em;
  margin: 0.8em auto;
  padding: 0 0 2em 0;
  width: 932px;
}
div#footer img {
  float: right;
  padding: 2px 13px 0 0;
}
div#footer a {
  color: #fff;
}
div#footer a:hover {
  color: #ee700a;
}

#LeftSidebar ul {
  list-style-type: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
#LeftSidebar li {
  margin:0;
}
#LeftSidebar a {
/*  background: #ffff99 url(/images/nav_gradient.png) repeat-y right top; */
  background: url(/images/navbg_yello176.gif) repeat-y left top;
  border:0;
  border-bottom: 1px solid #BABFC7;
  color: #111;
  display: block;
  margin:0;
  padding: 5px 8px 5px 8px;
  text-decoration: none;
  width: 160px;
}
#LeftSidebar a.NavSelectedItem {
  background: #17248A;
  color:#fff;
  font-weight: bold;
}
#LeftSidebar a.NavSelectedContainer {
  background: #E5ECF5;
  border-bottom: 1px solid #babfc7;
  color: #000;
  font-weight: bold;
}
#LeftSidebar a:hover {
  color: #000 !important;
  background: #f6cc48;
}
/* Subnav */
#LeftSidebar ul ul a {
  background: #e5ecf5;
  border-bottom: 1px solid #babfc7;
  padding-left: 18px;
  width: 150px;
}
/* Subsubnav */
#LeftSidebar ul ul ul a {
  padding-left: 28px;
  width: 122px;
}
/* Subsubsubnav */
#LeftSidebar ul ul ul ul a {
  padding-left: 38px;
  width: 112px;
}
/* Subsubsubsubnav */
#LeftSidebar ul ul ul ul ul a {
  padding-left: 48px;
  width: 102px;
}
/* Subsubsubsubsubnav */
#LeftSidebar ul ul ul ul ul ul a {
  padding-left: 58px;
  width: 92px;
}
div#UserBar {
  background: #ddd;
  border-bottom: 2px groove;
  color: #000;
  font-family:  sans-serif;
  font-size: 0.9em;
  height: 30px;
  padding: 2pt;
  vertical-align: middle;
}
div#UserBar a {
  color: #000;
}
div#LoggedInAs {
  display: inline;
  float: left;
}
div#UserActions {
  display: inline;
  float: right;
}
div#PageTools {
  font-size: 11px !important;
  line-height: 18px;
  padding:10px;
  text-align: right;
}
div#PageTools a {
  color: #000;
}
div#font-sizes {
  float:right;
  margin-top: 1px;
}
div#font-sizes a {
  border: 1px solid #dbd7b9;
  display:block;
  float: left;
  height: 13px;
  margin: 0 0 0 4px;
  text-decoration: none;
  width: 13px;
}
div#font-sizes a.active {
border: 1px solid #000;
}
a#Small_Text {
  background: url(/small.gif) 0 0 no-repeat;
}
a#Small_Text:hover {
  background-position:0 -13px;
  border: 1px solid #000;
}
a#Medium_Text {
  background: url(/medium.gif) 0 0 no-repeat;
}
a#Medium_Text:hover {
  background-position:0 -13px;
  border: 1px solid #000;
}
a#Large_Text {
  background: url(/large.gif) 0 0 no-repeat;
}
a#Large_Text:hover {
  background-position:0 -13px;
  border: 1px solid #000;
}
p#DesktopStatusBar {
  border: 1px solid #7a7870;
  padding: 8px;
}
tr.RowEven {
  background-color: #ddd;
}
tr.RowOdd {
  background-color: #fff;
}

table.typical, table.typical tr, table.typical th, table.typical td {
  border: 1px solid gray;
  border-collapse: collapse;
}
table.typical th {
  text-align: center;
  font-weight: bold;
}
table.typical th, table.typical td {
  padding: .2em;
}
table.typical th {
  background-color: #ddd;
}
br.print_clearer {
  display:none;
}
td.galleryimage_box {
  background-color: #eef1f6;
  border: 1px solid #193e82;
  height: 324px;
  text-align: center;
  vertical-align: middle !important;
  width: 324px;
}
.galleryimage_box img {
  border:0;
  margin: auto;
}

/* Without this next rule, IE overflows the UL into the right sidebar making it appear at the page bottom. */
ul.PressReleases {
  width: 90%;
} 
ul.PressReleases li {
  margin-bottom: 0.5em;
}
ul.PressReleases li div { 
  font-size: 0.9em; 
  margin-left: 1.5em; 
}
ul.PressReleases li .caption { font-style: italic; }
/* Classes set on embedded attachment images */
img.image_attachment {
  border: 1px solid #939292;
}
span.image_attachment_left {
  display:block;
  float: left;
  margin: 0.5em 1.2em 0.5em 0;
}
span.image_attachment_right {
  display:block;
  float: right;
  margin: 0.5em 0 0.5em 1.2em;
}
span.image_attachment_center {
  display:block;
  margin: auto;
}
span.image_caption {
  border-color: 1px solid #939292;
  color: #939292;
  display:block;
  font-size: 88%;
  line-height: 1em;
  margin-top: 5px;
  padding: 1ex;
  text-align: center;
}
div#error_summary {
  border:1px dotted #f00;
  padding: 1em;
  margin-top: 1em;
}
#error_summary h1.error_summary {
  color: #df0000;
  font-size: 1em;
  margin: 0;
  padding: 0;
}
.error {
  background: #ffdfdf;
  color: #df0000;
  font-weight: bold;
}
a.button_box {
  color: #00f;
  border: 1px solid #aaa;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  background: #eaeaea;
  font-weight: bold;
  padding: 1ex 1em;
}
a.button_box:hover {
  border: 1px solid #333;
  border-right: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
}
/* These form_* styles are used by numerous forms, including surveys (whose templates are in MyCMFSkins */
div.form_field {
  margin-bottom: 1em;
  zoom: 1;
}
.required  {
  color: #f00;
  font-weight: bold;
}
.form_input_horizontal,
.form_input_vertical,
.form_label_horizontal,
.form_label_vertical {
  padding-right: .5em;
  padding-left: .5em;
}
.form_label_horizontal {
  width: 32%;
  float: left;
  text-align: right;
  display: block;
}
.form_input_horizontal {
  width: 62%;
  float: left;
  display: block;
}
div.error_field {
  border:1px dotted #f00;
  padding-bottom: 0.5em;
}
div.error_message {
  padding: 0.5em;
  margin-bottom: 0.5em;
  background: #ffdfdf;
  color: #df0000;
  font-weight: bold;
  clear: both;
}
div#error_summary {
  border:1px dotted #f00;
  padding: 1em;
}
#error_summary h1.error_summary {
  color: #df0000;
  margin: 0;
  padding:0;
}
form #submit_container { text-align: center; margin-top: 1em; }
.clear {
  clear: both;
}
div.survey_image {
  float: right;
}
div#CenterColumn div.holiday_card {
  border-top:1px solid grey;
  padding:4px 0 0 0;
  overflow:hidden;
  display:block;
  width:100%;
}
div#CenterColumn div.holiday_card p {
  display:block;
  width:360px;
  float:right;
  margin-left:10px;
}
div.panorama_box {
 float:left;
 margin:12px 0 0 9px;
 overflow:hidden;
 padding:0;
 width:260px;
}
div.panorama_box p.panorama_title {
 text-align:center;
}
