#middlebox2 ul {
	padding:0 5px;
	margin-left:20px;
}
#middlebox2 ul ul {
	margin-top:0;
	list-style-type: circle;
}
#middlebox2 ul ul ul{
	list-style-type: square;
}
#homeTopContent { background:#000033;}


/* Survey popups */
.overlay { background:transparent url(../graphics/../graphics/overlay.png) repeat top left; position:fixed; top:0px; bottom:0px; left:0px; right:0px; z-index:100; }
.box { position:fixed; top:-400px; left:30%; right:30%; background-color:#fff; color:#7F7F7F; background:url(../graphics/popup.png) no-repeat; width:535px; height:310px; z-index:101; }
.box2 { position:fixed; top:-600px; left:30%; right:30%; background-color:#fff; color:#7F7F7F; background:url(../graphics/popup.png) no-repeat; width:535px; height:310px; z-index:104; }
.box .popup_content, .box2 .popup_content{ padding:90px 33px 0;}
.box .popup_content p, .box2 .popup_content p { padding-bottom:8px;}
a.boxclose, a.box2close { float:right; width:26px; height:26px; background:transparent url(../graphics/cancel.png) repeat top left; margin-top:-10px; margin-right:0px; cursor:pointer; }
.popup_buttons td{ padding:5px;}
.popup_buttons .yes { background:url(../graphics/orange_btn.png) no-repeat; text-align:center; color:#fff; display:block; width:131px; height:29px; text-decoration:none; font-weight:bold; font-size:18px; line-height:29px;}
.popup_buttons .later { background:url(../graphics/gray_btn.png) no-repeat; text-align:center; color:#fff; display:block; width:131px; height:29px; text-decoration:none; font-weight:bold; font-size:18px; line-height:29px;}
.popup_buttons .never { background:url(../graphics/blue_btn.png) no-repeat; text-align:center; color:#fff; display:block; width:146px; height:29px; text-decoration:none; font-weight:bold; font-size:18px; line-height:29px;}
.popup_buttons .taken { background:url(../graphics/orangebig_btn.png) no-repeat; text-align:center; color:#fff; display:block; width:334px; height:29px; text-decoration:none; font-weight:bold; font-size:18px; line-height:29px;}
.jq-text { display:none;}
/* Survey popups */

html { height:100% !important;}
h2 { padding:3px 0 2px; margin:3px 0 2px;}
@media handheld {
  .overlay, .box, .box2 { display:none; }
}
