/*
	CSS File - KCA Careers Site - Home Page
	Created by eBrands - Alice Matthews - 15 October 2007
*/

@import url("navigation.css");

body {
	width: 100%;
	height: 100%;
	font: 76%/1.3 Helvetica, Arial, sans-serif;
	text-align: center;
	background: #FFF url('/images/shading.gif') repeat-x 0 152px;
	padding: 0;
	margin: 0;
}

h1 {
	font-size: 1.66em;
	font-weight: normal;
	font-style: italic;
	text-align: left;
	color: #333;
	padding: 0;
	margin: 0;
}

h1 strong {
	font-weight: bold;
}

h2 {
	font-size: 13px;
	font-weight: normal;
	color: #69C;
	padding: 0;
	margin: 0;
}

h3 {
	font-size: 1em;
	color: #999;
	padding: 0;
	margin: 0;
}

img {
	border: 0;
}

#container {
	width: 950px;
	margin: 0 auto;
}

/* Top Logo and Search Box */
#header {
	height: 120px;
}

#logo {
	float: left;
	margin: 45px 0 0 0;
}
/*
#search {
	color: #666;
	float: right;
	font: 11px Helvetica, Arial, sans-serif;
	margin: 49px 0 0 0;
	text-align: left;
	width: 180px;
}

#search input {
	background: #F0F0F0;
	border-bottom: none;
	border-left: 1px solid #919191;
	border-right: none;
	border-top: 1px solid #919191;
	height: 17px;
	padding: 0;
	margin: 0;
	width: 136px;
}

#search #button {
	float: right;
}

#search #keywords {
	float: left;
}
*/

/* Main Content */
#content {
	width: 950px;
	position: relative;
	text-align: left;
	margin: 0;
}

#new_left {
	width: 500px;
	height: 100%;
	min-height: 100%;
}

#intro {
	width: 440px;
	height: 100%;
	min-height: 100% !important;
	float: right;
	position: relative;
	top: -2.25em;
	font-size: 11px;
	font-weight: bold;
/*
	background: url('/images/home/homepage5.jpg') no-repeat;
	background: url('/images/home/homepage4.jpg') no-repeat;
	background: url('/images/home/homepage3.jpg') no-repeat;
	background: url('/images/home/homepage2.jpg') no-repeat;
	background: url('/images/home/homepage1.jpg') no-repeat;
*/
	background: url('/images/home/homepage0.gif') no-repeat;
/*
	background: url('/images/kids_homepage.jpg') no-repeat;
*/
}

#intro #copy {
	width: 180px;
	margin: 50px 0 5em 250px;
}

#intro p {
	margin: 10px 0 0 0;
}

#intro #logos {
	margin: 7em 0 0 0;
}

#new_middle {
	width: 240px;
	height: 100%;
	min-height: 100% !important;
	text-align: left;
	background: #F6F6F6;
	border-bottom: 1px solid #D0D0D0;
	padding: 0;
	margin: 0 0 0 250px;
}

#rhs {
	height: 100%;
	min-height: 100% !important;
	margin: 0 250px 0 0;
}

#lhs {
	width: 230px;
	height: 100%;
	min-height: 100%;
	float: left;
	overflow: hidden;
	background: #FADF00 url(/images/yellow_bg.gif) no-repeat bottom;
}

/*
unknown ID; not related to new_right's new name 'intro'
#intro {
	background: white;
	padding-bottom: 17px;
	width: 100%;
}
*/

#news {
	width: 200px;
	font-size: 11px;
	color: #333;
	padding: 15px;
	margin: 0;
}

#news p {
/* .grey_line { */
	border-bottom: 1px solid #E1C800;
	padding: 0 0 7px 0;
	margin: 5px 0 10px 0;
}

#news p.archive {
	text-align: right;
	border-bottom: none;
	padding: 0;
	margin: 0;
}

#news a {
	text-decoration: none;
	color: #039;
}

#news a:hover {
	text-decoration: underline;
	color: #039;
}

.lhsshaded {
	font-size: 12px;
	color: #333;
	background: #F5F5F7;
	border-bottom: 1px #CCC solid;
	padding: 7px 10px 7px 10px;
	margin: 5px 0 30px 0;
}

.lhsshaded p {
	margin: 0 0 10px 0;
}

#middle {
	width: 240px;
	height: 100%;
	min-height: 100% !important;
	text-align: left;
	background: #F6F6F6;
	border-bottom: 1px solid #D0D0D0;
	padding: 0;
	margin: 0 0 0 250px;
}

.leftimage {
	float: left;
	padding: 0 10px 15px 0;
}

#lhs h2 {
/*
#box_head {
*/
	width: 100%;
	color: #5898c8;
	background: #FFF;
	padding: 25px 0 5px 0;
}

/* Box Containing Job Links */
#spacer {
	background: #FFF;
	padding: 25px 0 0 0;
	margin: 0;
}

#jobs {
	height: 100%;
	list-style: none;
	text-align: left;
	background: white;
	padding: 0 0 2px 0;
	margin: 0;
}

#jobs ul {
	list-style: none;
	font-size: 11px;
	font-weight: bold;
	padding: 0 0 20px 0;
	margin: 3px 0 0 0;
}

#jobs li {
	padding: 0;
	margin: 0;
}
/*
#jobs a {
	background: #E5EBF2;
	border-bottom: 1px solid #FFF;
	color: #003580;
	display: block;
	list-style: none;
	margin: 0;
	padding: 2px 7px 2px 7px;
	text-decoration: none;
	width: 225px;
}

#jobs a:hover {
	background: #9fbfd7;
	border-bottom: 1px solid #FFF;
	color: #FFF;
	display: block;
	list-style: none;
	margin: 0;
	padding: 2px 7px 2px 7px;
	text-decoration: none;
}
*/
#info {
	font-size: 12px;
	color: #333;
	background: #F5F5F7;
	padding: 7px 10px 7px 10px;
	margin: 5px 0 0 0;
}

#info p {
	margin: 0;
}

/* Added by KCA */
sup {
	font-size: 76%;
	vertical-align: top;
}

#content h2 a {
	text-decoration: none;
	color: #06C;
}

#content h4 a:hover {
	text-decoration: underline;
}

#content h4 a:visited {
	color: #06C;
}

.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');
}

.none {
	width: 2000px;
	position: absolute;
	left: -2000px;
}

.fright {
	float: right;
	padding: 0 0 0.5em 0.5em;
}
