/*************************************************************************
	EquityFD: www.equityfd.com
	Developed by Electric Putty Ltd. <malcolm@electricputty.co.uk>

	MODULE: 	global.css
	PURPOSE:	all global rules for site
*************************************************************************/




/*Auto float clearing for compliant browsers
*************************************************************************/
#controls:after,
#header:after,
#home-lower:after,
#home-right:after,
#int-main:after,
#footer:after,
.jobs-heading:after,
.pagination:after,
.clearthis:after {
	content: ".";
	height:0;
	display:block;
	clear:both;
	visibility:hidden;
	}




/* General Rules and classes
*************************************************************************/
body {
	text-align:center;
	color:#666;
	background:#fff;
	}

#skipto,
.disguise {
	position:absolute;
	left:-999em;
	}
	
#wrapper {
	width: 776px;
	margin: 0px auto;
	text-align:left;
	}

#inner {
	width: 768px;
	border: 2px solid #999;
	padding: 2px;
	}

#header {
	width: 768px;
	min-height: 75px;
	background: #152057;
	color: #D0D2DD;
	border-bottom: 1px solid #fff;
	}
	
#home-lower {
	padding: 13px 13px 0 13px;
	}
	
#home-left {
	float: left;
	width: 312px;
	}
	
#home-intro {
	padding: 0 10px 0 15px;
	}

#home-right {
	float: left;
	width: 430px;
	}

.home-column {
	float: left;
	width: 200px;
	margin-left: 15px;
	}

#int-main {
	margin-top: 1px;
	}

#int-left {
	float: left;
	width:157px;
	}
	
#int-right {
	float: left;
	width: 610px;
	margin: 0 0 0 1px;
	}

.int-content {
	padding: 8px 19px;
	}





/* Typography / general classes
*************************************************************************/
body {
	font: normal 0.8em/1.2em Verdana,"Helvetica Neue","Helvetica",sans-serif;
	}
	
textarea {
	font: normal 0.8em/1.2em Verdana,"Helvetica Neue","Helvetica",sans-serif;
	}

a,a:link {
	color:#01569b;
	text-decoration:underline;
	}

a:visited {}

a:hover,
a:focus,
a:active {
	color: #791212;
	text-decoration: none;
	}


.content h1 {
	font-size: 2em;
	font-weight: normal;
	line-height: 1em;
	padding-bottom: 7px;
	margin: 0.8em 0 0.7em 0;
	}
	
.feature h1 {
	margin: 0.8em 0 0 0;	
	}

.content h2 {
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1em;
	padding-bottom: 5px;
	margin: 1.1em 0 0.5em 0;
	}
	
.content h3 {
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1em;
	margin: 1.1em 0 0.5em 0;
	}
	
.content p {
	line-height: 1.5em;
	margin-bottom: 0.75em;
	padding-bottom: 5px;
	}
	
.panel p.date,
.content p.date {
	font-weight: bold;
	margin: 0 0 0.5em 0;
	}
	
.panel p.intro,
.content p.intro {
	margin-bottom: 1em;
	}

.content p.leader {
	font-size: 1.3em;
	line-height: 1.5em;
	margin-bottom: 1em;
	}
	
.content p.breadcrumb {
	font-size: 0.85em;
	line-height: 1.25em;
	margin-bottom: 1.6em;
	}

.content p.breadcrumb a {	
	color: #393939;
	}
	
.content p.breadcrumb a:hover,
.content p.breadcrumb a:active {
	color: #C62C2C;
	}

.content p.breadcrumb em {
	font-style: normal;
	color: #C62C2C;
	}
	
.content ul {
	margin: 10px 0 20px 0;
	list-style: none;
	}
	
.content ul li {
	color: #666;
	margin: 0 0 1em 0;
	padding: 0 0 0 1.5em;
	background: url("../site_images/bg-more.gif") no-repeat 6px 5px;
	}
	
.content ol {
	margin: 5px 0 20px 0;	
	}

