@charset "UTF-8";

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('/wellington/theme/css/fonts/OpenSans/OpenSans-Regular.eot');                                        /* IE9 Compat Modes */
  src: url('/wellington/theme/css/fonts/OpenSans/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),     /* IE6-IE8 */
    url('/wellington/theme/css/fonts/OpenSans/OpenSans-Regular.woff') format('woff'),                           /* Modern Browsers */
    url('/wellington/theme/css/fonts/OpenSans/OpenSans-Regular.ttf')  format('truetype'),                       /* Safari, Android, iOS */
    url('/wellington/theme/css/fonts/OpenSans/OpenSans-Regular.svg#svgFontName') format('svg');                 /* Legacy iOS */
}

@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: url('/wellington/theme/css/fonts/OpenSans/OpenSans-Italic.eot');                                         /* IE9 Compat Modes */
  src: url('/wellington/theme/css/fonts/OpenSans/OpenSans-Italic.eot?#iefix') format('embedded-opentype'),      /* IE6-IE8 */
    url('/wellington/theme/css/fonts/OpenSans/OpenSans-Italic.woff') format('woff'),                            /* Modern Browsers */
    url('/wellington/theme/css/fonts/OpenSans/OpenSans-Italic.ttf')  format('truetype'),                        /* Safari, Android, iOS */
    url('/wellington/theme/css/fonts/OpenSans/OpenSans-Italic.svg#svgFontName') format('svg');                  /* Legacy iOS */
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('/wellington/theme/css/fonts/OpenSans/OpenSans-Semibold.eot');                                       /* IE9 Compat Modes */
  src: url('/wellington/theme/css/fonts/OpenSans/OpenSans-Semibold.eot?#iefix') format('embedded-opentype'),    /* IE6-IE8 */
    url('/wellington/theme/css/fonts/OpenSans/OpenSans-Semibold.woff') format('woff'),                          /* Modern Browsers */
    url('/wellington/theme/css/fonts/OpenSans/OpenSans-Semibold.ttf')  format('truetype'),                      /* Safari, Android, iOS */
    url('/wellington/theme/css/fonts/OpenSans/OpenSans-Semibold.svg#svgFontName') format('svg');                /* Legacy iOS */
}

@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  src: url('/wellington/theme/css/fonts/OpenSans/OpenSans-SemiboldItalic.eot');                                     /* IE9 Compat Modes */
  src: url('/wellington/theme/css/fonts/OpenSans/OpenSans-SemiboldItalic.eot?#iefix') format('embedded-opentype'),  /* IE6-IE8 */
    url('/wellington/theme/css/fonts/OpenSans/OpenSans-SemiboldItalic.woff') format('woff'),                        /* Modern Browsers */
    url('/wellington/theme/css/fonts/OpenSans/OpenSans-SemiboldItalic.ttf')  format('truetype'),                    /* Safari, Android, iOS */
    url('/wellington/theme/css/fonts/OpenSans/OpenSans-SemiboldItalic.svg#svgFontName') format('svg');              /* Legacy iOS */
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('/wellington/theme/css/fonts/OpenSans/OpenSans-Bold.eot');                                           /* IE9 Compat Modes */
  src: url('/wellington/theme/css/fonts/OpenSans/OpenSans-Bold.eot?#iefix') format('embedded-opentype'),        /* IE6-IE8 */
    url('/wellington/theme/css/fonts/OpenSans/OpenSans-Bold.woff') format('woff'),                              /* Modern Browsers */
    url('/wellington/theme/css/fonts/OpenSans/OpenSans-Bold.ttf')  format('truetype'),                          /* Safari, Android, iOS */
    url('/wellington/theme/css/fonts/OpenSans/OpenSans-Bold.svg#svgFontName') format('svg');                    /* Legacy iOS */
}

@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: url('/wellington/theme/css/fonts/OpenSans/OpenSans-BoldItalic.eot');                                     /* IE9 Compat Modes */
  src: url('/wellington/theme/css/fonts/OpenSans/OpenSans-BoldItalic.eot?#iefix') format('embedded-opentype'),  /* IE6-IE8 */
    url('/wellington/theme/css/fonts/OpenSans/OpenSans-BoldItalic.woff') format('woff'),                        /* Modern Browsers */
    url('/wellington/theme/css/fonts/OpenSans/OpenSans-BoldItalic.ttf')  format('truetype'),                    /* Safari, Android, iOS */
    url('/wellington/theme/css/fonts/OpenSans/OpenSans-BoldItalic.svg#svgFontName') format('svg');              /* Legacy iOS */
}


