* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: Tahoma, Arial, sans-serif;
	}
.clear {
	clear:both;
	overflow:hidden;
	margin-bottom:-1px;
	height:1px;	
	}
a {
	color: #001A99;
	}
a:visited {
	color: #551A8B;
	}
body {
	font-size: 10pt;
	color: #333;
	background-color: #EBEDF4;
	}
body table {
	font-size: 10.5pt;
	}
.container {
	width: 961px;
	padding: 0 28px;
	background-color: #fff;
	margin: 0 auto;
	}
.header  .logo {
	float: left;
	width: 640px;
	margin: 15px 0 5px;
	}
.header  .logo img {
	float: left;
	margin-right: 1em;
	}
.header .logo .slogan {
	font-style: italic;
	font-size: 1.1em;
	margin-top: 1em;
	color: #696969;
	}
.header .search, .header .language {
	float: right;
	margin-top:10px;
	}
.header .search {
	margin-top: 0.5em;
	}
.header .search button {
	padding: 0.15em 1em;
	cursor: pointer;
	}
.header .search input[type="text"] {
	line-height: 20px;
	}
.header .logos {
	text-align: center;
	padding: 12px 0 0;
	margin-bottom: 15px;
	}
.header .logos.legend {
	background: none;
	text-align: left;
	padding: 0 0 0 0.1em;
	margin-bottom: -1.1em;
	font-size: 0.8em;
	}
.header .logos a {
	width: 100px;
	display: inline-block;
	margin: 0px 4px;
	vertical-align: middle;
	}
.header .logos a img {
	max-width: 100%;
	}
.nav {
	width: 100%;
/*
	background-color: #4C5A81;
	height: 33px;
*/
	}
.nav ul {
	list-style: none;
	float: left;
	font-size: 12px;
	margin-bottom: 0;
	background-color: #4C5A81;
	width: 100%;
	}
.nav ul ul {
	float: none;
	width: auto;
	background: none;
	}
.nav ul li {
	float: left;
	color: #fff;
	background-color: #4C5A81;
	}
.nav ul li li, .nav ul li li li {
	float: none;
	background-color: #4C5A81;
	}
.nav ul li.highlighted {
	background-color: #6576A4;
	}
.nav ul li:hover, .nav ul li.active {
	background-color: #ed6f00;
	}
.nav ul li a {
	color: #fff;
	text-decoration: none;
	display: inline-block;
	margin: .8em 0;
	padding: 0 .8em;
	border-left: 1px solid #8B97BB;
	text-transform: uppercase;
	border-top: none;
	}
.nav ul li:first-of-type a {
	border-left: none;
	}
.home .column {
	float: left;
	width: 360px;
	margin-right: 10px;
	}
.sidebar {
	float: right;
	width: 165px;
	}
h1 {
	color: #CC3300;
	font-size: 1.6em;
	margin: .8em 0;
	font-weight: normal;
	text-transform: uppercase;
	}
	
h2 a:visited, h2 a:visited {
	color:#CC3300;
	}

h2 {
	color: #CC3300;
	font-weight: normal;
	font-size: 1.3em;
	margin-bottom: 0.7em;
	background-color: #FFECE5;
	padding: 4px 2px 5px 5px;
	}
h3 {
	color: #425078;
	font-weight: normal;
	font-size: 1.1em;
	margin-bottom: .5em;
	}
.content {
	float: left;
	width: 730px;
	margin-right: 10px;
	font-size: 1.05em;
	}
.content .breadcrumbs {
	margin: 20px 0 1em;
	font-size: 0.9em;
	}
.column p {
	margin-bottom: 1.5em;
	font-size: 1.05em;
	}
.document p {
	margin-bottom: 1.5em;
	}
.outlined,.venlink {
	width: 50%;
	margin-bottom: 2em;
	}
.outlined {
	float: left;
	}
.piece .outlined, .outlined.orange {
	float: none;
	width: auto;
	margin-bottom: 1.5em;
	}
.outlined a {
	color: #fff;
	text-decoration: none;
	padding: 0.6em 1em;
	border-radius: 5px;
	font-size: 1.1em;
	background-color: #4c5a81;
	}
.outlined.orange a {
	background-color: #ed6f00;
	}
.venlink {
	float: right;
	padding-top: 2px;
	}
.snippet {
	padding-left: 90px;
	/* font-size: 0.9em; */
	clear: both;
	margin-bottom: 1.2em;
	}
.snippet.nopic {
	padding-left: 0;
	}
.content .snippet .date {
	background-color: #eee;
	color: #556591;
	margin-left: -90px;
	padding: .5em;
	margin-bottom: 0.5em;
	}
.content .snippet.nopic .date {
	margin-left: 0px;
	}
.snippet:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}
.snippet img {
	float: left;
	margin-left: -90px;
	width: 80px;
	margin-top: 3px;
	}
.snippet h3 {
	font-size: 1.1em;
	}
.snippet h3 a {
	color: #001A99;
	}
.snippet p a {
	color: #333;
	text-decoration: none;	
	}
.piece {
	margin: 20px 0 0;
	/* font-size: 0.9em; */
	}
.piece.promo {
	background-color: #22926d;
	color: #fff;
	text-align: center;
	padding: 11px;
	}
.piece.banner img {
	max-width: 100%;
	}
.piece.promo span {
	font-size: 1.1em;
	line-height: 1.5em;
	}
.piece.promo a {
	color: #fff;
	}
.piece h2 {
	background-color: #;
	text-transform: uppercase;
	padding: 8px 2px 8px 8px;
	background-color: #ed6f00;
	color: #fff;
	font-size: 1em;
	}
