/* --------------------------------------------
   global settings
----------------------------------------------- */
*
{
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

fieldset
{
	border: 0;
}

body
{
	background: #fff;
	font: normal 17px/24px arial, sans-serif;
}

@media screen and (max-device-width: 700px) {
	body {
		font-size: 20px;
		line-height: 25px;
	}
}

a
{
	color: #00f;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

address
{
	font-style: normal;
}

/* --------------------------------------------
   
----------------------------------------------- */
#page
{
	width: 650px;
	margin: 20px auto 40px auto;
	position: relative;
}

@media screen and (max-device-width: 700px) {
	#page {
		width: auto;
		margin: 20px;
	}
}

h1 {
	font-size: 30px;
	line-height: 40px;
	text-align: left;
	margin-bottom: 30px;
	font-weight: bold;
}

h2 {
	font-size: 20px;
	line-height: 24px;
	text-align: left;
	margin-top: 24px;
	margin-bottom: 9px;
	font-weight: bold;
}

h3 {
}

h4 {
	font-size: 20px;
	line-height: 26px;
	font-weight: bold;
	background: #d4d7b9;
	padding: 15px;
	margin-bottom: 50px;
}

@media screen and (max-device-width: 700px) {
	h4 {

	}
}

h5 {
}

h6 {
	font-weight: bold;
}

@media screen and (max-device-width: 700px) {
	h6 {
		margin-bottom: 10px;
	}
}

p {
	margin-bottom: 12px;
}

p.intro {
	font-style: italic;
}

p strong {
	font-weight: bold;
}

#header {
	margin-bottom: 20px;
	position: relative;
}

#header img {
	width: 204px;
}

@media screen and (max-device-width: 700px) {
	#header img {

	}
}

#footer {
	font-size: 12px;
	color: #ccc;
	margin-top: 40px;
	overflow: hidden;
}

#footer span, #footer a {
	float: left;
	margin-right: 25px;
}

/* --------------------------------------------
   
----------------------------------------------- */
#nav-menu {
	position: absolute;
	top: 30px;
	right: 0px;
	display: block;
}

#nav-menu a.trigger {
	position: absolute;
	top: 0px;
	right: 0px;
	color: #000;
	text-decoration: none;
}

#nav-menu ul {
	display: none;
	padding-top: 20px;
	background: #fff;
	padding: 20px;
}

#nav-menu:hover ul {
	display: block;
}

/* --------------------------------------------
   
----------------------------------------------- */
#contact {
	padding-top: 20px;
	border-top: 1px solid #ccc;
}

/* --------------------------------------------
   
----------------------------------------------- */
.home h1,
.public-workshops h1 {
	margin-bottom: 10px;
}

@media screen and (max-device-width: 700px) {
	.home h1,
	.public-workshops h1 {
	}
}

.home h2,
.public-workshops h2 {

}

@media screen and (max-device-width: 700px) {
	.home h2,
	.public-workshops h2 {
	}
}

/* --------------------------------------------
   
----------------------------------------------- */
.home #content h2 span, 
.training #content h2 span {
	font-size: 16px;
}

/* --------------------------------------------
   
----------------------------------------------- */
.training p em {
	font-style: normal;
	text-decoration: underline;
}

/* --------------------------------------------
   
----------------------------------------------- */
.public-due-diligence #content h5 {
	font-size: 20px;
	line-height: 24px;
	text-align: left;
	margin-top: 24px;
	margin-bottom: 9px;
	font-weight: bold;
}

/* --------------------------------------------
   
----------------------------------------------- */
#workshops-index {

}

#workshops-index li {
	margin-bottom: 18px;
}

#workshops-index li h5 {

}

#workshops-index li h5 a {

}

/* --------------------------------------------
   
----------------------------------------------- */
#speech-topics {
	padding-left: 20px;
}

#speech-topics li {
	margin-bottom: 10px;
}

/* --------------------------------------------
   
----------------------------------------------- */
.contact p {
	overflow: hidden;
}

.contact p strong {
	font-weight: normal;
	float: left;
	width: 120px;
}

.contact p addr {
	float: left;
}

/* --------------------------------------------
   
----------------------------------------------- */
#workshop-types {
	margin-bottom: 20px;
}

#workshop-types li a {
	font-style: italic;
}

/* --------------------------------------------
   
----------------------------------------------- */
#workshop-topics {
	margin-bottom: 20px;
	padding-left: 20px;
}

#workshop-topics li {
	margin-bottom: 4px;
    list-style-type: disc;
}

@media screen and (max-device-width: 700px) {
	#workshop-topics li {

	}
}

/* --------------------------------------------
   
----------------------------------------------- */
.public-workshops h6 {
	margin-bottom: 10px;
}

