@charset "utf-8";
/* CSS Document */

body{
	background-image:url(/images/homepage/tall_sub.jpg);
	background-repeat:repeat-x;
	margin-top:0;
	padding-top:0;
	font-family:Arial;
	color:#646254;
}



h1
{
	    font-size:22px;
	    line-height: 22px;
	    margin:0;
	    padding:10px 0px 5px 0px;
	    font-weight:bold;
}


h2
{
	font:18px Arial,sans-serif;
	font-weight: bold;
	padding: 5px 0px 0px 0px;
	margin: 0px 0px 0px 0px;

}

h3
{
	font:16px Arial,sans-serif;
	color:#685c53;
	font-weight: bold;
	padding: 5px 0px 0px 0px;
	margin: 0px 0px 0px 0px;

}




p
{
	font:14px Arial,sans-serif;
	line-height: 18px;


}


strong
{
	font:14px Arial,sans-serif;
	padding: 5px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-weight:bold;

}

em
{
	font:14px Arial,sans-serif;
	padding: 5px 0px 0px 0px;
	margin: 0px 0px 0px 0px;

}







#top{
	background-image:url(/images/homepage/top.png);
	background-repeat:no-repeat;
	height:95px;
	width:950px;
	margin-top:0;
	padding-top:0;


}


#flags{
	float:right;
	margin-right:20px;
	margin-top:15px;
}


#container{
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 950px;

}


#login{
	/*
	float:right;
	margin-right:20px;
	margin-top:15px;
	*/
	
}

.login{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
}

.loginForm{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}


#startContacts{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;

}



#menu{
	background-image:url(/images/homepage/menu_background.jpg);
	background-repeat:no-repeat;
	height:56px;
	margin-top:0;
	/* padding-top:0;*/
	width:950px;
	

}


/*********************************************************************/
.jqueryslidemenu{
	font: bold 12px Verdana;
	/*background: #414141;*/
	width: 100%;
}

.jqueryslidemenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/*Top level list items*/
.jqueryslidemenu ul li{
	position: relative;
	display: inline;
	float: left;
}

/*Top level menu link items style*/
.jqueryslidemenu ul li a{
	display: block;
	/* background: #414141; */ /*background of tabs (default state)*/
	/* color: white;
	padding: 8px 10px;
	border-right: 1px solid #778;
	color: #2d2b2b;
	*/
	text-decoration: none;
	color:#646254;
	font-weight:bold;
	font-size:16px;
        vertical-align:text-bottom;
}

* html .jqueryslidemenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
}

.jqueryslidemenu ul li a:link, .jqueryslidemenu ul li a:visited{
	color: #646254;
}

.jqueryslidemenu ul li a:hover{
	/* background: #FFF; */ /*tab link background during hover state*/
	color: #646254;
	color: #FB7D00;
}
	
/*1st sub level menu*/
.jqueryslidemenu ul li ul{
	position: absolute;
	left: 0;
	display: block;
	visibility: hidden;
	background: #FFF;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li{
	display: list-item;
	float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul{
	top: 0;
}

/* Sub level menu links style */
.jqueryslidemenu ul li ul li a{
	font: normal 13px Verdana;
	width: 160px; /*width of sub menus*/
	padding: 5px;
	margin: 0;
	border-top-width: 0;
	border-bottom: 1px solid gray;
}

.jqueryslidemenuz ul li ul li a:hover{ /*sub menus hover style*/
	background: #eff9ff;
	color: black;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
	position: absolute;
	top: 12px;
	right: 7px;
}

.rightarrowclass{
	position: absolute;
	top: 6px;
	right: 5px;
}



/*********************************************************************/




#main{
	background-image:url(/images/homepage/main.jpg);
	background-repeat:no-repeat;
	height:235px;
	margin-top:0;
	padding-top:0;
	width:950px;

}


#main_sub{
	background-image:url(/images/homepage/main_sub.jpg);
	background-repeat:no-repeat;
	height:50px;
	margin-top:0;
	padding-top:0;
	width:950px;

}

#middle{
	background-image:url(/images/homepage/middle.jpg);
	background-repeat:no-repeat;
	height:32px;
	margin-top:0;
	padding-top:0;
	margin-bottom:0;
	padding-bottom:0;
	width:950px;

}


#main_text_start{
	background-image:url(/images/homepage/main_text_start.jpg);
	background-repeat:repeat-y;
	margin-top:0;
	padding-top:0;
	/*  padding-left:25px;
	border-left:1px solid;
border-right:1px solid; */
	width:950px;

}


.inlineHeadline{
	font-style:italic;
}

#main_text_start_left{

	width:620px;
	float:left;
	padding-left:25px;
	margin-top:0;
	padding-top:0;
}

#main_text_start_right{

	float:left;
	padding-left:55px;
	
	/*
	position:relative;
	left:40px;
	*/
}

.startPuffHeadline{
	font-size:16px;
	font-weight:bold;
	
}

.startPuffText{
	font-size:14px;
}

.readMore{
	margin:2px;
	padding:4px;
	font-weight:bold;
	
	background-color:#F90;
	width:120px;
	text-decoration:none;
}


.readMore a{
	margin:2px;
	padding:4px;
	font-weight:bold;
	
	background-color:#F90;
	color:#333;
	width:110px;
	text-decoration:none;
	
}



.mainServices{
	padding-top:10px;
	padding-bottom:10px;
	
}

.mainServicesSpace{
	border-bottom:1px dotted #CCC;
	padding-bottom:10px;

}


#footer{
	background-image:url(/images/homepage/footer_background.jpg);
	height:63px;
}

#footer_middle{
	background-image:url(/images/homepage/footer_middle.jpg);
	width:950px;
	height:63px;
	
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;	
}

#button {
	/* width: 12em; */
	width:auto;
	/* border-right: 1px solid #000; 
	padding-top:10px;
	padding-bottom:10px;*/
	margin-bottom: 1em;
	font-family: 'Trebuchet MS', 'Lucida Grande',
	  Verdana, Lucida, Geneva, Helvetica, 
	  Arial, sans-serif;
	  font-weight:bold;
	  font-size:20px;
	background-color: #FFF;
	color: #333;
	line-height:50px;
	}


	#button ul {
		list-style: none; 
		/*	list-style-position: inside; */
		margin: 0;
		padding: 0;
		border: none;
		}
		
	#button li {
		border-bottom: 1px solid #90bade;
		margin: 0;
		
		}



	#button li a {
		display: block;
		/* padding: 20px 20px 0px 0px;*/
		padding-bottom:15; 
		padding-top:15; 
		/* vertical-align: middle ; */
		border-left: 10px solid #FFF;
		border-right: 10px solid #FFF;
		background-color: #FFF;
		color: #999;
		text-decoration: none;
		width: 100%;
		}

	html>body #button li a {
		width: auto;
		}

	#button li a:hover {
		border-left: 10px solid #FFF;
		border-right: 10px solid #FFF;
		background-color: #FFF;
		color: #333;
		font-weight:bold;
		}

