﻿body {
   font-family: Arial;
   font-size: 12px;
   color: #333333;
   background: #ECECE4 url('../images/layout/pageBGTop.jpg') repeat-x left top;
   margin: 0;
   padding: 0;
   text-align: center;
   line-height: 1.2;
}

a img {
   border: none;
}

.clearBoth {
   font-size: 0;
   line-height: 0;
   clear: both;
}

.siteContainer {
   width: 1100px;
   text-align: left;
   margin: 0 auto;
   padding: 0;
}

.headerContainer {
   width: 960px;
   height: 122px;
   margin: auto;
   padding: 0;
}

.logoContainer {
   float: left;
   width: 191px;
   height: 76px;
   overflow: visible;
   background: url('../images/layout/logoGridBG.gif') no-repeat 0 0;
   padding: 25px 0 0 34px;
}

.menuContainer {
   float: left;
   width: 735px;
   height: 122px;
   font-family: Verdana;
   font-size: 12px;
   font-weight: bold;
   letter-spacing: -0.1px;
   color: #44121C;
   /*background-color: #4d5567;*/
   position: relative;
   overflow: visible;
   z-index: 90;
}

.contentContainer {
   width: 1100px;
   /*margin-bottom: 50px;*/
}

.footerContainer {
   width: 100%;
   height: 68px;
   font-family: Arial;
   font-size: 9px;
   line-height: 16px;
   color: #ffffff;
}

.footerContainer a {
   text-decoration: none;
   color: #ffffff;
}

.footerTopBar {
   width: 100%;
   height: 20px;
   background-color: #9B2217;
}

.footerBottomBar {
   width: 100%;
   height: 48px;
   background: url('../images/layout/footerGradientBG.jpg') repeat-x 0 0;
}

.topBarDisplayBox {
   width: 1100px;
   margin: auto;
   padding: 0;
   height: 20px;
}

.bottomBarDisplayBox {
   width: 1100px;
   height: 48px;
   padding: 0;
   margin: auto;
   background: url('../images/layout/footerBG.gif') no-repeat center 4px;
   position: relative;
}

.leftHolder {
   position: absolute;
   bottom: 0px;
   left: 0px;
   height: 20px;
   width: 450px;
   text-align: left;
   padding-left: 100px;
}

.rightHolder {
   position: absolute;
   bottom: 0px;
   right: 0px;
   height: 20px;
   width: 450px;
   text-align: right;
   padding-right: 100px;
}

/*  FCKEditor Styles  */


.defaultText {
   font-family: Arial;
   font-size: 12px;
   color: #333333;
   line-height: 1.2em;
}

.defaultTextLight {
   font-family: Arial;
   font-size: 12px;
   color: #666666;
   line-height: 1.2em;
}

.orange1 {
   font-family: Arial;
   font-size: 12px;
   color: #EB4111;
   line-height: 1.2em;
}

.orange2 {
   font-family: Arial;
   font-size: 14px;
   color: #EB4111;
   line-height: 1.2em;
   font-weight: bold;
}
