/* BH 2010 QUFA
 * Overrides specific to mobile display */

#top {
	background-image: url(/images/topbanner.jpg);
	background-repeat:no-repeat; 	
	z-index: 5;
}

#top_text li {
	margin-bottom: 0;
}

#top_text {
	top: 135px;
	width: 250px;
	margin-left: 15px;
}

#top_text ul.hide {
	display: none;
}

#top_text div.leftButton {
	position: absolute;
	top: 7px;
	left: 6px;
	height: 30px;
	font-weight: bold;
	text-align: center;
	color: white;
	text-shadow: rgba(0,0,0,0.6) 0px -1px 0px;
	line-height: 28px;
	border-width: 0 8px 0 8px;
	-webkit-border-image: url(/includes/js/jqtouch/themes/jqt/img/whiteButton.png) 0 8 0 8;
	-moz-border-image: url(/includes/js/jqtouch/themes/jqt/img/whiteButton.png) 0 8 0 8;
}

#top_text div.pressed {
	-webkit-border-image: url(/includes/js/jqtouch/themes/jqt/img/whiteButton.png) 0 8 0 8;
	-moz-border-image: url(/includes/js/jqtouch/themes/jqt/img/whiteButton.png) 0 8 0 8;
}

#top_text ul {
	list-style: none;
	margin: 20px;
	margin-top: 30px;
	margin-bottom: 40px;
	padding: 0;	
}

#top_text ul ul {
	display: none;
}

#top_text ul li a {
	background-color: #fff;
	border: 1px solid #999;
	color: #222;
	display: block;
	font-size: 17px;
	font-weight: bold;
	margin-bottom: -1px;
	padding: 12px 10px;
	text-decoration: none;	
}

#top_text ul li form {
	background-color: #fff;
	border: 1px solid #999;
	color: #222;
	display: block;
	font-size: 17px;
	font-weight: bold;
	margin-bottom: -1px;
	padding: 12px 10px;
	text-decoration: none;	
}


#top_text ul li:first-child a {
	-webkit-border-top-left-radius: 8px;	
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;	
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;	
	border-top-right-radius: 8px;
}
#top_text ul li:last-child a {
	-webkit-border-bottom-left-radius: 8px;	
	-webkit-border-bottom-right-radius: 8px;	
	-moz-border-radius-bottomleft: 8px;	
	-moz-border-radius-bottomright: 8px;	
	border-bottom-left-radius: 8px;	
	border-bottom-right-radius: 8px;	
}

#top_text ul li:last-child form {
	-webkit-border-bottom-left-radius: 8px;	
	-webkit-border-bottom-right-radius: 8px;	
	-moz-border-radius-bottomleft: 8px;	
	-moz-border-radius-bottomright: 8px;	
	border-bottom-left-radius: 8px;	
	border-bottom-right-radius: 8px;	
}

/*
#top_search {
	top: 144px;
	text-align: left;
	left: 20px;
}
*/
#content {
	margin-left: 11px;
	background-color: #F3F2F6;
	margin-right: 0px;
	margin-top: 0;
	font-size: 0.90em;
	font-family: Geneva, Verdana, Trebuchet, Arial, Helvetica, sans-serif;
	line-height: 1.8em;
	padding: 8px;
	padding-top: 20px;
}

#text {
	padding-top: 10px;
	min-height: 620px;
}

#news {
	text-align: left;
}

.mp_firstcol, .mp_secondcol, .mp_thirdcol{
	width: 100%;
}

.nomobiledisplay {
	display: none;
}

.mainpagecontent{
	width: 100%;
}


