/****************************************************
	P A G E L A Y O U T
****************************************************/
body {
	background:#D1D4D6 url(/images/bg_body.gif) 0 0;
	color: #555555;
	margin: 0 1em 0 1em;
	padding: 0;
	text-align: center;
}

div#PageContainer {
	margin-left: auto;
	margin-right: auto;
	width: 950px;
	
}

div#Page {
	background:#ffffff;
	text-align: left;
}

/****************************************************
	H E A D E R   S T U F F
	Note: NavigationTopBar see Navigation.css
****************************************************/
div#HeaderLogo {
	padding: 10px 0 0 30px;
}

div#HeaderMenu {
	float: right;
	width:210px;
	margin:-15px 0 0 0;
	position:relative;
	/*padding-right:30px;*/
	padding-right:100px; /*We have removed Contact and English link*/
}


li#SearchContainer{
	position:absolute;
	top:18px;
	/*left:34px;*/
	left:130px;/*We have removed Contact and English link*/
}

#SearchKeyword input {
	border: 1px solid #B5B5B5;
	border-right:none;
	padding: 3px;
	background:transparent url(/images/bg_SearchInput.gif) 0 0 repeat-x;
	font-size:0.9em;
	color:#B2B2B2;
	
}

#SearchSubmit input {
	background:transparent url(/images/Search.gif) 0 0 no-repeat;
	border: none;
	width:21px;
	height:20px;
	cursor:hand;
	position:relative;
	top:1px;
}


#HeaderLinks {
	color: #B5B5B5;
}

#HeaderLinks  a {
	border:1px solid #ffffff;
	display:block;
	float:left;
	padding: 0.2em 0.4em 0.2em 0.4em;
}

#HeaderLinks  a:hover{
	border:1px solid #d5d5d5;
	background:transparent url(/images/bg_GlobalMenuActive.gif) 0 0 repeat-x;
}

/****************************************************
	C O L U M N S : 
****************************************************/
div#LeftColumn {
	float: left;
	width: 230px;
}

div#ColumnsContainerInner{
	padding:15px 0 0 0;
}

div#ContentInclRightColumn {
	float: left;
	width: 685px;
}

div#ContentColumn {
	float: left;
	width: 455px;
}

div#RightColumn {
	float: left;
	width: 210px;
	margin-left:20px;
}

div#LeftColumnInner {
	padding:0 30px 0 30px;
}

div#ContentColumnInner {
	padding-bottom: 0px;
}

div#RightColumnInner {
	padding:0 0 10px 0;
}

/****************************************************
	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: 0;
	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 {
	clear: both;
	background:#ffffff url(/images/bg_footer.gif) 0 0 no-repeat;
	height:25px;
	/*margin-top:20px;*/
	font-size:0.9em;
}

div#Features {
	float: left;
/*	width:880px;*/
	padding:5px 0 0 30px;
}



div#Features ul.Vertical{
/*	width:880px;*/
}


div#Features ul.Vertical li{
	color:#ffffff;
	margin-left:12px;
}


div#Features ul.Vertical li a{
	color:#ffffff;
	text-decoration:none;
}

div#Features ul.Vertical li.BelongsTo{
	color: #959CA1;
	margin-right:69px;
}

div#ToTop{
	float:right;
	padding:6px 0 0 20px;
	width:20px;
}

div#ToTop a{
	border:1px solid #860038;
}

div#ToTop a:hover{
	border:1px solid #A23C67;
}


