/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	position: relative;
	margin: 0;
	padding: 0;
	line-height: 1.6;
}

#wrap { 
	width: 835px;
	height: auto;
	position: absolute;
	left: 50%;
	margin: 20px 0 20px -417px;
	border: none;
} 

#headermenu {
	text-align: right;
	margin: 0 0 8px 0;	
}
#headermenu a {
	text-decoration: none;
	color: #80735D;
	font-size: 1.1em;	
}

#header {
	height: 210px;
	width: 835px;
	border-bottom: 5px solid #fff;
	background: url(/sbip/_assets/header.png) no-repeat left top;	
}
#header img {
	margin-left: 527px;	
}
#content {
	float: right;
	width: 563px;
	height: auto;
	background-color: #c7e6e5;	
	padding: 30px;
}
#content th, #content td {
	border-bottom: 1px solid #a2d6d3;	
}
#content a {
	text-decoration: none;
	color: #000;
	border-bottom: 1px dotted #80735d;	
}
#content h2, #content h3, #content h4 {
	font-weight: normal;
	color: #80735d;	
}
#content h3, #content h4 {
	color: #000;
	margin-bottom: -1em;	
	font-size: 1em;
	font-weight: bold;
}
#content ul ul {
	margin-left: -24px;	
}
#content ul ul li {
	list-style-type: none;
	list-style-image:url(../../assets/arrow.gif);	
}

#sidebar {
	float: left;
	width: 207px;	
	background-color: #80735d;
	padding: 20px 0 80px 0;
}
#sidebar ul {
	margin-left: -10px;	
}
*+html #sidebar ul {
	margin-left: 26px;	
}
* html #sidebar ul {
	margin-left: 26px;	
}
#sidebar li {
	list-style-type: none;
	line-height: 2;	
}
#sidebar li a {
	color: #fff;
	text-decoration: none;	
}
#sidebar li a:hover {
	border-bottom: 1px dotted #a2d6d3;	
}
#footer {
	height: 30px;
	width: 636px;
	float: right;
	margin-top: 10px;
	background: url(/sbip/_assets/industry-canada.png) no-repeat top left;
}
#footer p {
	margin-left: 200px;
	font-size: .8em;
	color: #80735d;
	line-height: 1.2;
	float: right;
	margin-top: 0;	
}

.indent {
	margin-left: 20px;	
}
