@charset "utf-8";
/* CSS Document */


body  {
	font: 100% Arial, Helvetica, sans-serif;
	background-image: url(../images/layOut/orange.gif);
	background-repeat: repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 3px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.thrColAbsHdr #container { 
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	
	background: white;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

/* Tips for absolutely positioned sidebars with header and footer:
1. Absolutely positioned (AP) elements must be given a top and side value, either right or left. (As a default, if no top value is given, the AP element will begin directly after the last element in the source order of the page. This means, if the sidebars are first element in the #container in the document's source order, they will appear at the top of the #container even without being given a top value. However, if they are moved later in the source order for any reason, they'll need a top value to appear where you desire.
2. Absolutely positioned (AP) elements are taken out of the flow of the document. This means the elements around them don't know they exist and don't account for them when taking up their proper space on the page. Thus, an AP div should only be used as a side column if you are sure the middle #mainContent div will always contain the most content. If either sidebar were to contain more content, that sidebar would run over the bottom of the parent div, and in this case the footer as well, and the sidebar would not appear to be contained.
3. If the above mentioned requirements are met, absolutely positioned sidebars can be an easy way to control the source order of the document.
4. If the source order is changed, the top value should be equal to the height of the header since this will cause the columns to visually meet the header.
*/

p{
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	
}


.dark {
	background-color: #336699;
}
.med {
	background-color: #93C0E1;
}

.light {
	background-color: #DBEAF5;	
}
.orange {
	background-color: #FC3;
}



.thrColAbsHdr #header { 

	height: 100px; /* if you're changing the source order of the columns, you'll may want to use a height on the header so that you can give the columns a predictable top value */
	width: 100%;
	background: #336699; 
	padding:0;
	margin-top: 0px;
	position:relative;
	/*padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 

img.headerTopLeftImage{
	margin: 0;
	padding:0;
	top:0px;
	left:0px;
	position:absolute;

}

img.headerTopRightImage{
	margin: 0;
	padding:0;
	top:0px;
	right:0px;
	position:absolute;
}

#siteLogo {
	height: 80px;
	width: 650px;
	margin:0;
	padding:0;
	vertical-align:top;
    background-color: #336699;

	top:0px;
	left:80px;
	position:absolute;

}


.siteLogoTextTop {

	/*color: #FC3;*/
	color:#FFF;
	font-family: "Comic Sans MS";
	font-weight: bold;
	font-size: 50px;
	z-index:2;
	position: absolute;
	left: 50px;
	top: 0px;
	letter-spacing: 4px;
}

.faceBookFindUs{
	/*background-color:#DBEAF5;*/
	left:8px;
	bottom: 46px;
	position:absolute;	
	border:solid;
	border-width:3px;
	/*border-color:#FC3;
	border-color:#DBEAF5;*/
	border-color:#93C0E1;
}

.faceBookLike{
	/*background-color:#DBEAF5;*/
	Padding:1px 1px 1px 1px;
	left:8px;
	bottom: 15px;
	position:absolute;	
}

/*.siteLogoTextBottom {
	margin:0;
	padding:0;
	color:#F67;
	font-size: 50px;
	font-family: "Comic Sans MS";
	font-weight: bold;
	z-index:1;
	position: absolute;
	left: -1px;
	top: -2px;
	letter-spacing: 4px;
}*/



/*.thrColAbsHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse 
	padding: 10px 0;  using padding instead of margin will allow you to keep the element away from the edges of the div 
}*/

#headerBaseImages {
	margin: 0;
	padding:0;
	width:550px;
	height:15px;
	bottom:0px;
	left:170px;
	position:absolute;
	background-color:#FFF;
}

#headerBaseImages img.leftHeaderBaseImages{
	margin: 0;
	padding:0;
	left:0;
	top:0px;
    position:absolute;
}

#headerBaseImages img.rightHeaderBaseImages{
		margin: 0;
	    padding:0;
		right:0;
	    top:0px;
		position:absolute;
}




	






.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

/*

</style>[if IE 5]>
<style type="text/css"> 
 place css box model fixes for IE 5* in this conditional comment 
.thrColAbsHdr #sidebar1 { width: 180px; }
.thrColAbsHdr #sidebar2 { width: 190px; }
</style>
<![endif] */




 /*Start of menu*/
 
 .thrColAbsHdr #sidebar1 {
	
 /* allows for margin in header */
