/** {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}*/
::-moz-focus-inner { 
  border: 0;
  padding: 0;
}
/*.ie7 * {
    behavior: url("/resources/javascript/behaviors/box-sizing.htc");
}
body .atm * {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}*/
html {
    height: 100%;

    background-color: #14314c;
    background-image: url('../images/background-outdoors.jpg');
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: scroll;
    
    background-size: 100% auto;

    min-width: 940px;
    
    padding-bottom: 20px;
}

html.no-multiplebgs {
    background: #14314c url('../images/background-lounge.jpg') no-repeat scroll center top !important;
}

body {
    position: relative;
    width: 940px;
    margin: 0 auto;
    -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 1);
    -moz-box-shadow:    0px 0px 30px rgba(0, 0, 0, 1);
    box-shadow:         0px 0px 30px rgba(0, 0, 0, 1);
}
body>form {
    background: transparent url('../images/background-body-3.png') no-repeat scroll left top;
}

html.multiplebgs body>form {
    background-image: url('../images/background-body-3a.png'), url('../images/background-body-3b.png'), url('../images/background-body-3b.png');
    background-position: center 0px, center 1694px, center 3180px, center 4666px, center 6152px;
    background-size: auto auto;
    background-repeat: no-repeat;
}

.off-screen {
    position: absolute;
    left: -9999px;
    top: -9999px;
}

.bold {
    font-weight: bold;
}
.italic {
    font-style: italic;
}
.float-left {
    float: left;
}
.float-right {
    float: right;
}
br.clear {
    font-size: 0;
    line-height: 0;
    clear: both;
}

body .header {
    position: relative;
    height: 175px;
}
body .header>a img.logo {
    position: absolute;
    left: 46px;
    top: 19px;
}
.header>div.global-utilities {
    position: absolute;
    right: 18px;
    top: 23px;
}
.global-utilities li {
    list-style-type: none;
    float: left;
    display: inline-block;
    font-family: Arial, Sans-Serif;
    font-size: 10px;
    text-transform: uppercase;
    margin-left: 17px;
    padding-top: 0.8em;
}
.global-utilities li:first-child {
    margin-left: 0;
}
.global-utilities li a,
.global-utilities li a:visited {
    color: #043f87;
    text-decoration: none;
}
.global-utilities li a:hover,
.global-utilities li a:focus {
    color: #5bb5ff;
    text-decoration: none;
}
.global-utilities li.has-icon a {
    background: transparent none no-repeat scroll left top;
    padding: 5px 0 4px 24px;
}
.global-utilities li.search {
    padding-top: 0;
}
.global-utilities li.search input {
    float: left;
    margin-right: 6px;
}
.global-utilities li.search input[type="text"] {
    font-size: 15px;
    border: 2px solid #d6e9f3;
    background: white url('../images/background-search.png') no-repeat scroll left top;
    padding: 3px;
}
.global-utilities li.search input[type="image"] {
    margin-top: -0.15em;
}
.left-sidebar {
    position: relative;
    float: left;
    width: 258px;
    padding-bottom: 44px;
}
#content-area {
    position: relative;
    float: left;
    width: 640px;
    /*margin-left: 258px;
    margin-right: 40px;*/
    margin-top: -44px;
    background-color: #fcfcf8;
    border: 1px solid #eff0e1;
    border-top-width: 0;
    padding-bottom: 20px;
}
#left-sidebar>.content-area {
    padding: 28px;
}

html.full-width #left-sidebar {
    display: none;
}
html.full-width #content-area {
    float: none;
    width: auto;
    margin: 35px;
    margin-bottom: 0;
}