/* -----------------------------*/
/* GROUP LEVEL CSS				*/
/* PALCON SITES - PC, CAP, ESM 	*/
/* -----------------------------*/
html {
	height: 100%;
}

body {
	min-height: 100%;
	color: #1D5376;
	font-family: Verdana;
	padding: 0 0 20px;
	line-height: 1.231em;
	/*default font-size is set in global.yui.css */
}

a {
	color: #146684;
	text-decoration: underline;
}

a:hover {
	color: #C03;
}

h1,
h2,
h3,
h4,
h5,
.toggle a {
	color: #1D5376;
	font-weight: bold;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

p {
	line-height: 1.3em;
}

/* -------------- */
/* HELPER CLASSES */
/* -------------- */
/* clearing */
.cleared:after,
.clear:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: ' ';
	clear: both;
	height: 0;
}

.cleared,
.clear {
	display: inline-block;
}

/* start commented backslash hack \*/
.ie6 .cleared,
.ie6 .clear {
	height: 1%;
}
.cleared,
.clear {
	display: block;
}
/* close commented backslash hack */

/* This must be display NONE in desktop styles as it is used to monitor mobile/desktop css for WT */
#mobile-css-test {
	display: none;
}

.hidden {
	position: absolute;
	left: -999em;
	direction: ltr;
	overflow: hidden;
}

.tooltip-bubble {
	position: absolute;
	max-width: 200px;
	padding: 3px 8px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background-color: #000;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px
}

/* bean data */
#bakedbean {
	background: #ececec;
	border-bottom: 1px solid #ccc;
	font-size: 80%;
	overflow: hidden;
	padding: 1%;
}

#bakedbean .bean {
	float:left;
	margin-right: 2%;
	overflow:auto;
	width: 23%;
}

#bakedbean .bean strong {
	display: block;
	font-size: 110%;
	font-style: italic;
	font-weight: bold;
	margin-bottom: 1em;
}

#bakedbean .bean span {
	white-space: pre;
}

/* ------ */
/* LAYOUT */
/* ------ */
#constrain {
	margin: 0 auto;
	width: 930px; /*giving a fixed width to site for now, it is slightly 'fluid' without but the implementation is bad and not supported */
}

#constrain-header {
	margin: 0;
}

#constrain-header,
#constrain-content,
#constrain-footer {
	clear: both;
}

#constrain-content {
	border: 1px solid #ccc;
	background: #fff;
	padding: 18px;
}

#content {
	width: auto;
	margin-left: 0;
	margin-right: 0;
	padding-right: 220px;
	min-width: 670px;
}

#search-results-content {
	margin: 0;
	width: 670px;
	float: right;
	position: relative;
}

#search-results-refine-lhs,
#inside-lhs {
	width: 200px;
	margin: 0;
	font-size: 93%;
	line-height: 1.489em;
	float: left;
	position: relative;
}

.ie6 #search-results-refine-lhs,
.ie6 #inside-lhs {
	overflow: hidden;
}

#extranav {
	width: 200px;
	margin: 0 0 0 -220px;
	padding: 0 0 0 20px;
	float: right;
}

.col {
	float: left;
	position: relative;
}

.ie6 #content,
.ie6 #extranav {
	overflow: hidden;
}

/* ------- */
/* FOOTER */
/* ------ */
#constrain-footer {
	border-left: 0;
	border-right: 0;
	margin: 0;
}

#footer {
	clear: both;
}

.footer-main {
	background: none;
}

.footer-main .footer-links-contain {
	background: url(/pc/images/ft_logo.gif) no-repeat scroll 50% 0 transparent;
	margin: 0 auto;
	position: relative;
	padding: 40px 0 0 0;
	margin-top: 20px;
	min-height: 29px;
	text-align: center;
	clear: both;
	font-size: 90%;
}

.footer-main .footer-links {
	font-size: 85%;
	margin: 0;
	padding: 0;
	width: auto;
	float: none;
	border: none;
}

.footer-main li {
	display: inline-block;
	padding: 0 0 0 14px;
	background: url(/pc/images/footer/ft_li_bg.gif) no-repeat 0 3px;
	margin: 0 0 0 14px;
	line-height: 150%;
}