float:left;
margin:  0;
	width: 170px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px; /* padding keeps the content of the div away from the edges */

}

.glossymenu{
	top:0;
margin:  0;
padding: 0;
width: 170px; /*width of menu*/
/*border-bottom-width: 0;*/

}

.glossymenu a.menuitem{
	/*background: black url(glossyback.gif) repeat-x bottom left;*/
	font:bold 12px Arial, Helvetica, sans-serif;
	line-height:normal;
	
	color: white;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	/*padding: 4px 0px;*/
	padding-top:0px;
	padding-bottom:0px;
	padding-left: 10px;
	margin:0px;
	text-decoration: none;
	text-align:left;
	background-color:#336699 ;
	/*background-image:url(../Images/layOut/med.gif);*/
	/*border-left: #336699 1px solid;
	border-right: #336699 1px solid;
    background-repeat:repeat;
	border-bottom:#336699 1px dotted;*/
    height:18px;

}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: white;
}

/*CSS for icon image that gets dynamically added to headers

.glossymenu a.menuitem .statusicon{ position: absolute;
top: 5px;
right: 5px;
border: none;
}

*/

.glossymenu a.menuitem:hover{
/* background-image: url(glossyback2.gif); */

    color: #FC3;
	border:#FC3 1px dotted;
		padding-top:0px;
	padding-bottom:0px;
	padding-left: 10px;
	margin:0px;
	height:18px;
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
    background-image:url(../images/layOut/light.gif);
    background-repeat:repeat;
    text-align:left;
	border-left: #336699 1px solid;
	border-right: #336699 1px solid;


}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.glossymenu div.submenu ul li{
border-bottom: 1px solid #336699;
}

.glossymenu div.submenu ul li a{
display: block;
font: normal 12px Ariel, Helvetica, sans-serif;
line-height:normal;
color: #336699;
text-decoration: none;
padding: 0px ;
padding-left: 10px;
margin:0;

}

.glossymenu div.submenu ul li a:hover{
	background-color:#FC3;
}

/* -------------------------------------------- */
/*     start of right side bar                   */
/* -------------------------------------------- */
 
 
 
 .thrColAbsHdr #sidebar2 {
	 	 margin:0;
	 padding:0;
	position:relative;
	float:right;
	width: 240px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/*background-color:#93C0E1;*/  
height:auto;
	background-color:#DBEAF5; /* the background color will be displayed for the length of the content in the column, but no further */
