/**** Burke Recruitment Content Pages Style Sheet ****/
/**** Created by MITM Marketing ****/
/**** copyright 2008 ****/
/**** This Style Sheet can be used as a tool by those learning CSS, but please don't blantly steal ****/
/* ------------ General Body Styles ---------- */
* { margin: 0; padding: 0; border: 0; }
body { 
	font: .80em/1.5em "Trebuchet MS", Trebuchet, Arial, sans-serif;
	color: #000;
	background: #e5e6e7; 
}
a, #footer { color: #6c558c; }
h3 { font-size: 1.2em; }
input, select, textarea {
	border: 1px solid #6c558c; 
	font: 1em "Trebuchet MS", Trebuchet, Arial, sans-serif;
}
textarea { width: 100%; }
li { padding-bottom: 10px; }
p, h3, ul { margin-bottom: 10px; }
ul { margin-left: 20px; }
ul ul { margin-bottom: 0; }
/* ------------ ids ------------ */
#container, #header, #nav, #pageheadings, #footer { width: 768px; }
#container {
	position: absolute;
	left: 50%;
	width: 768px;
	margin-left: -384px;
}
#header { 
	height: 63px;
	background: url(../i/bci_burke_company_header.gif);
}
	#header h1, #pageheadings h2 span { display: none; }
#burkelogo, #burkelogo a {
	width: 143px;
	height: 83px;
}
#burkelogo {
	position: absolute;
	left: 605px;
	top: 78px;
}
#burkelogo a { 
	display: block; 
	background: url(../i/bci_burke_logo.jpg);
}
#burkelogo a:hover { background-position: 0% -83px; }
#burkelogo a span { display: none; }
#nav {
	height: 75px;
	padding-top: 24px;
	background: url(../i/burke_navigation_background.jpg);
}
	#nav ul { 
		list-style: none;
		margin: 0;
		margin-left: 20px;
	}
	#nav ul li {
		display: block;
		float: left;
		padding: 0;
	}
	#nav ul li a {
		display: block;
		height: 28px;
	}
	#nav span { display: none; }
	#nav a.productline {
		width: 103px;
		background: url(../i/nav01_why_burke.jpg);
	}
	#nav a.support {
		width: 72px;
		margin-left: 15px;
		background: url(../i/nav02_support.jpg);
	}
	#nav a.tools {
		width: 49px;
		margin-left: 14px;
		background: url(../i/nav03_tools.jpg);
	}
	#nav a.ourstandards {
		width: 122px;
		margin-left: 15px;
		background: url(../i/nav04_our_standards.jpg);
	}
	#nav a.apply {
		width: 62px;
		margin-left: 14px;
		background: url(../i/nav05_inquire.jpg);
	}
	#nav a.productline:hover, #nav a.support:hover, #nav a.tools:hover, #nav a.ourstandards:hover, #nav a.apply:hover { background-position: 0% -28px; }
#pageheadings, h2 { height: 65px; }
#content {
	width: 720px;
	padding-right: 24px;
	padding-bottom: 10px;
	padding-left: 24px;
	background: url(../i/content_background.jpg) repeat-y;
}
#footer {
	padding-top: 33px;
	background: url(../i/burke_footer_background.jpg) no-repeat;
	text-align: center;
}
/* ------------ headings ------------ */
.supportheader { background: url(../i/header_support.gif); }
.toolsheader { background: url(../i/header_tools.gif); }
.nextstepheader { background: url(../i/header_next_step.gif); }
.ourstandheader { background: url(../i/header_our_standards.gif); }
.whyburkeheader { background: url(../i/header_why_burke.gif); }
/* ------------ customs ------------ */
.pushdown10 { margin-bottom: 10px; }
.pushright10 { margin-right: 10px; }
.quotebox {
	color: #6c558c;
	background: #dfcffa;
	padding: 10px;
	font-style: italic;
}
.toolstable { width: 100%; }
.toolstable td.left { width: 400px; }
.toolstable td.right {
	padding-left: 20px;
	width: 300px;
}
