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

body {
     font: normal 0.80em Verdana, sans-serif;
     color: black;
     background: #ccccff;
     background: white;
background: #eeeeff;     
     background: #eeeeee;     
     margin: 0;
     padding: 0;
}

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

}

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

h1 {
     font-size: 1.7em;
     padding-top: 0;
     margin-top: 0;
     color: #b03050;
     font-weight: normal;
}

h2 {
     color: #b03050;
     font-size: 1.3em;
     font-weight: normal;
}

a {
     color: #b03050;
     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 {
     position: relative;
     height: 150px;
     margin-left: 20px;
}

.headingAdvert {
     position: absolute;
     top: 20px;
     right: 15px;
     margin: 0;
     padding: 0;
     width: 468px;
     height: 60px;
     text-align: right;
     background: white;
     overflow: hidden;
}

.headingAdvert1 {
     
     position: absolute;
     top: 20px;
     right: 15px;
     margin: 0;
     padding: 0;
     width: 468px;
     height:60px;
     text-align: right;
     background: white;
     overflow: hidden;
}

.headingAdvert2 {
     
     position: absolute;
     top: 90px;
     right: 15px;
     margin: 0;
     padding: 0;
     width: 468px;
     height:60px;
     text-align: right;
     background: white;
     overflow: hidden;
}


.newsTickerContainer {
     position: absolute; 
     right: 15px;
     top: 110px;
     width: 464px;
     padding: 0;
     background: #eeeeee;
     border: 1px solid #cccccc; 
     height: 40px;
}

.newsTickerTitle {
     position: absolute; 
     right: 5px;
     bottom: 5px;
     font-weight: bold;
     font-size: 1.0em;
}

.newsTicker {
     position: absolute; 
     padding: 5px;
     width: 458px;
     font-size: 0.8em;
}

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

.nav {
     position: relative;
     left: 20px;
     top: 10px;
     text-align: left;
     padding: 4px;
     margin: 0px 0px 0px 0px;
/*     background: #003399 url('./images/website/NavBarBg2.jpg') no-repeat top right; */
     background: #cccccc;
     
     height: 30px;
     width: 916px;
     clear: both;
     display: block;
}

.nav ul {
     list-style-type: none;
     margin: 6px 0px 0px 0px;
     padding: 0;
     text-align: left;
}

.nav ul li:first-child {
     display: inline;
     margin: 0px 6px 0px 6px;
     padding-left: 12px;
     border-left: 0px solid #d3a393;
}

.nav ul li {
     display: inline;
     margin: 0px 3px 0px 3px;
     padding-left: 12px;
     border-left: 1px solid #aaaaaa;
}

.nav ul li a {
     color: black;
     /* font-weight: bold; */
     text-decoration: none;
}

.nav ul li a:hover{
color: #b03050;
     text-decoration: none;
}

/*
.secNav {
     text-align: left;
     line-height: 2.0em;
     margin: 0px 0px 10px 0px;
     padding: 0;
     background: #f0f0ff;
     border: 1px solid #c0c0ff;
     height: 40px;
}

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


.secNav ul li {
     margin: 0px 12px 0px 0px;
     padding-left: 12px;
}
*/


.secNav {
     position:relative;
     text-align: left;
     line-height: 2.0em;
     margin: 0;
     padding: 4px;
     border-left: 1px solid #cccccc;
     border-bottom: 1px solid #cccccc;
     border-right: 1px solid #cccccc;
     height: 35px;
     width: 914px;
     left: 20px;
     top: 10px;
     background-color: #eeeeee;
}

.secNav ul {
     list-style-type: none;
     margin: 6px 0px 0px 0px;
     padding: 0;
     text-align: left;
}

.secNav ul li:first-child {
     display: inline;
     margin: 0px 6px 0px 6px;
     padding-left: 12px;
     border-left: 0px solid #8D8DB3;
}

.secNav ul li {
     display: inline;
     margin: 0px 6px 0px 6px;
     padding-left: 12px;
     border-left: 1px solid #8D8DB3;
}

.secNav ul li a {
     color: black;
     text-decoration: none;
}

.secNav ul li a:hover{
     color: #ff8080;
     text-decoration: none;
}



.terNav {
     position:relative;
     text-align: left;
     line-height: 2.0em;
     margin: 0;
     padding: 4px;
     border-left: 1px solid #cccccc;
     border-bottom: 1px solid #cccccc;
     border-right: 1px solid #cccccc;
     height: 35px;
     width: 914px;
     left: 20px;
     top: 10px;
     background-color: #eeeeee;
}

.terNav ul {
     list-style-type: none;
     margin: 6px 0px 0px 0px;
     padding: 0;
     text-align: left;
}

.terNav ul li:first-child {
     display: inline;
     margin: 0px 6px 0px 6px;
     padding-left: 12px;
     border-left: 0px solid #8D8DB3;
}

.terNav ul li {
     display: inline;
     margin: 0px 6px 0px 6px;
     padding-left: 12px;
     border-left: 1px solid #8D8DB3;
}

.terNav ul li a {
     color: black;
     text-decoration: none;
}

.terNav ul li a:hover{
     color: #ff8080;
     text-decoration: none;
}


.searchTitle, .searchBox {
     position: relative;
     left: 740px;
     top: -23px;
     width: 200px;
}


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

.main { /* main table */
     width: 960px;
     background: white;
     /* 110712 background: white url('./images/website/websiteHeader.png') no-repeat top left; */
     margin: auto;
     margin-top: 20px;
     margin-bottom: 20px;
     border: 1px solid #e0e0e0;
     border: 20px solid #6666ff;
     border: 20px solid white;
     border: 1px solid #e0e0e0;
}


.content {
     padding: 10px 20px 20px 20px;
     margin: 0;
     width: 924px;
     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: 10px 0px;
     padding: 0
}

.mainContent {
     background: white url('./images/website/contentBackg.jpg') no-repeat top right;
     background: white;
     border-left: 10px solid white;
     border-right: 10px solid white;
}

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

}


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


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

}


