body {
	font: 62.5% Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
a:link, a:active, a:visited, a:hover {
	color: #0c4b80;
}
a img { border: 0; }
.left { 
	float: left;
	margin: 0 1em 1em 0;
}
.right {
	float: right;
	margin: 0 0 1em 1em;
}
#header h1 span, #address span {
	display: block;
	height: 0px;
	width: 0px;
	overflow: hidden;
}
#header h1 {
	background: url(/assets/images/joy-and-pete-consulting.jpg) no-repeat;
	margin: 0px;
	padding: 0px;
	height: 200px;
	width: 960px;
}
#address {
	width: 200px;
	height: 132px;
	background: url(/assets/images/address-envelope.png) no-repeat;
	margin: 0;
	padding: 0;
}

#jnp-page {
	background: url(/assets/images/bg-content.jpg) repeat-y;
}
#footer {
	background: url(/assets/images/footer.jpg) no-repeat bottom;
	text-align: center;
	height: 170px;
	padding-top: 50px;
}
#container_content, #footer {
	font-size: 1.2em;
	line-height: 1.4em;
}
h1 { font-size: 2em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.33em; }
h4 { font-size: 1.16em; }
h5 { font-size: 1.1em; }
h6 { font-size: 1.05em; }
h1, h2, h3, h4, h5, h6 { 
	font-weight: bold;
	color: #0c4b80;
}
#menu ul {
	margin: 20px 0 0 0;
	padding: 0px;
	list-style: none;
}
#menu ul ul {
	margin-top: 0;
}
#menu ul li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu ul li a {
	padding: 5px;
	display: block;
	text-decoration: none;
	font-weight: bold;
}

#menu ul li li a {
	padding-left: 20px;
}

.profile {
	width: 120px;
	text-align: center;
}

#stock {
	overflow: hidden;
	width: 220px;
	
	
}

#stock ul {
	width: 3660px;
	margin: 0;
	padding: 0;
	list-style: none;
}
#stock ul li {
	float: left;
	width: 220px;
	height: auto;
	padding-right: 50px;
}

#content table td, #content table th {
	padding: 5px;
}

#content table tr {
	margin-bottom: 0.5em;
}

#content table th {
	background-color: #BDA677;
}
#content table#pastSeminars th {
	text-align: left;
	background-color: transparent;
}
#lightbox ul, #lightbox ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#lightbox ul li {
	float: left;
	margin: 0 1em 1em 0;
}.standout {
	color: #F00;
}
.txtbox {
	padding: 3px 10px;
	border: 3px solid #FFF;
}
.orange {
	background: #E79858;
}
.clearleft {
	clear: left;
}
.inset {
	padding-right: 2em;
	padding-left: 2em;
}
.special {
	font-size: 1.2em;
	font-weight: bold;
	color: #900;
	text-align: center;
	padding: 1em;
	border-top: 2px solid #900;
	border-bottom: 2px solid #900;
}
