/* CSS Document */
*
{
	padding: 0;
	margin: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

html,body
{
margin: 0px;
text-align:center;
background-color:#fafafa;
}

div#container
{
background-color:#FFF;
margin:0 auto;
width:1000px;
text-align:left;
position: relative;
}

#header
{
	background-image: url(../images/topbg.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	height: 160px;
	position: relative;
}

#body
{
	height: 560px;
	background-color: #858585;
	background-image: url(../images/bodygradient.jpg);
	background-repeat:repeat-x;
	background-position:top;
	position: relative;
	overflow: hidden;
}

#side
{
float: left;
width: 222px;
height: 563px;

background-repeat: repeat-x;
background-position: top;
margin-right: 8px;
position: relative;
}

#side #part1
{
height: 445px;
margin-left: 8px;
background-image: url(../images/sidegradient.jpg);
background-repeat: repeat-x;
background-position: top;
}

#side #part2
{
margin-left: 8px;
background-image: url(../images/sidediv.jpg);
background-repeat: no-repeat;
background-position: top;
background-color: none;
height: 8px;
}

#pictures
{
float: left;
width: 75px;
height: 561px;
background-image: url(../images/picturesgradient.jpg);
background-repeat: repeat-x;
background-position: top;
}

img.active {
opacity:1.0;
-moz-opacity: 1.0;
filter: alpha(opacity=100);
}

img.nonactive {
opacity:0.3;
-moz-opacity: 0.3;
filter: alpha(opacity=30);
}




#content
{

position: relative;
	float: left;
	width: 694px;
	height: 570px;
	background-color: #FFF;
	margin-left: 1px;
	font-size:10px;
	line-height: 16px;
	color: #333333;
/*z-index: 500;*/
}

#content h1
{
 font-size: 12px;
 padding: 10px 10px;
 color: #0171bb;
 font-weight: normal;
}
#content h1 a
{
 color: #0171bb;
 text-decoration:underline;

}
.menubtn
{
height: 36px;
width: 150px;
position: absolute;
top: 100px;
}

.menubtn div
{
	text-align:center;
}
#topmenu a
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
margin-top: 5px;
color: #FFFFFF;
text-decoration: none !important;
}

#topmenu1
{
left: 336px;
}

#topmenu1 div, #topmenu1_active div {	padding-top: 13px; }
#topmenu2 div, #topmenu2_active div {	padding-top: 10px; }
#topmenu3 div, #topmenu3_active div {	padding-top: 10px; }
#topmenu4 div, #topmenu4_active div {	padding-top: 12px; }

#topmenu1_active
{
left: 336px;
background-image: url(../images/topmenu1.jpg);
}

#topmenu2
{
left: 482px;
}

#topmenu2_active
{
left: 482px;
background-image: url(../images/topmenu2.jpg);
}

#topmenu3
{
left: 632px;
}

#topmenu3_active
{
left: 632px;
background-image: url(../images/topmenu3.jpg);
}

#topmenu4
{
left: 782px;
}

#topmenu4_active
{
left: 782px;
background-image: url(../images/topmenu4.jpg);
}

#sidemenu
{
padding-top:5px;
}

#cssMenu3
{
position: absolute;
top:160px;
left: 8px;

}

#sidemenubottom
{
height: 120px;
width: 214px;
position: absolute;
bottom: 36px;
left: 8px;
}
html>body #sidemenubottom
{
bottom: 37px;
}

#footer
{
	background-image: url(../images/bottombg.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	height: 49px;
}

#footer2
{
	border: none;
	font-size: 9px;
	padding-top: 30px;
	color:#FFFFFF;
}

#footer2 a
{
	color: #fff;
}

#address{
	padding-top: 25px;
	padding-left: 42px;
	font-size: 9px;
	color: #FFFFFF;
	text-align: center;
}

#language{
	float: right;
	padding: 10px ;
	font-size: 11px;
	color: #0171bb;
}

#language a {
	color: #AAAAAA;
	text-decoration: none;
}

#language a:visited {
    color: #AAAAAA;
	text-decoration: none;
}

#language a:active {
	color: #0171bb;
}

#language.active {
	color: #222;
}

a.email {
	color: #FFFFFF;
	text-decoration: none;
}

a.email:visited {
    color: #FFFFFF;
	text-decoration: none;
}

li.topmenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	width: 214px;
	height: 30px;
	margin: 2px 0px;
	color: #777777;
	background-image: url(../images/active_vertical.gif);
}

li.topmenu a{
	color: #777777;
	text-decoration: none !important;
}
li.topmenu div
{
	margin-left: -8px;	
}

ol {
margin: 10px 20px;
}
ul {
margin: 10px 20px;
list-style-type: disc;
}

#bodytext {
	padding-left: 10px;
	padding-right: 10px;
	overflow: auto;
	text-align: left;
}

textarea {
	font-size: 10px;
}

.textNormal {
	background-color: #fff;
	border: 1px solid #7F9DB9;
	padding: 1px;
}
input.textNormal
{
	height: 12px;
}

input.textSelect {
	background-color: #BFD5E3;
	border: 1px solid #7F9DB9;
	padding: 1px;
}
blockquote
{
	text-indent:20px;
}
#sidenews
{
position: absolute;
left: 2px;
top: 170px;
width: 220px;
border-top: 1px solid white;
padding-top: 9px;
height: 250px;
overflow:auto;
}
ul.news { 
list-style: none;
font-size: 10px;
color: #FFF;
margin-left: 27px;
list-style:circle;
}
ul.news a{
color: #FFFFFF;
text-decoration: none !important;
}
ul.news a:hover{
text-decoration: underline !important;
}
h1.news{
color: #FFF;
font-size:12px;
margin-left: 27px;
}