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

body {

     font:          normal 10pt Verdana, sans-serif;
     color:         #666099;
     background :   #EEEEFF;
     margin:        20px;
     padding:       0;
}

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

}

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

h1 {
     font: bold 16pt Verdana, sans-serif;
     padding-top: 0;
     margin-top: 0;
	color: #3333CC;
}

h2 {
     color: #3333CC;
     font: bold 14pt Verdana, sans-serif;
}

h3 {
	margin-top: 0;
	padding-top: 15px;
     color: #3333CC;
     font: bold 12pt Verdana, sans-serif;
}

h4 {
     color: #3333CC;
     font: bold 10pt Verdana, sans-serif;
}

a {
     color: #3333CC;
     text-decoration: none;
}

a:hover {
     color: red;
     text-decoration: underline;
}
/* ===== Top heading section =================================================== */

.heading {

     background: white url('./images/website/shadow.gif') repeat-y top left;
}
.contentSep{
     width :100%;
     border-top: 1px solid #6699cc;
     border-bottom: 1px solid #6699cc;
     text-align: center;
     
}

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

.nav {
     width: 250px;
     background: #6699cc url('./images/website/reoNavFootter.jpg') no-repeat bottom left;
     text-align: left;
     font-size: 10pt;
     font-weight: bold;
     line-height: 20pt;
     padding-top: 5px;
     margin: 0;
     border: 0px;
}

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

.nav ul li {
     margin: 0px 6px 0px 6px;
     border-bottom: 1px dashed silver;
}

.nav ul li a {
     color: navy;

}

.nav ul li a:hover{
     color: white;
     text-decoration: underline;
}

.sizeSelector {
     margin: 0px 20px 0px 20px;
     border: 0;
     width: 120px;
     text-align: center;
}

.sizeSelector td {
     text-align: center;
}


.sizeSelector td a {
     color: silver;
}

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



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

.main { /* main table */

     width      : 100%;
     background : white;
     border     : 1px solid #3E4C8C;
     border     : 1px solid #bebecf;
     
}


.content {
     
     padding: 20px;
     background: white url('./images/website/shadow.gif') repeat-y top left;
}

.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: 15pt;
}

.contentText {
     text-align: justify;
     padding:    0px;
     line-height: 15pt;
}

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




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

.footer {
	width: 100%;
     margin: 0;
     padding: 1px 0px 1px 0px;

     text-align: center;
     font: normal 10pt Verdana, sans-serif;
     color: navy;
     border-top: 2px solid silver;
}


.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: #ffffc0;
}