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

body {
     font: normal 10pt Verdana, sans-serif;
     margin: auto;
     margin-top: 20px;
     padding: 0;
     color: black;
     background: #6e7499;
	width: 774px;
}

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

}

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

h1 {
     font: bold 14pt Verdana, sans-serif;
     padding: 9px 0px 0px 15px;
     margin-top: 0;
	color: navy;
}

h2 {
     color: navy;
     font: bold 12pt Verdana, sans-serif;
     padding-left: 0px;
}

a {
     color: #c0c0c0;
     text-decoration: none;
}

a:active {
     color: red;
}
/* ===== Top heading section =================================================== */

.heading {
     height: 150px;
     background: white  url('./images/website/hdr.jpg') no-repeat top left;
     border-bottom: 1px solid #ccc99f;
}


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

.menuBar {
     width: 140px;
     background: white;
     text-align: left;
     font-size: 10pt;
     font-weight: bold;
     line-height: 20pt;
     padding-top: 5px;
     margin: 0;
}

.mainTable {
	background: white;
}

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

.menuBar ul li {
     margin: 0px 6px 0px 6px;
}

.menuBar ul li a {
     color: green;
     font-size: 10pt;
}

.menuBar ul li a:hover{
     color: green;
     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 */
     background: white;
}


.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 20px 0px 16px;
     line-height: 15pt;
     width: 598px;
}

.contentText {
     text-align: justify;
     padding:    0px 10px 0px 16px;
     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;
     background: white;
     text-align: center;
     font: normal 8pt Verdana, sans-serif;
     color: navy;
     border-top: 1px solid silver;
}


.footer a {
	color: silver;
}

/* ================ Contact us page ========================================= */

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

.contactTable td {
     padding: 5px;
}


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

.requiredField {
	background: #ffffc0;
}
