@charset "utf-8";
/* CSS Document */
body {
	background-color: #666666;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:0px;
	font-family: "Trebuchet MS", sans-serif;
	color:#333;
}
body object{
	outline:none;
}
body img {
	border:0px;
	outline:none;
} 
a:link {
	color: #333;
	text-decoration: none;
	outline:none;
}
a:visited {
	text-decoration: none;
	color: #333;
	outline:none;
}
a:hover {
	text-decoration: none;
	color:#FFF;
	outline:none;
}
a:active {
	text-decoration: none;
	color: #333;
	outline:none;
}
.foreground {
	text-align:center;
}
.contents {
	margin:auto;
	margin-top:25px;
	background-color: #999999;
	width:810px;
	height: 647px;
	margin-bottom: 25px;
	background-image:url(/images/intlogoBG.gif);
	background-repeat:no-repeat;
	background-position:top left;
	padding-left: 5px;
	padding-right: 5px;
	border:solid;
	border-color:#000;
}
.lowerContent {
	clear:both;
	background-color:#CCCCCC;
	height: 421px;
	border:solid;
	border-color:#000;
}
.properties {
	float:left;
	text-align:left;
	padding-left:30px;
	width: 265px;
	font-size: 22px;
}
.properties ul {
	margin-left:-15px;
	padding:20px;
	margin-top:0px;
	text-indent:0px;
}
.properties li {
	list-style:none;
	font-size: 18px;
	float:left;
	margin-right:10px;
}
.infoBox {
	text-align:left;
	float:right;
	width:450px;
	height: 365px;
	padding:25px;
}
.infoBox img{
	float:right;
}
.breadcrumb{
	text-align:left;
	width:650px;
	float:left;
	border:0px;
}
.contact {
	float:right;
	padding-top: 20px;
	padding-right: 25px;
	padding-bottom: 135px;
	width: 100px;
	text-align: right;
}
.aboutINT {
	float:left;
	text-align:left;
	padding-top:25px;
	padding-left:30px;
	padding-right: 20px;
	width: 240px;
	font-size: 15px;
	padding-bottom: 100px;
}
.footer {
	text-align:right;
	color:#FFFFFF;
	font-size:12px;
	padding:5px;
	padding-top:2px;
}
#human{
	display:none;
}
