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

body {

     color: #404040;
     font: normal 0.70em  Verdana, Arial, Helvetica, sans-serif;
     background: #ffffff url('./images/website/gradient.png') repeat-x top left;
     margin: 0;
     padding: 0;
}


table {
     border-collapse: collapse;
}

td, tr {
     vertical-align: top;
     text-align: left;
/*      font-size:          8pt; */
}

a img {
     border-width: 0px 0px 0px 0px;
}

a {
     text-decoration: none;
     color: rgb(0,0,204);
}

h1, h2, h3, h4 {
     font-weight: bold;
     font-family: Arial, sans-serif;
     color: #840863;
}

h1 {
     font-size: 1.8em;
}

h2 {
     font-size: 1.4em;
}

h3 {
     font-size: 1.2em;
}

h4 {
     font-size: 1.1em;
}

a:visited {
     color: rgb(0,0,204);
     text-decoration: none;
}

a:hover {
     color: #ff87de;
     text-decoration: underline;
}



input {
     border: 1px solid #384088;
}

textarea {
     border: 1px solid #384088;
}

select {
     border: 1px solid #384088;
}


h1 {
}

img {
     border: 0px;

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

.heading {
     width: 100%;
     height: 75px;
     background: #ffffff;
     border-bottom: 4px solid #000099;
     text-align: center;
}

.heading img {
     margin: auto;
     margin-top: 10px;
}




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

.navHeader {
     
     width: 165px;
     color: #840863;
     text-align: center;
     font-size: 13px;
     font-weight: bold;
     border: 1px solid #dEdEe3;
     padding: 5px 0px 5px 0px;
     margin-top: 10px;
     margin-left: 4px;
     background: white url('./images/website/topBarBckg.png') repeat-x top left;
          
}

.nav {
     float: left;
     width: 175px;
     color: #840863;
     background: white;
     text-align: left;
     line-height: 1.5em;
     padding-top: 5px;
     margin: 0px 0px 20px 0px;
     border: 1px solid #bbbedf;
     clear: left;
}

.nav ul {
     list-style-type: none;
     padding: 0px 0px 20px 0px;
     margin: 0;
}

.nav ul ul {
     list-style-type: none;
     padding: 5px 0px 0px 0px;
     margin: 0;
}

.nav ul ul ul {
     padding: 5px 0px 0px 0px;
     list-style-type: none;
     padding: 0;
     margin: 0;
}


.nav ul li {
     width: 154px;
     padding: 6px 0px 6px 10px;
     margin: 0;
}


.nav ul ul li {
     width: 144px;
     padding: 6px 0px 6px 15px;
     margin: 0;
}

.nav ul ul ul li {
     width: 134px;
     padding: 6px 0px 6px 25px;
     margin: 0;
}



.nav ul li a {
     font-size: 1.0em;
     color: #000099;
}

.nav ul li li a {
     font-size: 1.0em;
     color: #000099;
}


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

.nav ul li a:active {
     color: #ff87de
     text-decoration: underline;
}


.sizeSelector {
     margin: auto;
     margin-top: 10px;
     margin-bottom: 10px;
     border: 0;
     width: 120px;
     text-align: center;
}


.sizeSelector a:hover {
     color: silver;
     text-decoration: underline;
}



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

.main {
     width: 916px;
     margin: auto;
     margin-top: 20px;

}


.content {
     border: 1px solid #bbbedf;
     margin-left: 200px;
     padding: 0px 15px 15px 15px;
     width: 680px;
     background: #ffffff;
     background: #ffffff url('./images/website/topBarBckg.png') repeat-x top left;
}


.content h1 {
     margin: 7px 0px 20px 0px;
     padding: 0;
     font: bold 1.8em Arial, sans-serif;
     font-weight: bold
}


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

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

.contentSplurge {
     text-align: justify;
     padding: 0px;
     line-height: 1.4em;
}

.contentText {
     text-align: justify;
     padding: 0px;
     line-height: 1.4em;
}

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

}

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


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

.imageRight {
     float: right;
     clear: left;
     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;
}



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

.footer {
     margin: auto;
     width: 100%;
     text-align: center;
     vertical-align: middle;
     height: 50px;
     margin-top: 25px;
     padding: 10px 0px 20px 0px;
     border-top: 4px solid #808099;
     background: white;
}


.footer a {
     color: silver;
}

.footerGbLink{

     padding: 20px;
}
/* ================ Contact us page ========================================= */

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

.contactTable td {
     padding: 5px;
}


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

.requiredField {
     background: #ffffcc;
}

.errorClass {
     padding 0;
     margin: 20px;
     font-weight: bold;
     font-size: 1.2em;
     color: red;
}