/* 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% Helvetica, Arial, sans-serif;
	background: #FFF url('/images/shading.gif') repeat-x 0 152px;
	padding: 0;
	margin: 0;
}
h1 {
	font: bold 30px Helvetica, Arial, sans-serif;
	padding: 0;
	margin: 0;
}
h3 {
	font-size: 14px;
	font-weight: normal;
	color: #999;
	padding: 0;
	margin: 0;
}
h4 {
	font-size: 13px;
	font-weight: normal;
	color: #69C;
	background-color: #FFF;
	padding: 0;
	margin: 0 auto 0.3em;
}
p {
	margin: 0 auto 1em;
}
img {
	border: 0;
}

/* Top Logo and Search Box */
#container {
	width: 950px;
	margin: 0 auto;
}
#header {
	height: 120px;
}
#logo {
	float: left;
	margin: 45px 0 0 0;
}

/* Search */
#search {
	width: 180px;
	float: right;
	font: 11px Helvetica, Arial, sans-serif;
	color: #666;
	margin: 49px 0 0 0;
}
#search input {
	width: 136px;
	height: 17px;
	border-top: 1px solid #919191;
	border-right: none;
	border-bottom: none;
	border-left: 1px solid #919191;
	background: #F0F0F0;
	padding: 0;
	margin: 0;
}
#search #button {
	float: right;
}
#search #keywords {
	float: left;
}

/* Main Content */
#content {
	width: 950px;
	height: 320px !important;/* Content Area Height */
	position: relative;
	text-align: left;
}

#lhs {
	width: 230px;
	height: 100%;
	min-height: 100%;
	float: left;
	overflow: hidden;
	background: #8ED2C5 url('/images/careers/green_bg.gif') no-repeat bottom;
}
#heading {
	background: white;
	padding-bottom: 17px;
}

/* Introductory text */
#intro {
	width: 200px;
	font-weight: bold;
	color: #333;
	padding: 15px;
	margin: 0 0 0 0;
}
#intro p {
	margin: 0;
	padding: 0 0 7px 0;
}

#rhs {
	width: 440px;
	height: 100%;
	min-height: 100% !important;
	float: right;
/*
	background: url('/images/yellow_bg.gif') no-repeat;
*/
}

#middle {
	width: 240px;
	height: 100%;
	min-height: 100% !important;
	text-align: left;
	background-color: #F6F6F6;
	border-bottom: 1px solid #D0D0D0;
	padding: 0;
	margin: 0 0 0 250px;
}

/* Box Containing Job Links */
#jobs {
	list-style: none;
	text-align: left;
	background: white;
	padding: 49px 0 2px 0;
	margin: 0;
}
/*
#jobs ul {
	font-size: 11px;
	font-weight: bold;
	list-style: none;
	margin: 3px 0 0 0;
	padding: 0 0 20px 0;
}
#jobs li {
	margin: 0;
	padding: 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;
	padding: 2px 7px 2px 7px;
	text-decoration: none;
	margin: 0;
}
*/
/* box heading link fix */
#middle h4 a {
	color: #06C;
	background: white;
	text-decoration: none;
	padding-left: 0;
}
#middle h4 a:hover {
	text-decoration: underline;
	color: #06C;
	background: white;
	padding-left: 0;
}
#middle h4 a:visited {
	color: #06C;
	background: white;
	padding-left: 0;
}

/* More information */
#info h4 {
	padding-top: 1.5em;
	padding-bottom: 0.5em;
}
#info p {
	padding: 0.25em 0.75em;
}
/*
#info {
	font-size: 11px;
	padding: 5px 7px 7px 7px;
	margin: 0;
}
#info p {
	margin: 0;
}
*/

/* Miscellaneous */
.none {
	width: 2000px;
	position: absolute;
	left: -2000px;
}

