/* CSS Document */
*
{
	padding: 0;
	margin: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
html,body
{
margin: 0px;
text-align:center;
background-color:#f6f5f6;
}

div#container
{
position: relative;
background-color:#FFF;
margin:0 auto;
width:994px;
text-align:left;
margin-top: 6px;
margin-bottom: 6px;
/*
border: 1px #e7ad05;
border-style: solid solid solid solid;
*/
}
div#seltec
{
background-color:#f6f5f6;
margin:0 auto;
width:994px;
text-align:right;
clear:both;
margin-bottom: 15px;
}


div#header
{
	height: 153px;
	background-image:url(../images/top_gradient.gif);
	background-repeat: repeat-x;
	background-position: top;
	position:relative;
/*
	border-bottom: 5px solid #e7ad05;
*/
}

div#header #logo
{
	position: absolute;
	top: 20px;
	left: 50px;
}
div#header #slogan
{
	position: absolute;
	top: 15px;
	right: 10px;
	font-size: 11px;
	font-style:italic;
	color: #666;
	width: 280px;
	text-align: right;
}

#cssMenu1
{
position: absolute;
top: 119px;
right: 0px;
}


div#bodylayer1
{
position: relative;

background-image:url(../images/body_bg3.gif); 
background-repeat: repeat-x;
background-position: bottom;
background-color: #f2f2f3;
}

div#bodylayer2
{
background-repeat: no-repeat;
}

div#bodylayer3
{
height: 543px;
overflow:auto;


}

div#bodylayer4
{
/*
width: 552px;
*/
background-image:url(../images/vertbar.gif);
background-repeat: repeat-y;
background-position: 5px;

margin-left: 411px;
height: 543px;
min-height: 543px;
}

html>body div#bodylayer4
{
height: auto;
}


div#content
{
padding: 20px 20px 20px 20px;
text-align: justify;
line-height: 20px;
color: #444;
}

div#content h1
{
	margin-bottom: 15px;
}

div#content a
{
	color: #cd4b22;
	text-decoration: none;
}

div#content a:hover
{
	color: #cd4b22;
	text-decoration: underline;
}

#content div, #content p
{
margin: 10px 0px;
}

div#address
{
background-color: #fcb131;
text-align: center;
color: #FFF;
padding: 6px 0px;
font-weight: normal;
}

div#address a
{
	color: #FFF;
	text-decoration: none;
}
div#address a:hover
{
	text-decoration: underline;
}
div#footer
{
	text-align: center;
	padding: 2px;
	border-bottom: #fcb131 3px solid;
}
div#footer a
{
margin-right: 0px 1px;
}

table.items
{
	width: 530px;
	border: 1px solid #CCCCCC;
	padding: 10px;
}

table.items div.readmore
{
text-align: right;
}

#language
{
color:#666666;
left:49px;
position:absolute;
text-align:left;
top:95px;
width:150px;
}

#language div
{
display: inline;
}

#language a
{
color: #cd4b22;
text-decoration:none;
}

#language a:hover
{
color: #E7AD04;
text-decoration:none;
}

#language div.active
{
font-weight: bold;
}

.index
{
	list-style: none;
	margin: 20px -15px;
}

ul
{
padding-left: 15px;
}

h2
{
 color: #fcb131;
 margin-top: 10px;
}
