/* ===== DOM elements ========================================================== */

body {
     font: normal 0.80em Arial, sans-serif;     
     color: #585859;
     background: white;     
     margin: 0;
     padding: 0;
}

table, tr, td {
     margin: 0;
     padding: 0;
     border: 0;
     border-collapse: collapse;

}

td {
     text-align: left;
     vertical-align: top;
}

h1, h2, .newsTitle {
     font: bold 1.7em FuturaStdCondensed, FuturaStdCondensedEot, sans-serif;
     color: #347ea0;
     text-transform: uppercase;
     border-bottom: 2px dotted #cccccc; 
}

h1 {
     font: bold 1.7em FuturaStdCondensed, FuturaStdCondensedEot, sans-serif;
     padding-top: 0;
     margin-top: 0;
}

h2 {
     font-size: 1.3em;
}

h3 {
     font-size: 1.1em;
     color: #bcbcbc;
}

h4 {
     font-size: 0.9em;
}

a {
     color: #006c33;
     text-decoration: none;
}

a:active {
     color: red;
}

h2 a:hover {
     color: #99ccff;
     text-decoration: none;   
}


img {
     border: 0px;

}

input, select, textarea {
     margin: 0px 0px 5px 0px;
     border: 1px solid #d0d0d0;
}

input {
     font: normal 1.0em Verdana, sans-serif;
}

select {
     font: normal 1.0em Verdana, sans-serif;
}

textarea {
     font: normal 1.0em 'Courier new', monospace;
}


/* ===== Top heading section =================================================== */

.heading, .menuBarBackg, .sliderDiv { 
     width: 1128px;
}

.heading {
     position: relative;
     height: 168px;
     text-align: center;
     background-color: white;
}

.heading img {
     margin-top: 30px;
}


.sliderDiv {
     height: 210px;
     background-color: #dddddd;
}

.menuBarBackg {
     height: 25px;
     background-color: #393536;
}


/* ===== Navigation stuff ====================================================== */

   
#topMenu {
     position: relative;     
     padding: 0;
     margin: 0;
     height: 25px;
     top: -12px;
}

#topMenu a {
     font-family: DinRegular, DinRegularEot;
     color: white;
     text-decoration: none;
}
     
#topMenu a:hover {
     color: #808080; 
}
  
#topMenu ul {
     margin-left: -35px;
}

#topMenu ul li {
     float: left;
     position: relative;
     cursor: default;
     padding: 0;
     list-style: none;
}


#topMenu li {
     margin-right: 20px;
}

#topMenu ul li div {
     position: absolute;
     width:250px;
     padding: 0;
     display: none;
     z-index: 99;
}


#topMenu li a {
     display: block;
     padding: 5px 10px 10px 5px;
     margin: 0px;
     border: 0px;
     z-index: 99;
     text-transform: uppercase;
     font-weight: bold;
     font-size: 0.95em;
}

#topMenu ul li:hover div, #topMenu li.over div {
     display: block;     
     z-index: 99;
}
.menuDrop {
     text-transform: uppercase;
     color: white;
     font-weight: bold;     
     background: #393536;     
}

.menuDrop dl {
     background-color: #f8f8f8;
     position: relative;
     top: -7px;
}

.menuDrop dl dd {
     padding: 5px 0px 0px 0px;
     margin: 0;
          background: #393536;
}



     

.nav {
     top: -25px;
     position: relative;
     text-align: left;
     padding: 3px;
     margin: 0px 0px 0px 0px;
     clear: both;
     display: block;
}



.searchTitle, .searchBox {
     position: absolute;
     right: 10px;
     top: 380px;
     width: 200px;
}

.navPrimary {

}

.navPrimary,
.navSecondary {
     position: relative;
     top: -35px;
     left: -20px;
     background-color: #393536;
     height: 30px;
}

.navPrimary ul, .navSecondary ul {
     margin: 0;
     padding-top: 0;
     padding-bottom: 0;
}

.navPrimary ul li, 
.navSecondary ul li {
     position: relative;
     top: 5px;
     left: 0px;
     display: inline;
     padding-right: 20px;
     text-transform: uppercase;
}

.navPrimary ul li a, .navSecondary ul li a {
     color:  white;
}

/* ================ Additional information ======================================= */

