/* http://www.qtlbim.org */
/* Main layout code to provide a two-column layout */

/************************************************ Page Elements Layout ************************************************/

body			{ border:none; }
#PageCell		{ border:none; }


/* ----------|Defining Header layout properties|---------- */
#Header 		{ margin: 0px; padding: 0px; border: none; position: relative; }
#Header img 	{ margin: 0px; padding: 0px; border: none; }

/* ----------|Defining topBar layout properties|---------- */
#topBar 		{ margin: 0px; padding: 2px; border: none; font-size: 75%; }
#topBar ul 		{ display:inline; margin: 0px; padding: 0px; list-style-type: none; }
#topBar li 		{ display:inline; padding : 2px 20px 2px 20px; }
#topBar ul li:first-child
				{ border:none; }

/* ----------|Defining topBanner layout properties|---------- */
.imgAlignRite 		{ position:absolute; right:15px; }
#imgSiteCaption 	{ position:absolute; bottom:2px; }
/* Fix to position the banner images relative to the Header div and not the viewport */
/* Required for Win/IE6- - Has not been verified on IE7 */
/* Hides from IE-mac \*/
* html #Header 		{ height: 1%; }
/* End hide from IE-mac */


/* ----------|Defining Content layout properties|---------- */
#Content 		{ margin-top: 30px; padding: 8px; padding-top: 15px; border-style: dotted; border-width: 1px; }
#Content p 		{ line-height: 1.75; }
#Content img 	{ margin-left: auto; margin-right: auto }
#Content dt 	{ margin: 20px 0px 0px 0px; padding:2px; font-weight:bold; }
#Content #docNav
				{ margin: 0px auto 30px; padding: 2px; }
#Content #pkgDownloadsTable
				{ margin: 10px auto; padding:5px 25px; text-align: center; }

/* ----------|Defining Footer layout properties|---------- */
#Footer {
	margin-top: 5px; padding: 0px; border: none;
	line-height: normal;
	font-size: 80%; font-weight: normal; font-style: normal;
	text-align: center; text-decoration: none;
	list-style-type: none;
}

#Footer img {
	height: 15px; width: 80px;
	margin:5px 5px 5px 0px;
	border: none;
}

 /* Tan box model hack for IE 5.x/win */
* html #Footer img {
	height: 25px; 	width: 85px;
	he\ight: 15px;	w\idth: 80px;
}



/* ----------|Defining Sidebar layout properties|---------- */
#Sidebar 		{ line-height:1.5; font-size:90%; text-align:right; border:none; }

#Sidebar img 	{ margin:3px; padding:0px; }
#Sidebar hr 	{ margin-bottom:25px; }
#Sidebar p 		{ line-height:1.5; }
#Sidebar h2, #Sidebar h3, #Sidebar h4, #Sidebar h5
				{ display:block; }

