@charset "UTF-8";
/* CSS Document */

/* Liquidation world layout CSS */

*{
	padding: 0;
	margin: 0;
}
/* //////////////////////////////////// main layout divs //////////////////*/
body {
	text-align:center;
	margin: 0px;
	z-index: 1;
	background-repeat: repeat;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFF34;
}

/* main containt */
#container {
	margin:auto;
	width:925px;
	text-align: left;
	background-image: url(../images/container_bg.png);
	background-repeat: repeat-y;
	background-position: center top;
}

#header {
	background-color: #FCFC33;
	background-image: url(../images/header_bottom.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 121px;
}

#logobox{
	height: 120px;
	width: 240px;
	float: left;
	background-repeat: no-repeat;
	background-position: left top;
}

#tagline{
	text-align: right;
	position: relative;
	left: 5px;
	top: 0px;
	height: 80px;
	width: 660px;
	margin-left: 245px;
	margin-right: 10px;
}

#content {
	margin-left: 15px;
}

#billboard{
	float: left;
	clear: none;
	margin-top: auto;
	margin-right: 5px;
	margin-bottom: auto;
	margin-left: 8px;
	height: 360px;
	width: 650px;
	background-color: #CCCCCC;
}

#left_column{
	width: 235px;
	height: auto;
	float: left;
}

/*
#left_column{
	width: 235px;
	background-color: #DFDFDF;
	border: 1px solid #CCCCCC;
	height: auto;
	float: left;
}
*/

#footer {
	height: 50px;
	background-image: url(../images/footer_top.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FFFF34;
	text-align: center;
	padding-top: 14px;
}

.clear{
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


/* SIDE BANNERS */

#ban_employment {
  background: transparent url(../images/banners/ban_employment.gif) top left no-repeat;
  height: 138px;
  width: 319px;
  margin: 6px 0px 0px 10px;
  display: inline;
  float: left;
}

#ban_dhunter {
  background: transparent url(../images/banners/ban_dhunter.gif) top left no-repeat;
  height: 99px;
  width: 319px;
  margin: 0px 0px 0px 10px;
  display: inline;
  float: left;
}

#ban_dhunter p {
  margin-top: 32px;
  margin-left: 5px;
}

#ban_employment p {
  margin-top: 35px;
  margin-left: 5px;
}

#ban_twitter {
  background: transparent url(../images/banners/ban_twitter.gif) top left no-repeat;
  height: 239px;
  padding: 0px 10px 0px 5px;
}

#twitter_content {
  padding: 30px 5px 5px 18px;
}

#ban_0percent, #ban_vip, #ban_storelocator, #ban_dealhunter, #ban_dealmade {
	padding-bottom: 4px;
}

#ban_storelocator{
	background-image: url(../images/banners/ban_storelocator_blank.gif);
	height: 124px;
	width: 233px;
	background-repeat: no-repeat;
	background-position: left top;
}

#mid_banner_cont, #right_banner_cont{
	display: inline;
	float: left;
	width: 320px;
	margin-left: 9px;
	margin-top: 6px;
	background-image: url(../images/bot_banner/ban_mid.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

.bantop{
	display: block;
	height: 40px;
	width: 100%;
	background-image: url(../images/bot_banner/ban_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.banmid{
	padding-left: 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 2px;
	line-height: 14px;
}




.banbot{
	display: block;
	height: 20px;
	width: 100%;
	background-image: url(../images/bot_banner/ban_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}


/*   MAP DIVS  */

.userlocation{
	font-size: 9px;
	color: #FFFFFF;
	padding-top: 30px;
	padding-left: 14px;

}

.userlocation p{
	line-height: 9pt;
}


#mapholder{
	margin-bottom: auto;
	height: 400px;
	width: 670px;
	background-color: #CCCCCC;
	display: inline;
	float: left;
}

#store_locator{
	background-color: #74B5E1;
	float: left;
	width: 310px;
	padding: 3px 10px 10px;
	margin-top: 5px;
	color: #FFFFFF;
	margin-bottom: 15px;
	border: 2px solid #5E93B7;
	
}

#storelocator_horz{
	width: 665px;
	height: auto;
	margin-bottom: 8px;
	background-color: #74B5E1;
	padding-left: 5px;
	padding-top: 15px;
	float: left;
	display: inline;
}

#loc_results{
	float: left;
	width: 335px;
	height: auto;
	display: inline;
}

#loc_results h1{
	display: block;
	font-size: 16px;
	color: #FFFFFF;
	background-color: #E6819E;
	padding: 5px;
	
}

#loc_results td{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #DFDFDF;
	
	
}

#maincontent{
	float: left;
	margin-left: 50px;
	margin-top: 20px;
	width: 560px;
	margin-bottom: 50px;
	display: inline;
}

#maincontent p{
	margin-bottom: 15px;
}

#maincontent  ul{
	margin-bottom: 15px;
}
#maincontent  li{
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 15px;
	text-indent: 0px;
}


/*  corp executives layout */

.person{
	margin-bottom: 30px;
	float: left;
}

.corp_roll{
	padding-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 10px;
	display: block;
	background-color: #D7D7D7;
}

.personname{
	font-size: 14px;
	font-weight: bold;
	display: block;
}

.photo{
	display: block;
	margin-right: 15px;
	margin-bottom: 15px;
	float: left;
}

.corptitle{
	margin-bottom: 5px;
	font-weight: bold;
}

.bio{
	clear: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-bottom: 15px;
	padding-bottom: 10px;
}

/* site map layout */

.vertcolumn{
	float: left;
	width: 200px;
	text-align: left;
	margin-top: 10px;
	margin-left: 20px;
	display: inline;
}

.vertcolumn ul{
	list-style-type: none;
}

.vertcolumn li{
	font-size: 12px;
}

.vertcolumn h1{
	font-size: 13px;
}

#prevNews {
}

#prevNews li{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	list-style-type: none;
	padding-bottom: 2px;
	padding-top: 2px;
}



#news2006, #news2005, #news2004, #news2003, #news2002, #news2001, #news2000{
	height: auto;
	display: none;
}



#news2006 a:hover, #news2005 a:hover, #news2004 a:hover, #news2003 a:hover, #news2002 a:hover, #news2001 a:hover, #news2000 a:hover{
	background-color: #FFFFFF;
	display: block;
	text-decoration: none;
}

#news2006 a, #news2005 a, #news2004 a, #news2003 a, #news2002 a, #news2001 a, #news2000 a{
	display: block;
}
#news2006 li, #news2005 li, #news2004 li, #news2003 li, #news2002 li, #news2001 li, #news2000 li{
	list-style-type: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #ECECEC;
	display: block;
	padding: 0px 0px 0px 15px;
}
