@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/globalhomestyle_14.png);
	background-repeat:repeat-x;
	background-position:top;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColLiqCtrHdr #container {
	width: 100%;  /* this will create a container 80% of the browser width */
	background:none;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColLiqCtrHdr #logo {
	height:inherit;
	width: 100%;
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColLiqCtrHdr #header {
	background-image: url(../images/menubarbackground.png);
	background-repeat:repeat-x;
	background-color:#FFF;
	height:35px;
	width: 100%;
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
/* Menu */
#menu
{
	position: absolute;
	z-index: 5;
	top: 3em;
	right: 2em;
}

ul.tabs 
{ 
	list-style-type: none; 
	padding: 0; 
	margin: 0;
	font-size: 11px;
}
 
ul.tabs li 
{ 
	float: left;  
	padding: 9px 8px 8px 8px; 
	background:  url('../images/lightbutton.png') no-repeat; 
	width: 84px;
	height: 13px;
	margin-top: 1px;
	margin-right: 10px; 
	margin-bottom: 0px;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #7cba0a;
}
 
ul.tabs li.active
{
	background: #7cba0a url('../images/lightbutton.png') no-repeat;
	border-bottom: 1px solid #7cba0a;
} 
ul.tabs li a 
{ 
	display: block; 	
	padding: 0px 10px; 
	color: #1f5068;
	text-decoration: none; 
	background: transparent; 
}

ul.tabs li:hover 
{
	background: url('../images/darkbutton.png') no-repeat;
} 
ul.tabs li a:hover 
{ 
	color: #ffffff; 
	text-decoration: none;
}
#pxbar
{
	position: absolute;
	top: 31px;
	right: -2em;
	z-index: -1;
	display: block;
	clear: both;
	float: left;
	border-top: 1px solid #7cba0a; 
	border-bottom: 1px solid #6aa8d9; 
	background: #a9c9d7;
	width: 2600px;
	height: 10px; 
}

#pxline2
{
	display: block;
	clear: both;
	padding: 0;
	margin: 0;
	
	border-top: 1px solid #000000;
	width: 100%;
	height: 1px; 
}
/*.oneColLiqCtrHdr #button {
	background-image: url(../images/lightbutton.png);
	background-repeat:repeat-x;
	background-color:#FFF;
	height:50px;
	width: 120px;
	text-align:center;
	padding: 0px 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding.  
}*/
.oneColLiqCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColLiqCtrHdr #mainContent {
	
	width: 80%;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #069 ;
	border-bottom-style:groove;   
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColLiqCtrHdr #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: none;
} 
.oneColLiqCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}