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

body {

     font:          normal 0.8em Verdana, sans-serif;
     color:         #006B6B;
     background :   white url('./images/website/pageBackgBlue.png') repeat-x top left;
     margin:        auto;
     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.6em;
     padding: 0px 0px 10px 0px;
     margin-top: 0;
	color: #00248f;
}

h2 {
     padding: 10px 0px 10px 0px;
     margin-top: 0;
     color: #00248f;
     font-size: 1.3em;
}

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

a:active {
     color: red;
}

a:hover {
	color: #00248f;		
}

img {
     border: 0px;

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

.heading {
     height: 180px;
     border: none;
     background: url('./images/website/companyLogo.png') no-repeat top left;
}


/* ===== Navigation stuff ====================================================== */
.nav {
     border-width: 0px 1px 0px 0px;
     border-color: #e0e0e0;
     border-style: solid;
}

.menuBar {
     margin: 0;
	height: 30px;
	padding-top: 15px;
     background: #ffffff url('./images/website/primNav.png') no-repeat top center;
     background: #ffffff url('./images/website/primNav2.png') repeat-x top center;
     text-align: left;
     font-size: 0.9em;
     font-weight: bold;
     line-height: 20pt;
     
}

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

.menuBar ul li {
     display: inline;
     margin: 0px 8px 0px 8px;
}

.menuBar ul li a {
     color: #B36B00;
     font-size: 1.2em;
}

.menuBar ul li a:hover{
     color: #00248f;
     text-decoration: none;
}


.secBar {
     height: 30px;
     background: #ffffff ;
     text-align: left;
     font-size: 1.0em;
     font-weight: bold;
     line-height: 20pt;
     margin: 0px;
     padding-bottom: 5px;
}

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

.secBar ul li {
     display: inline;
     margin: 0px 12px 0px 0px;
}

.secBar ul li a {
     color: #B36B00;
     font-size: 1em;
}

.secBar ul li a:hover{
     color: #00248f;
     text-decoration: none;
}

.size1 a {
     font-size: 0.80em;
     padding-left: 5px;
     padding-right: 5px;
     color: #B36B00;
}

.size2 a {
     font-size: 1em;
     padding-right: 5px;
     color: #B36B00;
}

.size3 a {
     font-size: 1.2em;
     padding-right: 5px;
     color: #B36B00;
}

.sizeSel {
	position: relative;
	width: 70px;
	height: 30px;
	left: 705px;
	top: 167px;
	margin: 0;
	padding: 0;
	z-index: 1;
}


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

.main { /* main table */

     width      : 100%;
     width: 775px;
     
     background : white;
     border     : 1px solid #D5BFFF;
	margin: auto;
	margin-top: 30px;
	margin-bottom: 30px;
}


.content {

     padding: 20px;
}

.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: 2em;
}

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

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



.insertTableRight {
	margin: 0px 0px 10px 10px;
	width: 200px;
	float: right;
	background: #FFF5E6;
	border: 10px solid #fff5e6;
}

.insertTableRight td {
	font-size: 0.9em
}


.landingSep {
	display: none;
	margin-top: 50px;
	padding: 3px 0px 7px 0px;
	text-align: center;
	color: #D5BFFF;
	border-top: 1px solid #EEE6FF;
	border-bottom: 1px solid #EEE6FF;
	clear: both;
}

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

.footer {
	width: 100%;
     margin: 0;
     padding: 1px 0px 1px 0px;
	background: white url('./images/website/a4alogo.gif') no-repeat top right;
     text-align: center;
     font-size: 0.8em;	
     color: #006b6b;
     border-top: 1px solid #D5BFFF;
}


.footer a {
	color: B36B00;
}

.footerGbLink{

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

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

.contactTable td {
     padding: 5px;
}


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

.requiredField {
	background: #ffffc0;
}

