@import url("Files/jquery-ui-1.8.16.custom.css");
@import url("Files/reset.css");
@import url("Files/superfish.css");
@import url("Files/colorbox.css");

@font-face { font-family: "Raleway Thin"; src:url("raleway_thin.otf") format("opentype"); }
body {
    color: #3c3c3c;
    font: 14px/1.2 verdana, helvetica, clean, sans-serif;
    text-align: center;
}
.clearfix:before, .clearfix:after {content:"";display:table;}
.clearfix:after {clear:both;}
.clearfix {zoom:1;}
.printonly {display: none;}
article, aside, figcaption, figure, footer, header, hgroup, nav, section {display:block;}
a {
    color: #00778c;
    text-decoration: none;
}
a:hover {text-decoration: underline;}
strong {font-weight: bold;}
em {font-style: italic;}
sup {vertical-align: top;}
p {padding: 0 0 1.5em 0;}
h1 {
    color: #00778C;
    font-family: 'arial narrow';
    font-size: 2.143em;
    font-weight: normal;
    padding: 0 0 .7em 0;
}
.ie7 #content-wrapper h1 {width: 569px;}
h2 {
    color: #164554;
    font-family: arial;
    font-size: 1.357em;
    font-weight: bold;
    padding: 0 0 6px 0;
}
h2 a, h3 a, h4 a, h5 a, h6 a {text-decoration: underline;}
h3 {
    color: #164554;
    font-family: arial;
    font-size: 1.214em;
    font-weight: bold;
}
.borders-left {
    background-color: #fafafa;
    background-image: -webkit-linear-gradient(top, #ffffff, #f6f6f6);
    background-image: -moz-linear-gradient(top, #ffffff, #f6f6f6);
    background-image: -ms-linear-gradient(top, #ffffff, #f6f6f6);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6');
    border: 1px solid #f2f2f2;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 1px 1px 2px #989898;
    -webkit-box-shadow: 1px 1px 2px #989898;
    box-shadow: 1px 1px 2px #989898;
    float: left;
    margin: 0 15px 15px 0;
    padding: 4px;
}
.borders-right {
    background-color: #fafafa;
    background-image: -webkit-linear-gradient(top, #ffffff, #f6f6f6);
    background-image: -moz-linear-gradient(top, #ffffff, #f6f6f6);
    background-image: -ms-linear-gradient(top, #ffffff, #f6f6f6);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6');
    border: 1px solid #f2f2f2;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 1px 1px 2px #989898;
    -webkit-box-shadow: 1px 1px 2px #989898;
    box-shadow: 1px 1px 2px #989898;
    float: right;
    margin: 0 0 15px 15px;
    padding: 4px;
}
.no-boxshadow .borders-left, .no-boxshadow .borders-right {
    border-left: 1px solid #d1d1d1;
    border-top: 1px solid #d1d1d1;
    border-bottom: 2px solid #d1d1d1;
    border-right: 2px solid #d1d1d1;
}
label.defaultvalue {
    color: #fff;
    font-size: 0.929em;
    position: absolute;
    top: 7px;
    left: 25px;
    cursor: text;
    z-index: 2;
    text-indent: -999em;
    width: auto;
    height: auto;
}

/* header */
header.primary {
    background: transparent url('Images/bg-header.png') 50% 0 no-repeat;
    position: relative;
    z-index: 100;
}
header.primary > div {
    background: transparent url('Images/bg-wave.png') 50% 0 no-repeat;
    height: 133px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    width: 995px;
}
#logo {
    background: transparent url('Images/logo.png') 0 0 no-repeat;
    display: block;
    height: 59px;
    left: 429px;
    position: absolute;
    text-indent: -9999px;
    top: 6px;
    width: 153px;
    z-index: 1000;
}
#hdr-search {
    position: absolute;
    right: 70px;
    top: 24px;
    z-index: 1000;
}
#hdr-search input {
    background-color: #1a4f8c;
    background-image: -webkit-linear-gradient(top, #083d77, #1a4f8c);
    background-image: -moz-linear-gradient(top, #083d77, #1a4f8c);
    background-image: -ms-linear-gradient(top, #083d77, #1a4f8c);
    border: none;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#083d77', endColorstr='#1a4f8c');
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #8ea5c2;
    font-size: 0.846em;
    font-family: arial;
    padding: 3px 75px 3px 3px;
    position: relative;
    width: 148px;
}
#hdr-search button {
    background: #3293d9 url('Images/bg-button-blue.png') 0 -2px repeat-x;
    border: none;
    height: 20px;
    color: #d7e8f5;
    cursor: pointer;
    font-family: "gill sans mt", arial, verdana, sans-serif;
    font-size: 0.7em;
    line-height: 21px;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: 1px 0px 2px #999999;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(1, 33, 84, .90);
    -moz-box-shadow: 0px 0px 2px 0px rgba(1, 33, 84, .90);
    box-shadow: 0px 0px 2px 0px rgba(1, 33, 84, .90);
    padding: 0 3px 1px 3px;
    margin: 0;
    overflow: visible;
    position: absolute;
    right: 0;
    top: 0;
    vertical-align: top;
}
#hdr-search button span{
    display: block;
    margin: 0 3px;
    overflow: visible;
    padding: 0 16px 0 0;
    background: url('Images/bg-button-arrow.png') 100% 55% no-repeat;
}
#hdr-search label {
    color: #8ea5c2;
    font-size: 0.846em;
    font-family: arial;
    top: 4px;
    left: 6px;
}
#hdr-search label img {
    margin-bottom: -2px;
}
#hdr-weather {
    color: #fff;
    font-family: arial, Helvetica;
    left: 65px;
    position: absolute;
    text-align: left;
    top: 20px;
    z-index: 1000;
}
#hdr-weather-update a {
    color: #fff;
    text-decoration: none;
}
#hdr-weather p {
    float: left;
    margin: 3px 5px;
    width: 130px;
}
#hdr-weather p strong {
    display: block;
    font-size: 0.857em;
    font-weight: normal;
}
#hdr-weather img {
    float: left;
}
#hdr-weather .temp {
    color: #fff;
    font-family: "Gill Sans MT", verdana, helvetica, clean, sans-serif;
    font-size: 2.571em;
    float: left;
    margin: -4px 0 0 5px;
    opacity: .85;
    filter: alpha(opacity = 85);
}

