@charset "utf-8";
/* CSS Document */
 
.mainheadline
{
	width: 662px;
	height: 150px;
	position: absolute;
	left: 182px;
	top: 258px;
} 
.headlinetable {
	height: 150px;
	width: 662px;
/*	cursor:pointer;*/
}

.catchlinetable {
	height: 150px;
	width: 220px;
	position: absolute;
	top: 99px;
	left: 544px;
}

.maincatchline {
	width: 208px;
	height: 150px;
}

.panelTop {
	position: absolute;
	top: 417px;
	z-index: 1;
}
.frontPanelTop {
	position: absolute;
	top: 411px;
	z-index: 1;
}

.panelMiddle {
	position: absolute;
	top: 496px;
}
.frontPanelMiddle {
	position: absolute;
	top: 490px;
}

.panelBottom {
	position: absolute;
	top: 575px;
}
.frontPanelBottom {
	position: absolute;
	top: 569px;
}

.panelLeft {
	position: absolute;
	left: 182px;
}
.frontPanelLeft {
	position: absolute;
	left: 176px;
}

.panelRight {
	position: absolute;
	left: 519px;
}
.frontPanelRight {
	position: absolute;
	left: 513px;
}


.whitecell {
	background-color: #ffffff;
}
.shadedcell {
	background-image: url(/images/background/mainwindowshadeflash.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-color: #fff;
}
.shadedcellnoflash {
	background-image: url(/images/background/mainwindowshade.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-color: #fff;
}
.shadedcellleft {
	background-image: url(/images/background/mainwindowshadeleft.jpg);
	background-repeat: repeat-x;
	background-position: 1px 0px;
	background-color: #fff;
}
.shadedcelltop {
	background-image: url(/images/background/mainwindowshadetopflash.jpg);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	background-color: #fff;
}
.shadedcelltopnoflash {
	background-image: url(/images/background/mainwindowshadetop.jpg);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	background-color: #fff;
}




.greycell {
	background-color: #E9E9E9;
}
.redcell, .redmaincell {
	background-color: #E00026;
}



.copyright {
	float: left;
	position: absolute;
	top: 720px;
	left: 22px;
	padding-bottom:10px;
}
.copyright a {
	text-decoration: none;
	color: #1B1C20;
}
.copyright a:hover {
	text-decoration: underline;
}

.privacypolicy {
	position: absolute;
	left: 762px;
}
.termsofuse {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	position: absolute;
	left: 668px;
}
.contactustable {
	height: 70px;
	width: 150px;
}

.accessibility {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	position: absolute;
	left: 624px;
}
.footeritem {
	float: right;
	display: block;
	padding-right: 5px;
	padding-left: 5px;
	position:absolute;
	top: 704px;
}
#divCatchline {
	color: #1B1C20;
	cursor:pointer;
	text-decoration: none;
}

.basicWhiteBox
{
	position: absolute;
	width: 662px;
	left: 182px;
	top: 258px;
	/*	height: 390px;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	display: block;
	z-index: 10;
	opacity: 0.88;
	-moz-opacity: 0.85;
	/*filter: alpha(opacity=88);*/
}

.noTransparency
{
	opacity: 1.0;
	-moz-opacity: 1.0;
}

.whiteBoxAtTop
{
	position:absolute;
	left:182px;
	top:99px;
	width:662px;
	display:block;
}
.whiteBox500
{
	position:absolute;
	left:182px;
	top:258px;
	width: 500px;
}

#divContactUs {
	position: absolute;
	height: 60px;
	width: 140px;
	top: 575px;
	left: 22px;
}
#divWhatWeDo {
	position:absolute;
	height:60px;
	width:140px;
	left: 698px;
	top: 575px;
}
.termssection {
	border: 1px inset #CCCCCC;
	background-image: url(../images/background/mainwindowshade.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 10px;
	height: 300px;
	overflow: auto;
}
.termslink {
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	color: #E00026;
	font-size: 14px;
	cursor:pointer;
	padding-bottom:8px;
}
