@charset "utf-8";
/* CSS Document This CSS is for footer at fixed bottom */

#glabewrapper {
	/* background: #006c6e url(../../share_images/mainbg.jpg) center repeat-y; */
	background: #fff;
	position: relative;	
	margin: 0px auto;
	padding: 0;
	text-align: center;
	width: 790px;
	height: auto !important; /* firefox browsers */
	height: 100%; /* IE6 min-height*/
	min-height: 100%; /* firefox browsers */
	}
	
#footer {
 	position: absolute;
	bottom: 0;
  	left:0;
	background: #ffffff;
	color: #fff;
	font-size: 10px;
	margin: 0px 0 0px 0;
	text-align: center;
	padding-bottom: 10px;
	*padding-bottom: 20px;
	_padding-bottom: 15px;
	width: 790px;
	}
	
.copyright {
	background: #003837;
	width: 560px;
	*width: 575px;
	float: left;
	text-align: left;
	margin: 0px;
	height: 35px;
	}
	
p.copyright_p { padding: 12px 0 0 0; }

.shklogo {
	background: #003837;
	padding: 0 0px 0 0;
	height: 35px;
	}
	
#infooter {
	background: #003837;
	padding: 0px;
	height: 20px;
	}


.footer_privacy {
	background: #fff;
	color: #000;
	text-align: left;
	padding: 5px 0 0 26px;
	*padding: 5px 0 0 26px;
	_padding: 4px 0 0 26px;
	height: 20px;
	_height: 0px;
	}	
	
.footer_privacy a:link { color: #003333; text-decoration: underline; }
.footer_privacy a:visited { color: #003333; text-decoration: underline; }
.footer_privacy a:hover { color: #fe0040; text-decoration: underline; }
	
.co_rights { padding: 3px 3px 3px 26px; width: 580px; height: 14px; background: #003837; }
.co_shk { 	padding: 0 0px 0px 48px; float: left; *float: none; *padding: 0; height: 35px; background: #003837;}
	