/* main nav */
.nav-primary {
    background: transparent url('Images/bg-navigation.png') 0 100% no-repeat;
    margin: 0;
    padding: 87px 35px 9px 35px;
    position: relative;
    z-index: 100;
}
.oldie .nav-primary {zoom: 1;}
.nav-primary a:hover {
    text-decoration: none;
}
.nav-primary ul {
    color: #fff;
    float: left;
    font-size: 1.143em;
    font-family: "Gill Sans MT", verdana, helvetica, clean, sans-serif;
    text-transform: uppercase;
}
.nav-primary > ul > li {
    float: left;
    position: relative;
    width: 140px;
}
.nav-primary > ul > li a {
    color: #ddd;
    padding: 6px 18px 8px 26px;
    border: 1px solid transparent;
    border-bottom-width: 0;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
    z-index: 101;
}
.nav-primary > ul > li > a span {
    cursor: pointer;
    cursor: hand;
    display: inline-block;
    background: transparent url('Images/bg-navigation-arrow.png') 100% 10px no-repeat;
    padding: 0 21px 0 0;
}
.nav-primary > ul > li > a:hover, .nav-primary > ul > li.sfHover > a {
    background: #164554;
    background-image: -webkit-linear-gradient(#07242d, #164554);
    border-color: #2b5d6e;
    border-right-color: #2d4961;
    color: #f7fbfe;
}
.nav-primary > ul > li.icn {
    width: auto;
}
.nav-primary > ul > li.icn a {
    background: transparent 0 6px no-repeat;
    display: block;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    text-indent: -999em;
}
.nav-primary > ul > li.icn a:hover, .nav-primary > ul > li.icn.sfHover > a {
    border-color: transparent !important;
}
.nav-primary > ul > li.icn_home {
    width: 85px;
}
.nav-primary > ul > li.icn_home a {
    background-image: url('Images/nav-home.png');
    height: 19px;
    margin-left: 33px;
    width: 18px;
}
.nav-primary ul ul {
    border-top: 1px solid #2b5d6e;
    border-bottom: 6px solid #ffffff;
    background: #fff url('Images/bg-navigation-dd.png') 0 -1px no-repeat;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 1px 1px 2px #000000;
    -webkit-box-shadow: 1px 1px 2px #000000;
    box-shadow: 1px 1px 2px #000000;
    font-size: 0.625em;
    font-family: Verdana;
    text-align: left;
    text-transform: none;
    z-index: 1000;
}
.no-boxshadow .nav-primary ul ul {border: 1px solid #333;}
.no-boxshadow .nav-primary ul ul ul {border: none;}
.nav-primary > ul > li > ul li a {
    background: transparent url('Images/bg-navigation-sub.png') 100% 0 no-repeat;
    color: #ed6c12;
    margin: 0 0 3px 0;
    padding: 2px 10px 4px 10px;
    width: 164px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.nav-primary ul ul li:hover, .nav-primary ul ul li.sfHover {
    display: block !important;
    visibility: visible !important;
}
.nav-primary ul ul ul li a {
    background: none;
    color: #207d8d;
    padding: 1px 0;
}
.nav-primary ul ul ul {
    background: transparent;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: 0 0 0 #000000;
    -webkit-box-shadow: 0 0 0 #000000;
    box-shadow: 0 0 0 #000000;
    font-size: 1em;
    padding: 0 0 3px 0;
    opacity: 1 !important;
    filter: alpha(opacity = 100) !important;
}
.nav-primary ul ul ul li {
    width: auto;
}
.nav-primary .mask {
    position: absolute;
    top: 30px;
    right: 0;
    width: 10px;
    height: 370px;
    background: #ffffff;
    z-index: 102;
}


/* header img */
#main {
    position: relative;
    z-index: 1;
}
#main > header {
    margin: 0 auto;
    position: relative;
    width: 995px;
}
#main > header > img {
    left: 4px;
    position: absolute;
    top: -11px;
    z-index: 99;
}
#main > header figure {
    background-color: #ebeae2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    behavior: url(css/PIE.htc);
    margin: 0 0 6px 0;
    padding: 2px;
    position: relative;
    width: 991px;
}
#main > header figure img {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    behavior: url(css/PIE.htc);
    position: relative;
}
#main > header img {
    display: block;
}

