﻿/*Start of layout*/
#wrap {
	background:#FFFFFF;
	margin:0 auto; 
	width:990px;
}

body{
	background-color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	/* font:0.69em; */
}

ul li 
{
    padding-top:3px;
}


#logoPrint {
	display:none;
}

#header {
	background:#FFF;
	min-height:80px;
  	height:auto !important;
  	height:80px;
}

img {
	border:0px;
}

#headerLeft {
	width:380px;
	padding-left:5px;
	min-height:80px;
  	height:auto !important;
  	height:80px;
	float:left;
}

#headerRightCallUs {
	height:70px;
	width:208px;
	margin-top:10px;
	margin-left:10px;
	float:right;
}

#headerRight {
	float:right;
	min-height:74px;
  	height:auto !important;
  	height:74px;
	padding: 3px 5px 3px 0px;
	width:365px;
	font-size:1.05em;
	text-align:right;
	color:#1F3C8F;
	font-weight:bold;
}

#nav {
	background:#A2B4EA;
	min-height:28px;
  	height:auto !important;
  	height:28px; 
	clear:both;
	color:#FFF;
	text-transform:uppercase;
	font: bold 0.68em Arial;
}


#main {
	padding: 1px 10px 1px 10px;
	background-color:#1F3C8F;
	color:#FFF;
	/* min-height:100px; */
}


#sidebar ul {
	margin-bottom:0;
}

#footer {
	background:#152860;
	color:#FFF;
	font-size:1em;
	min-height:10px;
  	height:auto !important;
  	height:10px;
	text-align:center;
	font-weight:bold;
}

#footer p {
	margin:0;
}



a 
{
	color:#7893E2;
}

.userNav
{
	text-align:right;
	padding-top:4px;
	color:#99A4DF;
}

.userNav a 
{
	text-decoration:none;
    color:#99A4DF;  
}

.tableRowHeaderColour {
	background:#294DB6;
	font-weight:bold;
}

.tableRowOddColour {
	background:#6C89DD;
}

.tableRowEvenColour {
	background:#3C62D5;
}