.content ol li {
	font-size: 90%;
	color: #666;
	margin: 0 0 1em 2.5em;
	padding: 0;
	}
	
ul.anchorList li {
	margin: 0 0 0.5em 0;	
	}

.content hr {
	height: 1px;
	border-top: 0px;
	border-bottom: 1px solid #999;
	margin: 5px 0;
	}
	
blockquote {
	background: url("../site_images/bg-quote-open.gif") no-repeat 0 5px;
	padding: 0 0 0 30px;
	margin: 15px 15px 15px 0;
	}

blockquote .quote {
	display: none;
	}
	
blockquote p {
	line-height: 1.8em;
	font-style: italic;
	}
	
blockquote cite {
	display: block;
	color: #7c9baa;
	font-weight: bold;
	border-bottom: 1px solid #d7e1e5;
	padding-bottom: 20px;
	}

strong {
	font-weight: bold;
	}

em {
	font-style: italic;
	}

.hide {
	display: none;
	}

.upper {
	text-transform: uppercase;
	font-weight: bold;
	}

.fl-left {
	float:left;
	}
	
.fl-right {
	float:right;
	}

img.full {
	display:block;
	}

.img-left {
	display:block;
	float:left;
	margin: 0 10px 10px 0;
	}

.img-right {
	display:block;
	float:right;
	margin: 0 0 10px 10px;
	}

.pagecontrols {
	margin: 20px 0;
	clear: both;
	padding-top: 10px;
	}
	
.to-top {
	margin: 0px !important;
	}

.to-top a {
	padding-left: 13px;
	color: #999 !important;
	background: url("../site_images/icon_toTop.gif") no-repeat left 50%;
	}
	
a.toTop {
	color: #999 !important;
	padding-left: 13px;
	margin-right: 6px;
	background: url("../site_images/icon_toTop.gif") no-repeat left 50%;
	}
	
a.printPage {
	color: #999 !important;
	padding-left: 11px;
	margin-left: 6px;
	background: url("../site_images/icon_print.gif") no-repeat left 50%;
	}

.error {
 	border: 2px solid #CD1717;
 	background: #fff url("../site_images/bg_alert.gif") no-repeat 10px 50%;
 	padding: 3px 5px 3px 32px !important;
 	margin: 0 0 10px 0 !important;
 	font-weight: bold;
 	color: #CD1717;
	}
	
.confirm {
 	border: 2px solid #3A8A3E;
 	background: #fff url("../site_images/bg_confirm.gif") no-repeat 10px 50%;
 	padding: 3px 5px 3px 32px !important;
 	margin: 0 0 10px 0 !important;
 	font-weight: bold;
 	color: #3A8A3E;
	}




/* Pagination
*************************************************************************/
.pagination {
	border-bottom:1px solid #cdcdcd;
	margin: 0;
	padding-top: 2px;
	}

.pagination p {
	line-height: 1.1em;
	padding: 0 0 5px 0;
	}
	
.next,
.next-greyedout {
	background: url("../site_images/bg-more.gif") no-repeat right;
	padding-right: 12px;	
	}
	
.next-greyedout {
	background: url("../site_images/bg-more-grey.gif") no-repeat right;
	}
	
.prev,
.prev-greyedout {
	background: url("../site_images/bg-back.gif") no-repeat left;
	padding-left: 12px;	
	}
	
.prev-greyedout {
	background: url("../site_images/bg-back-grey.gif") no-repeat left !important;
	}
	
.greyedout,
.prev-greyedout,
.next-greyedout {
	color: #bcbcbc;
	}




/* Header / Footer
*************************************************************************/
#controls,
#footer {
	font-size: 0.85em;
	}

#controls,
#footer ul {
	float:left;
	margin: 3px 0 0 0;
	padding: 0 0 8px 0;
	height: 22px;
	list-style: none;
	}

#controls li,
#footer li {
	padding: 5px 0px 0px 0px;
	float: left;
	}