/* Content Wrappers */
#content-wrapper {
    background: #fff url('Images/bg-body.gif') 0 0 repeat-y;
    border: 1px solid #dcd9cb;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    behavior: url(css/PIE.htc);
    margin: 0 auto 25px auto;
    padding: 0 0 15px 0;
    position: relative;
    text-align: left;
    width: 993px;
}
#content-wrapper > div {
    float: left;
    padding: 0 20px 0 0;
    width: 629px;
}
#content-wrapper > aside {
    float: right;
    padding: 0 12px 0 0;
    width: 323px;
}

/* Booking Widget */
#booking {
    background: #c2d4a1 url('Images/bg-booking.gif') 0 0 repeat-x;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    behavior: url(css/PIE.htc);
    float: left;
    margin: 0 0 8px 0;
    padding: 7px 0 9px 11px;
    position: relative;
    width: 982px;
}
#booking div {
    float: left;
    padding: 0 14px 0 0;
    position: relative;
    vertical-align: top;
}
#booking label {
    color: #3a422a;
    display: block;
    font-family: "Gill Sans MT", verdana, helvetica, clean, sans-serif;
    font-size: 0.857em;
    padding: 0 0 3px 2px;
}
#booking select, #booking input {
    color: #506921;
    font-family: arial;
    font-size: 0.786em;
    height: 21px;
    padding: 0;
    vertical-align: top;
}
@-moz-document url-prefix() {
    #booking select {padding: 2px 0;}
}
#booking input {
    border-top: 1px solid #959693;
    border-right: 1px solid #959693;
    border-bottom: 1px solid #e9e9e9;
    border-left: 1px solid #e9e9e9;
    height: 15px;
    padding: 2px;
    width: 60px;
}
#booking #selProperty {min-width: 145px;}
#booking #sel-codetype {min-width: 140px;}
#booking #sel-adults select, #booking #sel-children select {min-width: 45px;}
#booking #sel-adults, #booking #sel-children {width: 45px;}
#inp-adate, #inp-ddate {*height: 45px;*width: 100px;}
#inp-adate img, #inp-ddate img {
    float: right;
    margin: -6px 0 0 0;
    *margin-top: -28px;
}
#inp-promo input {width: 63px;}
#booking input.disabled {background: #dededed;}

#booking #lnk-cancel {
    padding-bottom: .2em;
    text-align: center;
}
#lnk-cancel a {
    border-bottom: 1px dotted #313d19;
    color: #313d19;
    font-family: arial;
    font-size: 0.786em;
    line-height: 1.5em;
    text-align: center;
}
#lnk-cancel a:hover {text-decoration: none;}
#booking button {
    background: #f26616 url('Images/bg-button-orange.png') 0 0 repeat-x;
    border: 1px solid #f8984c;
    border-right-color: #cf712b;
    border-bottom-color: #b27a46;
    height: 26px;
    color: #ffffff;
    cursor: pointer;
    font-family: "gill sans mt", arial, verdana, sans-serif;
    font-size: 0.909em;
    font-weight: bold;
    line-height: 24px;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: 1px 0px 1px #212121;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 6px;
    behavior: url(css/PIE.htc);
    -webkit-box-shadow: 0px 0px 2px 0px rgba(1, 33, 84, .90);
    -moz-box-shadow: 0px 0px 2px 0px rgba(1, 33, 84, .90);
    box-shadow: 0px 0px 2px 0px rgba(1, 33, 84, .90);
    margin: 8px 0 0 0;
    overflow: visible;
    position: relative;
}
#booking button span{
    display: block;
    padding: 0 20px 0 0;
    position: relative;
    background: url('Images/bg-button-orange-arrow.png') 100% 55% no-repeat;
}
body .ui-widget {
    font-size: 0.786em;
}

