/*
	CSS File - KCA Careers Site - Home Page
	Created by eBrands - Alice Matthews - 15 October 2007
*/
/*
@import url("reset.css");
*/
@import url("content.css");
@import url("navigation.css");
@import url("mediaroom.css");
/*
@import url("brat.css");
@import url("rounded.css");
*/

body {
	width: 100%;
	height: 100%;
	font: 76%/1.4 Helvetica, Arial, sans-serif;
/*
	background: #FFF url(/images/shading.gif) repeat-x 0 152px;
	background: #FFF url(/images/shading.gif) repeat-x 0 9.5em;
*/
	background: #FFF url(/images/shading.gif) repeat-x 0 117px;
	padding: 0;
	margin: 0;
}

h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0 0 0.33em 0;
}

h1 {
	font-size: 1.66em;
}

h2 {
	font-size: 1.33em;
	color: #003580;
}

h3 {
	font-size: 1.25em;
	color: #399;
}
#news h3 {
	border-bottom: 1px #CFE6E6 solid;
	margin: 1em auto;
}

h4 {
	font-size: 1.1em;
/*
	font-weight: normal;
*/
	color: #039;
}

p { margin: 0 0 1em 0; }

img {
	border: 0;
/*
	font-size: 0;
	line-height: 0;
*/
}

a {
	text-decoration: none;
	color: #06C;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: #06C;
}
/*
a[href^="mailto"]:hover:after { content: " > " attr(title); }
*/
a.dark {
	text-decoration: none;
	color: #FC0;
	background: #000;
}

a.dark:hover {
	text-decoration: underline;
	background: #000;
}

a.dark:visited {
	color: #FC0;
	background: #000;
}

#container {
	margin: 0 auto;
	width: 950px;
}

/* Header */
/*
#header {
	height: 120px;
}

#logo {
	float: left;
	margin: 45px 0 0 0;
}
*/
#header {
	height: 7em;
}

#logo {
	float: left;
	margin: 2em 0 0 0;
}

#search {
	width: 180px;
	float: right;
	font: 11px Helvetica, Arial, sans-serif;
	color: #666;
	margin: 49px 0 0 0;
}

#search input {
	width: 136px;
	height: 17px;
	background: #F0F0F0;
	border-top: 1px solid #919191;
	border-right: none;
	border-bottom: none;
	border-left: 1px solid #919191;
	padding: 0;
	margin: 0;
}

#search #button {
	float: right;
}

#search #keywords {
	float: left;
}

/* Main Content */
#content {
	width: 950px;
	position: relative;
}

#lhs {
	width: 200px;
	float: left;
	font-size: 0;
	overflow: hidden;
}

#rhs {
	width: 206px;
	float: right;
}

#rhs ul {
	padding: 0 1em;
	margin: 0;
}
#rhs ul li {
	list-style: outside url(/images/bullet-blue.gif);
	padding:0;
	margin: 0 0 0.5em 1em;
}

#middle {
	width: 490px;
	height: 100% !important;
	min-height: 100%;
	font-size: 1.1em;
	text-align: left;
	padding: 0;
	margin: 0 0 0 225px;
}

#middle h3 a {
	color: #399;
}

#middle ul, #middle ol {
	padding: 0;
	margin: 0 0 1em;
/*
	margin: 0.25em 0 1em 1.5em;
*/
}

#middle ul ul {
	margin: 0.5em auto;
}

#middle ol {
	margin-left: 2.5em;
}

#middle ul li {
/*
	list-style-image: url(/images/bullet-blue.gif);
*/
	list-style: none;
	background: url(/images/bullet-blue.gif) no-repeat 0 0.25em;
	padding-left: 1em;
	margin: 0 0 0.5em 1em;
}
/*
#middle ol li {
	padding:0;
	margin: 0 0 0.5em 1em;
}
*/
#middle ul#headings li {
	list-style: none;
	background: none;
	padding-left: 0;
	margin: 0;
}

/* Images */
.imagefloat, .deepetched,
.imagefloatwide,
.imagefloatnarrow,
.imagemid,
.imagefullwidth {
	font-size: 0.9em;
	font-style: italic;
	line-height: normal;
	text-align: right;
	color: #444;
}

.imagefloat cite, .deepetched cite,
.imagefloatwide cite,
.imagefloatnarrow cite,
.imagemid cite,
.imagefullwidth cite {
	font-style: normal;
}

.imagefloat, .deepetched {
	width: 206px;
	float: right;
	clear: right;
	position: relative;
	margin: 0 0 1em 1em;
}

.imagefloatwide {
	width: 286px;
	float: right;
	margin: 0 0 1em 1em;
}

.imagefloatnarrow {
	width: 155px;
	float: right;
	margin: 0 0 1em 1em;
}