/* padding keeps the content of the div away from the edges */
z-index:0;


 /*right side bar top header join */
 /************************** */
}

 .thrColAbsHdr #rightSideBarTop  {
	 margin:0;
	 padding:0;
	 top:0;
	 left:0;
	 width:240px;
	 height:45px;
	 background-image:url(../images/layOut/dark.gif);
	 background-repeat:repeat;
	 position: absolute;
	 z-index:1;
 }
 
 .thrColAbsHdr #rightSideBarTop img.leftBottomImage{
		margin: 0;
	    padding:0;
		left:0;
	    bottom:0;
		position:absolute;
}

 .thrColAbsHdr #rightSideBarTop img.rightBottomImage{
		margin: 0;
	    padding:0;
		right:0;
	    bottom:0;
		position:absolute;
}

 /*right side bar start of main content */
 /************************** */

 .thrColAbsHdr #rightSideBarMainContentTop {
	 
	 margin:0;
	 padding:0;
	 top:40px;
	 left:0;
	 width:240px;
	 height:20px;
	 background-color:#FFF;
	 position:absolute;
 }
 
  .thrColAbsHdr #rightSideBarMainContentTop img.rightSideBarMainContentTopLeftImage{
	  	margin: 0;
	    padding:0;
		left:0;
	    bottom:0;
		position:absolute;
  }
  
    .thrColAbsHdr #rightSideBarMainContentTop img.rightSideBarMainContentTopRightImage{
	  	margin: 0;
	    padding:0;
		right:0;
	    bottom:0;
		position:absolute;
  }
  
  
   /***********************************************/
 /* right side advert logos   */
 /***********************************************/
 
 /*#rightSideBarMainContentAdvertBlock {
	top:60px;
	left:0;*/
	/* set min height */
	/*height: auto ;*/
	/*height:430px;

	width:240px;
    padding-top:10px;
    padding-bottom:10px;
	position:absolute;
	/*background-color:red;*/
	/*background-image: url(../images/layOut/light.gif);
	background-repeat:repeat;
}*/

 #rightSideBarMainContentAdvertBlock_med {
	top:60px;
	left:0;
	/* set min height */
	/*height: auto ;*/
	height:430px;

	width:240px;
    padding-top:5px;
    padding-bottom:5px;
	position:absolute;
	/*background-color:red;*/
	background-image: url(../images/layOut/med.gif);
	background-repeat:repeat;
}


 #rightSideBarMainContentAdvert{
	top:0px;
	left:0;
	text-align:center;

	width: 240px;
	margin:0;
    padding-top: 5px;
    padding-bottom:5px;
	position: relative;
	/*background-color:yellow;
	background-image: url(../Images/layOut/light.gif);
	background-repeat:repeat;*/
}

 /*right side bar start of footer content */
 /************************** */

 .thrColAbsHdr #rightSideBarMainContentFooter {
	 
	 margin:0;
	 padding:0;
	 top:430px;
	 left:0;
	 width:240px;
	 height:20px;
     background-color: #FFF;
	 position:absolute;
 }
 
  .thrColAbsHdr #rightSideBarMainContentFooter img.rightSideBarMainContentBottomLeftImage{
	  	margin: 0;
	    padding:0;
		left:0;
	    bottom:0;
		position:absolute;
  }
  
    .thrColAbsHdr #rightSideBarMainContentFooter img.rightSideBarMainContentBottomRightImage{
	  	margin: 0;
	    padding:0;
		right:0;
	    bottom:0;
		position:absolute;
  }
	 

 /***********************************************/
 /*Start of header search box - placed here to counteract ie 6.00 + 7.00 z index bug!   */
 /***********************************************/

 #headerSearchBox {
		margin:0;
	    padding:0;
		width:200px;
		height:105px;
		right:20px;
	    bottom:20px;
		position:absolute;
		background-image:url(../images/layOut/light.gif);
		background-repeat:repeat;
		z-index:10;
}

 #headerSearchBox img.headerSearchBoxTopleft {
	margin: 0;
	padding:0;
	left:0px;
	top:0px;
    position:absolute;
}

 #headerSearchBox img.headerSearchBoxTopRight {
	margin: 0;
	padding:0;
	right:0px;
	top:0px;
    position:absolute;
}

 #headerSearchBox img.headerSearchBoxBottomleft {
	margin: 0;
	padding:0;
	left:0px;
	bottom:0px;
    position:absolute;
}

 #headerSearchBox img.headerSearchBoxbottomRight {
	margin: 0;
	padding:0;
	right:0px;
	bottom:0px;
    position:absolute;
}

/******************************************************/
/**********     start search box text ***********/

  #headerSearchBoxTextHolder{
	margin: 0;
	top: 10px;
	left: 10px;
	width:180px;
	height:45px;
	position: absolute;
	z-index:11;
	background-color:#93C0E1;
	vertical-align: middle;

  }
  
  p.headerSearchBoxText{
	font-size:15px;
	font-weight:600;
	color:#336699;
	/*color:#000;*/
	vertical-align: middle;
	display: block;
	height: 40px;
	width: 160px;
	top: 4px;
	position: relative;
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;

  }
	
  
  
    #headerSearchBoxTextHolder img.headerSearchBoxTextTopLeft {
		margin:0;
		padding:0;
		left:0;
		top:0;
		position:absolute;
	}
	
	    #headerSearchBoxTextHolder img.headerSearchBoxTextTopRight {
		margin:0;
		padding:0;
		right:0;
		top:0;
		position:absolute;
	}
  
/******************************************************/
/**********     start of form content ***********/

  #headerSearchBoxForm {
	margin: 0;
	padding:0;
	top: 55px;
	left: 10px;
	width:180px;
    height:40px;
	position:absolute;
	background-color:#93C0E1;
	
  } 
  
  #headerSearchBoxForm input.searchQueryTextBox{
		top:0;
        bottom:35px;
		margin: 0 auto;
		padding:0;
		width:160px;
		height:20px;
  }
    #headerSearchBoxForm #searchQueryButton {
		width:70px;
		height:28px;
		background-color: #FC3;
		colour:#336699;
		font-size:16px;
		text-align: center;
		vertical-align: middle;
		left:55px;
		top: 28px;
		position:absolute;
	}
  
  
  #headerSearchBoxForm img.headerSearchBoxFormBottomLeft {
		margin:0;
		padding:0;
		left:0;
		bottom:0;
		position:absolute;
	}
	
  #headerSearchBoxForm img.headerSearchBoxFormBottomRight {
		margin:0;
		padding:0;
		right:0;
		bottom:0;
		position:absolute;
	}
	
	
	

  
  