/*┏━━━━━━━━━━━━━┓*/
/*┃ RESET V1.00 ┃*/
/*┗━━━━━━━━━━━━━┛*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn,
em, img, ins, kbd, q, s, samp, small, strong, sub, sup, var, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label,
legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer,
header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}
html {
  overflow-y: scroll;
  height: 100%;
}
body {
  height: 100%;
}
nav ol, nav ul {
  list-style: none;
}
nav li {
  display: inline-block;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
td, td img {
  vertical-align: top;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}
blockquote, q {
  quotes: "" "";
}
a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  vertical-align: baseline;
  background:transparent;
  cursor: pointer;
}
a:hover, a:active { 
  outline: 0; 
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #000000;
  margin: 1em 0;
  padding: 0;
}

@charset "UTF-8";
/*┏━━━━━━━━━━━━━━━┓*/
/*┃ GENERAL V1.00 ┃*/
/*┗━━━━━━━━━━━━━━━┛*/
body {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif; /* Sans fonts */
  font-size: 13px;
  line-height: 1.35; /* Between 1.2 and 1.45 looks about right */
  font-weight: normal;
  color: #333333;
  background: #ffffff;
}


/*┏━━━━━━━━━━━━━━━━━━━━━━━━┓*/
/*┃ PARAGRAPHS AND HEADERS ┃*/
/*┗━━━━━━━━━━━━━━━━━━━━━━━━┛*/
p {
  font-size: 1em;
}
h1 {
  font-size: 2em;
}
h2 {
  font-size: 1.5em;
}
h3 {
  font-size: 1.17em;
}
h4 {
  font-size: 1em;
}
h5 {
  font-size: 0.83em;
}
h6 {
  font-size: 0.67em;
}


/*┏━━━━━━━━━━━━┓*/
/*┃ HYPERLINKS ┃*/
/*┗━━━━━━━━━━━━┛*/
a {
  color: #1c86c7;
}
a:link{
  color: #1c86c7;
  text-decoration: none;
}
a:visited{
  color: #1c86c7;
  text-decoration: none;
}
a:hover{
  color: #1c86c7;
  text-decoration: underline;
}
a:active{
  color: #1c86c7;
  text-decoration: underline;
}


/*┏━━━━━━━━━━━━━━┓*/
/*┃ TABLE LAYOUT ┃*/
/*┗━━━━━━━━━━━━━━┛*/
.table {
  display: table;
}
.row {
  display: table-row;
}
.cell {
  display: table-cell;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 2px;
}
table td {
  border: 1px solid #000000;
  padding: 2px;
}