.imagemid {
	text-align: center;
	margin: 1em 2em 2em auto;
}

.imagemid p {
	text-align: right;
}

.imagefullwidth {
	margin: 1em 0 2em 0;
}

.imagefloat img, .imagefloatwide img, .imagefloatnarrow img, .smallimage img {
	display: block;
	clear: both;
	border: 1px #A2B2E5 solid;
	padding: 2px;
}

.deepetched img, .imagefullwidth img {
	display: block;
	padding: 2px;
}

.smallimage {
	float: left;
	clear: both;
	margin: 0 1em 1em 0;
}

.smallimage2 {
	border: 1px #A2B2E5 solid;
	padding: 2px;
	margin-bottom: 1em;
}

.smallimageright {
	float: right;
	clear: both;
	margin: 0 0 1em 1em;
}

.smallimageright a,
.smallimage2 a {
	text-decoration: none;
	color: #2A459C;
	border-bottom: none;
	background: none;
}

.smallimageright a:hover, .smallimageright a:active {
	background: none;
}
/* End Images */

/* Products */
#products dt {
	clear: both;
	padding: 0;
	margin: 0;
}

#products dt img {
	float: left;
	padding: 0 10px 2em 0;
}

#products dd {
	background: #F0F5F9 url(/images/bg_bl_box.gif) repeat-x 0 0;
/*
	padding: 0 0 5em 0;
*/
	padding: 7px 10px 2em 10px;
	margin: 0 0 3em 140px;
}

.more {
	clear: left;
	text-align: right;
}

/* Quotes */
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

blockquote {
	font-family: Georgia,Utopia,Palatino,'Palatino Linotype',Times, "Times New Roman", serif;
	font-size: 1.1em;
	color: #444;
	background: url(/images/quote-left.gif) no-repeat left top;
	padding: 0 0 0 3.33em;
	margin: 1em 0 2em;
}
/*
blockquote {
	font: 1.1em/1.4em Georgia, "Times New Roman", Times, serif;
	background: url(/images/quoright.png) no-repeat right bottom;
	background: url(/images/quoleft.png) no-repeat left top;
	text-align: justify;
}
*/
/*
blockquote>:first-child {
	background: url(/images/quoleft.png) no-repeat left top;
}
*/

/* FAQ */
dt {
	font-size: 1.1em;
	font-weight: bold;
	margin: 1em 0 0 0;
}
dd { margin: 1em 0 0 0; }
dd p { margin: 0 0 1em 0; }

#faq {
/*
	width: 180px;
	float: right;
	margin: 0 0 0.5em 1em;
*/
	line-height: normal;
	background: #E3E5EE;
	border: none;
	padding: 1em;
}

#faq dt {
	font-weight: bold;
	margin: 1em 0 0 0;
}
#faq dd {
	padding: 0;
	margin: 0;
}

/* Forms */
fieldset {
	padding: 1em;
	border: 0;
	background: #F0F5F9 url(/images/bg_bl_box.gif) repeat-x top;
}

fieldset p { margin: 0 0 0.5em 0; }

legend {
	font-size: 130%;
	font-weight: bold;
	color: #399;
	background-color: #FFF;
	margin-bottom: 2em;
}

label, .likelabel {
	width: 12em;
	float: left;
	clear: both;
	font-weight: bold;
	color: #039;
/*
	text-align: right;
*/
	margin-right: 0.5em;
}

.mandatory {
	font-size: 150%;
	font-weight: bold;
	color: #399;
	vertical-align: middle;
	margin: 0.1em;
}

.likeinput {
	margin-left: 14em;
}

.likeinput strong {
	font-weight: normal;
	color: #F66;
}

/* Added by KCA */
sup {
	font-size: 76%;
	font-weight: normal;
	vertical-align: top;
	margin: 0.1em;
}

.none {
	width: 2000em;
	position: absolute;
	left: -2000em;
}

.linkinfo,
.attrib {
	font-size: 0.9em;
	color: #999;
}

.kcbrand {
	font-variant: small-caps;
	font-weight: inherit;
/* Simulate 'inherit' functionality lacking in IE */
	font-weight: expression(this.parentNode.currentStyle?this.parentNode.currentStyle.fontWeight:'normal');
	margin-bottom: 0;
}

.lede {
	font-size: 1.1em;
	font-weight: bold;
	font-style: italic;
}
.lede cite {
	font-style: normal;
}
.lede .linkinfo {
	font-weight: normal;
	font-style: normal;
}

#news .latest {
	line-height: 1.5;
}

#news .latest p {
	margin-bottom: 1.66em;
}

hr {
	height: 1px;
	color: #A2B2E5;
	border: none;
	margin: 1.25em auto;
} /* For Internet Explorer */
html>body hr {
	margin-left: 0;
	height: 1px;
	background-color: #A2B2E5;
	border: 0 solid #A2B2E5;
	margin: 1.25em auto;
} /* For Opera and Gecko-based browsers */