/******************************************************/
/**********     main content ***********/

.thrColAbsHdr #mainContent { 
position:relative;
float:left;
top:2px;
margin-left:20px;
width:510px;
/*background-color: #F9C;
the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
		z-index:10;
}



/* -------------------------------------------- */
/*      SubCategory name header region          */
/* -------------------------------------------- */

#subCategoryHeaderRegion  {
	height: 40px;
	position: absolute;
	margin:0;
	padding:0;
	left: 0px;
	top: 0px;
	width:510px;
/*	background-color:#9F0; */
	
	background-image: url(../images/layOut/dark.gif);
	background-repeat:repeat;
}

#subCategoryHeaderRegion img.subCategoryHeaderTopLeftImage{
	margin: 0;
	padding:0;
	top:0px;
	left:0px;
	position:absolute;
}

#subCategoryHeaderRegion img.subCategoryHeaderTopRightImage{
	margin: 0;
	padding:0;
	top:0px;
	right:0px;
	position:absolute;
}



/* -------------------------------------------- */
/*      SubCategory name holder               */
/* -------------------------------------------- */

#subCategoryHeaderNameHolder {
	height: 30px;
	position:absolute;
	margin:0;
	padding:0;
	left: 10px;
	top: 10px;
	width:490px;
	background-image:url(../images/layOut/light.gif);
	background-repeat:repeat;

}

#subCategoryHeaderNameHolder span.subCategoryHeaderText{
	font-size:18px;

	letter-spacing: 1px;
	color:#336699;
	text-align: center;
    top:3px;
	padding-left:20px;
	padding-right:20px;
	padding-top: 3px;
	padding-bottom: 3px;
	/*background-color:#FC3;*/
	position:relative;
	
}

.boldArrow {
	font-weight: Bold;

}

#subCategoryHeaderNameHolder img.subCategoryTopLeftNameHolder{
	margin: 0;
	padding:0;
	top:0px;
	left:0px;
	position:absolute;
}

#subCategoryHeaderNameHolder img.subCategoryBottomLeftNameHolder{
	margin: 0;
	padding:0;
	bottom:0px;
	left:0px;
	position:absolute;
}

#subCategoryHeaderNameHolder img.subCategoryTopRightNameHolder{
	margin: 0;
	padding:0;
	top:0px;
	right:0px;
	position:absolute;
}

#subCategoryHeaderNameHolder img.subCategoryBottomRightNameHolder{
	margin: 0;
	padding:0;
	bottom:0px;
	right:0px;
	position:absolute;
}





/* -------------------------------------------- */
/*      SubCategory logo display region         */
/* -------------------------------------------- */


#subCategoryCentralArea {
	height:450px;
	width:510px;
	/*padding-left:10px;*/
	position: absolute;
	margin:0px;
	left: 0px;
	top: 40px;
	background-color:#336699 ;
	/*background-image: url(../Images/layOut/med.gif);*/
	background-repeat:repeat;
}




/* -------------------------------------------- */
/*      SubCategory Logo Holder                 */
/* -------------------------------------------- */


.subCategoryLogo {
	float: left;
	left: 10px;
	height: 100px;
	width: 156px;
	margin-top: 10px;
	margin-left: 0px;
	margin-right:10px;
	position: relative;
	background-color:#FFF;
	/*background-image: url(../Images/layOut/light.gif);
	background-repeat:repeat;*/
}

img.tlLogo{
left: 0px;
top: 0px;
padding:0;
position:absolute;
}

img.trLogo{
right: 0px;
top: 0px;
padding:0;
position:absolute;
}

img.blLogo{
	left: 0px;
	bottom: 0px;
	padding:0;
	position:absolute;
}

img.brLogo{
right: 0px;
bottom: 0px;
padding:0;
position:absolute;
}