.footer-main .first {
	background: none;
}

.footer-main li a {
	text-decoration: underline;
	color: #1B5376;
}

.footer-main .copyright {
	color: #888;
	font-size: 85%;
	background: none;
	padding: 0;
	margin: 0;
	margin-top: 15px;
	text-align: center;
}

.footer-main .copyright small a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

 .footer-main .copyright small a:hover {
	text-decoration: underline;
}

/*ie fix*/
.ie6 .footer-main li,
.ie7 .footer-main li {
	display: inline;
	zoom: 1;
}

/* ------------------ */
/* OTHER SHARED ITEMS */
/* ------------------ */
.page-title {
	background: #f4f2e7;
	border: 1px solid #ccc;
	margin: 0 0 20px 0;
	font-weight: bold;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.page-title h1 {
	margin: 0;
	padding: 10px;
	border-top: 1px solid #fff;	
	text-align: center;
	color: #1D5376;
	font-size: 116%;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.page-title h1 span {
	font-weight: normal;
}

.top-link {
	font-size: 80%;
	text-align: right;
	padding: 5px 10px;
}

.backtotop {
	background: url(/pc/images/bg_link_top.gif) no-repeat scroll 0 2px transparent;
	padding: 0 0 2px 25px;
}

/* REFINE SEARCH POPUP BOX */
#popup-bg-mask {
	display: none;
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: #000000;
	z-index: 9998;
}

.refine-popup-container {
	display: none;
	width: 550px;
	background: #ffffff;
	position: fixed;
	border: 2px solid #ccc;
	z-index: 9999;
}

.refine-popup-container h1 {
	font-size: 120%;
	padding: 10px;
	margin: 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ccc;
	background: #F4F2E7;
}

#close-refine-popup {
	float: right;
	display: inline-block;
	color: #666;
	margin: 0 5px 0 0;
}

.refine-popup-nav {
	display: block;
	background: #ececec;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ccc;
	padding: 5px 10px;
	height: 23px;
}

.refine-popup-nav .refine-popup-pagination {
	float: right;
}

.refine-popup-pagination input {
	width: 40px;
	border: 1px solid #ccc;
	text-align: center;
	padding: 3px;
	display: inline;
}

.refine-popup-pagination a {
	padding: 2px 5px;
	margin: 0 3px;
	border: 1px solid #ccc;
	color: #666;
	text-decoration: none;
	background: #f5f5f5;
	display: inline;
}

.refine-popup-pagination a:hover {
	background: #fff;
}

.refine-nav-void {
	display: none;
}

.refine-popup-content ul li {
	border-top: 1px solid #fff;
	display: block;
	padding: 5px 10px;
	border-bottom: 1px solid #ccc;
	line-height: 1.2em;
}

.refine-popup-content ul li a {
	color: #007cc2;
}

.refine-popup-content ul li span {
	float: right;
}

li.refine-popup-list-cat-header {
	background: #f9f9f9;
}

li.refine-popup-list-cat-header a{
	font-weight: bold;
}
/* END POPUP BOX */

/* BREAD CRUMBS */
.breadcrumbs {
	max-width: 928px;
	position: relative;
	margin: 0 auto;
	padding: 0;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	background: #f6f6f6;
	list-style: none;
	height: 25px;
	overflow: hidden;
}

.breadcrumbs ul li {
	padding: 0;
	margin: 0;
	color: #5a5b5d;
	background: #f1f1f1;
	display: inline-block;
	float: left;
}

.breadcrumbs ul .last {
	background: none;
}

.breadcrumbs ul li a {
	text-decoration: underline;
}

.breadcrumbs ul li a:hover {
	text-decoration: none;
	color: #c03;
}

.breadcrumbs ul li a,
.breadcrumbs ul li span {
	color: #5a5b5d;
	background: #f1f1f1;
	display: inline-block;
	float: left;
	margin: 0;
	height: 21px;
	padding: 4px 4px 0 7px;
}

.breadcrumbs img {
	display: inline-block;
	float: left;
	margin: 0;
	padding: 0;
}
/*END BREADCRUMBS*/
