/******** <Generic Layouting> ********/
body
{ 
	background-image: url(images/container_bg.gif);
	background-repeat: repeat-y;
	background-color:#B1C4EA;
	background-position: center top;
}

h1
{
	position: absolute;
	top: 115px;
	left: 20px;
	margin: 0;
}

table
{
	border-collapse: collapse;
}

/******** </Generic Layouting> ********/

/******** <Page Header> ********/
div#logo
{
	background-image: url(images/logo.gif);
	width: 304px;
	height: 109px;
	margin: 0 auto;
}

div#topMenu
{
	height: 30px;
}

div#topFloat
{
	position: absolute;	
	text-align: right;
	right: 1px;
	top: 5px;
}

div#languageSelect img
{
	margin: 20px 5px 0 5px;
	width: 24px;
	height: 16px;
}

div#ucTopMenu_mnuMain
{
	margin-left: 10px;	
}

div#header
{
	width: 950px;
	height: 140px;
}
/******** </Page Header> ********/

/******** <Main Content Boxes> ********/
div#pageContainer
{
	margin: 0 auto;
	width: 950px;
	position: relative;
}

div#contentBG
{
	background: url(images/content_background_white.jpg) White no-repeat;
}

div#contentBox
{
	padding: 1px 0 0 0;
	background-image: url(images/bottom_back.jpg);
	background-position:center bottom;
	background-repeat:no-repeat;
	
	min-height: 500px;
	_height: 500px; /* IE6 only */
}

div#contentMain, div#contentSide, div#contentMainFull
{
	padding: 0px 20px;
}

/* 2 col layout */
div#contentMain
{
	float: left;
	width: 580px;
}

/* 2 col layout */
div#contentSide
{
	float: right;
	width: 290px;
}

div.home div#contentMain
{
	min-height: 265px;
	_height: 265px;
}

div.home div#contentSide
{
	min-height: 265px;
	_height: 265px;
}

div#contentBottom
{
	clear: both;
	margin-bottom: 5px;
}

div#contentBox h2
{
	margin-left: 20px;
}

div#contentBox div h2
{
	margin-left: 0;
}

/******** </Main Content Boxes> ********/


/******** <Page Footer> ********/
div#footer
{
	text-align: center;
	font-size: 10px;
	margin: 15px;
}

div#footer a
{
	color: #6D6D6D;
}
/******** </Page Footer> ********/


/******** <Promotions Homepage> ********/
div#promotions {
	width: 950px;
	height: 240px;
	background-image: url('images/promotions/submenu_bg.jpg');
	clear: both;
}

div#promotions *
{
	color: White;
}

div#promotions div.links
{
	margin: 0;
	padding-top: 5px;
	padding-left: 8px;
}

div#promotions div.links a
{
    display: block;
    float: left;
    padding: 0;
    margin: 0;
}

div#promotions div.item
{
	padding: 0px 10px;
	float: left;
}

div#promotions div.item div
{
	width: 290px;
	height: 100px;
	background: url('images/promotions/promotionBack.gif') no-repeat;
	text-align: center;
}

div#promotions h2
{
	font-size: 15px;
	font-weight: bold;
	margin: 3px 1px;
	text-transform: uppercase;
}

div#promotions div.items
{
	padding: 0px 10px;
}
/******** </Promotions Homepage> ********/


/******** <News> ********/
h3#newsArticleHeader
{
	margin-bottom: 0px;
	font-size: 16px;
	margin: 11px 0 0 0;
}

h4#newsArticleSubHeader
{
	margin-top: 0px;
}

div#newsArticleDescription *
{
	font-weight: bold;
}

div#newsArticleDate
{
	margin-bottom: 18px;
}

div#newsArticleDescription
{
	margin-bottom: 10px;
}

/******** </News> ********/

/******** <Career> ********/
div#rollout_careers li
{
	list-style: none none outside;
}

div#rollout_careers ul
{
	padding-left: 0px;
	margin-left: 0px;
}

h2#vacancyHeader
{
	margin-bottom: 0px;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	margin: 11px 0 0 0;
}
/******** </Career> ********/