/*┏━━━━━━━━━━━━━━━━━┓*/
/*┃ TEXT FORMATTING ┃*/
/*┗━━━━━━━━━━━━━━━━━┛*/
.left {
  text-align: left;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
.normal {
  font-weight: normal;
}
.bold, strong {
  font-weight: bold;
}
.italic, em {
  font-style: italic;
}
.underline, u {
  text-decoration: underline;
}
.strike, s {
  text-decoration: line-through;
}

/*┏━━━━━━━━━━━━━━━┓*/
/*┃ FORM ELEMENTS ┃*/
/*┗━━━━━━━━━━━━━━━┛*/

/*┌─────────────────────┐*/
/*│ Base 'Input' Styles │*/
/*└─────────────────────┘*/
input {
  font-size: 14px !important;
  font-family: Arial, Helvetica, sans-serif !important;
  border-radius: 0px;
  border: 1px solid #cdcdcd;
  background: #ffffff;
  width: 200px;
  height: 28px;
  line-height: 16px;
  padding: 0 5px;
  color: #333333;
}
input:focus {
  border: 1px solid #616c7b;
}
label{
  font-size: 14px;
  color: #333333;
  text-align: right;
  padding-right: 5px;
  white-space: nowrap;
}

/*┌──────┐*/
/*│ Text │*/
/*└──────┘*/
input[type="text"] {
}
input[type="text"]:focus {
}
label.textLabel{
}

/*┌──────────┐*/
/*│ Password │*/
/*└──────────┘*/
input[type="password"] {
}
input[type="password"]:focus {
}
label.passwordLabel {
}

/*┌────────┐*/
/*│ Number │*/
/*└────────┘*/
input[type="number"] {
  padding: 0 5px 0 10px;
  width: 50px;
}
input[type="number"]:focus {
}
label.numberLabel {
}

/*┌──────────┐*/
/*│ Checkbox │*/
/*└──────────┘*/
input[type="checkbox"] {
  width: 13px;
  height: 13px;
  cursor: pointer;
  vertical-align: middle;
  margin: 0px 4px 3px 0px;
}
label.checkboxLabel {
}

/*┌───────┐*/
/*│ Radio │*/
/*└───────┘*/
input[type="radio"] {
  width: 13px;
  height: 13px;
  cursor: pointer;
  vertical-align: middle;
  margin: 0px 4px 3px 0px;
}
label.radioLabel {
}

/*┌───────┐*/
/*│ Image │*/
/*└───────┘*/
input[type="image"] {
}
label.radioLabel {
}

/*┌──────┐*/
/*│ File │*/
/*└──────┘*/
input[type="file"] {
  cursor: pointer;
  border: 0;
}
label.fileLabel {
}

/*┌──────────┐*/
/*│ Textarea │*/
/*└──────────┘*/
textarea {  
  font-size: 14px !important;
  font-family: Arial, Helvetica, sans-serif !important;
  border-radius: 0px;
  border: 1px solid #cdcdcd;
  background: #ffffff;
  width: 400px;
  height: 200px;
  line-height: 16px;
  padding: 5px;
  color: #333333;
  vertical-align: text-top;
  margin: -3px 0 0 0;
}
textarea:focus {
  border: 1px solid #616c7b;
}
label.textareaLabel {
}

/*┌────────┐*/
/*│ Button │*/
/*└────────┘*/
button {
  font-size: 12px !important;
  font-family: Arial, Helvetica, sans-serif !important;
  color: #444444;
  background: #f6f6f6;
  border-radius: 2px;
  border: 1px solid #cdcdcd;
  font-weight: bold;
  padding: 6px 15px;
  /*width: auto; /* IE? */
  /*overflow: visible; /* IE? */
}
button:hover {
  color: #222222;
  border: 1px solid #616c7b;
  cursor: pointer;
}
button[disabled] {
  color: #888888;
  border: 1px solid #cdcdcd;
  cursor: not-allowed;
}

/*┌────────┐*/
/*│ Select │*/
/*└────────┘*/
select {
  font-size: 14px !important;
  font-family: Arial, Helvetica, sans-serif !important;
  min-width: 200px;
  padding-right: 10px;
}
label.selectLabel {
}

/*┌────────────────────────────────────┐*/
/*│ 'Chosen' jQuery Select Replacement │*/
/*└────────────────────────────────────┘*/
.chosen-container .chosen-drop {
  border: 1px solid #616c7b;
  border-top: 0;
  box-shadow: none;
  color: #333333;
}
.chosen-container-single .chosen-single {
  font-size: 14px !important;
  font-family: Arial, Helvetica, sans-serif !important;
  border-radius: 0px;
  border: 1px solid #cdcdcd;
  box-shadow: none;
  height: 28px;
  line-height: 27px;
  background: #ffffff;
  color: #333333;
}
.chosen-container-single .chosen-single div b {
  background-position: 0px 5px;
}
.chosen-container-single .chosen-drop {
  border-radius: 0px;
  border: 1px solid #616c7b;
  border-top: 0;
  box-shadow: none;
  color: #333333;
}
/* Results */
.chosen-container .chosen-results li {
  font-size: 14px;
}
.chosen-container .chosen-results li.highlighted {
  background: #616c7b;
  color: #ffffff;
}
/* Active */
.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #616c7b;
  background: #ffffff;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
  background: #ffffff;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 5px;
}
.chosen-container-active .chosen-choices {
  border: 1px solid #616c7b;
  box-shadow: none;
}
label.chosenLabel {
}

/*#################*/
/*# GENERAL       #*/
/*#################*/
body {
  color: #333333;
  background: #f0f0f0;
}
#body_wrapper {
  width: 942px;
  padding: 20px 10px;
  background: #ffffff;
  margin: 0 auto;
}
hr {
  border-color: #e2e4e9;
}