.piece.promo h2 {
	margin: -11px -11px 11px;
	}
.piece h2 a {
	color: #fff;
	}
.piece .item {
	padding: 0.6em 0.6em 0.8em;
	border-top: 1px dashed #556591;
	font-size: 10.5pt;
	}
.piece .item.first {
	border-top: none;
	}
.piece .item h4 {
	color: #556591;
	margin-bottom: .3em;
	font-weight:normal;
	}
.footer {
	width: 100%;
	text-align: center;
	margin-top: 1em;
	padding-top: 1em;
	border-top: 5px solid gray;
	height: 4em;
	}
.footer ul {
	list-style: none;
	}
.footer ul li {
	float: left;
	}
.footer ul li a {
	margin: .35em 0;
	padding: 0 .4em;
	border-left: 1px solid blue;
	}
.footer ul li:first-of-type a {
	border-left: none;
	}
.footer .copy {
	float: right;
	}
/* single doc */
.doc .author {
	background-color: #ed6f00;
	}
.doc .date {
	background-color: #6576A4;
	}
.doc .author, .doc .date {
	margin-bottom: 1em;
	color: white;
	padding: 0.5em 1em;
	float: left;
	}
.doc .author a, .doc .date a{
	color: white;
	}
.title {
	margin-bottom: 1em;
	}
.title h1 {
	text-transform: none;
	}
.title h2 {
	margin: 0;
	font-size: 1.2em;
	background-color:#fff;
	}
.testimonial {
	margin: 0 0 1em;
	padding-top: 1.5em;
	border-top: 1px dashed black;
	}
.testimonial em {
	display: block;
	padding-right: 2em;
	text-align: right;
	}
.Copyright {
	color: #666666;
	font-style: italic;
	}
.document ul, .document ol {
	margin-bottom: 1em;
	padding-left: 40px;
	}
.document table {
	margin-bottom: 1em;
	}
.document td, .document th {
	padding: 3px;
	}
.cityselector {
	margin-bottom: 1em;
	}
.cityselector label {
	font-weight: bold;
	}
.citydet {
	padding-left: 150px;
	margin-bottom: 0.5em;
	}
.citydet span {
	display: inline-block;
	width: 150px;
	margin-left: -150px;
	}
.citypic {
	float: left;
	margin: 0.2em 0.5em 0.5em 0;
	}
.success table td, .success table th{
	vertical-align: top;
	}
.pagenav {
	margin: 1em 0;
	}
.directory p span {
	font-weight: bold;
	}
.companysearch input, .PassReminder input {
	width: 220px;
	line-height: 20px
	}
.directory th, .directory td {
	padding: 3px;
	vertical-align: top;
	}
.directory .content label {
	display: inline-block;
	width: 90px;
	margin-bottom: 0.5em;
	}
.directory .content .PassReminder {
	margin-top: 1em;
	}
.directory .content .RegForm fieldset {
	border: none;
	margin: 0.5em 0;
	}
.directory .content .PassReminder label, .directory .content .RegForm label, .directory .content .advsearch label {
	width: 230px;
	}
.directory .content form {
	margin-bottom: 1em;
	}
.directory .content button{
	display: inline-block;
	color: #fff;
	padding: 0.3em 1em;
	border-radius: 3px;
	border-width: 1px;
	background-color: #4c5a81;
	cursor: pointer;
	}
.directory .content .RegForm h3 {
	color: #CC3300;
	}
.directory .content .advsearch p{
	margin-bottom: 1em;
	}
.directory .content .advsearch select {
	width: 320px;
	}
.directory .content .advsearch label.small {
	width: auto;
	padding: 0 1em 0 0.2em
	}
.directory .content .advsearch input[type="checkbox"] {
	vertical-align: middle;
	}
table.join {
	border-color: #f7f3fb;
	}
table.join td {
	white-space: nowrap;
	}
table.join th {
	text-align: left;
	}
.events .content .snippet h3 a {
	color: #425078;
	}
.events .content .snippet h3 a:visited {
	color: #551A8B;
	}
.success .document h2 {
	margin-top: 0.7em;
	}
table.old{
	border-top: solid #425078 3px;
	border-bottom: solid #425078 3px;
	border-collapse: collapse;
	}
table.old a {
	text-decoration: none;
	color: #000;
	}
table.old .Orange {
	color: #CC3300;
	}
table.old td:last-of-type {
	background-image: url('images/tdc.gif');
	background-repeat: no-repeat;
	background-position: 100% 100%;
	}
table.old th {
	border-bottom: solid #425078 2px;
	}
table.old td {
	border-bottom: solid #666666 1px;
	}
table.old tr:hover {
	background-color: #EFEFEF;
	}
table.old th, table.old td {
	padding: 0.5em;
	}
table.old.companies .sponsor {
	background-color: #425078 !important;
	color: #fff !important;
	}
table.old.companies .sponsor a, table.old.companies .sponsor .Orange {
	color: #fff;
	}
.directory .content .nav {
	margin: 0.5em 0 1em;
	}
.document .BoardPhoto {
	float: left;
	margin: 3px 1em 0.5em 0;
	}
.media img {
	float: left;
	margin: 3px 0 0.5em;
	}
.media h2, .media p {
	margin-left: 265px;
	}
.content li {
	margin-bottom: 0.4em;
	}
.document.domains {
	float: left;
	width: 30%;
	}
.document.companies {
	float: right;
	width: 60%;
	}
.document.companies p {
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
	}
.directory .document h2 {
	margin-top: 1.3em;
	}
.secnav {
	margin-top: -10px;
	margin-bottom: 1.5em;
	font-size: 1.1em;
	}
.secnav p {
	margin-bottom: 0.7em;
	}