@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);

a:link     { color: #003366}
a:visited  { color: #003344}
a:hover    { text-decoration: none; }
a:active   { color: #003366}
.over { background-color: #CCCCBB; color: #FFFFFF; }
.out  { background-color: #ECECE6 }
.overtitle2 { background-color: #CCCCBB; color: #FFFFFF; }
.outtitle2  { background-color: #BB7100}

body { 	font: normal 0.95em 'Open Sans',sans-serif,Arial; 
		line-height: normal}

ul, li { color: #6E6E5E; font-size: 10pt; text-align: Left; line-height: normal; list-style-type: disc;}
           
a:link.lb, a:visited.lb, a:active.lb { color: #6E6E5E; font-size: 7pt; text-decoration: none}
a:hover.lb { color: #101010; background-color: #ccccbb; font-size: 7pt; text-decoration: none}

p { color: #6E6E5E; font-size: 10pt; text-align: Left; line-height: 140%; letter-spacing: 0 }
p.quote { color: #6E6E5E; font-size: 8pt; text-align: Left; line-height: 120%; letter-spacing: 0 }
p#compact {font-family: arial; line-height: 120%; font-size: 8pt; text-align: center;}
p#compacttitle {font-family: arial; color: #ff6600; line-height: 100%; font-size: 8pt; font-weight: bold; text-align: center;}
p.black { color:#000000}
p.small { font-size: 8pt; font-style: italic; }

table.pics { border-spacing: 5px; padding:5px; max-width: 800px }

td.l      { height: 14px;}
td.title  { height: 14px; text-align: left; background-color:#66664D}
td.title2 { height: 14px; text-align: left; background-color:#BB7100}

img	{ border-color: #000000; border-width: 0;
		text-align: center;
		max-width: 100%; /* Adhere to container width. */
		max-height: auto; /* Make sure images are scaled correctly. */
		display: block;
	}

input.button1 {border:2px solid #C0C0C0; font-size: 8pt; padding-left:4px; padding-right:4px; padding-top:1px; padding-bottom:1px; height:20px; }	               
#footer { background: #ecece6; width: 100%; margin: 6px; padding: 10px; }

h1, h2, h3, h4, h5, h6 { font-size: 12pt; line-height: normal; }
normal       { color: #003366; font-weight: normal; font-size: 10pt } 
h1.neutral   { color: #6E6E5E; text-align: left; font-size: 10pt; 
               font-weight: normal; background-color: #FFFFFF; }
h1 { color: #6E6E5E; font-size: 15pt; font-weight: normal; text-align: left; letter-spacing: 1pt }
h1.menu { font-size: 8pt; margin-top: 0px; margin-bottom: 2px; color: #000000; font-weight: normal }
h2 { color: #6E6E5E; }
h3 { color: #3366CC; font-size: 18pt; font-weight: bold; text-align: left  }
h4 { color: #3366CC; font-size: 18pt; font-weight: bold; text-align: Left;  }
h5 { color: #3366CC; font-size: 12pt; font-weight: bold; text-align: Left;  }
h6 { color: #6E6E5E; background-color: #ECECE6; font-size: 10pt; text-align: left; 
     font-style: italic; font-weight: normal; line-height:130%; }
#caption {color: #6E6E5E; font-size: 9pt; text-align: center; font-style: italic; font-weight: normal; line-height:100%; }
#blogpost { padding-top: 30px; }

DIV.main { margin-left: 16px; margin-top: 20px; margin-right: 10px; }
div.maincontainer { max-width: 899px; text-align: left; }
.img2col { width: 45%; }

.colcontainer {
  border: 0px #bbbbbb solid; 
  width: 94%;
  margin: 0%;
	padding: 1% 2% 1% 2%;
  overflow: auto;
}
.colleft {
  display: block;
  width: 100%;	
	padding-right:1%;		
}

.colright {
	display: block;
  width: 100%;
}

@media only screen and (min-width: 600px) 
{
	.colleft
	{
		display: inline-block;
		width: 49%;
		float: left; 
	}
	.colright 
	{
		display: inline-block;
		width: 49%;
		float: left; 
	}
}


.col1 {float: left; padding: 10px; width:300px; }
.col2 {float: left; padding: 10px; width:300px; }
.col3 {float: left; padding: 10px; width:300px; }

.link2 { letter-spacing: 0px; font-size: 8pt; }

/*------------- NEW RESPONSIVE MENU ---------------*/

.toggle, [id^=drop] {
 display: none;
}

nav {
	margin: 0;
	padding: 0;
	background-color: #ecece6;
	z-index: 999;
}
#logo {
	display: block;
	padding: 0 30px;
	float: left;
	font-size: 12px;
	line-height: 30px;
}
nav:after {
	content: "";
	display: table;
	clear: both;
}
nav ul {
	float: left;
	padding: 0;
	margin: 0;
	list-style-type: none;
	position: relative;
	z-index: 999;
}

nav ul li ul li {
	list-style-type: none;
}

nav ul li {
	margin: 0px;
	display: inline-block;
	float: left;
	background-color: #ecece6;
	z-index: 999;
}
nav a {
	display: block;
	padding: 0 14px;  /* space between desktop menu items */
	color: #66664D;
	font-size: 12px;
	line-height: 30px;
	text-decoration: none;
	z-index: 999;
}
nav ul li ul li:hover {
	background: #a0a0a0;
}
nav a:hover {
	background-color: #a0a0a0;
}
nav ul ul {
	display: none;
	position: absolute;
  list-style-type: none;
	top: 30px;  /* distance to main menu on pc */
}
nav ul li:hover > ul {
	display: inherit;
}
nav ul ul li {
	width: 170px;
	float: none;
	display: list-item;
	position: relative;
}
nav ul ul ul li {
	position: relative;
	top: -60px;
	left: 170px;
}
li > a:after {
	content: ' +';
}
li > a:only-child:after {
	content: '';
}


/* Media Queries
--------------------------------------------- */

@media all and (max-width : 768px) {
#logo {
	display: block;
	padding: 0;
	width: 100%;
	text-align: center;
	float: none;
}
nav {
	margin: 0;
}
.toggle + a,  .menu {
	display: none;
}
.toggle {
	display: block;
	background-color: #ecece6;
	color: #66664D;
	font-size: 12px;
	padding: 0 20px;
	line-height: 30px; 
	text-decoration: none;
	border: none;
}
.toggle:hover {
	background-color: #d0d0d0;  /* when hovering over a submenu */
}
[id^=drop]:checked + ul {
	display: block;
}
nav ul li {
	display: block;
	width: 100%;
}
nav ul ul .toggle,  nav ul ul a {
	padding: 0 40px;
}
nav ul ul ul a {
	padding: 0 80px;
}
nav a:hover,  nav ul ul ul a {
	background-color: #d0d0d0;  /* when hovering over a normal menu */
}
nav ul li ul li .toggle,  nav ul ul a {
	background-color: #ccccc6;  /* color of submenu */
	color: #ffffff;
}
nav ul ul {
	float: none;
	position: static;
	color: #66664D;
}
nav ul ul li:hover > ul, nav ul li:hover > ul {
	display: none;
}
nav ul ul li {
	display: block;
	width: 100%;
}
nav ul ul ul li {
	position: static;
}
}
 @media all and (max-width : 330px) {
nav ul li {
	display: block;
	width: 94%;
}
}

/*------------------ horizontal menu USED FOR STREETPARADE --------------*/

#hmenu ul
{ /* the whole menu line */
text-align: center;
padding-top: 1px;
padding-left: 0;
padding-bottom: 0px; /* determines the distance to the bottom horizontal line */

margin-top: 0;
/* cancels gap caused by top padding in Opera 7.54 */
margin-left: 0;
margin-right: 0;
margin-bottom: 0px;
/* background-color: #e9e9ef; */
color: #66664D;
width: 100%;
font-family: Arial,Helvetica,sans-serif;
font-size: 7pt;
line-height: 13px;
/* fixes Firefox 0.9.3 */
border-bottom: 1px solid #66664D;  /* produces a long horizontal border line */
}

#hmenu ul li
{
display: inline;
margin-left: 4px; /* space between riders */
padding-left: 0;
padding-right: 0;
padding-bottom: 0px;
/* matches link padding except for left and right */
padding-top: 0px; 
line-height: 20px;
}

#hmenu ul li a
{ /* each tab */
padding-left: 5px;
padding-right: 5px;
padding-bottom: 5px;
padding-top: 5px;
background-color: #ecece6; 
color: #66664D;
font-size: 8pt;
text-decoration: none;
border-top: 1px solid #66664D;
border-left: 1px solid #66664D;
border-right: 1px solid #66664D;
border-bottom: 1px solid #66664D;
line-height: 20px;
}

#hmenu ul li a:hover
{
background-color: #ccccbb ;  /* */
color: #333310;
}

#hmenu ul li#active a { 
                        border-top: 1px solid #66664D; 
                        border-left: 1px solid #66664D; 
                        border-right: 1px solid #66664D; 
                        background-color: #ffffff; 
                        border-bottom: 1px solid #ffffff;
                      }
                      
div.img-dec {
	background: url('shadow.gif') no-repeat bottom right;
	clear: left;
	float: left;
	margin: 40px 10px 10px 60px;  /* relative position of whole image and shadow */
	padding: 0;
	position: relative;
}

div.img-dec img {
	background-color: #fff;
	border: 1px solid #a9a9a9;
	display: block;
	margin: -38px 12px 0px -38px;
	padding: 21px;
	position: relative;
}

div.img-dec-v {
	background: url('shadow.gif') no-repeat bottom right;
	clear: left;
	float: left;
	margin: 40px 10px 10px 130px;  /* relative position of whole image and shadow */
	padding: 0;
	position: relative;
}

div.img-dec-v img {
	background-color: #fff;
	border: 1px solid #a9a9a9;
	display: block;
	margin: -38px 12px 0px -38px;
	padding: 21px;
	position: relative;
}

div.img-ilus-v {
	background: url('shadow.gif') no-repeat bottom right;
	margin: 10px 5px;
	padding: 0;
	position: relative;
}

div.img-ilus img {
	background-color: #fff;
	border: 1px solid #a9a9a9;
	margin: -5px 5px 5px -5px;
	padding: 4px;
	position: relative;
	vertical-align: bottom;
}