/*#################*/
/*# CONTENT       #*/
/*#################*/
#mainContent {
  padding: 20px;
}

#mainContent ul, #mainContent ol, .cke_editable ul, .cke_editable ol {
  margin-left: 20px;
}

/* Home Template */
.headerContainer {
  height: 300px;
  margin-bottom: 10px;
}

.menuContainer .menuLeft {
  display: inline-block;
  vertical-align: top;
  width: 308px;
  margin-right: 9px;
}
.menuContainer .menuRight {
  display: inline-block;
  vertical-align: top;
  width: 625px;
}

#bannerHeader {
  position: relative;
  display: inline-block;
}
#bannerHeader_slider1 {
  position: relative;
}
#bannerHeader_slider1 .slide {
  cursor: move;
  position: absolute;
  overflow: hidden;
}
#bannerHeader_slider1 .slide .caption {
  position: absolute;
}
#bannerHeader_slider1 .slide .caption .cover {
  position: absolute;
  background-color: #000000;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
#bannerHeader_slider1 .slide .caption .container {
  position: absolute;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  line-height: 50px;
  text-align: center;
}
#bannerHeader_slider1 .slide .caption .container .content1 {
  font-family: 'Inconsolata';
  font-size: 70px;
  line-height: 60px;
  color: #cceffc;
  padding: 10px;
  margin: 0;
}
#bannerHeader_slider1 .slide .caption .container .content2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 35px;
  line-height: 40px;
  color: #ffffff;
  padding: 10px;
  margin: 10px 0 0 0;
}

/* buttonMenu Text Menu*/
#buttonMenu {
  height: 88px;
  margin-bottom: 10px;
}
#buttonMenu .textMenu {
  display: inline-block;
  vertical-align: top;
  height: 86px;
  width: 226px;
  margin-right: 10px;
  border: 1px solid #e1e1e1;
  
  background: rgb(255,255,255); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(226,226,226,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(226,226,226,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(226,226,226,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(226,226,226,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(226,226,226,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(226,226,226,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e2e2e2',GradientType=0 ); /* IE6-9 */
}
#buttonMenu .textMenu:hover {
  background: rgb(255,255,255); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(226,226,226,1) 50%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(226,226,226,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(226,226,226,1) 50%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(226,226,226,1) 50%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(226,226,226,1) 50%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(226,226,226,1) 50%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e2e2e2',GradientType=0 ); /* IE6-9 */
}
#buttonMenu .textMenu.lastButton {
  margin: 0;
}

#buttonMenu .textMenu .title {
  display: inline-block;
  vertical-align: top;
  width: 206px;
  height: 38px;
  margin: 0;
  line-height: 38px;
  padding: 0 10px;
  font-size: 26px;
  font-weight: bold;
  color: #000000;
}

#buttonMenu .textMenu .content {
  display: inline-block;
  vertical-align: top;
  background: url(/wellington/theme/img/plugins/buttonMenu/arrow.png) 195px 17px no-repeat;
  padding: 0 36px 0 10px;
  margin: 0;
  width: 180px;
  height: 48px;
  font-size: 14px;
  font-weight: bold;
  color: #000000;
}

/*
#buttonMenu .textMenu a {
  float: left;
  height: 45px;
  line-height: 45px;
  width: 100px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
}
#buttonMenu .textMenu a:hover {
  background: #1c86c7;
}
*/

/* eventMenu Text Menu*/
#eventMenu {
  height: 239px;
  margin-bottom: 10px;
  background: rgb(255,255,255); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 75%, rgba(226,226,226,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(75%,rgba(255,255,255,1)), color-stop(100%,rgba(226,226,226,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 75%,rgba(226,226,226,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(255,255,255,1) 75%,rgba(226,226,226,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(255,255,255,1) 75%,rgba(226,226,226,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(255,255,255,1) 75%,rgba(226,226,226,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e2e2e2',GradientType=0 ); /* IE6-9 */
  border-bottom: 1px solid #aeaeae;
}
#eventMenu .textMenu{
  height: 30px;
}
#eventMenu .textMenu p {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  width: 298px;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  padding-left: 10px;
  color: #ffffff;
  background: #000000;
}
#eventMenu .events {
  padding-top: 20px;
  height: 75px;
}
#eventMenu .events.bottom {
  padding-bottom: 19px;
}
#eventMenu .events .title {
  display: inline-block;
  vertical-align: top;
  background: #0561ac;
  height: 69px;
  width: 94px;
  margin-right: 10px;
  padding: 3px;
}
#eventMenu .events .title p {
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 25px;
  padding: 9px 0 10px 0;
}
#eventMenu .events .content {
  display: inline-block;
  vertical-align: top;
  height: 69px;
  width: 182px;
  margin-right: 10px;
  padding: 3px;
}
#eventMenu .events .content .content1 {
  color: #000000;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 3px;
}
#eventMenu .events .content .content2 {
  color: #000000;
  font-size: 12px;
}












