@import 'fonts.css';
@import 'menu.css';
@import 'bjqs.css';
@import 'pages.css';

body, html {
    margin:0px;
    padding:0px;
    width:100%;
    height:100%;
    min-height:100%;
    font-family: Ubuntu, sans-serif;
}

body:before {
    content:"";
    height:100%;
    float:left;
    width:0;
    margin-top:-32767px;
}

body {
    background-color: #faf7f4;           /* This is background color */
    font-family: Ubuntu, sans-serif;
    font-size: 12px;
    overflow-y: scroll;
}

img {
    border:0px;
}

.left {
    float:left;
}

.clear {
    clear:both;
}

table.layout {
    height:100%;
    width:100%;
}

table.layout tr.headerRow td{
    height:120px;
}

table.layout tr.footerRow td{
    height:125px;
}

table.layout {
    height:100%;
    width:100%;
}

div.header {
    color:#FFFFFF;
    font-family: Ubuntu, sans-serif;
    width:100%;
    height:120px;
    background:url('../img/head-foot-bg.png') bottom;
    border-bottom: 1px solid #3a3a3a;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3);
}

div.content {
    background-color:#FFFFFF;
    width:800px;
    height:100%;
    min-height:100%;
    margin-left:auto;
    margin-right:auto;
    border-left: 1px solid #3a3a3a;
    border-right: 1px solid #3a3a3a;
    line-height:20px;
    font-size:13px;
}

div.footer {
    position:relative;
    height: 125px;
    background:url('../img/head-foot-bg.png') top;
    border-top: 1px solid #3a3a3a;
}

div.logo {
    position:absolute;
    left:50%;
    margin-left:-400px;
    top:0px;
    height:112px;
    width:151px;
}

h1.logotext{
    padding:0;
    color:#FFFFFF;
    margin-top:0px;
    position:absolute;
    text-align:left;
    margin-left:-300px;
    left:50%;
    top:15px;
    font-size:28px;
    width:260px;
    font-weight: normal;
}

h1.ht {
    padding:0;
    margin-top:0px;
    position:absolute;
    left:50%;
    top:10px;
    font-size:16px;
    width:260px;
    overflow:hidden;
    white-space: nowrap;
    font-weight: normal;
}

h1.ht1{
    text-align:left;
    margin-left:-130px;
}

h1.ht2{
    text-align:right;
    margin-left:140px;
}

div.footer-menu {
    position:absolute;
    bottom:0px;
    left:50%;
    margin-bottom:104px;
    margin-left:-420px;
}

div.footer-menu a{
    color:#FFFFFF;
    text-decoration:none;
    padding-left:20px;
}

div.footer-menu a:hover{
    text-decoration:underline;
}

div.banner-facebook {
    position:absolute;
    bottom:0px;
    left:50%;
    margin-bottom:25px;
    margin-left:-401px;
}

div.banner-helpfulholidays {
    position:absolute;
    bottom:0px;
    left:50%;
    margin-bottom:25px;
    margin-left:-250px;
}

div.footer-text-right {
    position:absolute;
    text-align:right;
    line-height:17px;
    bottom:1px;
    left:50%;
    margin-left:239px;
    color: #FFFFFF;
}

div.footer-text-right a{
    text-decoration: none;
    color:#FFFFFF;
}

div.footer-text-right a:hover{
    text-decoration: underline;
}

div.footer-text-left {
    position:absolute;
    text-align:left;
    line-height:17px;
    bottom:1px;
    left:50%;
    margin-left:-400px;
    color: #FFFFFF;
}

div.footer-text-left a{
    text-decoration: none;
    color:#FFFFFF;
}

div.footer-text-left a:hover{
    text-decoration: underline;
}