/* CSS Document */

body {
	background: url(art/body-bg.jpg) top left repeat-x #ffffff;
	padding:75px 0px 0px 0px;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	text-align:center;
}

#page {
	width:780px;
	padding: 0px;
	margin:0px auto;
	text-align:left;
}

.header-box {
	height: 116px;
	background-color:#FFFFFF;
	border: 1px solid #eeeeee;
	border-bottom:none;
	padding:5px 10px 0px 10px;
	margin:0px;
	float:left;
	}
#welcome-header {
	width:780px;
	color:#FFFFFF;
	line-height: 62px;
	background: url(art/welcome-header-background.jpg) top left repeat-x;
	float:left;
	text-align:right;
}
h1 {
	margin: 0px;
	padding: 0px;
	font-size:11px;
	font-weight:bold;
	float:left;
}
h2 {
	font-size:16px;
	float:left;
	clear:left;
	width: 524px;
	margin: 10px 0px;
}
ul#nav {
	margin:10px 20px 0px 18px; 
	_margin-left: 9px;
	padding:0px;
	border-bottom: 1px solid #eeeeee;
	float:left;
	width:200px;
	list-style: none;
}

ul#nav li.header {
	background:url(art/links-background.jpg) top left no-repeat;
	border:none;
	color:#FFFFFF;
	font-weight:bold;
	list-style-image: none;
	list-style-type:none;
}
ul#nav li {
	border-left: 1px solid #eeeeee;
	border-right: 1px solid #eeeeee;
	padding:0px 0px 0px 10px;
	margin:0px;
	line-height:40px;
	background:#FFFFFF;
}

ul#nav li ul {
	list-style: circle;
	margin: 0px;
	padding:0px;
	border:none;
}

ul#nav li ul li {
border:none;
line-height:20px;
margin: 0px 0px 0px 30px;
}

ul#nav li img {
	float: left;
	margin: 0px 10px 0px 0px;
}

ul#nav li a {
	color:#333333;
	font-weight:bold;
	text-decoration:none;
}

ul#nav li a:hover {
	color:#167000;
	text-decoration:underline;
}

#content {
	width:524px;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	float:left;
	line-height:1.7em;
}
#content img {
	float:left;
	margin:0px 10px 10px 0px;
	border:1px solid #000000;
}
hr {
	height:1px;
	color:#eeeeee;
	background:#eeeeee;
}

.case-study {
	width: 221px;
	margin:0px 20px 0px 0px;
	float:left;
	padding:10px;
}
#content a {
	color:#333333;
	text-decoration:none;	
}

#content a:hover {
	text-decoration:underline;
	color:#167000;
}
#footer {
	clear:left;
	float:left;
	text-align:right;
	width:742px;
	padding:10px 18px;
}
#footer p {
	float:left;
	padding:0px;
	margin:0px;
}
#footer a {
	color:#333333;
}
.details {
	width:540px;
	margin:0px;
	padding: 0px 0px 0px 0px;
	float:left;
	
}

.details li {
	margin: 0px 0px 0px 10px;
}
.details img {
	margin:10px;
	float:right;
}

.case-details {
	width: 300px;
	margin: 0px;
	padding: 0px;
	float: left;
}
#content img.left {
	float:left;
	margin:0px 20px 0px 0px;
	clear:left;
}
#content .details img.left {
	float:left;
	margin:0px 10px 0px 0px;
}

.green {
	color:#336600;
}
#content .details img.right {
	float:right;
	margin:0px 0px 0px 10px;
}