/* Secondary Nav */
#content-wrapper > div > nav {
    border: 1px solid #f0f0f0;
    -webkit-border-radius: 0 5px 5px 5px;
    -moz-border-radius: 0 5px 5px 5px;
    border-radius: 0 5px 5px 5px;
    -moz-box-shadow: 1px 1px 5px #6b6b6b;
    -webkit-box-shadow: 1px 1px 5px #6b6b6b;
    box-shadow: 1px 1px 5px #6b6b6b;
    float: left;
    margin: 0 0 2em 0;
    width: 100%;
}
.no-boxshadow #content-wrapper > div > nav {
    border-left: 1px solid #d1d1d1;
    border-top: 1px solid #d1d1d1;
    border-bottom: 2px solid #d1d1d1;
    border-right: 2px solid #d1d1d1;
}

#content-wrapper #nav-breadcrumb {
    border-bottom : 1px solid #e8e8e6;
    float: left;
    font-family: arial, helvetica, clean, sans-serif;
    font-size: 0.786em;
    line-height: 31px;
    margin-top: -1px;
    padding: 0;
    width: 100%;
}
#content-wrapper #nav-breadcrumb li {
    background: transparent url('Images/bg-breadcrumb.png') 100% 0 no-repeat;
    float: left;
    height: 31px;
    margin: 0;
    padding: 0 23px 0 14px;
}
#content-wrapper #nav-breadcrumb li:first-child {
    margin-left: -8px;
    padding: 0 12px 0 0;
}
#nav-breadcrumb li:first-child a {
    background: transparent url('Images/btn-breadcrumb-home.png') 0 3px no-repeat;
    display: block;
    height: 31px;
    text-indent: -9999px;
    width: 27px;
}
#nav-secondary {
    background-color: #f3f3f0;
    background-image: -webkit-linear-gradient(top, #fefefd, #ececec);
    background-image: -moz-linear-gradient(top, #fefefd, #ececec);
    background-image: -ms-linear-gradient(top, #fefefd, #ececec);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefd', endColorstr='#ececec');
    clear: left;
}
#nav-secondary {
    clear: left;
    padding: 0 0 .75em 0;
    position: relative;
    text-align: center;
}
#nav-secondary > div {padding-bottom: .75em;}
#nav-secondary header {
    background: transparent url('Images/bg-nav-secondary.png') 50% 100% no-repeat;
    color: #164554;
    font-family: "Gill Sans MT", verdana, helvetica, clean, sans-serif;
    font-size: 0.857em;
    margin: 0 0 7px 0;
    padding: 4px 0 5px 0;
    text-transform: uppercase;
}
#content-wrapper #nav-secondary ul {
    padding: 0 5px;
    position: relative;
}
#content-wrapper #nav-secondary li {
    background-position: 0 11px;
    display: inline-block;
    margin: 0 -2px 3px 0;
    padding: 5px 0 5px 9px;
}
.ie7 #content-wrapper #nav-secondary li {
    zoom: 1;
    display: inline;
}
.ie7 {position: absolute;}
#content-wrapper #nav-secondary li:first-child, #content-wrapper #nav-secondary li.first {background: none;}
#content-wrapper #nav-secondary li a {padding: 5px 15px;}
#content-wrapper #nav-secondary li a span {border-bottom: 1px dotted #3EA6C9;*padding-right: -5px;*margin-right: 5px;white-space: nowrap;}
#content-wrapper #nav-secondary li a:hover, #content-wrapper #nav-secondary li.active a {
    background-color: #3ea6c9;
    background-image: -webkit-linear-gradient(top, #4fb5d7, #2590b3);
    background-image: -moz-linear-gradient(top, #4fb5d7, #2590b3);
    background-image: -ms-linear-gradient(top, #4fb5d7, #2590b3);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4fb5d7', endColorstr='#2590b3');
    border-top: 1px solid #b1deed;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 15px;
    behavior: url(css/PIE.htc);
    color: #fff;
    position: relative;
    text-decoration: none;
    *margin-right: 5px;
    *margin-left: 0;
}
#content-wrapper #nav-secondary li a:hover span, #content-wrapper #nav-secondary li.active a span {border: none;*margin-right: -2px;*margin-left: 2px;}
#content-wrapper #nav-secondary ul ul {display: none;}
.btn-secnav {
    background: transparent url('Images/btn-secondary-nav.png') 0 0 no-repeat;
    bottom: -10px;
    display: block;
    height: 28px;
    left: 303px;
    position: absolute;
    text-indent: -9999px;
    width: 38px;
}
.btn-secnav:focus, .icn_search a:focus {outline: none;}
.btn-secnav-open {background-position: 0 -28px;bottom: -18px;}
/* Main Content */
#content-wrapper article {
    float: left;
    line-height: 1.58;
    padding: 0 0 0 26px;
}
.oldie #content-wrapper article {display: inline;width: 603px;}
#content-wrapper article img {
    float: left;
    margin: 0 1em 1em 0;
}
#content-wrapper article figure img {float: none;}
#content-wrapper article .highlight {
    background-color: #eee;
    border: 1px solid #dfdede;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    clear: both;
    margin: 0 0 2em 0;
    padding: 12px 16px 5px 16px;
    position: relative;
    width: 569px;
    zoom:1;
}
#content-wrapper article .highlight:before, #content-wrapper article .highlight:after {content:"";display:table;}
#content-wrapper article .highlight:after {clear:both;}
#content-wrapper article section {clear: both;}
#content-wrapper ul {
    margin: 0;
    padding: 0 0 1.5em 0;
}
#content-wrapper ul li {
    background: transparent url('Images/bg-bullet.png') 0 8px no-repeat;
    margin: 0 0 0 .4em;
    overflow: hidden;
    padding: 0 0 0 1.3em;
}
#content-wrapper ol {
    margin: 0;
    padding: 0 0 1.5em 25px;
}
#content-wrapper ol li {list-style: decimal;}
#content-wrapper figure {
    float: left;
    padding: 0;
    margin: 0 1.2em 1em 0;
}
#content-wrapper figure img {
    background-color: #fafafa;
    background-image: -webkit-linear-gradient(top, #ffffff, #f6f6f6);
    background-image: -moz-linear-gradient(top, #ffffff, #f6f6f6);
    background-image: -ms-linear-gradient(top, #ffffff, #f6f6f6);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6');
    border: 1px solid #f2f2f2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 1px 1px 3px #989898;
    -webkit-box-shadow: 1px 1px 3px #989898;
    box-shadow: 1px 1px 3px #989898;
    margin: 0;
    padding: 6px;
}
.no-boxshadow #content-wrapper figure img {
    border-left: 1px solid #d1d1d1;
    border-top: 1px solid #d1d1d1;
    border-bottom: 2px solid #d1d1d1;
    border-right: 2px solid #d1d1d1;
}
figure figcaption {
    background: transparent url('Images/bg-figcaption.png') 0 100% repeat-x;
    color: #999898;
    font-family: arial;
    font-size: 0.786em;
    font-style: italic;
    padding: .3em 0 1em 0;
    text-align: center;
}
article table {
    border: 1px solid #e0dfde;
    clear: both;
    font-size: 0.857em;
    margin: 0 auto 2.5em auto;
    width: 85%;
}
article table.noborder {
    border: none;
}
article table th {
    background-color: #48a0be;
    background-image: -webkit-linear-gradient(top, #4691a9, #49aed0);
    background-image: -moz-linear-gradient(top, #4691a9, #49aed0);
    background-image: -ms-linear-gradient(top, #4691a9, #49aed0);
    border-left: 1px dotted #bbbaba;
    color: #fff;
    padding: 10px 25px;
}
article table th a {color: #fff;text-decoration: underline;}
article table td {
    border-top: 1px dotted #bbbaba;
    border-left: 1px dotted #bbbaba;
    font-size: 0.917em;
    padding: 7px 15px;
}
article table.noborder td {
    border: none;
    padding: 0;
}
#primaryContent table td p {padding: 0;}
article table td:first-child, article table th:first-child {border-left: none;}
tr.alt {background: #e5f3f8;}
.container-landing {clear: both;position: relative;}
.btn-expand {
    background: transparent url('Images/bg-expand.gif') 0 9px repeat-x;
    display: none;
    height: 25px;
    margin-bottom: 15px;
    position: relative;
}
.ie7 .btn-expand {width: 601px;}
.ie7 .highlight .btn-expand {width: 565px;}
.btn-expand a {
    background-color: #c4c5c5;
    background: -moz-linear-gradient(#fcfdfe, #f3f4f4, #c4c5c5);
    background-image: -ms-linear-gradient(#fcfdfe, #f3f4f4, #c4c5c5);
    background-image: -webkit-linear-gradient(#fcfdfe, #f3f4f4, #c4c5c5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfdfe', endColorstr='#c4c5c5');
    border: 1px solid #c4c5c5;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 0 2px #989898;
    -webkit-box-shadow: 0 0 2px #989898;
    box-shadow: 0 0 2px #989898;
    color: #3c3c3c;
    display: inline-block;
    font-size: 0.714em;
    padding: 1px 5px;
    position: absolute;
    right: 6px;
    text-shadow: 1px 1px 1px #fff
}
.btn-expand a:hover {
    background-color: #c4c5c5;
    background: -moz-linear-gradient(#f9f9f9, #f3f4f4, #c4c5c5);
    background-image: -ms-linear-gradient(#f9f9f9, #f3f4f4, #c4c5c5);
    background-image: -webkit-linear-gradient(#f9f9f9, #f3f4f4, #c4c5c5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#c4c5c5');
    text-decoration: none;
}
.btn-expand a span {
    background: transparent url('Images/icn-arrow.png') 100% -9px no-repeat;
    padding: 0 15px 0 0;
}
.btn-expand-open a span {background-position: 100% 1px;}
#content-wrapper .container-landing header {
    padding: 9px 0 0 0;
    position: relative;
}
.container-landing header h3 {
    padding: 0 190px 0 0;
}
#content-wrapper .container-landing header ul {
    position: absolute;
    right: 0;
    top: 13px;
}
#content-wrapper .container-landing header ul li {
    background: none;
    border-left: 1px dotted #207d8d;
    float: left;
    font-size: 0.786em;
    font-family: arial;
    margin: 0 0 0 7px;
    padding: 0 0 0 7px;
}
#content-wrapper .container-landing header ul li:first-child {border: none;}
#nav-share {
    float: left;
}
#content-wrapper #nav-share li {
    background: none;
    float: left;
    margin: 0 10px 0 0;
    padding: 0;
}
#primaryContent {padding-bottom: 2em;}
#primaryContent p {padding: .5em 0 1em 0;}
#primaryContent blockquote {
    margin: 0 20px 20px 20px;
}
#content-wrapper .button {
    float: right;
    padding: 0 8px;
    margin: -10px 15px 20px 20px;
    background: #f26616 url('Images/bg-button-orange.png') 0 0 repeat-x;
    border: 1px solid #f8984c;
    border-right-color: #cf712b;
    border-bottom-color: #b27a46;
    height: 25px;
    color: #fff;
    font-family: arial, verdana, sans-serif;
    font-size: 0.857em;
    font-weight: bold;
    line-height: 25px;
    overflow: visible;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 6px;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(1, 33, 84, .90);
    -moz-box-shadow: 0px 0px 2px 0px rgba(1, 33, 84, .90);
    box-shadow: 0px 0px 2px 0px rgba(1, 33, 84, .90);
}
#content-wrapper .button:hover {
    text-decoration: none;
}
#content-wrapper .button span {
    display: block;
    padding: 0 20px 0 0;
    background: url('Images/bg-button-orange-arrow.png') 100% 55% no-repeat;
}

/* Right Column Promos */
aside > section {
    margin: 0 0 25px 0;
}
.promo-rotate {
    border: 1px solid #f2f2f2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 1px 1px 3px #989898;
    -webkit-box-shadow: 1px 1px 3px #989898;
    box-shadow: 1px 1px 3px #989898;
    min-height: 510px;
    position: relative;
    width: 321px;
}
.no-boxshadow .promo-rotate {
    border-left: 1px solid #d1d1d1;
    border-top: 1px solid #d1d1d1;
    border-bottom: 2px solid #d1d1d1;
    border-right: 2px solid #d1d1d1;
}
#content-wrapper .promo-rotate-items {
    width: 321px;
    overflow: hidden;
}
#content-wrapper .promo-rotate-items ul, #content-wrapper .promo-rotate-items li {
    margin: 0;
    padding: 0;
}
#content-wrapper .promo-rotate-items ul {
    width: 1000px;
}
#content-wrapper .promo-rotate-items li {
    float: left;
    height: 533px;
    width: 321px;
}
.promo-rotate-items h2 {
    background-color: #154150;
    background-image: -webkit-linear-gradient(top, #0f2e38, #164554);
    background-image: -moz-linear-gradient(top, #0f2e38, #164554);
    background-image: -ms-linear-gradient(top, #0f2e38, #164554);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0f2e38', endColorstr='#164554');
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    color: #fff;
    padding: 4px 8px 5px 0;
    height: 23px;
    line-height: 23px;
    font-weight: normal;
    text-align: right;
}
.promo-rotate-items img {
    display: block;
}

.rotate-content {
    background-color: #f3f3f3;
    background-image: -webkit-linear-gradient(top, #fcfcfc, #f1f1f1);
    background-image: -moz-linear-gradient(top, #fcfcfc, #f1f1f1);
    background-image: -ms-linear-gradient(top, #fcfcfc, #f1f1f1);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfcfc', endColorstr='#f1f1f1');
    color: #476b77;
    font-family: "Gill Sans MT", verdana, helvetica, clean, sans-serif;
    padding: 21px 13px 0 13px;
    position: relative;
}
.promo-rotate > ul > li img {display: block;}
.promo-rotate h3 {
    color: #164554;
    font-weight: bold;
    padding: 0 100px 2px 0;
}
.promo-rotate .btn-more {
    background: transparent url('Images/bg-more-wrap.png') 0 0 no-repeat;
    color: #fff;
    float: left;
    font-family: "Gill Sans MT", verdana, helvetica, clean, sans-serif;
    height: 15px;
    padding: 15px 10px 10px 24px;
    position: absolute;
    top: 376px;
    right: -10px;
    width: 74px;
    display: none;
    /* IE hack */
    background:none\9; /* Targets IE only */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="Images/bg-more-wrap.png", sizingMethod="crop");
}
.promo-rotate-nav {
    background: transparent url('Images/bg-promo-rotate-nav.png') 0 0 repeat;
    height: 24px;
    position: absolute;
    top: 356px;
    width: 321px;
}
.promo-rotate-nav nav {
    left: 50%;
    position: absolute;
}
#content-wrapper .promo-rotate nav ul {
    float: left;
    left: -50%;
    margin: 0;
    padding: 4px 0 0 0;
    position: relative;
    width: auto;
}
#content-wrapper .promo-rotate nav li {
    background: none;
    float: left;
    margin: 0;
    padding: 0;
    width: auto;
}
.promo-rotate nav span {
    display: block;
    width: 16px;
    height: 16px;
    background: transparent url('Images/messages-controls.png') 0 0 no-repeat;
    text-indent: -999em;
    cursor: pointer
}
.promo-rotate nav .active span {
    background-position: -16px 0;
}

.related-testimonials h2 {
    color: #207686;
    padding-right: 5px;
    text-align: right;
}
.related-testimonials blockquote {
    background-color: #eeeeee;
    background-image: -webkit-linear-gradient(top, #f9f9f9, #efefef);
    background-image: -moz-linear-gradient(top, #f9f9f9, #efefef);
    background-image: -ms-linear-gradient(top, #f9f9f9, #efefef);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#efefef');
    border: 1px solid #f2f2f2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 1px 1px 3px #989898;
    -webkit-box-shadow: 1px 1px 3px #989898;
    box-shadow: 1px 1px 3px #989898;
    color: #476b77;
    font-family: "Gill Sans MT", verdana, helvetica, clean, sans-serif;
    font-size: 1.143em;
    font-style: italic;
    line-height: 1.4;
    padding: 10px 10px 25px 10px;
}
.related-testimonials blockquote p {padding: .75em 0;}
.ie7 .related-testimonials blockquote {float: left;}
.oldie .related-testimonials blockquote {font-family: verdana, helvetica, clean, sans-serif;font-size: 1em;}
.no-boxshadow .related-testimonials blockquote {
    border-left: 1px solid #d1d1d1;
    border-top: 1px solid #d1d1d1;
    border-bottom: 2px solid #d1d1d1;
    border-right: 2px solid #d1d1d1;
}
.quote-open, .quote-close {
    display: block;
    height: 17px;
    text-indent: -9999px;
    width: 22px;
}
.quote-open {background: transparent url('Images/bg-quote-open.png') 0 0 no-repeat;margin-bottom: 4px;}
.quote-close {
    background: transparent url('Images/bg-quote-close.png') 0 0 no-repeat;
    float: right;
}
.related-testimonials footer {
    background: transparent url('Images/bg-testimonials.png') 287px 0 no-repeat;
    color: #0e0101;
    font-family: arial;
    font-size: 0.929em;
    font-weight: bold;
    padding: 11px 0 0 0;
    text-align: right;
    width: 323px;
}
.related-testimonials footer p {padding-right: 45px;}
.no-boxshadow .related-testimonials footer {
    margin-top: -2px;
    position: relative;
    z-index: 1000;
}
.related-testimonials footer a {
    background-color: #227b98;
    background-image: -webkit-linear-gradient(top, #49aed1, #227b98);
    background-image: -moz-linear-gradient(top, #49aed1, #227b98);
    background-image: -ms-linear-gradient(top, #49aed1, #227b98);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#49aed1', endColorstr='#227b98');
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 1px 1px 3px #79aaba;
    -webkit-box-shadow: 1px 1px 3px #79aaba;
    box-shadow: 1px 1px 3px #79aaba;
    color: #fff;
    display: block;
    float: right;
    font-size: .85em;
    margin: 0 8px 0 0;
    padding: 4px 6px;
}
.related-testimonials footer a:hover {
    background-color: #4e95ac;
    background-image: -webkit-linear-gradient(top, #b0d2dd, #4e95ac);
    background-image: -moz-linear-gradient(top, #b0d2dd, #4e95ac);
    background-image: -ms-linear-gradient(top, #b0d2dd, #4e95ac);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b0d2dd', endColorstr='#4e95ac');
    text-decoration: none;
}
.promo-img {
    border: 1px solid #989898;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 1px 1px 3px #989898;
    -webkit-box-shadow: 1px 1px 3px #989898;
    box-shadow: 1px 1px 3px #989898;
}
.no-boxshadow .promo-img {
    border-left: 1px solid #d1d1d1;
    border-top: 1px solid #d1d1d1;
    border-bottom: 2px solid #d1d1d1;
    border-right: 2px solid #d1d1d1;
}
.promo-img img {
    display: block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.promo-signup {
    background: #d8dbde url('Images/bg-signup.jpg') 6px 6px no-repeat;
    border: 1px solid #f2f2f2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 1px 1px 3px #989898;
    -webkit-box-shadow: 1px 1px 3px #989898;
    box-shadow: 1px 1px 3px #989898;
    padding: 6px 6px 82px 6px;
}
.promo-signup h2 {
    margin: 24px 0 0 15px;
}
.promo-signup div {
    position: relative;
}
.promo-signup input {
    background: transparent url('Images/inp-signup.png') 0 0 no-repeat;
    border: none;
    color: #fff;
    font-size: 0.929em;
    height: 22px;
    margin: 0 0 0 15px;
    padding: 3px 3px 3px 10px;
    width: 272px;
}
.promo-signup button {
    background: #f26616 url('Images/bg-button-orange.png') 0 0 repeat-x;
    border: 1px solid #f8984c;
    border-right-color: #cf712b;
    border-bottom-color: #b27a46;
    height: 26px;
    color: #ffffff;
    cursor: pointer;
    font-family: "gill sans mt", arial, verdana, sans-serif;
    font-size: 0.909em;
    font-weight: bold;
    line-height: 24px;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: 1px 0px 1px #212121;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 6px;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(1, 33, 84, .90);
    -moz-box-shadow: 0px 0px 2px 0px rgba(1, 33, 84, .90);
    box-shadow: 0px 0px 2px 0px rgba(1, 33, 84, .90);
    margin: 1px 0 0 0;
    position: absolute;
    right: 10px;
    top: 0;
}
.promo-signup button span{
    display: block;
    padding: 0 20px 0 0;
    background: url('Images/bg-button-orange-arrow.png') 100% 55% no-repeat;
}

/* Footer */
.ftr-main {
    background: #1d1d1f url('Images/bg-footer.gif') 0 0 repeat-x;
    padding: 20px 0;
}
.ftr-main > div {
    margin: 0 auto;
    padding: 0 25px 0 45px;
    text-align: left;
    width: 935px;
}
.ftr-main div nav {
    float: left;
    width: 655px;
}
.ftr-main nav ul {
    float: left;
    width: 100%;
}
.ftr-main nav li {
    float: left;
}
#nav-utility {
    border-bottom: 1px solid #2a2b2d;
    font-family: "Gill Sans MT", verdana, helvetica, clean, sans-serif;
    font-size: .96em;
    padding: 19px 0 8px 0;
}
#nav-utility li {padding: 0 0 0 30px;}
#nav-utility li:first-child {padding-left: 0;}
#nav-utility a {
    color: #fff;
}
#nav-copyright {
    color: #8e8e8f;
    font-family: Tahoma, verdana, helvetica, clean, sans-serif;
    font-size: 0.786em;
    padding: 9px 0 0 0;
}
#nav-copyright li {
    border-left: 1px solid #353537;
    padding: 0 10px;
}
#nav-copyright li:first-child {
    border: none;
    padding-left: 0;
}
#nav-copyright a {
    color: #8e8e8f;
}
#supporters {
    float: right;
    padding: 0 0 0 25px;
    width: 250px;
}
#supporters img {
    padding: 0 3px;
}
#ui-datepicker-div > p {
    padding: .35em 0;
}

/* Backgrounds */
#bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
#bg img {
    width: 100%;
    max-width: 100%;
} 
.closewindow {margin-bottom: 1em;}


