/****************************************************
	P A G E L A Y O U T
****************************************************/
html{
	overflow-y:scroll;
}

body {
	background:#f9fafb url(/images/2009/bg_body.jpg) 0 0 repeat-x; /* Placed here so the content editor is not influenced */
	color:#56575a;
	margin: 30px 1em 0 1em;
	padding: 0;
	text-align: center;
}

div#PageContainer {
	margin-left: auto;
	margin-right: auto;
	width: 950px;
	background:#ffffff url(/images/2009/bg_cornertop_left.gif) 0 0 no-repeat;
	margin-top:10px;
}

div#Page {
	text-align: left;
	/*background:transparent url(/images/2009/bg_cornertop_right.gif) right 0 no-repeat;*/
	
}


/****************************************************
	H E A D E R   S T U F F
	Note: NavigationTopBar see Navigation.css
****************************************************/
div#PrintLogo{
	display:none;
}


div#HeaderContainer{
	margin-bottom:25px;
}



div#HeaderLogo {
	float: left;
	width: 167px;
	margin:20px 0 0 23px;
}

div#HeaderMenu {
	float: right;
	width: 218px;
	margin-right:-3px;
	
}

li#HeaderLinks {
	color:#DEE2E3;
	margin:0 0 28px 0;
	padding:0 28px 0 20px;
	height:22px;
	font-size:16px;
	width:185px;
	background:transparent url(/images/2009/bg_focusmenu.gif) 0 0 no-repeat;
}

li#HeaderLinks a{
	color:#fff;
	text-decoration:none;
	font-size:11px;
	padding-right:1px;
	position:relative;
	top:-1px;
}

li#HeaderLinks a:hover{
	
}

li#HeaderSearch{
	width: 205px;
	height:25px;
	background:transparent url(/images/2009/bg_searchInput.gif) right 0 no-repeat;
}

#SearchSubmit input {
	background:transparent;
	border:none;
	/*width:24px;*/
	height:22px;
	cursor:hand;
	float:left;
	color:#545454;
	
}

#SearchSubmit input:hover {
	background-color: #FFFFFF;
	color: #000;
}


#SearchKeyword input {
	border: none;
	background:transparent;
	padding: 1px 0 1px 0px;
	width:120px;
	color:#545454;
	/*float:right;*/
	margin-right:10px;
	position:relative;
	top:3px;
	left:40px;
}

/****************************************************
	C O L U M N S : 
****************************************************/
div#ColumnsContainer{
	margin:0 0 0 10px;
}

div#LeftColumn {
	float: left;
	width: 190px;
}

div#ContentInclRightColumn {
	float: right;
	width: 740px;
}

div#ContentColumn {
	float: left;
	width:450px;
	position:relative;
}

div#Print{
	position:absolute;
	top:5px;
	right:0px;
}

div#Print a img{border:1px solid #b1b3b5;}
div#Print a img:hover{border:1px solid #000;}

div#RightColumn {
	float: right;
	width: 226px;
	padding-right:20px;
}


div#ContentColumnInner {
	padding:2px 0 10px 0;
	min-height:200px;
}

div#RightColumnInner {
	padding: 0 0 10px 0;
}

div#Flash{
	margin-bottom:50px;
}

/***************************/
div#ContentFrontpage{
	margin:20px 0 0px 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
****************************************************/
div.NewsItem{
	padding-bottom:25px;
}

div.NewsDate{
	float:left;
	margin-right:8px;
}

div.NewsTitle{
	float:left;
	font-weight: bold;
}
div.NewsDescription{
	margin-top:5px;
}

.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;
}

div.Error{
	font-weight:bold;
	color:red;
}
/****************************************************
	F O O T E R
****************************************************/
div#FooterContainer {
	margin-left: auto;
	margin-right: auto;
	width: 950px;
	background:transparent url(/images/2009/bg_bottom.gif) 0 0 no-repeat;
	height:35px;
	text-align:left;
}

div#CompanyInfo {
	padding:9px 0 8px 0px;
	margin-left:120px;
	color:#6f7174;
	width:800px;
}
div#CompanyInfo ul.Vertical li{
	margin-right:6px;
}

div#CompanyInfo a{color:#6f7174; text-decoration:underline;}
div#CompanyInfo a:hover{color:#000;}

