/* CSS Document */
html {
	width: 100%;
	height:100%
}
body{
	margin:0;
	width: 100%;
	background-image: url(../images/web/background2.jpg);
	background-repeat: repeat;
	background-position: center top;
}
#minWidthWrap{
	min-width: 810px;
	/*border: 1px solid #00FF00;*/
}
#logo {
	position: absolute;
/*	right:50px;*/
	margin-left: -403px;
	text-align: center;
	left: 50%;
	width: 773px;
	height: 75px;
	top:10px;
}
html>body #logo{
	background-image: url(../images/web/QLogo.png);
	background-repeat: no-repeat;
	/*background-position: right center;*/
}
#logo h1, h2 {
	position:absolute;
	top: 0;
	left: -1000px;
}
#content {
	position:absolute;
	top:87px;
}
#menuWrap {
	width: 100%;
	min-width:950px;
	height: 35px;
	margin: 0px 0 10px 0;
	background-color: #70614E;
}
#menu{
	float:left;
}
#quickSearch{
	float:right;
	padding:5px 10px 0 0;
	color: #FFFFFF;
}
#tagLine {
	position:absolute;
	/*margin-left: -289px;
	left: 50%;*/
	left:0;
	top:530px;
	width: 100%;
	height: 28px;
	margin-top:10px;
	padding-top:5px;
	background-color:#70614E;
	text-align: right;
	background-image: url(../images/web/tagline.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}
html>body #tagLine{
	/*background-image: url(../images/web/landing/tagline.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin-top:0;*/
}
#tagLine h1, h2 {
	position:absolute;
	left: -1000px;
}
#legal
{
    position:absolute;
    bottom:-2px;
	text-align:center;
	background-image: url(../images/web/disclaimer.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 40px;
	width: 100%;
	z-index:200;
}
#legal h1, h2 {
	position:absolute;
	left: -1000px;
	font-size:10px;
}
