	/* CSS Document */

/* hacks */
html
{
	overflow-y: scroll; /* Shows the scrollbar always. Not w3c, but a hack!*/
}

body {
	margin:0;
	font-family:"Trebuchet MS", Arial, Verdana;
	font-size: 0.85em;
	color:black;
	background: white url(images/bg.png) repeat-x fixed bottom;
	text-align:left;
	}

input, input[type=submit], textarea, .search_string {
	padding:3px;
	font-family:"Trebuchet MS", Arial, Verdana;
	font-size:10px;
	color:#808285;
	border:0px solid transparent;
	background-color:#EAEAEA;
	background:url(images/input.png) no-repeat bottom left;
	margin-bottom:2px;
}
input[type=submit] {
	border:0px solid #F9A318;
	background:white;
	margin-bottom:4px;
	background:url(images/submenua_hover.png) no-repeat top left;
}

textarea {
	border:0px solid transparent;
	background:url(images/textarea.png) no-repeat top left;
}
/*
input[type=submit] {
	background-color:silver;
	padding:3px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:silver;
	border:1px solid black;
	margin-bottom:0px;
}*/

a {
	color: #F9A318;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	color: black;
}

ol,ul {

}

ul {
   list-style-image: url(images/li.gif);
}

li {

	line-height:20px;
	text-align:left;
	}

hr{
	background-color : transparent;
	color : #eeeeee;
	border : 1px dotted #eeeeee;
	height : 1px;
}
#menu {
	background-color:#FCB033;
	color:black;
	text-align:center;
	font-family:"Trebuchet MS", Arial, Verdana;
	font-size:24px;
	font-weight:bolder;
	/*font-variant:small-caps;*/
	background-image: url(images/menu.png);
	width : 950px;
	margin : 0 0 50px 0;
	background-repeat : repeat-x;
	padding : 20px 0 20px 0;
	line-height:18px;
	}

#menu a {
	color:black;
	text-decoration:none;
	padding:10px;
	padding-top:20px;
	padding-bottom:20px;

}
#menu a:hover {
	border:0px solid black;

	color:#666;
}

#header {
	margin : 0;
	}
#logo{
	width : 170px;
	height : 130px;
	background-image : url(images/logo.png);
	background-repeat : no-repeat;
	margin : 0 1px 1px 1px;
	padding-bottom:1.5em;
	}


#header h1 {
	/*font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;*/
	font-family:"Trebuchet MS", Arial, Verdana;
	font-size:30px;
	/*text-transform:uppercase;*/
	font-weight:bold;
	margin: 0 0 0 20px;
	padding: 0 0 0 0;
	color:black;
	text-align:left;
	border-bottom : none;
	}
#header h2 {
	font-family:"Trebuchet MS", Arial, Verdana;
	font-size:15px;
	/*text-transform:uppercase;*/
	text-align:right;
	font-weight:normal;
	color:#000000;
	border-bottom:1px solid #eeeeee;
	margin : 0 30px 0 20px;
	}

#content {
	clear : both;
	margin : 0;
	background-color : White;
	}

.introduction {
	font-family:"Trebuchet MS", Arial, Verdana;
	font-size:12px;
	color:#99B198;
	background-image: url(images/desc.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
	text-align : left;
	padding : 0;
	}

.clearer {
	clear:both;
}

#sidebar {
	width: 180px;
	font-size:95%;
	color:#6C534A;
	text-align:left;
	padding : 10px 20px 10px;
	background-color : White;
	margin : 0;
	}

#sidecell{
	vertical-align : top;
	width:20%;
}
#sidebar li{
	text-align:left;
	line-height : normal;
	list-style-image : url(images/liside.gif);
	margin-left : -35px;
}

#sidebar h1 {
	font-family:"Trebuchet MS", Arial, Verdana;
	font-size:20px;
	/*text-transform:uppercase;*/
	font-weight:normal;
	border-bottom:1px solid #eeeeee;
	color:orange;/*#F9A318*/
	text-align:right;
}

#maintable{
	width : 950px;
	border : none;
	background : White;
	vertical-align : top;


}

#maincell {

}

.submenu {
}
.submenu a {
	display:block;
	/*background: url(images/submenua.gif) top right no-repeat;*/
	/*text-align:right;*/
	padding: 3px 0 3px 5px;
	}
.submenu a:hover {
	background : url(images/submenua_hover.png) no-repeat top left;
	}
#mainbar {
	background-image: url(images/mainbar.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	text-align : left;
	padding : 0 10px 0 20px;
	margin : 0;
	}
#wrapper{
	width : 950px;
	margin:0 auto 0 auto;
	background-color: White;
	border : 1px solid silver;
	}
#mainbar h1 , .BMheader{
	font-family:"Trebuchet MS", Arial, Verdana;
	font-size:24px;
	/*text-transform:uppercase;*/
	font-weight:normal;
	border-bottom:1px solid #eeeeee;
	color:orange;/*#F9A318*/
}
#mainbar h2 {
	font-family:"Trebuchet MS", Arial, Verdana;
	font-size:18px;
	/*text-transform:uppercase;*/
	font-weight:bold;
	}
#mainbar p {/*
	padding-bottom:8px;
	line-height:20px;*/
}

#mainbar .articleimg {
	float:right;
	padding:5px;
	border:1px solid #eeeeee;
	margin-left:20px;
	margin-top:20px;
	margin-bottom:20px;
}

#footer {
	width: 940px;
	border-top:1px solid silver;
	color:#FFFFFF;
	margin-top : 35px;
	text-align : center;
	padding : 5px;
	font : normal;
	clear : both;
	}
#bottombar{
	background-image : url(images/a_hover.png);
	background-repeat : repeat-x;
	width : 950px;
	height : 30px;
}
#footer a {
	color:gray;
	font-weight : normal;
}
#footer a:hover {
	color: silver;
}

img {
   border:0;
}

.news h2 {
	font-family:"Trebuchet MS", Arial, Verdana;
	font-size:13px;
	/*text-transform:uppercase;*/
	text-align:left;
	font-weight:bold;
	color:black;
	border-bottom:1px solid #eeeeee;
	}

.news strong {
	font-family:"Trebuchet MS", Arial, Verdana;
	font-size:11px;
	font-weight:bold;
	color:black;
	}

.news p {
	font-family:"Trebuchet MS", Arial, Verdana;
	font-size:11px;
	color:black;
	margin:0;
	padding:0;
	padding-bottom:10px;
	}

/* form */
td .field_heading {
    border:0;
    border-bottom:1px solid #eeeeee;
    color:orange;/*#F9A318*/
    
}
td .field_title {
   text-align:right;
   width:25%;
}

td .text_field, td .text_area {
	width:100px;
}
/* captcha */
.captcha_table {
   width:100%;
}
.captcha_table td {
}

.captcha_expl {
   vertical-align:top;
}

.image_captcha {
   width:140px;
}
.captcha_table td input {
   padding-top:11px;
   padding-bottom:11px;
   font-weight:bold;
   font-size:16px;
   width:100px;
}

/* bookmarks */
.BMmain { width: 100%; }
  {
	background-color: #000000;
	color: #FFFFFF;
	vertical-align: middle;
	font-weight: bold;
	text-align: center;
}
.BMlink  {
	width: auto;
	vertical-align: middle;
	text-align: left;
}
.BMlink img {
	border: none;
}

.BMheader {
	margin-top;10px;
}

/* team */
ul .team-mail, ul .team-phone, ul .team-extra1, ul .team-extra2 {
	list-style-image:none;
}

