/* CSS Document */
div#container {
	width: 800px;
	margin: 10px auto;
	}
div#header {
	height: 100px;
	}
	
/* Navigation */	
.content ul#nav {
	float: left;
	list-style: none;
	list-style-type: none;
	margin-top: 10px;
	margin-bottom: 0;
	margin-left: 0;
	_width: 200px;
	}
.content ul#nav li {
	height: 13px;
	margin-bottom: 8px;
	.margin-bottom: 0;
	display: block;
	text-indent: 0;
	margin-left: 0;
	}
.content ul#nav li a {
	color: #9b9b9c;
	font-weight: bold;
	text-decoration: none;
	padding-left: 15px;
	line-height: 13px;
	display: block;
	}
.content ul#nav li a:hover {
	background-image: url(../images/nav_arrow.gif);
	background-repeat: no-repeat;
	background-position: center left;
	}
	
div#main {
	background-color: #FFF;
	}
/* blue box */
div#blue {
	clear: both;
	background-color: #1992cb;
	float: left;
	width: 448px;
	_width: 445px;
	height: 314px;
	}	

div#blue_int {
	clear: both;
	background-color: #1992cb;
	float: left;
	width: 448px;
	_width: 445px;
	height: 96px;
	}	
div#blue_int h2 {
	font-size: 3.0em;
	color: #fff;
	margin-left: 15px;
	}	

div#blue img {
	margin: 15px 0 0 30px;
	}
img#hp_graphic {
	margin-bottom: 0;
	}
	
/* Content */	
div#content {
	clear: both;
	background-color: #FFF;
	min-height: 180px;
	padding-left: 1em;
	float: left;
	width: 430px;
	}

div#content_full {
	clear: both;
	background-color: #FFF;
	min-height: 180px;
	padding-left: 1em;
	float: left;
	width: 780px;
	}
	
/* Case studies */
div.case_study {
	float: left;
	width: 154px;
	margin-left: 20px;
	margin-top: 20px;
	background-color: #FFF;
	}
	
/* Footer nav */
div#footer_nav {
	clear: both;
	padding: 5px 10px 10px 15px;
	}
div#footer_nav p {
	margin-bottom: 0;
	}
	
/* Page Footer */	
div#page_footer {
	color: #8f8f8f;
	margin-top: 16px;
	font-size: 0.9em;
	text-align: right;
	}
div#page_footer a {
	color: #8f8f8f;
	}