/****************************************************
	P A G E L A Y O U T
****************************************************/
body {
	background-color: #B0B2B5; /* Placed here so the content editor is not influenced */
	color: #555555;
	margin: 0 1em 0 1em;
	padding: 0;
	text-align: center;
}



div#PageContainer {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	background:#ffffff;
	border:5px solid #ffffff;
}

div#Page {
	text-align: left;
	
}

/****************************************************
	H E A D E R   S T U F F
	Note: NavigationTopBar see Navigation.css
****************************************************/
div#HeaderContainer{
	width:960px;
	height:100px;
}

div#HeaderLogo {
	padding:0 0 0 40px;
}

div#HeaderLogo a{
	width:138px;
	height:77px;
	background:transparent url(/images/logo.png) 0 0 no-repeat;
	display:block;
}

div#WorldMap{
	float:left;
	width:180px;
	height:30px;
	margin:3px 0 0 13px;
	background:transparent url(/images/worldmap.gif) 0 0 no-repeat;
}

div#HeaderMenu {
	float: right;
	padding:6px 0 6px 0;
	width: 740px;
	position:relative;
}


li#HeaderLinks {
	padding-top: 2px;
	color:#E8E9EA;
	margin-right:15px;
}

li#HeaderLinks a{
	color:#BDBEC0;
}

li#HeaderLinks a:hover{
	color: #007CA4;
}

#SearchKeyword input {
	border: 1px solid #A7A7A7;
	padding-left: 10px;
	height:16px;
	margin-top:-1px;
	color:#535154;
}

#SearchSubmit input {
	background:transparent url(/images/submit.gif) 0 0 no-repeat;
	border:none;
	margin-right: 18px;
	width:20px;
	height:20px;
}

div#Lup{
	background:transparent url(/images/Lup.gif) 0 0 no-repeat;
	width:25px;
	height:27px;
	position:absolute;
	top:4px;
	left:579px;
}

#HeaderLinks {
	color: #B5B5B5;
}

#HeaderLinks  a {
	padding: 0 0.3em 0 0.4em;
}

/****************************************************
	C O L U M N S : 
****************************************************/
div#ColumnsContainer{
	background:#ffffff url(/images/bg_StandardContent.gif) 0 0 repeat-y;
	padding:0 15px 20px 15px;
	border-top:1px solid #ffffff;
}



div#LeftColumn {
	float: left;
	width: 180px;
}

div#ContentInclRightColumn {
	float: right;
	width: 731px;
}

div#ContentInclRightColumn div#ContentColumnInner {
	background:#ffffff;
	margin-top:20px;
	border-bottom:1px solid #007CA4;
}

div#ContentColumn {
	float: left;
	width: 533px;
}

div#RightColumn {
	float: right;
	width: 180px;
	margin-top:20px;
}


div#LeftColumnInner {
	padding-bottom: 10px;
	padding-right: 6px;
}

div#ContentColumnInner {
	padding: 7px;
}

/*WIDE TEMPLATE*/

body#Wide div#ColumnsContainer{
	background:#EAEAEB;
} 

body#Wide div#ColumnsContainer div#ContentColumnInner{
	background:#ffffff;
	margin-top:20px;
}
/****************************************************
	L I S T S
****************************************************/
div.List h2 {
	font-size: 100%;
}

div.ListItem {
	padding-bottom: 8px;
}

div.ListItemDate {
	background-color: #FFFFFF;
	color: #777777;
}

/****************************************************
	P A G I N G   I N F O
****************************************************/
div#Paging {
	padding-top: 1em;
}

div#PagePrevious {
	float: left;
	width: 20%;
}

div#PageNext {
	float: right;
	width: 20%;
}

div#PageInfo {
	text-align: center;
}

/****************************************************
	O T H E R
****************************************************/
.Hide {
	display: none;
}

div.Clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}

form {
	margin: 0;
	padding: 0;
}

ul.Vertical {
	clear: both;
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.Vertical li {
	float: left;
	margin: 0;
	padding: 0;
}

ul.Vertical li.Right {
	float: right;
}

/****************************************************
	F O O T E R
****************************************************/
div#FooterContainer {
	padding-left:15px;
	height:26px;
	overflow:hidden;
}

div#Features {
	float: left;
	background:#003362;
	padding:7px 7px 4px 7px;
	color:#335C81;
	border-top:1px solid #184671;
	border-bottom:1px solid #1D4A74;
}

div#Features a{
	color:#8099B1;
}

div#Features a:hover{
	color:#ffffff;
}

div#CompanyInfo {
	float: right;
	width: 758px;
	color:#BDBEC0;
}

div#CompanyInfo span{
	border-left:2px solid #ffffff;
	border-right:2px solid #ffffff;
	color:#E8E9EA;
}

a#ToTop{
	position:relative;
	top:4px;
	left:7px;
	width:18px;
	height:18px;
	overflow:hidden;
}


a#ToTop img:hover{
	border:1px solid #A7A7A7;
}

a#ToTop img{
	border:1px solid #EAEAEB;
}