#buttonMenu .textMenu {
  display: inline-block;
  vertical-align: top;
  height: 86px;
  width: 226px;
  margin-right: 10px;
  border: 1px solid #e1e1e1;
  
  background: rgb(255,255,255); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(226,226,226,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(226,226,226,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(226,226,226,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(226,226,226,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(226,226,226,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(226,226,226,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e2e2e2',GradientType=0 ); /* IE6-9 */
}
#buttonMenu .textMenu:hover {
  background: rgb(255,255,255); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(226,226,226,1) 50%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(226,226,226,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(226,226,226,1) 50%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(226,226,226,1) 50%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(226,226,226,1) 50%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(226,226,226,1) 50%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e2e2e2',GradientType=0 ); /* IE6-9 */
}
#buttonMenu .textMenu.lastButton {
  margin: 0;
}

#buttonMenu .textMenu .title {
  display: inline-block;
  vertical-align: top;
  width: 206px;
  height: 38px;
  margin: 0;
  line-height: 38px;
  padding: 0 10px;
  font-size: 26px;
  font-weight: bold;
  color: #000000;
}

#buttonMenu .textMenu .content {
  display: inline-block;
  vertical-align: top;
  background: url(/wellington/theme/img/plugins/buttonMenu/arrow.png) 195px 17px no-repeat;
  padding: 0 36px 0 10px;
  margin: 0;
  width: 180px;
  height: 48px;
  font-size: 14px;
  font-weight: bold;
  color: #000000;
}

/*
#buttonMenu .textMenu a {
  float: left;
  height: 45px;
  line-height: 45px;
  width: 100px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
}
#buttonMenu .textMenu a:hover {
  background: #1c86c7;
}
*/

/* mainMenu Text Menu*/
#mainMenu .textMenu{
  height: 30px;
}
#mainMenu .textMenu p {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  width: 298px;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  padding-left: 10px;
  color: #ffffff;
  background: #000000;
}
#mainMenu .textMenu p.first {
  margin-right: 9px;
}

/* mainMenu Image Menu*/
#mainMenu .imageMenu{
  height: 210px;
}
#mainMenu .imageMenu .itemContainer{
  display: inline-block;
  width: 308px;
  height: 160px;
}
#mainMenu .imageMenu .itemContainer.first {
  margin-right: 9px;
}
#mainMenu .imageMenu a{
  display: inline-block;
  height: 210px;
  color: #ffffff;
  background: rgb(255,255,255); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 75%, rgba(226,226,226,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(75%,rgba(255,255,255,1)), color-stop(100%,rgba(226,226,226,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 75%,rgba(226,226,226,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(255,255,255,1) 75%,rgba(226,226,226,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(255,255,255,1) 75%,rgba(226,226,226,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(255,255,255,1) 75%,rgba(226,226,226,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e2e2e2',GradientType=0 ); /* IE6-9 */
}
#mainMenu .imageMenu a:link{
  color: #ffffff;
  text-decoration: none;
}
#mainMenu .imageMenu a:visited{
  color: #ffffff;
  text-decoration: none;
}
#mainMenu .imageMenu a:hover{
  color: #ffffff;
  text-decoration: none;
}
#mainMenu .imageMenu a:active{
  color: #ffffff;
  text-decoration: none;
}
#mainMenu .imageMenu a span.image {
  /*background: #ffffff;*/
  /*display: inline-block;*/
}
#mainMenu .imageMenu a span.text {
  width: 298px;
  height: 49px;
  line-height: 49px;
  display: inline-block;
  padding-left: 10px;
  text-align: left;
  font-size: 10px;
  color: #000000;
  background: url(/wellington/theme/img/plugins/mainMenu/arrow.png) 277px 12px no-repeat;
  border-bottom: 1px solid #aeaeae;
}
#mainMenu .imageMenu a span.image img{
  vertical-align: top;
  width: 308px;
  height: 160px;
}

