/* CSS by Web23 Creative. http://wwww.web23creative.com */

/* Global Rules */

* 		 	{ margin: 0px; padding: 0px; }

.clearer 	{ clear: both;	}

hr { border: 0px none #fff; display: none;}
.hr { border: 0px none; border-bottom: solid 1px #999; margin: 10px 0 7px 0; }

img			{ border: 0; }

body 	 	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666;
	background-image: url(images/body-bg.jpg);
	background-repeat: repeat-x;
	background-color: #4E4E4E;
			}

h1 	  		{
	font-size: 20px;
	color: #666;
	font-style: normal;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: none;
	margin-left: 20px;

			}
h2 	  		{
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: 14px;
		
			
			margin-bottom: 25px;
			font-weight: normal;
			margin-left: 10px;
			}
			
h3 	  		{
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: 14px;
			
			font-weight: normal;

			}
a 	  		{
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	color: #333;
			}
		


/*  main navigation  */

.main-nav	{

	
	list-style-type: none;
	height: 42px;
	width: 325px;
	float: right;
	margin-top: 140px;
			}
			
.main-nav li{
	float: left;
	margin-right: 1px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #4E4E4E;
			}
			
.main-nav li.page_item page-item-5 {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
}
			
.main-nav a	{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	display: block;
	text-align: center;
	text-transform: lowercase;
	color: #333;
	padding-right: 7px;
	padding-left: 7px;
	
			}
			
.main-nav a:hover	{
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	display: block;
	text-align: center;
	text-transform: lowercase;
	color: #fff;
	padding-right: 7px;
	padding-left: 7px;

			}
	/* active links */		
.main-nav li.current_page_item a

{
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	display: block;
	text-align: center;
	text-transform: lowercase;
	color: #fff;
	padding-right: 7px;
	padding-left: 7px;
			}
			
			

			
			
	a:active, a:focus {outline: 0}

/* img slideshow */	

div#slideshow {
	width: 830px;
	height: 198px;
	overflow: scroll; /* Allows the slides to be viewed using scrollbar if Javascript isn't available */
	z-index: 5;
	margin-right: auto;
	margin-left: auto;
	position: relative;

}

div#slideshow ul#nav {
	display: none;
	list-style: none;
	position: absolute;
	z-index: 15;
	top: 82px;
	width: 835px;
}
	div#slideshow ul#nav li#prev {
		float: left; margin: 0 0 0 20px;
	}
	div#slideshow ul#nav li#next {
		float: right; margin: 0 -25px 0 0;
	}
	div#slideshow ul#nav li a {
		display: block; width: 80px; height: 80px; text-indent: -9999px;
	}
		div#slideshow ul#nav li#prev a {
	background-image: url(images/prev.png.png);
	background-repeat: no-repeat;
		}
		div#slideshow ul#nav li#next a {
	background-image: url(images/next.png.png);
	background-repeat: no-repeat;
		}

	div#slideshow ul#slides {
		list-style: none;
	}
		div#slideshow ul#slides li {
			margin: 0 0 20px 0;
		}		


/*  sidebar  */

#sidebar	{
	width: 224px;
	min-height: 700px;
	background-color: #262525;
	float: left;
	background-image: url(images/side-nav-bg.jpg);
	background-repeat: no-repeat;
	background-position:left top
			}
			
#side-nav	{
	
	list-style-type: none;
	
			}
			
#sidebar-ul {
	list-style-type: none;
			}
			
#sidebar-ul li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: italic;
	font-weight: normal;
	color: #CCC;
	text-indent: 35px;
	margin-bottom: 4px;	
			}
			
#side-nav a	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: italic;
	font-weight: normal;
	display: block;
	height: 42px;
	width: 224px;
	line-height: 42px;
	color: #CCC;
	text-indent: 35px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	background-image: url(images/side-nav-bullet.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	letter-spacing: 2px;
			}

#side-nav a:hover	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: italic;
	font-weight: normal;
	display: block;
	height: 42px;
	width: 224px;
	line-height: 42px;
	color: #252525;
	text-indent: 35px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
	background-image: url(images/side-nav-bullet.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	letter-spacing: 2px;
	background-color: #DBDBDB;
			}
			
#side-nav li.current_page_item a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: italic;
	font-weight: normal;
	display: block;
	height: 42px;
	width: 224px;
	line-height: 42px;
	color: #252525;
	text-indent: 35px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
	background-image: url(images/side-nav-bullet.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	letter-spacing: 2px;
	background-color: #DBDBDB;
	
}

#side-nav li.page-item-16 a:hover{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: italic;
	font-weight: normal;
	display: block;
	height: 42px;
	width: 224px;
	line-height: 42px;
	color: #252525;
	text-indent: 35px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
	background-image: url(images/side-nav-bullet.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	letter-spacing: 2px;
	background-color: #DBDBDB;
	
}


			
#sidebar h3	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	color: #CCC;
	letter-spacing: 2px;
	text-indent: 35px;
	margin-top: 10px;
	
			}
			
#sidebar h4	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	color: #CCC;
	letter-spacing: 2px;
	text-indent: 35px;
	margin-top: 10px;
	margin-bottom: 0px;
	
			}
			
			#sidebar h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	color: #CCC;
	letter-spacing: 2px;
	text-indent: 35px;
	
	
			}
			
#sidebar p	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	color: #CCC;
	letter-spacing: 2px;
	padding-left: 35px;
	
			}
			
#sidebar a	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: italic;
	font-weight: normal;
	color: #CCC;
	letter-spacing: 2px;
	text-indent: 35px;
	
			}
#sidebar .date {
	font-family: Arial, Helvetica, sans-serif; font-size: 13px;
	margin-top: 10px;
}
			

			

/* structure */

#page-wrap {
			width: 830px;
			margin-right: auto;
			margin-left: auto;
			position: relative;
			margin-bottom: 75px;
			overflow: hidden;
			}
			
#content-wrap{
	overflow: hidden;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	background-color: #cecece;
	background-position: 255;
			}
			
#header 	{
	width: 830px;
	height: 165px;
	background-image: url(images/jh-logo.jpg);
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}

#header p 	{
			margin: 2px 0 0 0;}

.content	{
	width: 575px;
	float: right;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	background-color: #FFF;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
			}
			

.content a	{
	
	color: #666;
        padding: 0 0 0 10px;
}

.content strong {
font-size: 14px;
}

.content p	{
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	font-size: 11px;
	line-height: 18px;
	letter-spacing: 1px;
	padding: 5px 20px;
	margin-left: 0px;
			}
			
.content h2 {
	
	font-size: 16px;
	color: #666;
	font-style: normal;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: none;
	margin-left: 20px;
	margin-top: 15px;
	margin-bottom: 0px;
	
			}
			

			
.content h3 {
	
	font-size: 14px;
	color: #666;
	font-style: normal;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: none;
	margin-left: 20px;
	margin-top: 15px;
	margin-bottom: 0px;
	
			}
			
			
			
.content img {
	
	border: 4px solid #CCC;
}

#footer 	{
	margin-right: auto;
	margin-left: auto;
	clear: both;
	background-color: #666;
	margin-top: 10px;
	padding: 10px;
			}
			
#footer a, #footer p{
	color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: lowercase;
	font-style: italic;
	line-height: 20px;
			}
			
#footer a:hover {
	color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: lowercase;
	font-style: italic;
	line-height: 20px;
	text-decoration: underline overline;
			}