#controls li a,
#footer li a,
#footer li span {
	display: block;
	float: left;
	padding: 0px 6px;
	border-left: 1px solid #313131;
	}
	
#controls a,
#footer a {
	color: #5E5E5E;
	}
	
#footer li a.first,
#footer li span.first,
ul#controls li a.first{
	padding-left: 0px;
	border-left: 0px;
	}

#header p#logo {
	float: left;
	margin: 7px 7px 7px 10px;
	display: inline;
	}

.equity-link {
	background: #152057 url("../site_images/logo-other-site.jpg") no-repeat 4px 50%;
	margin: 5px 4px 0 0;
	padding: 6px 4px 8px 75px;
	line-height: 1.1em;
	color: #fff;
	font-weight: bold;	
	}

.equity-link a {
	color: #fff;
	}	

#header p.contact {
	text-align:right;
	margin: 20px 11px 0 0;
	font-weight: bold;
	}
	
#header p.link {
	text-align: right;
	font-weight: bold;
	padding: 7px 12px 25px 0;
	}

#header p.date {
	margin: 7px 11px 0 0;
	}
	
#header a {
	color:#fff;
	}
	
#footer p {
	float:right;
	padding: 8px 0;
	}



/* Homepage
*************************************************************************/
#homepage-flash {
	margin: 1px 0 7px 0;
	}

#homepage-flash img {
	display: block;
	}

#jobsAd {
	padding: 2px;
	background: #152057;
	border: 1px solid #dedede;
	margin-bottom: 20px;
	}
	
#jobsAd div {
	border: 1px solid #fff;
	padding: 8px 12px;
	}
	
#jobsAd h3 {
	margin: 0 0 6px 0;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-weight: normal;
	font-size: 1.6em;
	line-height: 1em;
	color: #fff;
	}
	
.content #jobsAd p {
	margin-bottom: 0 !important;
	line-height: 1.4em !important;
	font-size: 0.85em;
	}

#jobsAd img {
	float: right;
	margin: 5px;
	padding-left: 10px;
	}

#jobsAd a {
	color: #E8E9EF;
	text-decoration: none;
	}
	
#jobsAd a:hover,
#jobsAd a:active,
#jobsAd a:focus {
	color: #fff;
	border: 0px;
	text-decoration: underline;
	}
	
.panel {
	border: 1px solid #ccc;
	background: #f1f1f1 url("../site_images/bg-panel.gif") repeat-x bottom left;
	margin-bottom: 14px;
	}
	
.home-column .panel {
	min-height: 220px;
	}

.panel h3 {
	font-family: "Trebuchet MS","Tahoma","Helvetica","Arial",sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #576299;
	background: #e6e6e6 url("../site_images/bg-panel-head.gif") repeat-x top left;
	border-bottom: 1px solid #dfdfdf;
	padding: 9px 9px 8px 9px;
	margin: 0;
	}

.panel h3 a {
	text-decoration: none;
	}

.panel .panel-content {
	padding: 8px 10px 9px 10px;
	}
	
.panel h4 {
	font-size: 0.85em;
	font-weight: bold;
	margin-bottom: 5px;
	color: #576299;
	}
	
.panel p {
	font-size: 0.85em;
	line-height: 1.5em;
	}
	
.panel a {
	color: #576299;
	font-weight: bold;	
	}

.panel .quote {
	display: block;
	height: 10px;
	width: 16px;
	background: url("../site_images/bg-open-quote.png") no-repeat;
	float:left;
	margin: 3px 5px 0 0;
	text-indent: -999em;
	}
	
.panel p.credit {
	color: #576299;
	font-weight: bold;
	margin-top: 4px;
	}

.int-columns .panel {
	width: 276px;
	float: left;
	margin-left: 16px;
	}

.int-columns .pfirst {
	margin-left: 0;
	}

.home-testimonials {
	min-height: 456px !important;
	}



/* Ticker
*************************************************************************/	
.ticki {
	display: none;
	margin: 9px 8px 20px 8px;
	line-height: 1em;
	padding: 5px 10px 5px 7px;
	background: #999 url("../site_images/bg_ticker.gif") no-repeat 0 50%;
	border: 2px solid #99004C;
	}

