html,body {
	height: 100%;
}

body {
	background: #090d1b;
}

#wrapper {
	background: transparent url(/nav/blueBordersGrey.gif) repeat-y;
	min-height: 100%;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

#header {
	background: #090d1b;
	padding-bottom: 10px;
}

	#logo {
		font-size: 11px;
		font-family: "arial";
		color: #fff;
		padding-top: 42px;
	}
	
	#nav {
		padding-top: 42px;
		text-align: right;
	}
	
	#nav a {
		color: #fff;
		font-weight: bold;
		font-size: 14px;
		text-decoration: none;
		padding-right: 12px;
	}
	
		#nav a:hover {
			text-decoration: underline;
		}
	
	
#main {
	background: #4e9fc0;
	padding: 10px 0px 0 0px;
	margin-top: 0px;
}

#content {
	padding: 40px 0 0 40px;
	color: #666;
}

	#content h1 {
		color: #4e9fc0;
		font-size: 23px;
		font-weight: normal;
		line-height: 1.2em;
	}
	
	#content h2 {
		font-size: 12px;
	}
	
	#content h4 {
		font-size: 16px;
		font-weight: normal;
		margin: 10px 0;
	}
	
	.expertiseList li {
		list-style: none;
		padding: 0 0 0 12px;
		margin: 0;
		background: url(/nav/plus.gif) 0px 6px no-repeat;
		font-weight: bold;
	}

	#content p {
		padding: 0;
		margin-bottom: 12px;
	}

#whiteWithCorner {
	background: #fff url(/nav/blueCornerGrey.gif) no-repeat;
}


#sidebar h3 {
	background: #c60;
	color: #fff;
	font-size: 12px;
	padding: 5px 0 5px 10px;
	margin: 40px 40px 0 0;
}

#sidebar p {
	padding: 0px 30px 0 10px;
	color: #666;
	font-size: 12px;
}

.sidebarNavBox {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-right: 40px;
	padding: 10px;
}

	.sidebarNavBox a {
		display: block;
		padding-left: 10px;
		font-size: 12px;
		color: #4e9fc0;
		text-decoration: none;
		margin-bottom:6px;
	}
	
	.sidebarNavBox a:hover {
		background: url(/nav/subnavArrow_over.gif) 0 4px no-repeat;
	}
	
	.sidebarNavBox a.plainSidebarLink, #sidebar p a {
		color: #4e9fc0;
		display: inline;
		padding: 0;
	}
	.sidebarNavBox a.plainSidebarLink:hover {
		background: none;
		text-decoration: underline;
	}
	.navOn {
		background: url(/nav/subnavArrow_on.gif) 0 4px no-repeat;
		font-weight: bold;
	}

.sidebarGalleryBox {
	background: #ededed;
	padding: 10px;
	margin: 3px 40px 0 3px;
}

.sidebarGalleryBox a {
	color: #004056;
	font-size: 10px;
	display: block;
	text-decoration: none;
	margin-bottom: 3px;
}

.sidebarGalleryBox a:hover {
	text-decoration: underline;
}

.galleryBoxHead {
	color: #c60;
	background: url(/nav/galleryBoxHead_bg.gif) no-repeat 0 3px;
	padding-left: 16px;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 7px;
}

#lightbox-image {
	border-bottom: 1px solid #ccc;
}

h6 {
	font-size: 10px;
	font-weight: bold;
	padding: 0;
	margin: 0 0 10px 0;
}

.pdfLink {
	background: url(/casestudies/pdfIcon.gif) no-repeat;
	padding-left: 22px;
	height: 18px;
	display: block;
	color: #4e9fc0;
}

