/****************************************************
	H E A D E R
****************************************************/
div#HeaderLogo {
/*	border: 1px solid black;*/
	padding-left: 20px;
	padding-top: 5px;
	float: left;
	height: 118px;
	width: 136px;
}

div#HeaderMenu {
	right: 0px;
	float: right;
}

li#HeaderLinks {
	padding-top: 2px;
}

/****************************************************
	C O L U M N S
	Correct styling of column <div>-tags: 
		width, float
	Incorrect styling of column <div>-tags:
		border, background, height, margin, padding
	See styling of inner <div>-tags in PageLayout.css
****************************************************/
div#LeftColumn {
	float: left;
	width: 220px;
}

div#ContentInclRightColumn {
	float: right;
	width: 754px;
}

div#ContentColumn {
	float: left;
	width: 569px;
}

div#RightColumn {
	float: right;
	width: 185px;
}

/****************************************************
	H E A D E R   S T U F F
	Note: NavigationTopBar see Navigation.css
	See PageLayoutDivStyle.css or PageLayoutTableStyle.css
****************************************************/
#SearchKeyword input {
	border: 1px solid #B5B5B5;
	color: #666666;
	padding: 1px;
	font-size: 11px;
}

#SearchSubmit input {
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
/*	color: #666666;*/
	margin-left: 6px;

}

#SearchSubmit input:hover {
	background-color: #FFFFFF;
	color: #D2232A;
}

div#HeaderMenu li.Right {
	padding-left: 10px;
}


div#HeaderMenu {
	padding-top: 7px;
}

#HeaderLinks {
	font-size: 11px;
	color: #B5B5B5;
}

#HeaderLinks  a {
	padding-left: 6px;
	padding-right: 14px;
}

li#HeaderLinks a {
	background-image: url("/lm/images/li2.gif");
	background-position: center right;
	background-repeat: no-repeat;
}

/****************************************************
	F O O T E R
****************************************************/

div#FooterContainer {
	background-color: #FFFFFF;
	height: 20px;
	font-size: 11px;
	color: #666666;
	clear: both;
	padding-top: 10px;
	margin-bottom: 10px;
	border-top: 1px solid #DBDBDB;
}

div#FooterContainer ul {
	clear: both;
	display: block;
	list-style: none;
	margin: 0;
	padding: 0 0 0 28px;
}

div#FooterContainer li {
	float: left;
	margin: 0;
	padding: 0 10px 0 6px;
}


div#FooterContainer li.DotRight {
	background-image: url("/lm/images/li2.gif");
	background-repeat: no-repeat;
	background-position: center right;
}


div#Features {
	float: right;
	width: 500px;
}
