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

body,td,th {
	font: 12px/18px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #333;
}

body {
	background-color: #FFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#casestudy {
	margin-left: auto;
	margin-right: auto;
	width: 773px;
	display: block;
}

#heading {
	float: left;
	color: #005067;
	background-color: #00a0cf;
	width: 725px;
	display: block;
	font-size: 13px;
	line-height: 36px;
	padding: 0 20px 0 20px;
	border-left: 4px solid #0090ba;
	border-right: 4px solid #0090ba;
}

#heading strong {
	color: #fff;	
}

#logo {
	float: right;
	width: 180px;
	text-align: right;
	padding: 30px 0 0 0;
}

#content {
	font-size: 12px;
	float: left;
	width: 705px;
	padding: 0 25px 20px 35px;
	border-left: 4px solid #e5e5e5;
	border-right: 4px solid #e5e5e5;
	border-bottom: 4px solid #e5e5e5;
}

#content h1 {
	letter-spacing: -2px;
	line-height: 60px;
}

#content h2 {
	color: #005067;
	font-size: 14px;
	font-weight: normal;
	border-bottom: 1px solid #005067;
}

#content a {
	color: #f26522;	
}

#content a:hover {
	color: #666;	
}

