
p,
label,
dd,
dt {
	font-size: 110%;
	}
	
.smoothScroll {
	font-weight: Bold;
	}

body {
	background-color: #fff;
	color: #000;
	}


h1 {
	background-color: #39f;
	display: block;
	width: 930px;
	margin-left: 10px;
	margin-right: 10px;
	font-weight: 400;
	font-family: 'Lato', sans-serif;
	margin-top: 24px;
	padding-left: 10px;
	color: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	}

.grid_6 h1,
.grid_6_block h1,
.grid_8 h1,
.grid_8_block h1 {
	margin-left: 0;
	width: 100%;
	}
	
h2 {
	margin-bottom: 6px; 
	font-weight: 600;
	font-size: 20px;
	font-family: 'Lato', sans-serif;
	}


.container_12 .grid_3_block,
.container_12 .grid_4_block,
.container_12 .grid_6_block,
.container_12 .grid_8_block {
	border: 1px solid #ccc;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 12px 12px 0 12px;
	display: inline;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	}

.container_12 .grid_3_block {
	width: 194px;
	}

.container_12 .grid_4_block {
	width: 274px;
	}

.container_12 .grid_6_block {
	width: 434px;
	}
	
.container_12 .grid_8_block {
	width: 594px;
	}

.grid_4_block .nextSession {
	border-top: 1px solid white;
	padding-top: 12px;
	}

.grid_3_block h3,
.grid_4_block h3,
.grid_6_block h3,
.grid_8_block h3 {}

dl.contact {
	width: 100%;
	overflow: hidden;
	}

dl.contact dt {
	clear: left;
	font-weight: bold;
	text-align: right;
	display:block;
	width: 76px;
	float: left;
	}

dl.contact dd {
	float: left;
	margin-left: 18px;
	}

dl.definition dt {
	display: list-item;
	list-style-image: url('../images/bullet_point.png');
	list-style-position: inside;
	clear: left;
	font-weight: bold;
	margin-top: 12px;
	}

dl.definition dd {
	clear: none;
	padding-left: 22px;
	}

li.slide {
	margin: 0;
	}

ul.bullets li {
	list-style-image: url('../images/bullet_point.png');
	}

.contact .newSection {
	margin-top: 1em;
	}

h3.contact_headline {
	background-image: none; 
	padding-left: 10px; 
	margin-bottom: 6px;
	}

div.closed {
	display: none;
	}

em.expandable {
	cursor: pointer;
	cursor: hand;
	}

.contact_container {
	background-image: url('../images/vertical_ruler.png'); 
	background-position: 85px; 
	background-repeat: no-repeat; 
	margin-bottom: 2em;
	}


#contact-form label {
	text-transform: uppercase;
	font-family: Tahoma,Arial,Sans-serif;
	}

#contact-form textarea {
	color: #404040;
	font-family: Arial,Helvetica,sans-serif;
	}

#contact-form td > button {
	/* A special CSS selector that targets non-IE6 browsers */
	text-indent:8px;
	}

#contact-form .error {
	/* this class is used if JS is disabled */
	background-color: #AB0000;
	color: white;
	font-size: 10px;
	font-weight: bold;
	margin-top: 10px;
	padding: 10px;
	text-transform: uppercase;
	width: 300px;
	}

#loading {
	/* the loading gif is hidden on page load */
	position: relative;
	bottom: 9px;
	visibility: hidden;
	}


#content {
	background-color: #fff;
	padding-top: 110px;
	}

#header {
	background-color: #666;
	display: block;
	position: fixed;
	height: 100px;
	width: 100%;
	z-index: 1000;
	}

#headerContent {
	background-color: #666;
	height: 100px;
	}

	#logo {
		position: relative;
		top: 20px;
		left: 10px;
		}
		
		#logo img {
			height: 70px;
			margin: 0;
			padding: 0;
			}

	#menuContent {
		padding-right: 10px;
		position: relative;
		float: right;
		top: -10px;
		clear: none;
		}

	#menuContent ul {
		list-style-type: none; 
		list-style-position:inside;
		}
		
	#menuContent ul li { 
		float: left; 
		padding: 0.75em 0.25em 0 0.25em; 
		display: block;
		}

	#menuContent li a {
		color: #fff;
		padding-bottom: 10px;
		font-size: 14px;
		font-style: normal;
		}
		
	#menuContent li a img {
		margin-bottom: 4px;
		}
	
	#menuContent li a:hover {
		display: block;
		background-image: url('../images/menu_arrow.png');
		background-size: 16px;
		background-repeat: no-repeat;
		background-position: 50% 100%;
		}


#contact_form label {
	clear: both;
	display: block; 
	margin-top: 6px;
	font-size: 110%;
	}

#contact_form label.error {
	color: #c00;
	}

#contact_form select {
	border: 2px solid #999;
	border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	}

#contact_form textarea {
	width: 100%;
	height: 8em;
	border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	}

#contact_form input {
	border: 2px solid #6c6;
	width: 100%;
	background-color: #fff;
	border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	}

#contact_form input:focus {
	border: 2px solid #6c6;
	background-color: #fff;
	}

#contact_form input:invalid {
	border: 2px solid #f00; 
	}

#contact_form #submit_btn {
	background-color: #39f;
	border: 2px solid #39f;
	margin-top: 12px;
	border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	width: auto;
	float: right;
	}


#footer {
	background-color: #666;
	}
	
#footerContent {
	background-color: #ddd;
	width: 930px;
	margin-bottom: 48px;
	text-align: right;
	padding-right: 30px;
	color: #666;
	}
	
#footer a {
	color: #69c;
	}

#footer a:hover {
	
	}