.ticki a {
	text-decoration:none;
	}

#tickerAnchor {
	color: #2C2C2C;
	font-style: italic;
	}
	
a#tickerAnchor:hover {
	color: red;
	}

.tickls {
	color: #fff;
	font-weight: bold;
	font-style: italic;
	font-size: 88%;
	padding-right: 20px;
	}



/* No script ticker
*************************************************************************/	
.ticker {
	font-size: 80%;
	margin: 20px;
	}
	
.ticker ul {
	padding-left: 25px;
	}



/* feeds box
*************************************************************************/	
#feeds-links {
	width: 135px;
	background: #fff;
	border: 1px solid #fff;
	margin: 30px 0 20px 10px;
	line-height: 1em;
	}
	
#feeds-links h3 {
	background: #4e4e4e;
	color: #fff;
	font-size: 0.75em;
	font-weight: bold;
	line-height: 1em;
	padding: 5px 4px;
	}
	
#feeds-links li {
	line-height: 1em !important;
	list-style: none;
	padding: 1px 5px;
	}
	
#feeds-links a {
	display: block;
	font-size: 0.75em;
	line-height: 1.2em;
	line-height: 1em;
	background: url("../site_images/icon_feed.gif") no-repeat 0 2px;
	padding: 4px 0 4px 20px;
	font-weight: bold;
	color: #4e4e4e;
	}
	
#feeds-links a:hover,
#feeds-links a:focus,
#feeds-links a:active {
	color: #c62c2c;
	}




/* Acquisitions
*************************************************************************/
.content .acquisitions {
	padding: 0 !important;
	}

.content .acquisitions li {
	background: none;
	list-style: none;
	display: block;
	float: left;
	width: 268px;
	height: 160px;
	text-align: center;
	border: 1px solid #ccc;
	padding: 5px;
	margin: 0 5px 5px 0;
	}
	
.content .acquisitions li img {
	display: block;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 5px;
	}
	
.content .acquisitions li p {
	text-align: center;
	font-size: 0.9em;
	line-height: 1.2em;
	font-weight: bold;
	color: #3f3f3f;
	}

.content .major {
	list-style: none !important;
	padding: 15px 20px 5px 20px !important;
	border: 1px solid #70264B;
	background: #E2D4DB;
	}

.content .major li {
	margin: 0 0 15px 0;
	font-weight: bold;
	line-height: 1.2em;
	background: none;
	padding: 0;
	color: #812F58 !important;
	}




/* Listing templates
*************************************************************************/
.link-list li,
.file-list li,
.page-list li {
	margin: 0 !important;
	padding: 10px 10px 10px 25px !important;
	border-bottom: 1px solid #cdcdcd;
	}
	
.file-list li h3,
.link-list li h3,
.page-list li h3 {
	margin-top: 0 !important;
	}
	
.file-list li p,
.link-list li p,
.page-list li p {
	margin: 0 !important;
	}

.file-list li p a,
.link-list li p a,
.page-list li p a {
	font-weight: bold;
	}
	
.page-list li p.head {
	margin:0 !important;
	}

.link-list li {
	background: url("../site_images/bg-website.gif") no-repeat 3px 13px !important;
	}
	
.link-list li.odd {
	background: #f7f7f7 url("../site_images/bg-website.gif") no-repeat 3px 13px !important;
	}

.file-list li {
	background: url("../site_images/bg-file.gif") no-repeat 3px 13px !important;
	}

.file-list li.odd {
	background: #f7f7f7 url("../site_images/bg-file.gif") no-repeat 3px 13px !important;
	}
	
.page-list li {
	background: url("../site_images/bg-pages.gif") no-repeat 3px 13px !important;
	}

.page-list li.odd {
	background: #f7f7f7 url("../site_images/bg-pages.gif") no-repeat 3px 13px !important;
	}
	









