/* layout.css - contains all CSS ID block elements for layout and display  */

#website {
	width: 960px;
	margin: 0 auto 0 auto;
	padding: 0px 10px;
	background-color: #FFFFFF;
	display: block;
	overflow: hidden;
	height: 100%;
	background-image: url(images/website_bg.png);
	background-position: top;
	background-repeat: repeat-y;
	clear:both;
}

#website_box {
	float: left;
	width: 938px;
	background-color: #ffffff;
	border: solid 1px #a5a7a8;
}

#website_inner {
	float: left;
	width: 746px;
}

#right_box {
	float: right;
	width: 175px;
}
/* ------------------------------------------- header */
#breadcrumbs {
	clear: both;
	width: 665px;
	padding-bottom: 10px;
	padding-left: 25px;
	font-size: 69.23%;
}

#lang_fontsize {
	text-align: right;
	width: 138px;
	float: right;
	margin-top: 9px;
	margin-right: 14px;
}

#logo {
	float: left;
	width: 175px;
	padding-left: 255px;
	padding-top: 25px;
}


#header_image {
	width: 270px;
	height: 230px;
	overflow: hidden;
	background-image: url("images/transparent_bg50.png");
	background-position: right;
	background-repeat: repeat-y;
	position: relative;
}

#right_side_pdf {
	float: left;
	width: 175px;
	height: 50px;
	margin: 0;
	padding: 4px 0 0 0;
}

/* ----------------------------------------------------  content area */
#content_area {
	width: 690px;
	float: left;
}

#header{
	width: 690px;
	/*height: 140px;*/
}

#header_box{
	width: 260px;
	float: left;
	padding-top: 25px;
}

#left_side_box {
	clear: both;
	float: left;
	width: 172px;
}

#left_side {
	float: left;
	width: 270px;
}

#content_strict {
	float: left;
	width: 589px;
	padding: 0;
	margin: 0;
}

#main_menu {
	background-color:#ECEBED;
	background-image:url("images/transparent_bg50.png");
	background-position:right center;
	background-repeat:repeat-y;
	display:block;
	font-size:92.31%;
	height:100%;
	margin-left:25px;
	overflow:hidden;
	text-transform:uppercase;
	width:245px;
}

#content {
	clear: both;
	width: 690px;
	min-height: 500px;
	height: auto !important;
	height: 500px;
}

.contentElement{
}

#content.wide {
	width: 736px;
}

#right_side {
	float: left;
	width: 140px;
	font-size: 92.31%;
	padding: 0 0 20px 0px;
}

/* -------------------------------------------------------  footer */

#footer{
	clear: both;
	width: 690px;
}

#footerbg_1{
	width: 100%;
	height: 5px;
	border-top: 5px solid #009933;
}

#footerbg_2{
	width: 100%;
	height: 38px;
	background-color: #009933;
}

#footer_menu {
	clear: inherit;
	float: left;
	padding: 12px 0 7px 0;
	width: 900px;
}

#lw_link {
	margin: auto;
	clear: both;
	width: 940px;
	font-size: 76.93%;
	text-align: right;
	color: #dddddd;
}


