/* ===============
===== Basics =====
=============== */

body {
    background-image: url('../images/bg.png');
    margin:0;
    padding:0;
    font-family: Arial, Ariel, sans-serif;
    font-size: 14px;
    color:#454545;
    line-height: 16px;
    background-position: center center;
    background-attachment: fixed;
    overflow-y:scroll;
}

.mainText h1 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width:100%;
    background-color: #fff;
    padding:8px;
    box-shadow:#999 0px 0px 2px;
    margin:0;
}

p {
    padding:0px 3px;
}

/* ======================
===== End Of Basics =====
====================== */

/* =============
===== Navs =====
============= */

.circleHolder {
    width:650px;
    height:650px;
    margin:0px auto;
    position: relative;
    background-image:url('../images/carlton-logo.png');
    background-position:center center;
    background-repeat: no-repeat;
}

.field {
    width: 90px; 
    height: 61px;
    position: absolute; 
    background-image:url('../images/circle1.png');
    background-position: center center;
    background-repeat: no-repeat;
    margin-top: -20px;
    padding-top:27px;
    color: #fff;
    display:table-cell;
        vertical-align:middle;text-align: center;
}

.field a {color:#FFF;text-decoration: none;height: 88px;}

.field:nth-child(3n+1) {
    background-image: url('../images/circle2.png');
}
.field:nth-child(3n+2) {
    background-image: url('../images/circle3.png');
    
}

.leftBar {
    width:151px;
    
    
    float: left;
    
}

.leftNav {
    width:151px;
    background-color: #e6eec7;
    padding:5px;
    box-shadow: #999 2px 2px 2px;
}

.leftNav h1 {
    background-color: #3b3a3f;
    margin: 0px 0px 10px 0px;
    height: 30px;
    padding: 15px 0px 0px 30px;
    color: #FFF;
    font-size: 16px;
}

.leftNav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.leftNav ul li   {
    height:21px;
    background-color: #C0C9A6;
    background-image: url('../images/listArrow.png');
    background-repeat: no-repeat;
    background-position: 17px 9px;
    border:solid 1px #a1a1a1;
    border-radius: 5px;
    padding:6px 0px 0px 30px;
    font-size: 12px;
    margin-bottom: 1px;
}

.noLI   {
    text-align: center;
    height:auto !important;
    background-image: none !important;
    padding:6px 0px 0px 6px !important;
}

.leftNav ul li a {
    color:#000;
    text-decoration: none;
}

.rightBar {
    width:235px;
    float: right;
}

.rightNav {
    width:223px;
    min-height:100px;
    background-color: #e6eec7;
    padding: 5px;
    box-shadow: #999 2px 2px 2px;
    border:solid 1px #BBB;
}

.rightNav input {
    
    background-color: #f6f6f6;
    background-repeat: no-repeat;
    background-position: 17px 9px;
    border:solid 1px #a1a1a1;
    border-radius: 5px;
    padding:8px 8px 8px 8px;
    font-size: 12px;
    width:223px;
    margin-bottom: 1px;
    color:#333;
    font-weight: bold;
}

.twitter {
    width:295px;
    min-height: 250px;
}

.rightBottom {
       background-color:#414141;
       height:33px;
       width:235px;
       float:right;box-shadow: #999 2px 2px 2px;
}

.navUL {
    list-style: none;
background-color: #E6EEC7 !important;
width:100%;
height:22px;
    margin:0px auto 2px auto;
    padding:0px 0px 5px 0px;
}

.navUL li {
    float:left;
    padding:5px 22px!important;
    width:auto;
    text-align: center;
    border-right:solid 1px #FFF;
    background:none;
}

.navUL li a {
    color:#454545;
}

.navUL li:last-child {
    border-right:none;c
   
}

.topnav2 {
    list-style:none !important;
    position:absolute !important;
    bottom:0 !important;
    margin:0px 0px -1px 0px !important;
    padding:130px 0px 0px 0px !important;
}

.topnav2 li {
    text-align:center !important;
    float:left !important;
    width:85.5px !important;
    margin:1px !important;
    height:33px;
    background-image:none;
    background-position: 0px 0px;
    padding:0px;
    padding-top:20px; 
}

.topnav2 li div a {
    color:#FFF !important;
    width:85.5px !important;
    font-size: 0.85em !important;
    text-decoration: none !important;
}

.topnav2 li div {
    width:85.5px !important;
}

/* ====================
===== End Of Navs =====
==================== */

/* =============
===== Divs =====
============= */
.mainContainer {
    width:1050px;
    margin:0px auto;
    background-color: rgb(255,255,255);
    background-color: rgba(255,255,255,0.5);
    
    box-shadow: #000 0px 0px 10px;
    margin-bottom:50px;
}



.mainBody {
    width:1050px;
    overflow: hidden;
    margin:0px auto;
    height:100%;
    padding-top: 5px;
  
}

.mainText {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width:640px;
    padding:5px;
    margin:0px 170px 0px 170px;
    background-color: rgba(230,238,199,0.9);
    min-height:300px;
    box-shadow:#000 0px 0px 2px;
    line-height: 20px;
}

.header {
    width:1050px;
    margin:0px auto;
    height:150px;
    background-image: url('../images/header.png');
    background-position: bottom center;
    background-repeat: no-repeat;
    position: relative;
}

/* ==============
===== Lists =====
============== */

ul {
    list-style: none;
    margin:0;
    padding:0;
}

ul li {
    background-image: url('../images/listArrow.png');
    background-repeat: no-repeat;
    background-position: 17px 9px;
    padding:2px 0px 0px 30px;
}

/* =====================
===== End Of Lists =====
===================== */

/* ===============
===== Tables =====
=============== */

.mainText table {
    background-color: #E1EbC8;
    border:solid 2px #FFF;
    padding:2px;
    box-shadow:#444 0px 0px 3px;
    width:100%;
}

.mainText table td, .mainText table th {
    border:solid 2px #FFF;
    padding:7px;
    box-shadow:#444 0px 0px 3px;
    margin:2px;
}

.mainText table tr:nth-child(odd)
{
    background-color:#C0C9A6;
}

/* ==============
===== EXTRA =====
=============== */

.hide {
    display:none;
}

.radio {
	background: #6EB558;
        padding:5px;
        border:none;
        background-image: url('../images/alignment.png');
}
 
