/* CSS Document */

body {
	background-color: #C0DEF1;
	background-image: url(../images/main_bgrnd.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	}
	
h1 {color: #FFF; font-weight: lighter; margin: 0; padding: 0; margin-bottom: 30px;}	
	
a {color: #528CAC; text-decoration: underline;}	
a:hover {text-decoration: none;}	
	
#container_home {
	margin: 0;
	padding: 0;
	width: 900px;
	background-image: url(../images/home_image.gif);
	background-position:left top;
	background-repeat: no-repeat;
	}	
	
#container_who {
	margin: 0;
	padding: 0;
	width: 900px;
	background-image: url(../images/who_image.jpg);
	background-position:left top;
	background-repeat: no-repeat;
	}	
	
#container_what {
	margin: 0;
	padding: 0;
	width: 900px;
	background-image: url(../images/what_image.gif);
	background-position:left top;
	background-repeat: no-repeat;
	}	
	
#container_contact {
	margin: 0;
	padding: 0;
	width: 900px;
	background-image: url(../images/contact_image.jpg);
	background-position:left top;
	background-repeat: no-repeat;
	}		
	
#container_vacancies {
	margin: 0;
	padding: 0;
	width: 900px;
	background-image: url(../images/vacancies_image.jpg);
	background-position:left top;
	background-repeat: no-repeat;
	}			
	
#top {
	margin: 0;
	padding: 0;
	height: 193px;
	}
	
#navigation {
	margin: 0;
	padding: 0;
	height: 20px;
	margin-top: 143px;
	padding-left: 180px;
	float: left;
	}		
	
#navigation ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}	
	
#navigation ul li {
	margin: 0;
	padding: 0;
	float: left;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../images/circle.gif);
	background-repeat: no-repeat;
	background-position: left;
	}	
	
#navigation a {
	color: #FFF;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 10px;
	margin-left: 10px;
	}	
	
#navigation a:hover {
	color: #C0DEF1;
	}	
	
#navigation li.first {
	background-image: none;
	}	
	
#content {
	margin: 0;
	padding: 0;
	}
	
#left {
	width: 250px;
	padding: 0;
	}	
	
#right {
	margin-left: 250px;
	width: 550px;
	}	
	
#right p {
	color: #528CAC;
	margin: 0;
	padding: 0;
	font-size: 80%;
	line-height: 130%;
	margin-bottom: 8px;
	}
	
#table {
	background-color: #528CAC;
	border: 1px solid #FFF;
	font-size: 80%;
	color: #FFFFFF;
	margin-bottom: 10px;
	}	
	
#table td {
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;	
	}
	
#table td.tablebold {
	font-weight: bold;
	}		
	
	table {
	background-color: transpanrant;
	font-size: 80%;
	color: #528CAC;
	padding:0;
	margin:0;
	margin-top: 25px;
	}
	
table td {
	padding: 3px 3px 3px 5px;
	}
	
table .tablehead {
	background-color: #96C5FB;
	font-weight: bold;
	}	
	
table .tablenav {
	background-color: #528CAC;
	}	
	
table .tablebold {
	padding-top:8px;
	font-weight: bold;
	}
	
table a {
	color: #528CAC; text-decoration: none;
	}	
	
.actionlink {
	padding: 0px 5px 0px 5px;
	border: solid 1px #528CAC;
	text-decoration: none;
	}	
	
#navtable {
	font-size:100%;
	color: #96C5FB;
	margin:0;
}
	
#navtable a{
	color: #96C5FB;
	margin: 0px 10px 0px 10px;
}
	
#navtable td {
	padding: 0px;
	}

.button {
	width: 80px;
}
	