#subCategoryLogoHolder {
	height: 60px;
	width: 150px;
	left:1px;
	top: 22px;
	margin-left: 3px;
	position:absolute;
	z-index: 2;
	background-color:#FFF;
	/*background-image: url(../Images/layOut/light.gif);
	background-repeat:repeat;*/
}

#subCategoryCategoryText {
	height: auto;
	width: 144px;
	left:6px;
	right:6px;
	top: 5px;
	position:absolute;
	/*background-color:#93C0E1;*/
	background-color:#DBEAF5;
	
}	

p.subCategoryCategoryText {
	text-align:center;
	font-size:9px;
	font-weight:bold;
	color:#336699;
	padding:1px;
	
}

#subCategoryLogoText {
	height: auto;
	width: 144px;
	left:6px;
	right:6px;
	bottom: 5px;
	position:absolute;
	background-color:#FC3;
}	

p.subCategoryLogoText {
	text-align:center;
	font-size:9px;
	font-weight:bold;
	color:#336699;
	padding:1px;
	
}

/* -------------------------------------------- */
/*      SubCategory footer region               */
/* -------------------------------------------- */

#subCategoryFooterRegion  {
	height: 40px;
	position: absolute;
	margin:0;
	padding:0;
	left: 0px;
	top: 490px;
	width:510px;
/*	background-color:#9F0; */
	
	background-image: url(../images/layOut/dark.gif);
	background-repeat:repeat;
}


#subCategoryFooterRegion img.subCategoryFooterRegionBottomLeftImage{
	margin: 0;
	padding:0;
	bottom:0px;
	left:0px;
	position:absolute;
}



#subCategoryFooterRegion img.subCategoryFooterRegionBottomRightImage{
	margin: 0;
	padding:0;
	bottom:0px;
	right:0px;
	position:absolute;
}




/* -------------------------------------------- */
/*      SubCategory footer holder               */
/* -------------------------------------------- */

#subCategoryFooterHolder {
	height: 30px;
	position:absolute;
	margin:0;
	padding:0;
	left: 10px;
	bottom: 10px;
	width:490px;
	background-image:url(../images/layOut/light.gif);
	background-repeat:repeat;
}

#subCategoryFooterHolder img.subCategoryTopLeftFooterHolder{
	margin: 0;
	padding:0;
	top:0px;
	left:0px;
	position:absolute;
}

#subCategoryFooterHolder img.subCategoryBottomLeftFooterHolder{
	margin: 0;
	padding:0;
	bottom:0px;
	left:0px;
	position:absolute;
}

#subCategoryFooterHolder img.subCategoryTopRightFooterHolder{
	margin: 0;
	padding:0;
	top:0px;
	right:0px;
	position:absolute;
}

#subCategoryFooterHolder img.subCategoryBottomRightFooterHolder{
	margin: 0;
	padding:0;
	bottom:0px;
	right:0px;
	position:absolute;
}

/* -------------------------------------------- */
/*      SubCategory footer navigation               */
/* -------------------------------------------- */

#subCategoryFooterHolderNavigation {
	height: 26px;
	position:absolute;
	margin:0;
	padding:0px;
	top: 2px;
	left: 10px;
	width:470px;
	z-index:0;
	/*background:#FF3;*/
}

#subCategoryFooterHolderLeftNavigationStatus {
    font-size:13px;
	font-weight:600;
	letter-spacing: 1px;
	color:#336699;
	text-align:right;
    top:2px;
	left:5px;
	width:125px;
	padding-left:0px;
	padding-right:0px;
	padding-top: 3px;
	padding-bottom: 3px;
	/*background-color:#FC9;*/
	position:absolute;
}

#subCategoryFooterHolderLeftNavigationStatus a{

	color:#336699;
	padding:1px;
text-decoration: none;
}

#subCategoryFooterHolderLeftNavigationStatus a:hover{
	background-color:#FC3;
}


#subCategoryFooterHolderNavigationStatus {
    font-size:13px;
	font-weight:600;
	letter-spacing: 1px;
	color:#336699;
	text-align: center;
    top:2px;
	left:130px;
	width:210px;
	padding-left:0px;
	padding-right:0px;
	padding-top: 3px;
	padding-bottom: 3px;
    /*background-color:#FC3;*/
	position:absolute;
}

