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

body {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #D9EAF5;
	font-size: 13px;
}

#container {
	width: 720px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #FFFFFF;
	margin: 20px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#header {
	/*background-color:#AAAAAA;*/
	padding: 0px;
/*	height: 89px;
	text-align: right;*/
	}
	
#navigation {
	background-color:#FFFFFF;
	/*	float: left;*/
	padding-left: 75px;
	padding-top: 0px;
	height: 17px;
	overflow:hidden;
	width: 481px;
	
	}
#tab {
	margin: 0;
	padding: 0;
	height: 18px;
	list-style: none;
	display: inline;
	overflow: hidden;
	}
	
	#tab li {
	margin: 0;
	padding: 0;
	list-style:none;
	display: inline;
	}
	
	#tab a {
	float: left;
	padding: 0px 0 0 0;
	overflow: hidden;
	/*height: 0px;*/
	height /**/:18px; /*for IE5/Win only */
	}
	
	#tab a:hover {
	background-position: 0 -18px;
	}
	
	#tab a:active, #tab a.selected {
	background-position: 0 -36px;
	}
	
	#t_home a {
	width: 66px;
	background-image:url(images/b_home_3.png);
	background-position: top left;
	background-repeat: no-repeat;
	}
	
	#t_company a {
	width: 66px;
	background-image:url(images/b_company_3.png);
	background-position: top left;
	background-repeat: no-repeat;
	}
	
	#t_technology a {
	width: 66px;
	background:url(images/b_tech_3.png);
	background-position: top left;
	background-repeat: no-repeat;
	}
	
	#t_resources a {
	width: 66px;
	background:url(images/b_resources_3.png);
	background-position: top left;
	background-repeat: no-repeat;
	}
	
	#t_news a {
	width: 66px;
	background:url(images/b_news_3.png);
	background-position: top left;
	background-repeat: no-repeat;
	}
	
	#t_jobs a {
	width: 66px;
	background:url(images/b_jobs_3.png);
	background-position: top left;
	background-repeat: no-repeat;
	}
	
	#t_contact a {
	width: 66px;
	background:url(images/b_contact_3.png);
	background-position: top left;
	background-repeat: no-repeat;
	}
	
#variable {
	border: 1px;
	border-color: #0074BC;
	border-style: solid;
	width: 650px;
	margin-left: 45px;
	clear: both;
	}
	
#sections {
	background-color:#FFFFFF;
	padding-bottom: 17px;
	padding-top: 5px;
	font-size: 11px;
	/*padding-left: 400px;*/
	float: left;
	}
	
	#sectionlinks {
	margin: 0;
	padding: 0;
	display: inline;
	list-style: none;
	}
	
	#sectionlinks li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
	}
	
	#sectionlinks a {
	text-decoration: none;
	color: #000000;
	}
	
	#sectionlinks a:hover {
	color: #0074BC;
	}
	
#curveline {
	float: right;
	position: relative;
	top:-1px;
	right:-1px;
	
	}
	
#content {
	background-color:#FFFFFF;
	clear: both;
	
	}
	
	#content p {
	line-height:1.8em;
	text-align:justify;
	padding-left: 27px;
	padding-right:17px;
	}
	
	#content h1 {
	font-size:1.2em;
	color:#0074BC;
	padding-left: 17px;
	line-height: 0.7em;
	margin-bottom:0px;
	}
	
	#content h2 {
	font-size: 1em;
	color:#0074BC;
	padding-left: 27px;
	line-height: 0.3;
	}
	
#content img.in-text {
	border:1px solid;
	margin-left: 21px;
	margin-bottom:15px;
	margin-right:17px;
	margin-top: 0px;
	float: right;
	border-color: #333333;
	}
	
#content img.in-text1 {	
	border:1px solid #0074bc;
	margin-left: 21px;
	margin-bottom:15px;
	margin-right:0px;
	margin-top: 5px;
	float:right;
	}
	
#footer {
	background-color: #FFFFFF;
	padding-top: 17px;
	}
	
#imi {
	background-color:#FFFFFF;
	padding-left: 31px;
	padding-bottom: 11px;
	}
	
#strap {
	background-color:#DDDDDD;
	text-align: right;
	padding-right:11px;
	}
	
#textlinks {
	background-color:#FFFFFF;
	text-align: right;
	font-size: 0.7em;
	padding-top: 7px;
	padding-right: 40px;
	}
	
	#links {
	margin: 0;
	padding: 0;
	display: inline;
	list-style: none;
	}
	
	#links li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
	}
	
	#links a {
	text-decoration: none;
	color: #000000;
	}
	
	#links a:hover {
	color: #0074BC;
	}

.style4 {font-size: 11px}