html,body{
	background: #001650 url('background.jpg') repeat-x scroll top left;
	margin: 0px;
	padding: 0px;
}
body{
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

p{
	margin: 0px 0px 10px 0px;
}


img {
	border: 0px;
}

ul{
	list-style: none;
}

.clients{
	list-style: disc;
	width: 240;
	display: block;
	float: left;
}
.clients li{
	font-size:12px;
	color:#7f7f7f;
}



#container{
	width: 780px;
	margin: 10px auto 10px  auto;
	padding: 20px;
	text-align: left;
	background-color: #FFFFFF;
	border: 0px solid #777777;
}

#header{
	width: 783px;
	height:143px;
	color: #363636;
	margin: 0px 0px 5px 0px;
}
#header #logo{
	float: left;
	height: 194px;
	margin-right: 4px;
	width: 213px;
}
#header #logo h1{
	margin: 0px;
}
#header #nav{
	position: relative;
	background-image: url(isb-contracting.png);
	float: left;
	width: 783px;
	height: 143px;
}
#header #nav #navtop{
	position: absolute;
	top: 20px;
	left: 30px;
	width: 500px;
	text-align: right;
	color: #FFFFFF;
	font-size: 14pt;
	font-weight: bold;
}
#header #nav #navbottom{
	position: absolute;
	margin-left: 220px;
	bottom: 8px;
	left: 0px;
	width: 565px;
	color: #323232;
	font-size: 10pt;
}
#header #nav ul{
	margin: 0px;
	padding: 0px;
}
#header #nav li{
	float: left;
}
#header #nav  li a{
	display: inline;
	/** margin: 4px 9px 0px 6px; **/
	color: #FFFFFF;
	padding: 7px 12px 8px 12px;
	text-decoration: none;
	text-transform: uppercase;
}
#header #nav  li a:hover{
	color: #FFFFFF;
	background-color:#194197;
}

#headbox {
	width: 780px;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}
#content {
	float: left;
	width: 780px;
}
#sidebar {
	width: 213px;
	background-image:url(sub-menu.png);
	background-repeat:repeat-x;
	height: 300px;
	float: left;
	display: block;
	color:white;
	font-size:12px;
	background-color: #002779;
	text-align: center;
	padding: 20px 0px;}
	
#sidebar a{
color:white;
text-decoration:none;}

#sidebar ul{
	padding: 0px;
	margin: 0px;
}
#sidebar li{
	color: #FFFFFF;
	font-size:12px;
}
#sidebar li a{
	color: #FFFFFF;
	text-decoration: none;
}
#sidebar li a:hover{
	color: #DDDDDD;
}
#sidebar li.alt{
	color: #999999;
	line-height: 6px;
	padding-bottom: 10px;
}


div.col1 h2{
	font-weight: normal;
	font-size: 17pt;
	color: #002a82;
	display: block;
/**	border-bottom:1px dotted; **/
	margin-top: 10px;
	margin-bottom: 10px;
}
div.col1 p{
	color: #7f7f7f;
	font-size: 9pt;
	clear: both;
}
.introtext {
	color: #0a156b;
}
.galleryphoto {
	width: 135px;
	height: 100px;
	display: block;
	float: left;
	margin: 5px;
}

div.footerimage {
	clear:both; 
	text-align:center;
}

div.footerimage img{
	padding-bottom:10px;
}

/* Center column 2 cols - GM */

	/* column container */
	.colmask {
		position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	    clear:both;
	    float:left;
        width:100%;			/* width of whole page */
		overflow:hidden;	/* This chops off any overhanging divs */
	}
	/* 2 column left menu settings */
	
	.leftmenu {
		background-image:url(sub-menu.png);
		background-repeat:repeat-x;
		background-color: #002779;
	}
    .leftmenu .colright {
        float:left;
        width:200%;
		position:relative;
		left:211px;
        background:#fff;
    }
    .leftmenu .col1wrap {
	    float:right;
	    width:50%;
	    position:relative;
	    right:200px;
	    padding-bottom:1em;
	}
	.leftmenu .col1 {
        margin:0 15px 0 215px;
	    position:relative;
	    right:100%;
	    overflow:hidden;
	}
    .leftmenu .col2 {
        float:left;
        width:191px;
        position:relative;
        right:200px;
		padding-top:10px;
		padding-bottom:10px;
    }

.leftmenu .col2 img {
	margin-bottom:4px;
}

