/* global.css for BMW Group
ben [dot] terrill [at] blastradius [dot] com
*/

/* RESET + CLEARFIX */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}


/* global */

body {
	font-family:Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 12px;
}

/* header */

#header {
	width: 960px;
	height: 256px;
	margin-bottom: 12px;
}

#header .logos {
	width: 934px;
	height: 89px;
	overflow: hidden;
	position: relative;
	margin-left: 26px;
}

#header .logos li {
	position: absolute;
}

#logo-text {
	width: 139px;
	height: 44px;
	left: 0px;
	top:22px;
}


#logo-text a {
	display: block;
	width: 139px;
	height: 44px;
	background: url(../../images/bmw_group.gif) no-repeat;
	overflow: hidden;
	text-indent: -9999px;
}

#logo-bmw {
	width: 40px;
	height: 40px;
	right:121px;
	top:28px;
}

#logo-bmw a {
	display: block;
	width: 40px;
	height: 40px;
	background: url(../../images/logo-bmw.gif) no-repeat;
	overflow: hidden;
	text-indent: -9999px;
}

#logo-mini {
	width: 78px;
	height: 34px;
	top: 29px;
	right: 20px;
}

#logo-mini a {
	display: block;
	width: 78px;
	height: 34px;
	background: url(../../images/logo-mini.gif) no-repeat;
	overflow: hidden;
	text-indent: -9999px;
}

#menubar {
	background-color: #dcdcdc;
	height: 24px;
	border-bottom: 1px solid #434a52;
}
 
 
#menubar #menu {
	width: 220px;
	background-color: #ffffff;
	border-right: 1px solid #727272;
	border-bottom: 1px solid #727272;
	position: absolute;
	font-size: 11px;
	line-height: 24px;
	color: #434a52;
}

#menubar #menu a {
	display: block;
	height: 27px;
	text-decoration: none;
	color: #434a52;
}

#menubar #menu a:hover {
	color: #000099;
}

#menubar #menu li.first {
	height: 24px;
	border-top: none;
	line-height: 21px;
	background-color: #DCDCDC;
}

#menubar #menu li {
	height: 27px;
	border-top: 1px solid #727272;
	padding-left: 17px;
}
 
#banner {
	height: 140px;
	background: url(../../images/banner.jpg) no-repeat;
}
 
/* body */

#body {
	width: 960px;
}


#content {
	padding-left: 280px;
	padding-right: 20px;
	width: 410px;
	float: left; 
}	

#content h1 {
	padding-top: 6px;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}

#content h1 strong{
	font-weight:normal;
	display: block;
	font-size: 22px;
	line-height:23px;
	margin-bottom: 10px;
}	

#content h2{
	font-weight: bold;	
	font-size: 14px;
	margin-bottom: 10px;
}	

#content p,
#content ul,
#content ol {
	line-height: 15px;
	margin-bottom: 18px;
}

#content p strong {
	font-weight:bold;
}

/* sidebar */

#sidebar {
	padding-top: 15px;
	padding-left: 8px;
	width: 241px;
	float: left;
	border-left: #cacaca 1px solid;
	font-size: 11px;
}	

#sidebar li  {
	clear: both;
	margin-bottom: 22px;
	line-height: 13px;
}	

#sidebar li a.pic {
	float: left;
	margin-right: 6px;
	border: 1px solid #535353;
}	
#sidebar li h3 {
	margin-left: 92px;
	font-size: 12px;
	font-weight:normal;
}

#sidebar li h3 a {
	text-indent: 8px;
	background: url(../../images/bullet.gif) no-repeat -9px 1px;
	text-decoration: none;
	display: block;
	margin-bottom: 1px;
	color: #000;
}	

#sidebar li h3 a:hover {
	text-decoration: underline;
	color: #8b8b8b;
}

.topEmployer {
	margin-left: 10px;
}
/* footer */

#footer {
	width: 960px;
	border-top: #dedede 1px solid;
	font-size: 11px;
	padding-top: 3px;
	height: 30px;
}

#footer a {
	text-decoration: none;
	color: #494949;
}

#footer a:hover {
	text-decoration: underline;
	color: #8b8b8b;
}

#footer ul {
	float: right;
}

#footer ul li {
	float: left;
	padding-left: 20px;
	background: url(../../images/bullet.gif) no-repeat;
}


#workopolisContainer {
	position: relative;
	left: -48px;
}