#subCategoryFooterHolderRightNavigationStatus {
    font-size:13px;
	font-weight:600;
	letter-spacing: 1px;
	color:#336699;
	text-align:left;
    top:2px;
	right:5px;
	width:125px;
	padding-left:0px;
	padding-right:0px;
	padding-top: 3px;
	padding-bottom: 3px;
	/*background-color:#FC9;*/
	position:absolute;
}

#subCategoryFooterHolderRightNavigationStatus a{

	color:#336699;
	padding:1px;
text-decoration: none;
}

#subCategoryFooterHolderRightNavigationStatus a:hover{
	background-color:#FC3;
}

/***********************************/
/*   start of no search results response */
/***********************************/

#mainContentEmptySearchResponseTopBanner {
	margin:0;
	padding:0;
	top:0px;
	left:10px;
	height: 60px;
	width:490px;
	position: absolute;
	/*background-color:#FFF;*/
}

#mainContentEmptySearchResponseBottomBanner {
	margin:0;
	padding:0;
	bottom:0px;
	left:10px;
	height: 60px;
	width:490px;
	position: absolute;
	/*background-color:#FFF;*/
}

#mainContentEmptySearchResponse {
	margin:0;
	padding:0;
	left: 80px;
	top:130px;
	height: 200px;
	width:350px;
	position: absolute;
	background-color:#FFF;
}

#mainContentEmptySearchResponse h3.mainContentEmptySearchBodyTextHeader{
	text-align: center;
	margin:0;
	padding: 10px;
	width: auto;
	
}

#mainContentEmptySearchResponse p.mainContentEmptySearchBodyText{
	text-align: center;
	margin:0;
	padding: 10px;
	width: auto;

	
}

#mainContentEmptySearchResponse img.mainContentEmptySearchResponseTopLeftImage {
	padding:0;
	margin:0;
	left: 0px;
    top: 0px;
    position:absolute;
}

#mainContentEmptySearchResponse img.mainContentEmptySearchResponseTopRightImage {
	padding:0;
	margin:0;
	right: 0px;
    top: 0px;
    position:absolute;
}

#mainContentEmptySearchResponse img.mainContentEmptySearchResponseBottomLeftImage {
	padding:0;
	margin:0;
	left: 0px;
    bottom: 0px;
    position:absolute;
}

#mainContentEmptySearchResponse img.mainContentEmptySearchResponseBottomRightImage {
	padding:0;
	margin:0;
	right: 0px;
    bottom: 0px;
    position:absolute;
}


/***********************************/
/*   start of footer region        */
/***********************************/

.thrColAbsHdr #footer { 
top: 0px;
width:960px;
height: 80px;
margin:0;
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#336699;
		clear:both;
	    position:relative;
		z-index:1;
} 
/*.thrColAbsHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs 
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue
} */

.thrColAbsHdr #footer img.LeftFooterImage{
	margin:0px;
	padding:0;
	bottom:0px;
	left:0px;
	position:absolute;

}

.thrColAbsHdr #footer img.RightFooterImage{
		margin: 0;
	padding:0;
	bottom:0px;
	right:0px;
	position:absolute;

}


 /* nested footer div containing layout images for middle */

.thrColAbsHdr #FooterBaseImages {
	margin: 0;
	padding:0;
	width:550px;
	height:45px;
	top:0px;
	left:170px;
	position:absolute;
	background-color:#FFF;
	z-index:2;
}

.thrColAbsHdr #FooterBaseImages img.leftFooterBaseImages{
	margin: 0;
	padding:0;
	left:0;
	bottom:0;
    position:absolute;
}

.thrColAbsHdr #FooterBaseImages img.rightFooterBaseImages{
		margin: 0;
	padding:0;
		right:0;
	    bottom:0;
		position:absolute;
}


 /* nested footer div right layout images */

.thrColAbsHdr #FooterBaseRightImages {
	margin: 0;
	padding:0;
	width:240px;
	height:35px;
	top:0px;
	right:0px;
	position:absolute;
	background-color:#336699;
		z-index:2;
}

.thrColAbsHdr #FooterBaseRightImages img.leftFooterTop{
	margin: 0;
	padding:0;
	left:0;
	top:0;
    position:absolute;
}

.thrColAbsHdr #FooterBaseRightImages img.rightFooterTop{
		margin: 0;
	padding:0;
		right:0;
	    top:0;
		position:absolute;
}

