/* CSS Document */
/*html {
	width: 100%;
	height:100%;
}*/

html, body, #minWidth {
	min-height: 100%;
	height: 100%;
	width: 100%;
	height: 626px;
	min-height: 635px;
}
body{
	margin:0;
	width: 100%;
	background-image: url(../images/web/backgroundLite.jpg);
	background-repeat: repeat;
	background-position: center top;
	background-attachment: fixed;
	height:100%;
}
html>body, html>body #minWidth {
	height: 100%;
	min-height:100%
	/*width: 100%;*/
}
#minWidth {
	position: absolute;
	top: 0;
    left: 0;
	}
#headWrap{
	text-align:center;
	position: absolute;
	/*	right:50px;
	*/
	height: 83px;
	top:0;
	left:0;
	z-index:100;
	padding-right:17px;
}
html>body #headWrap{
	position:fixed;
	width: 100%;
}
#logoWrap{
	text-align:center;
	/*position: absolute;
		right:50px;
	top:0;
	left:0;
	z-index:100;*/
	width: 100%;
	height: 83px;
	background-image: url(../images/web/logoBG.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	min-width:886px;
	/*padding-right:17px;*/
}
html>body #logoWrap{
	/*position:fixed;*/
}
#logo {
	position: absolute;
/*	right:50px;*/
	margin-left: -386px;
	text-align: center;
	left: 50%;
	width: 773px;
	height: 75px;
	top:5px;
	z-index:100;
}
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;
}
#leftFlank{
	position:absolute;
	/*margin-top::135px;*/
	top:0;
	left:0;
	width:94px;
	height:100%;
	background-color: #70614E;
	z-index:90;
}
html>body #leftFlank{
	position:fixed;
}
#sideMenu
{
    position:absolute;
    top:125px;
    left:0px;
}
#innerContent {
	top:0;
	left:0;
	width:100%;
	margin-right:18px;
	position:absolute;
	padding-top: 118px;
	padding-bottom: 10px;
	padding-left: 105px;
	padding-right: 10px;
	/*padding: 20px;*/
	text-align:justify;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	z-index:90;
}
html>body #innerContent {
	margin-top: 90px;
	margin-bottom: 10px;
	margin-left: 85px;
	margin-right: 10px;
	padding: 20px;
	width:auto;
}
#innerContent a, a:link, a:visited
{
    color:Black;
}
#innerContent a:hover
{
    color: #999999;
}

#innerContent img {
	border:none;
}
#menuWrap {
	position:absolute;
	top:63px;
	left:0;
	width: 100%;
	min-width:950px;
	height: 35px;
	margin: 20px 0 10px 0;
	background-color: #70614E;
	z-index:100;
}
html>body #menuWrap {
	position:fixed;
}
#menu{
	float:left;
}
#quickSearch{
	float:right;
	padding:5px 10px 0 0;
	color: #FFFFFF;
}

#tagLine {
	/*	position:absolute;
	margin-left: -289px;
	left: 50%;
*/	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
{
    
    background-image: url(../images/web/disclaimer.gif);
	background-repeat: no-repeat;
	background-position: center center;
    width:100%;
    height: 27px;
    
	/*left:200px;
    position:relative;
    bottom:0px;*/
}
#legal h1, h2 {
	position:absolute;
	left: -1000px;
	font-size:10px;
}
.SelectedRowStyle
{
    background-color: silver;
}

/*Visibility of Controls*/
.hiddencol
{
    display:none;
}
.viscol
{
    display:block;
}
.wayLeft
{
    position:absolute;
    left:-9000px;
}
#tabWrap
{
    width:100%;
    /*text-align:center;*/
}
#tabWrap caption
{
    text-align:left;
}
.additionalImages
{
    float: left;
    width:80px;
    height:80px;
    border: 1px solid #000000;
    background-color: #ffffff;
}
#loginStatus
{
    position:absolute;
    top:30px;
    right:25px;
    z-index:50;
}
.rowBtmBorder
{
    border-bottom: solid 1px black;
}