﻿/*
© Copyright 2008 NelsonJobs
Revision: 6.0
*/

#lqHeader /* Header Container */
	{
		position: relative;
		width:100%;
		background:white url(../../App_Themes/ThemeImages/headerbg.gif) repeat-x left top;
		padding: 0;
		margin: 0;
	}
	
#lqHeaderSub /* Header Container */
	{
		position: relative;
		width:100%;
		background:white url(../../App_Themes/ThemeImages/nj_header_subNav.gif) repeat-x left top;
		padding: 0;
		margin: 0;
	}
	
#lqHeaderContain  /* Header Container */
	{
		position: relative;
		margin: 0;
		padding: 0;
		height:103px;
	}

#lqHeaderSubContain  /* Header Sub Container */
	{
		position: relative;
		margin: 0;
		padding: 0;
	}
/**************************************************************************************
THREE COLUMN WITH LEFT NAV + RIGHT COLUMN
**************************************************************************************/		
	
#lqOuterWrapper {
	position: relative;
	min-width:770px;
	width:100%;
	/* left faux-column*/
	background:#fff 
	/* url(../../App_Themes/ThemeImages/nj_leftColBkg.gif) repeat-y left*/
}
#lqWrapper {
	/* right faux-column */
	/*background:url(../../App_Themes/ThemeImages/nj_RightBkg.gif) repeat-y right;*/
}
#lqHeaderWrapper {
	width:100%;
	margin:0 -1px
}
#lqContainer {
	position: relative;
	float:left;
	width:100%;
	display:inline;
	margin-left:-182px;
	background-color: Transparent;
	padding: 0;
	vertical-align: top;
}
#lqLeft {
	float:left;
	width:163px; /* controls right sidebar column content width */
	display:inline;
	margin-left:182px
	/*margin-left:182px*/
}
#lqMainWrapper {
	margin-left:194px;
	/*margin-left:362px;*/
	background-color: Transparent;
}

#lqRightSidebar {
	padding-left:100%;
	margin-left:-168px;  /* controls right sidebar column content width */
	background-color: Transparent;
}

#lqRightSidebar p {
	position:relative
}

#lqFooterWrapper {
	width:100%;
	clear:both;
	border:0;
	}

.clearing {height:0;clear:both}

#lqSearchContainer {
	position: relative;
	float:left;
	width:100%;
	clear:both;
	background-color: Transparent;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	vertical-align: top;
}

#lqSearchMainWrapper 
{
	position: relative;
	float:left;
	width:100%;
	clear:both;
	background-color: Green;
	padding: 0 0 0 0;
	margin: 0 10px 0 10px;
	vertical-align: top;
}

/**************************************************************************************
LIQUID 100% PAGE MAIN CONTAINER STYLE ID's
**************************************************************************************/	

#lqContain		/* Main Outer Container */
	{
		position: relative;
		margin: 0;
		width: 100%;
		background-color: #FFFFFF;
		background-image: url(../../App_Themes/ThemeImages/nj_leftColBkg.gif);
		background-repeat: repeat-y;
		padding: 0;
		text-align: left;
		overflow: hidden; 
		/*padding-bottom: 20em; */
		/*margin-bottom: -19em;*/
		min-height: 500px;
	}	
	
#lqMain		/* Main Content Container */
	{
		position: relative;
		margin: 0;
		padding: 0;
		background-color: Transparent;
	}
	
#lqSideNavColumn
	{
		position: relative;
		float: left;
		margin:  0 0 0 0;
		padding: 0 0 0 0;
		width: 179px;
		background-color: Transparent;
		border: 0;
	}
	
#lqContent	/* Content Column */
	{
		margin: 0 20px 0 195px;
		padding: 0;
		min-height:320px;
		background-color: Transparent;
	}
	
#lqMainContent
	{
		position: relative;
		float: left;
		min-width: 120px;
		margin:  0 200px 0 0;
		padding: 0 0 0 0;
		width: auto;
		background-color: Transparent;
		border: 0;
	}

#lqBox	
	{
		position: relative;
		float: left;
		margin: 0 238px 10px 0;
		padding: 0 0 0 0;		
		background-color: #FFFFFF;
		width: 20%;
		height:100%;
		border-right: solid 10px #cccccc;
	}
	
#lqBaseBkg
	{
		position:relative; 
		width:100%;
		height:80px;
		background:white url(../../App_Themes/ThemeImages/nj_base.gif) repeat-x left bottom;
	}

/**************************************************************************************
Footer
**************************************************************************************/
#lqFooter	{
	position: relative;
	clear: both;
	margin: 0px 20px 0px 20px;
	padding: 10px 0px 10px 0px;
	text-align: center;
    }	
    
    