.main { /* main table */
     position: relative;
     width: 1128px;
     background: white;
     margin: auto;
     border-left: 1px solid #c0c0c0;
     border-right: 1px solid #c0c0c0;
}


.mainText { 
     border-bottom: 1px dotted #f4f4f4;
}


.content {
     margin: 0;
     width: 1128px;
     clear: both;
     display: block;
}

.content h1 {
     margin-top: 0;
     padding-top: 0;
}

.errorMsg {
     padding: 0px 16px 0px 16px;
     font-weight: bold;
     color: red;
}

.errorDiv {
     width: 460px;
     margin: 0;
     padding: 5px;
     border: 1px solid red;
     background: white;
     clear: left;
     display: block;
}

.tableContent  {
     margin: 0px;
     padding: 0
}

.mainContent {
     background: white;
}

#frmRegister {
     display: block;
     float: left;
     clear: left;

}


.contentSplurge, .contentText {
     padding: 0px;
     line-height: 1.4em;
     width: 443px;
     
}


.contentSplurge img a{
     text-decoration: none;
     border: 0;

}


.newsImage { 
     float: left;
     margin: 0px 10px 10px 0px;
}

.imageLeft {
     float: left;
     clear: right;
     padding-right: 15px;
}


.imageCenter {
     text-align: center;
     clear: both;
}

.imageRight {
     float: right;
     padding-left: 15px;
}

.imageTitle {
     text-align: center;
     color: black;
}


.landing {
     clear: both;
     display: block;
}


.landingSep {
     margin-top: 50px;
     padding: 7px 0px 7px 0px;
     text-align: center;
     color: #d5bfff;
     border-top: 1px solid #eee6ff;
     border-bottom: 1px solid #eee6ff;
}



/* ================ News box section ============================================= */

.newsTitle {
     margin-bottom: 10px;
}


.newsStory h2 {
     margin-bottom: 0;
     padding-bottom: 0;   
     border: none;  
}

.newsStory h2 a {
     color: #347EA0;
}

.newsStory h2 a:hover {
     color: #549EC0;
}
          
.newsStoryDate {
     text-align: left;
     display: block;
     color: #bbbbbb;
     font-weight: italic;
     font-size: 0.85em;
}


.newsBoxBody {
     font-size: 0.9em;
     color: black;
}

.newsBoxBody .advertTitle {
     width: 210px;
}



.newsBox0, .newsBox1, .newsBox2, .newsBox3, .newsBox4 {
     width: 160px;
     padding: 7px;
     margin-bottom: 10px;
}

.newsLinkText {
     padding: 5px 0px 0px 0px;
}

.newsLinkText a {
     color: #006c33;
}


.navLinkBox {
     padding-top: 20px;
}

.navLinkContainer {
     padding-top: 10px;;
     padding-bottom: 10px;
     border-top: 1px solid #cccccc;
     border-bottom: 1px solid #cccccc;
     width: inherit;
     text-align: center;
}

.navLinkBox {
     padding-top: 20px;
}

.navLinkContainer {
     padding-top: 10px;;
     padding-bottom: 10px;
     border-top: 1px solid #cccccc;
     border-bottom: 1px solid #cccccc;
     width: inherit;
     text-align: center;
}

/* ================ Advert section =============================================== */



.horizAdvert {
     width: 468px;
}

.verticalAdvert {
     width: 120px;
    /* min-height: 950px;*/
}

.advert {
     margin: 10px;
     background: white;
     width: 120px;
}

.advertTitle {
     color: white;
     background: #000099;
     width: 114px;
     padding: 3px;
     font-size: 1.2em;
     font-weight: bold;
}

.advertOpening, .advertMainText, .advertLinkText {
     padding: 3px;
     width: 124px;
}

.advertMainText {
     font-size: 0.85em;
}

.topLeft {
/*     width: 240px;*/
     background: white;
     height: 52px;
}


#leftContainer, #twitterContainer, #contentContainer {
     box-shadow: 5px 5px 3px #f0f0f0;
     border: 1px solid #f0f0f0;
     padding: 0px 5px 20px 5px;
     margin-left: 15px;
     margin-bottom: 15px;
}

#leftContainer {
     width: 178px;
}

#contentContainer {
     width: 470px;
}

#twitterContainer {
     position: relative;
     width: 190px;
}

