* html { 
  filter:expression(document.execCommand("BackgroundImageCache", false, true)); 
}

/* main page layout */
body {
	margin: 0;
	padding: 0;
	font-family:Verdana,Helvetica, sans-serif;
	position: relative;
}
#gPageWrapper {
	margin: 0;
	padding: 0;
	width: 994px;
	_width: 1001px;
	float:left;
	/* background-color: red; */
}
 #gNavRepeater{
	margin: 0;
	padding: 0;
	width: 994px;
	_width: 1001px;
	display: block;
	float:left;
	background: url('/images/nav/pixel-2.gif') repeat-y;
 }

/* clearfix */
#gPageWrapper:after,   #gNavRepeater:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

* html #gPageWrapper1,
* html #gNavRepeater {
height: 1%;
}

#gPageWrapper1,
#gNavRepeater {display: block;}


#gContent{
	float:left;
	display:block;
	margin: 14px 0px 0 14px;
	padding: 0;
	width: 519px;
	z-index:0;
	position: relative;
}

.FireFox3 div#gContent, .Safari div#gContent{
	position:relative;
	z-index:500;
}

#gNavigation{
	float: left;
	width: 215px;
	background-color:#CFCFCD;
	border-right: 1px #878787 solid;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	#gNavigation{
		border-right: none;
	}
}

#gExtras {
	float: right;
	width: 220px;
	margin-right: 10px;
	/*_margin-left: 14px;*/
}
#gBorderBottom {
	float: left;
	width: 216px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border-top: 1px #878787 solid;
	height:1px;
	clear:both;
	/* background-color: green; */
}

/* end main page layout */

/* footer */

#gFooter{
	clear:both;
	display:block;
	float:left;
}
#gFooterLinks{
	display:inline;
	overflow:hidden;
	float:left;
	width: 985px;
	height:auto;
	margin:26px 5px 10px 20px;
	_margin:8px 0 10px 20px;
	padding:10px  0 0 0;
	font-family:Verdana;
	font-size: 10px;
	border-top:solid 1px #b7b7b7;
	color:#666666;
	
}
#gFooterLinks a{
	text-decoration:none;
	font-family:Verdana;
	font-size:10px;
	text-decoration:underline;
	color:#666666;
}
#gFooterLinks a.gm{
	margin:0 5px 0 0;
	float:left;
	display:inline;
	background: url('/images/global/GM.jpg') no-repeat;
	height:19px;
	width:20px;
	border:none;
}

#gFooterLinks a.copy{
	margin-top:15px;
	margin-left:16px;
	float:left;
	display:inline;
	color:#666666;
}

#gFooterLinks span.divide{
	margin:15px 16px 0 16px;
	display:inline;
	color:#666666;
}

#gFooterLinks a.item{
	margin-top:15px;
	display:inline;
	color:#666666;
}

#gFooterDisclaimer{
	width: 975px;
	height:auto;
	float:left;
	margin-top:8px;
	padding:0;
	color:#666666;
	font-size:9px;
	float:left;
}

#gFooterDisclaimer span{
	margin-left: 14px;
	float:left;
	display:inline;
	font-family: Verdana;
	
}

ul li{
	list-style-image:inherit;
	padding-top:-5px;

}
