@charset "utf-8";

/*
*********************
LexisOne Custom Footer CSS Rules file

Version:1.0
Date = August - 2011
Author = HCL [Chandan Sinha]
*********************
*/

/*////////////////////
 GENERAL RULES 
////////////////////*/
.float-left { float:left; }
.float-right { float:right; }
.align-middle { vertical-align:middle; }
.display-none { display:none; }
.text-align-left { text-align:left; }
.text-align-right { text-align:right; }
.text-align-center { text-align:center; }
.nowrap { white-space:nowrap; }
/* remember to define focus styles! 
:focus {
	outline: 0;
}*/

/*////////////////////
 FOOTER
////////////////////*/
.lexisone-tcode-footer-clear { clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; }
* html br.lexisone-tcode-footer-clear { height:1px; }

.lexisone-tcode-footer,
.lexisone-tcode-footer ul,
.lexisone-tcode-footer ul li,
.lexisone-tcode-footer a,
.lexisone-tcode-footer img {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight:normal;
	font-style: inherit;
	font-size: 100%;
	font-family: "Trebuchet MS", sans-serif;
	vertical-align: baseline;
}
.lexisone-tcode-footer { width:980px; height:80px;  margin:auto; border:#D13A32 1px solid; background:url(/images/cobrandimage/bg-footer.png) #920B03; border-radius-bottomright:8px; border-radius-bottomleft:8px; -moz-border-radius-bottomright:8px; -moz-border-radius-bottomleft:8px; -webkit-border-bottom-right-radius:8px; -webkit-border-bottom-left-radius:8px; }
.lexisone-tcode-footer span.top-bg { display:block; height:12px; position:relative; top:-29px; background:url(/images/cobrandimage/bg-footer-top.png) repeat-x; }

/*Bottom Links*/
.lexisone-tcode-footer ul { margin-left:10px; }
.lexisone-tcode-footer ul li { display:inline; font-size:.75em; }
.lexisone-tcode-footer ul li a,
.lexisone-tcode-footer ul li a:visited { float:left; padding:1px 10px; text-decoration:none; color:#B78F8D; border-right:#B78F8D 1px solid; }
.lexisone-tcode-footer ul li a:hover { text-decoration:underline; color:#fff; }

/*
.lexisone-tcode-footer ul li:last-child a,
*/
.lexisone-tcode-footer ul li.no-border a,
.lexisone-tcode-footer ul li.no-border a:visited,
.lexisone-tcode-footer ul li.no-border a:hover { border-right:#d6d6d6 0px solid; border-right:none; }

/*Credits*/
.lexisone-tcode-footer p { color: #B78F8D; float: left; font-size: 13px; margin: 15px 0 15px 20px; padding-top: 5px; }
.lexisone-tcode-footer p a,
.lexisone-tcode-footer p a:visited { color:#B78F8D; text-decoration:none; }
.lexisone-tcode-footer p a:hover { color:#fff; text-decoration:underline; }

	/*IE*/
* html .lexisone-tcode-footer { background:url(/images/cobrandimage/bg-footer.gif) #920B03; }
