
body {
	color:#333;
	font:12px Georgia, "Times New Roman", Times, serif;
	margin:0;
	padding:0;
	text-align:center;
}
p,form,h1,h2,h3,h4,h5,h6 {
	margin:0
}
select,textarea,input {
	font:11px Georgia, "Times New Roman", Times, serif;
}
img {
	border:0 solid
}
a {
	text-decoration:underline;
	color:#333;
}
a:hover {
	text-decoration:none
}
.left {
	float:left
}
.right {
	float:right
}
.clear {
	clear:both;
	display:block;
	height:1px
}
.clear2 {
	clear:both;
}
.wrap {
	width:958px;
	margin:0 auto;
	text-align:left;
}

#header {
	background:url(../img/bg-header.gif) repeat-x top;
}
	#header h1 {
		width:348px;
		padding:38px 0 22px 23px;
		float:left;
	}
		#header h1 a {
			background:url(../img/jh-logo.gif) no-repeat;
			width:348px;
			height:51px;
			display:block;
			text-decoration:none;
		}
		#header h1 span {
			font-size:1px;
			visibility:hidden;
		}
	#header h2 {
		background:url(../img/call-me.gif) no-repeat bottom left;
		width:220px;
		height:34px;
		float:right;
		padding:45px 30px 0 0;
	}
		#header h2 span {
			font-size:1px;
			visibility:hidden;
		}
	#header ul {
		background:url(../img/menu-separator.gif) no-repeat right;
		list-style-type:none;
		margin:0;
		padding:0;	
		padding-right:2px;
		height:31px;
		float:left;
	}
		#header ul li {
			background:url(../img/menu-separator.gif) no-repeat left;
			padding-left:2px;
			display:block;
			float:left;
		}
			#header ul li a {
				display:block;
				float:left;
				height:31px;
				line-height:31px;
				padding:0 24px;
				font-size:9px;
				color:#171c33;
				text-decoration:none;
			}
			#header ul li a:hover, #header ul li a.active {
				background:url(../img/menu-hover.gif) repeat-x top;
				color:#fff;
			}
	#home #header .signature {
		float:left;
		background:url(../img/header-separator.gif) no-repeat top right;
		height:97px;
		width:397px;
	}
		#home #header .signature h3 {
			font-size:22px;
			font-weight:normal;
			color:#acacc0;
			padding:28px 0 18px 20px;
		}
		#home #header .signature  img {
			display:block;
			padding-left:23px;
		}
	#inner #header h3 {
		float:left;
		padding:50px 0 0 26px;
		font-size:28px;
		color:#fff;
		font-weight:normal;
	}
	#inner #header .gradient {
		background:url(../img/header-separator.gif) no-repeat right top;
		float:right;
		height:97px;
		padding-right:300px;
	}
	#inner #header .gradient img {
		background:url(../img/gradient.gif) no-repeat;
		width:159px;
		height:97px;
		display:block;
	}
	#inner #header .gradient2 {
		background:url(../img/header-separator.gif) no-repeat right top;
		float:right;
		height:97px;
		
	}
	
#content {	
	background:url(../img/bg-content.gif) repeat-x top;
}
#inner #content {
	margin-top:12px;
}
#home #content {
	margin-top:30px;
}
#home #content .padleft {
	padding-left:30px;
}


#page {
	float:left;
	width:598px;
	padding-top:30px;
	padding-right:33px;
	padding-left:26px;
	border-right:solid 1px #eee;
}
#page .line {
		height:1px;
		width:100%;
		background:#eee;
		margin:18px 0;
	}
	#page h2, #sidebar h2 {
		color:#353567;
		font-size:21px;
		font-weight:normal;
		padding-bottom:5px;
		padding-bottom:30px;
	}
	#page p.txt, #sidebar p.txt {
		padding-bottom:18px;
		line-height:150%;
	}
	#page p.right {
		float:none;
		text-align:right;
		padding-bottom:12px;
	}
	#page .prominent{
		margin:0 0 0 1em;
		padding:0;
		font-size:16px;
		color:#666;	
	}
	#page li{
		padding-bottom: 10px;
	}
.quotes{
}	

.quotes h3{
		color:#949494;
		font-size:16px;
		font-weight:normal;
		line-height:130%;
		padding-bottom:38px;
	}
		.quotes h3 small {
			color:#343467;
			display:block;
			padding-top:3px;
			font-size:12px;
			font-style:italic;
		}	
	
	
	
.articles {
	width:100%;
	padding-bottom:20px;
}	
	.articles h3 {
		padding:18px 0;
		font-size:11px;
		color:#242350;
		font-weight:bold;
	}
	.articles p {
		line-height:150%;
		padding-bottom:20px;
		margin-bottom:0;
	}
	.articles ul{
		margin-left:1em;
		padding-left:0;
		line-height:150%;
	}
	.articles .line {
		height:1px;
		width:100%;
		background:#eee;
		margin-top:18px;
	}
	
#sidebar {
	float:right;
	width:260px;
	padding-top:30px;
	padding-right:13px;
	font-size:11px;
}
	#sidebar h3 {
		color:#949494;
		font-size:16px;
		font-weight:normal;
		line-height:130%;
		padding-bottom:38px;
	}
		#sidebar h3 small {
			color:#343467;
			display:block;
			padding-top:3px;
			font-size:12px;
			font-style:italic;
		}
	#sidebar img.img {
		display:block;
		padding-bottom:18px;
	}
	#sidebar p {
		line-height:150%;
	}
	#sidebar a {
		color:#333;
	}
	#sidebar ul{
		margin:0 0 0 1em;
		padding:0;
		font-size:16px;
		color:#666;
	}
	#sidebar ul li{
		padding-bottom:5px;
	}

#footer {
	border-top:solid 1px #ededed;
	color:#999;
	padding:20px 0;
}
	#footer .left {
		padding-left:28px;
	}
	#footer .right {
		padding-right:12px;
	}
	#footer a {
		color:#999;
		text-decoration:none;	
	}
	#footer a:hover {
		color:#333;
	}
	