.fright {
	float: right;
	padding: 0 0 0.5em 0.5em;
}
.fleft {
	float: left;
	padding: 0 0.5em 0.5em 0;
}

.clearboth, .cboth { clear: both; }
.clearnone, .cnone { clear: none; }

.nofloat {
	width: auto;
	float: none;
	clear: none;
	display: inline;
}

.footnote {
	font-size: 90%;
	color: #444;
}

.upper {
	text-transform: uppercase;
}

.highlight {
	font-size: 1.1em;
	font-weight: bold;
	background-color: #FEFCE5;
	border-top: 1px #FADF00 solid;
	border-bottom: 1px #FADF00 solid;
	padding: 1em;
	margin: 1em;
}

.leftsidebar {
	position: absolute; left: 0;
}

.rightsidebar {
	position: absolute; right: 0;
}

/* Certified fibre pie-chart */
.graph {
	margin: 2em 0;
}

.graph ul#iconlist {
	list-style: none;
	width: 15em;
	float: right;
	padding: 0;
	margin: 0;
}

.graph #iconlist li {
	background-repeat: no-repeat;
	background-position: 0 25%;
	padding: 3px 0 3px 20px;
	margin: 0.4em 0;
}

#iconlist li#fsa-c {
	background-image: url(/images/prototype/fsa-certified.gif);
}

#iconlist li#fsa-nc {
	background-image: url(/images/prototype/fsa-not-certified.gif);
}

#iconlist li#sae-c {
	background-image: url(/images/prototype/sae-certified.gif);
}

#iconlist li#sae-nc {
	background-image: url(/images/prototype/sae-not-certified.gif);
}

#iconlist li#nas-c {
	background-image: url(/images/prototype/nas-certified.gif);
}

/* News stories -- Previoust/Next links */
#prevnext {
	width: 100%;
	height: 1%;
}

#middle #prevnext ul {
	list-style: none;
	padding: 0;
	margin: 0.25em 0 0;
}
#middle #prevnext ul li {
	list-style: none;
	background: none;
	display: inline;
	padding: 0;
	margin: 0;
}

.previous {
	width: 15em;
	float: left;
	clear: none;
}
.previous a {
	display: block;
	background: url(/images/previous.png) no-repeat left;
	padding: 5px 0 5px 20px;
}
.previous a:hover {
	text-decoration: none;
	background-color: #F0F5F9;
}
.next {
	width: 15em;
	float: right;
	clear: none;
	text-align: right;
}
.next a {
	display: block;
	background: url(/images/next.png) no-repeat right;
	padding: 0.5em 1.5em 0.5em 0.5em;
}
.next a:hover {
	text-decoration: none;
	background-color: #F0F5F9;
}
.next h4 {
	text-align: left;
	padding-right: 1.5em;
}

/* Generic spacers */
.headroom { margin-bottom: 5%; margin-top: 5%; }
.headroom2 { padding-bottom: 5%; padding-top: 5%; }

.indent { margin-left: 2em; }
.indentr { margin-right: 6%; }
.textright { text-align: right; }

.bigtopmarg { margin-top: 5em; }
.bigbotmarg { margin-bottom: 5em; }

.medtopmarg { margin-top: 2em; }
.medbotmarg { margin-bottom: 1em; }

.medbotpad { padding-bottom: 1em; }

.negtopmarg { margin-top: -1.25em; }

.notopmargin { margin-top: 0; }
.nobotmargin { margin-bottom: 0; }

.smallspace p { margin-bottom: 0.5em; margin-top: 0.5em; }
.smltopmargin { margin-top: 0.25em; }
.smlbotmargin { margin-bottom: 0.25em; }
.smltopbotmarg { margin-bottom: 0.25em; margin-top: 0.25em; }

.fatsuit { padding-bottom: 10em; }

.indent { margin-left: 2em; }

.centre {
	text-align: center;
}

.nowrap { white-space: nowrap; }

.nomargin {
	font-size: 0;
	line-height: 0;
	padding: 0;
	margin: 0;
}

.width20 { width: 20%; }
.width30 { width: 30%; }
.width50 { width: 50%; }

/* Debugging */
/*
b, i, u, font, .style1, .style2, .style3, .style4, .style5, .style6, .style7, .style8, .style9 {
	font-size: 190%;
	color: red;
}
b:after, i:after, u:after, font:after {
	content: " <--- incorrect use of markup";
	font-size: 90%;
	font-weight: normal;
}

.style1:after, .style2:after, .style3:after, .style4:after, .style5:after, .style6:after, .style7:after, .style8:after, .style9:after {
	content: " <--- incorrect use of style";
	font-size: 90%;
	font-weight: normal;
}
*/
