/**************************
GENERIC
**************************/

BODY{
	width: 841px;
	margin: 20px auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	}
	
*{
	margin: 0px;
	padding: 0px;
	}

p, li{
	font-size: 65%;
	}
	
a:link, a:visited{
	color: #00488F;
	text-decoration: none;
	}
	
a:hover{
	text-decoration: underline;
	}


H2{
	color: #FFFFFF;
	font-size: 80%;
	}

#mainContainer{
	background-image: url(/images/bg_home.gif);
	background-repeat: no-repeat;
	height: 594px;
	}
	
.imageFloatLeft{
	float: left;
	}
	
/*** leftcol ***/	

#leftCol{
	float: left;
	width: 397;
	margin: 0px 0 0 0;
	}
	
/*** right col ***/	

#rightCol{
	float: left;
	width: 444px;
	height: 561px;
	margin: 32px 0 0 0;
	background-image: url(/images/home_btmImg2.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	}
	
/*** special offer panel ***/

#specialOffers{
	text-align: center;
	padding: 4px;
	background-color: #0081C8;
	}

#specialOffers a:link, #news a:specialOffers{
	color: #000000;
	}
	
/*** news panel ***/

#news{
	text-align: center;
	color: #FFFFFF;
	padding: 4px;
	margin: 5px 0;
	background-color: #00488F;
	}

#news a:link, #news a:visited{
	color: #FFFFFF;
	}

/**************************
MENU
**************************/

ul.header{}

	
ul.header li{
	float: left;
	height: 17px;
	list-style: none;
	margin-right: 1px;
	padding: 3px 7px;
	text-align: center;
	background-color: #004990;
	}
	
ul.header li a:link, ul.header li a:visited{
	color: #FFFFFF;
	text-decoration: none;
	}

/*** menu highlighted ***/

ul.headerSelect{}

	
ul.headerSelect li{
	float: left;
	height: 17px;
	list-style: none;
	margin-right: 1px;
	padding: 3px 7px;
	text-align: center;
	background-color: #8B9A92;
	}
	
ul.headerSelect li a:link, ul.headerSelect li a:visited{
	color: #FFFFFF;
	text-decoration: none;
	}

/*** menu hidden ***/

.hidden{
	visibility: hidden;
	}
	
/**************************
HOME PAGE
**************************/

#txtCol{
	float: left;
	width: 175px;
	height: 220px;
	margin-top: 5px;
	}

/**************************
NEWS COL
**************************/

#newsCol{
	float: left;
	width: 140px;
	margin-left: 30px;
	}

P{
	margin: 6px 0;
	}

P.highlight{
	color: #004990;
	}

P.usefulLinks{
	margin: 0px;
	padding: 2px 0 2px 4px;
	text-align: center;
	background-color: #0081C8;
	color: #004990;
	}
	
ul.siteMap{
	clear: both;
	float: right;
	margin: 0px;
	padding: 0px;
	}

html* ul.siteMap{
	float: none;
	text-align: right;
	}

ul.siteMap li{
	display: block;
	list-style: none;
	text-align: center;
	width: 75px;
	margin-right: 20px;
	padding: 1px 0 1px 0;
	border: 1px solid #C8DEF2;
	background-color: #CCCCCC;
	}
	
/* CH fixing weird site map position issue */
ul.siteMap
{
	position: absolute;
	bottom: 5px;
	right: 0px;
}
#rightCol
{
	position: relative;
	top: 0px;
	left: 0px;
}

