﻿body{
	margin:0px;
	padding:0px;
	font-family: Arial,Helvetica,sans;
	font-size: 13px;
	font-weight: normal;
	line-height: 1.3;
}

#header {
	background-image: url('images/headerbg.png');
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 20px;
}
#header > div {
	width: 770px;
	margin: 0px auto;
}

#logo {
	height: 205px;
	background: url('images/IGS_Logo.png') no-repeat top;
}
#menu {
	color: #FFF;
}
	#menu ul {
		list-style-type: none;
		margin-bottom: 0px;
		margin-top: 0px;
	}
		#menu ul li {
			width: 120px;
			margin-bottom: 0px;
			line-height: 1.5;
			text-align: center;

			display: -moz-inline-stack;
			display: inline-block;
			vertical-align: top;
			zoom: 1;
			*display: inline;


		}
	#menu a, #menu a:link, #menu a:visited {
		width: 100%;
		height: 100%;
		color: #FFF;
		text-decoration: none;
		
		display: -moz-inline-stack;
		display: inline-block;
		vertical-align: top;
		zoom: 1;
		*display: inline;
	}
	#menu a:hover {
		color: #f8931e;
		text-decoration: underline;
	}
	#menu .submenu {
		background-color: #263248;
		padding: 0px 3px 3px 3px;
		border: 1px solid #f8931e;
		border-top: 0px;
		-moz-border-radius-bottomleft: 3px;
		-webkit-border-bottom-left-radius: 3px;
		-moz-border-radius-bottomright: 3px;
		-webkit-border-bottom-right-radius: 3px;
	}


/* #############################################
 #
 #		Middle and the hovermenu
 #
 ############################################ */
#middle {
	background-color: #98a0b2;
	border-bottom: 1px solid #dbdee5;
}
#hovermenu {
	background-image: url('images/hovermenubg.png');
	background-repeat: repeat-y;
	background-position: right;
	background-color: #263248;
	width: 770px;
	margin: 0px auto;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}
#hovermenu #hoverimages {
	position: relative;
	height: 242px;
	width: 525px;
}
#hovermenu .hoverimage {
	margin: 1px 0px 1px 4px;
	
	position:absolute;
	top:0px;
	left: 0px;
}
#middle #hoverlist {
	padding-top: 30px;
	background-image: url('images/IGS_Logo.png');
	background-repeat: no-repeat;
	background-position: -530px -205px;
	cursor: pointer;
	float: right;
	height: 100%;
	color: #FFF;

}
#middle #hoverlist li {
	display: block;
	width: 215px;
	padding: 8px 0px 8px 25px;
	margin: 1px 0px;
	background-image: url('images/hoverbg.png');
	background-repeat: repeat-y;
	background-position: right;
}
#middle #hoverlist li:hover {
	color: #eee;
}
#middle #hoverlist li.active {
	width: 238px;
	padding: 0px 0px 0px 2px;
}
#middle #hoverlist li.active > span {
	background: url('images/arrow.png') left top no-repeat;
	padding: 8px 0px 8px 23px;
	display:block;
	height: 16px;
}


#middle #hoverimages {
	width: 525px;
	display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
}

#body {
	background-image: url('images/bodybg.png');
	background-repeat: repeat-x;
	background-position: top;
}
#body > div {
	width: 770px;
	margin: 0px auto;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}
#body .container {
	padding: 0px;
}
#body .container > table {
	border-spacing: 1px;
	border-collapse: separate;
	 *border-collapse: expression('separate', cellSpacing = '1px'); /* IE spacing hack */
}
#body #content {
	background-image: url('images/containerbg.png');
	background-repeat: repeat-x;
	background-position: top;
	padding: 5px;
	width: 519px;
	margin-right: 1px;
	vertical-align: top;
}
#body #sidebar {
	vertical-align: top;
	background-image: url('images/containerbg.png');
	background-repeat: repeat-x;
	background-position: top;
	width: 238px;
	position:relative;
	top: 0px;
}
#body #sidebar > div {
	width: 230px;
	padding: 0px 4px;
}
#footer {
	background-color: #263248;
	border-top: 2px solid #f8931e;
	text-align: center;
	color: #FFF;
	height: 20px;
	padding: 20px 0px;
}
.logo {
	height: 30px;
	width: 238px;
	position:relative;
	top: -1px;
	background-image: url('images/IGS_Logo.png');
	background-repeat: no-repeat;
	background-position: -531px -205px;
}
.dot {
	color: #f8931e;
}


.reference {
	width: 510px;
	margin-bottom: 10px;
	border-bottom: 1px solid #eee;
}
.reference tr {
	vertical-align: top;
}
.reference img {
	margin-right: 5px;
}
.reference .info {
	background: #fff;
	padding: 0px 20px 0px 15px;
	font-size: 90%;
}
.reference .client {
	float:left;
	color:  #263248;
}
.reference .year {
	float: right;
	color: #f8931e;
}
.reference .description h1 {
	margin: 0;
	font-size: 125%;
}


.breadcrumb {
	float: right;
	margin: 20px 20px 5px 5px;
}
a, a:link, a:visited {
	color: #263248;
	text-decoration: underline;
}
a:hover {
	background-color: #263248;
	color: #999;
}
p {
	margin: 1em 0px;
}
h1 {
	font-size: 150%;
	margin: 0.5em 0px;
}
address {
	font-style: normal;
}
th {
font-weight: bold;
}