#mapHeader {
  height: 330px;
  background: #ffffff;
  position: relative;
}
#mapHeader .bannerMap {
  height: 290px;
  padding: 20px;
  overflow-y: scroll;
}
#mapHeader .bannerLogo {
  position: absolute;
  top: 0;
  left: 0;
}

#openingTimes {
  height: 100px;
  width: 942px;
  background: url(/wellington/theme/img/plugins/openingTimes/back.png) 0 30px no-repeat;
  margin-bottom: 10px;
}
#openingTimes .opening {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  width: 471px;
  font-weight: bold;
}
#openingTimes .menu {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  width: 471px;
  text-align: right;
}
#openingTimes .menu a {
  margin: 0 5px;
  color: #333333;
}
#openingTimes .homeLink {
  display: inline-block;
  width: 942px;
  height: 70px;
}

#sitemapFooter {
}
#sitemapFooter .backWrapper {
  background: #0068ae; /* <= IE9 */
  background: linear-gradient(to bottom, #0064ac 0%, #0068ae 75%) #0068ae;
  padding: 20px;
  color: #e2e4e9;
}

#sitemapFooter .footerTop .contactUs {
  width: 902px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
#sitemapFooter .footerTop .contactUs a{
  color: #ffffff;
}


#sitemapFooter .footerCenter .sitemap {
  width: 902px;
  display: table;
}

/* Top Menu */
#sitemapFooter .footerCenter .sitemap .topmenu{
  display: table-cell;
  vertical-align: top;
  padding-right: 30px;
}
#sitemapFooter .footerCenter .sitemap .topmenu p.heading {
  color: #e2e4e9;
  font-size: 1.17em;
  white-space: nowrap;
}
#sitemapFooter .footerCenter .sitemap .topmenu a {
  color: #e2e4e9;
  font-size: 1.17em;
  white-space: nowrap;
}
#sitemapFooter .footerCenter .sitemap .topmenu a:link{
  color: #e2e4e9;
  text-decoration: none;
}
#sitemapFooter .footerCenter .sitemap .topmenu a:visited{
  color: #e2e4e9;
  text-decoration: none;
}
#sitemapFooter .footerCenter .sitemap .topmenu a:hover{
  color: #e2e4e9;
  text-decoration: underline;
}
#sitemapFooter .footerCenter .sitemap .topmenu a:active{
  color: #e2e4e9;
  text-decoration: underline;
}

/* Sub Menus */
#sitemapFooter .footerCenter .sitemap .submenu{
  display: table-cell;
  vertical-align: top;
  padding-right: 30px;
}
#sitemapFooter .footerCenter .sitemap .submenu .bullet {
  display: inline-block;
}
#sitemapFooter .footerCenter .sitemap .submenu .bullet:before {
  content: "\00a0\2022\00a0";
}
#sitemapFooter .footerCenter .sitemap .submenu a {
  color: #e2e4e9;
  white-space: nowrap;
}



#sitemapFooter .footerCenter .openingTimes {
  width: 902px;
  margin-top: 10px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}
#sitemapFooter .footerCenter .openingTimes p{

}



#sitemapFooter .footerBottom {
  font-size: 11px;
  margin-top: 10px;
}
#sitemapFooter .footerBottom .copyright {
  display: table-cell;
  vertical-align: top;
  width: 250px;
}
#sitemapFooter .footerBottom .address {
  display: table-cell;
  vertical-align: top;
  width: 480px;
  text-align: center;
}
#sitemapFooter .footerBottom .design {
  display: table-cell;
  vertical-align: top;
  width: 250px;
  text-align: right;
}
#sitemapFooter .footerBottom .logo {
  text-align: center;
}

.ui-tooltip {
  max-width: 600px !important;
}

#storeDirectory2 {
  /*border-bottom: 3px solid #e2e4e9;*/
}

