/*
 * Copyright (c) 2006 TELUS Communications Inc.,
 *
 * All Rights Reserved.
 * This document contains proprietary information that shall be
 * distributed or routed only within TELUS, and its authorized
 * clients, except with written permission of TELUS.
 *
 * Rules for standard footer
 */
/*
 * #gotosection section
 */
#footer,
#copyright {
	font-size:11px;
}
#footer {
	height:112px;
	font-size:11px;
	padding:4px 20px;
	border-top:1px solid #ebebeb;
	border-bottom:1px solid #66cc00;
	background:transparent url(images/bg_footer.jpg) repeat-x top left;
	/*margin-top:14px;*/
}
#footer a,
#footer a:visited {
	color:#333333;
}
#footer .gotolink {
	float:left;
}
#footer .gotolink .title {
	margin:10px;
}
#footer .gotolink ul {
	margin:0;
	padding:0;
	float:left;
	height:73px;
	width:110px;
	list-style-type:none;
	background:url(images/bg_footer_col.jpg) no-repeat;
}
#footer .gotolink li.active {
	font-weight:bold;
	background:url(images/pointer.gif) no-repeat center left;
}
#footer .gotolink li {
	padding:1px 0;
}
#footer .gotolink a {
	padding-left:10px;
}
#footer #gotosearch {
	float:right;
	padding-top:40px;
}
#footer #gotosearch p {
	margin:0;
}
#footer #gotosearch a.active {
	font-weight:bold;
}
#footer #gotosearch .text {
	height:20px;
	width:160px;
	border:1px solid #d7d7d7;
}
#footer #more .separator,
#footer #gotosearch .separator {
	font-size:9px;
	margin:0 2px;
	color:#959595;
}
#footer #gotosearch label {
	cursor:pointer;
}
#footer #gotosearch label:hover {
	text-decoration:underline;
}
#footer #gotosearch .text {
	vertical-align:top;
	margin:2px 0;
}
#footer .powered_by {
	margin:0;
}
#footer .powered_by .yahoo {
	color:#ff0234;
	font-weight:bold;
}
#footer .powered_by .search {
	color:#545454;
	font-weight:bold;
}

/**
 * Copyright section
 */
#copyright {
	color:#666666;
	margin-top:15px;
	text-align:center;
	margin-bottom:15px;
}
#copyright p {
	margin:0;
	margin-bottom:5px;
}
#copyright img {
	vertical-align:middle;
}
#copyright a,
#copyright a:hover {
	color:#666666;
}