#rightContainer {
     width: 180px;
     padding: 0px 5px 10px 0px;
     margin-left: 5px;
}

#rightContainer .verticalAdvert .advert .advertImageOnly, 
#rightContainer .verticalAdvert .advert,
#rightContainer .verticalAdvert {
     width: 180px;
}

.twitter .advert {
     margin-left: 3px;
     margin-bottom: 20px;
     padding-left: 0;
     overflow: hidden;
     width: 180px;
}

.verticalAdvert {
     padding-bottom: 10px;
     padding-top: 10px;
}

.advert {
     margin: 10px 0px 0px 10px;
     padding: 0;
     clear: right;
     display: block;
     overflow: hidden;
}

.advertImage, .advertImageOnly {
     margin: 0;
     padding: 0;
     float: left;
     width: 120px;
}


.leftTitle, .leftMainText, .leftOpeningText {
     width: 200px;
     padding: 10px;
     background: #f0f0ff;
}

.leftTitle {
     color: white;
     background: #000099;
     font-size: 1.2em;
     font-weight: bold;
}



.advertBottom {
     margin: 0;
     width: inherit;
     padding: 0;
}

.advertBottom .advert {
     margin: 20px 0px 0px 0px;
     width: inherit;
}

.advertBottom .advertMainText, .advertBottom .advertOpening, .advertBottom .advertTitle {
     width: inherit;
}

/* ================ Footer section =============================================== */

.footer {
     position: relative;
     border-top: 1px solid silver;
     width: 1085px;
     height: 100px;
     margin: 0px 20px 0px 20px;
     padding: 10px 0px 1px 0px;
     clear: both;
}

.footerText {
     position: absolute;
     top: -4px;
     left: 130px;
     text-align: left;
     width: 955px;  
     color: #808080;
     font-size: 0.85em;
     
}

.footer a {
     color: #006c33;
}

.footerGbLink{
     position: absolute;
     right: 0px;
     top: 80px;
     color: #c0c0c0;
     font-size: 0.8em;
     font-weight: normal;
}

.footerGbLink a {
     color: #d0d0d0;
}
/* ================ Contact us page ========================================= */

.contactTable {
     margin: 0px 10px 0px 10px;
     padding: 0;
}

.contactTable td {
     padding: 5px;
}


.galleryContainer {
     width: 505px;
}

.gallerySingle img {
     width: 141px;
     margin: auto;
}

.gallerySingle {
     float: left;
     width: 141px;
    margin: 6px;
}

.gallerySingleTitle {
     padding: 10px 40px 10px 10px;
     font-weight: bold;
}

.galleryText {
     font-weight: normal;
}

.galleryText ul {
     margin-left: -20px;
}      

/* ================ Form stuff ============================================== */

.requiredField {
     background: #ffffc0;
}



#frmRegister .constantData {
     padding-right: 40px;
}

     
.registerOnlineButton a, .registerPrintButton a {
     color: white;
}


.registerOnlineButton, .registerPrintButton {
     background: #cccccc;
     padding: 10px;
     width: 200px;
     display: inline;
     margin: 10px 10px 30px 0px;
}

.registerOnlineButton {
     width: 250px;
}
     

.registerDiv {
     padding-bottom: 20px;
}

.registerThankYou {
     border-top: 2px solid #d0d0d0;
     background: #ffffc0;     
     border-bottom: 2px solid #d0d0d0;
}


  
/* ================ Youtube stuff =========================================== */

.ytGallery td {
     padding: 5px;
}


/* ================ Logo bar stuff ========================================== */

     
     
.logoBarItem {
     float: left;
     padding-right: 15px;
     padding-bottom: 10px;
}
     

.topSocialBar {
     position: absolute;
     top: 100px;
     right: 55px;
}

.contentSocialBar {
}

.twitterSocialBar {
     float: right;
}

.topSocialBar .logoBarItem, .twitterSocialBar .logoBarItem {
     padding-right: 2px;
}

.contentSocialBar .logoBarItem {
     width: 140px;
}




/* ================ Search results ========================================== */


.searchResultDiv {
     width:500px;
     margin: 0px 0px 20px 0px;

}

.searchResultTitle {
     font-size: 1.2em;
     color: #386eb8;
}

.searchResultFragment {
}