#storeDirectory2 .icons {
  display: table-cell;
  vertical-align: top;
  width: 706px;
  padding: 10px;
}
#storeDirectory2 .info {
  display: table-cell;
  vertical-align: top;
  width: 254px;
  background: #0561ac;
  /*box-shadow: -10px 10px 10px 0px #cdcfd4;*/
  /*border-radius: 0 0 0 10px;*/
}

#storeDirectory2 .storeIcon {
  display: inline-block;
  width: 73px;
  height: 73px;
  background: #ffffff;
  vertical-align: bottom;
  padding: 5px;
  cursor: pointer;
}
#storeDirectory2 .storeIcon img {
  width: 73px;
  height: 73px;
  border: 1px solid #e2e4e9;
}



#storeDirectoryInfo2 {
  width: 214px;
  padding: 20px;
  text-align: center;
}
#storeDirectoryInfo2 img.logo {
  vertical-align: bottom;
  width: 150px;
  height: 150px;
}
#storeDirectoryInfo2 img.border {
  border: 1px solid #e2e4e9;
  border-radius: 5px;
}
#storeDirectoryInfo2 p {
  color: #ffffff;
  text-align: left;
}
#storeDirectoryInfo2 p.name {
  text-align: center;
  font-size: 16px;
  margin-bottom: 10px;
}
#storeDirectoryInfo2 p.web a {
  color: #ffffff;
}

#storeScroller {
  margin-bottom: 10px;
}
#storeScroller_slider1 {
  position: relative;
  overflow: hidden;
  background: #ffffff;
}
#storeScroller_slider1 .slide {
  cursor: move;
  position: absolute;
  overflow: hidden;
}

#subpageMenu .menuitem a {
  display: inline-block;
  width: 208px;
  height: 30px;
  line-height: 30px;
  background: url(/wellington/theme/img/plugins/subpageMenu/arrow.png) 213px 10px no-repeat #0561ac;
  border-bottom: 1px solid #e2e4e9;
  padding: 0 10px;
  color: #ffffff;
}
#subpageMenu .menuitem a:link {
  color: #ffffff;
  text-decoration: none;
}
#subpageMenu .menuitem a:visited {
  color: #ffffff;
  text-decoration: none;
}
#subpageMenu .menuitem a:hover {
  color: #ffffff;
  background-color: #1c86c7;
  text-decoration: none;
}
#subpageMenu .menuitem a:active {
  color: #ffffff;
  text-decoration: none;
}
#subpageMenu .menuitem a.selected {
  background-color: #1c86c7;
}

#topHeader {
  height: 100px;
  background: url(/wellington/theme/img/plugins/topHeader/back.png) 0 30px no-repeat;
  margin-bottom: 10px;
}
#topHeader .opening {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  width: 471px;
  font-weight: bold;
}
#topHeader .menu {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  width: 471px;
  text-align: right;
}
#topHeader .menu a {
  margin: 0 5px;
  color: #333333;
}
#topHeader .homeLink {
  display: inline-block;
  width: 942px;
  height: 70px;
}

/* Twitter */
#twitter {
  display: inline-block;
  /*float: right;*/
  width: 228px;
  height: 300px;
  /*height: 100px;*/
  margin-left: 10px;
  /*margin-bottom: 20px;*/
  vertical-align: top;
}
#twitter .twitHead {
  display: inline-block;
  height: 25px;
  width: 228px;
  line-height: 25px;
  background: #000000;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  letter-spacing: 1px;
}
#twitter .bird {
  display: inline-block;
  width: 228px;
  height: 100px;
  background: url(/wellington/theme/img/plugins/twitter/logo.png) 10px 20px no-repeat;
}
#twitter .bird .followUs {
  display: inline-block;
  width: 148px;
  height: 100px;
  line-height: 100px;
  margin-left: 80px;
}
#twitter .feed {
  color: #ffffff;
  display: inline-block;
  width: 208px;
  height: 155px;
  line-height: 24px;
  padding: 10px;
  background: #00aeef url(/wellington/theme/img/plugins/twitter/wsLogo.png) 4px 4px no-repeat;
  border-radius: 4px;
  font-size: 14px;
}
#twitter .feed .created_at {
  margin-top: 10px;
  text-align: right;
  font-size: 10px;
}