.newsImage { 
     float: right;
     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;
}


/* ================ Top items section ============================================ */


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

.newsTitle {
     font-size: 1.3em;
     /* font-weight: bold; */
     margin-bottom: 10px;
     color: white;
 color: black;
 color: #b03050;
     /* font-weight: bold; */
}


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

.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: 240px;
}



.newsBox0, .newsBox1, .newsBox2, .newsBox3, .newsBox4 {
     width: 242px;
     padding: 7px;
     background: #e0e0e0;
background: white;     
     margin-bottom: 10px;
     border: 2px solid #c0c0c0;
}

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

.newsLinkText a {
     color: white;
 color: #b03050;    
}

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

.heading .advert {
     width: 468px;
     padding: 0;
     margin: 0;
     background: white;
}


.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;
}


.leftItemText {
     width: 260px;
     background: white;
}


.rightItemText .verticalAdvert {
     width: 136px;
     background: #9999FF;
     border-top: 10px solid #9999ff;
     border-bottom: 10px solid #9999ff;
     
     background: #e0e0e0;
     border-top: 10px solid #e0e0e0;
     border-bottom: 10px solid #e0e0e0;
     border: 2px solid #c0c0c0;
     padding-bottom: 10px;
     padding-top: 10px;
     background: white;
}

.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: 220px;
     padding: 10px;
     background: #f0f0ff;
}

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



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

.footer {
     position: relative;
     border-top: 1px solid silver;
     width: 920px;
     height: 100px;
     margin: 0px 20px 0px 20px;
     padding: 1px 0px 1px 0px;
     clear: both;
     background: white url('./images/website/OpusMedia.png') no-repeat top left;
}

.footerText {
     position: absolute;
     top: -4px;
     left: 130px;
     text-align: left;
     width: 800px;  
     color: #808080;
     font-weight: bold;
     
}

.footer a {
     color: #b03050;
}

.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: 160px;
     margin: auto;
}

.gallerySingle {
     float: left;
     width: 160px;
    /*  height: 250px; */
    border: 1px solid #e0e0e0;
    margin: 3px;
}

.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;
}


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

.ytGallery td {
     padding: 5px;
}


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

.logoBar {
     border-top: 1px solid silver;
     padding-top: 10px;
     background: white;
     width: 916px;
     height: 30px;
}
     
     
.logoBarItem {
     float: left;
     padding-right: 15px;
     padding-bottom: 10px;
}
     
     

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


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

}

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

.searchResultFragment {
}

