@import url("box.css");
@import url("h_menu.css");
@import url("v_menu.css");
@import url("fido.css");
@import url("fido_download.css");
* {
	/*margin: 0px;
	padding: 0px;*/
	font-size: 12px;
	/*font-weight: normal;*/
	font-family: verdana, sans-serif;
	text-decoration: none;
	text-transform: none;
}
img {
	border-style: none;
}
body {
	margin-left: auto;
	margin-right: auto;
	width:770px;
	background-color: white;
}
input {
	margin-top: 5px;
	padding-top: 0px;
	border-color: default;
}
label {
	padding-top: 0px;
}
input.button {
	color: #0470BF;
	background-color: #e7f5ff;
	border: 1px solid #90C9F2;
}

/* heights */
.page {
	min-height: 450px; /*this is for FF*/
	height: auto !important;/*this is for IE6*/
	height: 450px;
}
/* center the body */
#l_bar {
	min-height: 450px; /*this is for FF*/
	height: auto !important;/*this is for IE6*/
	height: 450px;
}

#header {
	padding: 0px;
	margin: 0px;
	height: 129px;
	background: url("/img/header.png") white no-repeat 0px 0px;
}
#header img{
	margin-left: 0px !important; 
	margin-top: 40px !important; 
}
#header a{
	margin-left: 25px !important; 
	margin-top: 0px !important; 
}
#footer {
	height: 30px;
	padding: 0px;
	margin: 0px;
	color: #0470BF;
	border: 1px #90C9F2 solid;
	background-color: #e7f5ff;
}
#footer p {
	padding: 0px;
	margin: 10px;
	vertical-align: middle;
	font-size: 10px;
}

#h_menu {
	margin: 5px 0px 0px 0px !important;
}

#content {
	/*background-color: lightyellow;*/
	width: inherit;
	margin: 5px 0px 5px;
	padding: 0px;
	border: 0px solid #000;
	overflow: hidden;
}

#l_bar {
	margin: 0px;
	padding: 10px 0px 10px;
	border: 1px solid #90caf2;
	width: 204px;
	float: left;
	background-color: #e7f5ff;
	position: relative;
}
#l_bar a{
}

#l_bar_logos {
	/*background-color:lightyellow;*/
	padding: 0px;
	margin: auto auto;
	text-align: center;
	border: 0px solid #000; 
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
}

#l_bar_logos img {
	padding: 0px;
	margin: 0px 0px 10px;
	border: 1px solid #90caf2;
}

#r_bar {
	margin: 0px 0px 0px 212px;
	padding: 0px;
}

.page {
	/*background-color:lightyellow; */
	padding: 10px;
	margin: 0px;
	border: 1px solid #90caf2;
}
.page p {
	color: #121212;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 150%;
}
.page a, .page a:visited {
	color: #39ABFA;
}
.page a:hover {
	/*color: #121212;*/
	text-decoration: underline;
}
.page ul {
	padding-left: 40px;
}
.page li {
	color: #121212;
}
.page h1 {
	padding: 0px 0px 3px;
	font-size: 20px;
	text-shadow: rgba(0,0,0,.3) 1px 1px 3px; /* Safari-only, but cool */
}
.page h2 {
	color: rgb(24, 138, 217);
	padding: 0px 0px 3px;
	margin: 0px;
	font-size: 14px;
	border-bottom: 2px solid rgb(178, 220, 8);
	height: 15px;
	text-shadow: rgba(0,0,0,.3) 1px 1px 3px; /* Safari-only, but cool */
}
.page h3 {
	color: rgb(24, 138, 217);
	padding: 0px 0px 3px;
	font-size: 12px;
	border-bottom: 2px solid rgb(178, 220, 8);
	height: 15px;
	text-shadow: rgba(0,0,0,.3) 1px 1px 3px; /* Safari-only, but cool */
}
#map_canvas {
	height: 364px;
	padding: 0px;
	margin: 0px;
	border: 1px solid #90caf2;
}

#contact {
	margin: 10px 0px 10px;
	padding: 0px;
}
#contact_col_0 {
	width: 300px;
}
#contact_col_1 {
	width: 70px;
}
#contact_col_2 {
}

#competences {
	/*background-color:lightyellow;*/
	padding: 0px;
	margin: 0px;
	text-align: center;
	border: 0px solid black;
}
#competences p {
	text-align: center;
	line-height: 150%;
	font-size: 12px;
}
#competences > div:first-child {
	margin-top: -10px;
}
#competences > div {
	border: 0px solid red;
	display: inline-block;
	zoom: 1;
	*display: inline;
}
#competences .box {
	margin: 20px 10px 0px;
	float: left;
	width: 350px;
}
#competences .boxhead p {
	color: white;
}
#competences .boxbody {
	height: 6em;
	border: 0px solid black;
	/*display: table-cell;
	vertical-align: middle;*/
}
#competences .competences_middle .box {
	width: 220px;
}
#competences .competences_middle .box .boxbody {
	height: 9em;
}

#page_not_found {
	padding: 100px 0px 0px;
	vertical-align: middle;
	color: #f30;
	text-align: center;
	font-weight: bold;
}
/* table style for downloadable files */
.files {
	width: 100%;
	margin: 1em 0 2em 0;
	border-collapse: collapse;
}
.files th {
	color: #0470bf;
	font-size: 11px;
	background-color: #e7f5ff;
	border-bottom: 1px solid #90caf2;
	font-weight: bold;
	text-align: left;	
}
.files td a, .files td a:visited {
	font-size: 11px;
	color: #39ABFA;
}
.files td a:hover {
	/*color: #121212;*/
	text-decoration: underline;
}
.files td a.redlink {
	color: #f30;
}
.files td {
	padding: 2px 0;
	font-size: 11px;
	border-bottom: 1px solid #90caf2;
}
.files td {
	vertical-align: top;
}
.files .name {
	padding-left: 0px;
}
.files .info {
}
.files th.size {
	width: 80px;
}
.files th.date {
	width: 100px;
}
#map_instructions {
	width: 100%;
	margin: 5px 0px;
	text-align: right;
	font-size: 9px;
}

.v_menu_inline {
	margin-top: 1em;
}
