<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * Default color scheme
 * -------------------- 
**/

/* Blue */
/*.blue {
	background-color: #0079B8;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0079B8), to(#0079B8), color-stop(.5,#2399D6));
	background: -moz-linear-gradient(top, #0079B8 0%, #2399D6 50%, #0079B8 100%);
	border: 1px solid #0079B8;
}*/
/*ul.blue &gt; li  {
	border-right: 1px solid #0178b5;
}
*/
/* Black */
.black {
	background-color: #000000;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#000000), to(#000000), color-stop(.5,#3f3c3c));
	background: -moz-linear-gradient(top, #000000 0%, #3f3c3c 50%, #000000 100%);
	border: 1px solid #000000;
}
ul.black &gt; li  {
	border-right: 1px solid #000000;
}

/* Red */
.red {
	background-color: #ce0000;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ce0000), to(#ce0000), color-stop(.5,#ea3b3b));
	background: -moz-linear-gradient(top, #ce0000 0%, #ea3b3b 50%, #ce0000 100%);
	border: 1px solid #ce0000;
}
ul.red &gt; li  {
	border-right: 1px solid #ce0000;
}	

/* Green */
.green {
	background-color: #5d9300;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#5d9300), to(#5d9300), color-stop(.5,#75ba00));
	background: -moz-linear-gradient(top, #5d9300 0%, #75ba00 50%, #5d9300 100%);
	border: 1px solid #5d9300;
}
ul.green &gt; li  {
	border-right: 1px solid #5d9300;
}

/* Light blue */
.lightBlue {
	background-color: #008c84;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#008c84), to(#008c84), color-stop(.5,#00c09e));
	background: -moz-linear-gradient(top, #008c84 0%, #00c09e 50%, #008c84 100%);
	border: 1px solid #008c84;
}
ul.lightBlue &gt; li  {
	border-right: 1px solid #008c84;
}

ul#jDropDown a {
	font-family:Arial, Helvetica, sans-serif;
	line-height:18px;
}
ul#jDropDown ul li a:hover {color:#0079B8;}

/* first li have home class*/
ul#jDropDown &gt; li &gt; a {
	font:  15px Arial;
	color: #3a474f;
}	

/* just that pattern */
ul#jDropDown &gt; li &gt; a {
	background-image: url(../images/downArrow.png);
	background-repeat: no-repeat;
	background-position: 2px 11px;
	height: 40px; 
	position: relative;
	top: 15px;
	margin: 0px 5px 0px 5px;
	padding: 4px 15px 4px 15px;
}

/* first li have home class*/
ul#jDropDown li.home img{
	border: 0px;
}

ul#jDropDown &gt; li &gt; .on, ul#jDropDown &gt; li &gt; a:hover{
	color: #3a474f;
	top: 4px;
	background-color: #fff;
	padding-top: 15px;
	height: 25px; 
	
	/* css3 */
	-moz-border-radius: 2px 2px 0 0px;
	border-radius: 2px 2px 0 0px;
}
ul#jDropDown &gt; li.home a:hover, ul#jDropDown &gt; li.home a {
	background: none;
	top: 10px;
	padding-top: 0px;
}

/* 
	LEVEL ONE
*/
ul#jDropDown {
    float:left;
	height: 53px; 
	width: 910px; 
	
	/* css3 */
	/*-moz-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 2px 2px 2px #919191;
	-webkit-box-shadow: 2px 2px 2px #919191;
	box-shadow: 2px 2px 2px #5d5d5d;*/
}
ul#jDropDown li {
	float: left;
	/*font-weight: bold;*/
	zoom: 1;
	position: relative;
}
ul#jDropDown li a {
	display: block;
}
ul#jDropDown &gt; li:last-child {
	border-right: none;
}

/* 
	LEVEL TWO
*/
ul#jDropDown ul {
}

ul#jDropDown li .content {
	left: 0;
	position: absolute;
	top: 100%;
	visibility: hidden;
	width: 300px;
	margin-top: 5px;
	border: 1px solid #e5e5e5;
	background-color: #fff;
	padding: 10px 0px 10px 10px;
}

ul#jDropDown ul li {
	/*border-bottom: 1px solid #ccc;*/
	float: none;
	font-size: 11px;
	font-weight: normal;
	padding: 15px 0 0px 0;
}
ul#jDropDown ul li:last-child {
	border-color: #fff;
}
ul#jDropDown ul li a {
	border-right: none;
	display: inline-block;
	width: 100%;
	color: #484848;
}
/* Column */
.column_1, .column_2, .column_3, .column_4, .column_5 {
	left: -26px;
	position: absolute;
	top: 100%;
	visibility: hidden;
	margin-top: 4px;
	border: 1px solid #e5e5e5;
	background-color: #fff;
	border-top: 0px;
	z-index:999;
	/* CSS3 */
	-moz-box-shadow: 2px 2px 2px #919191;
	-webkit-box-shadow: 2px 2px 2px #919191;
	box-shadow: 2px 2px 2px #919191;
}




.column_1 {width: 170px;}
.column_2 {width: 340px;}
.column_3 {width: 510px;}
.column_4 {width: 680px;}
.column_5 {width: 850px;}



ul#jDropDown .column {
	float: left;
	width: 150px; 
	margin: 10px;
}


ul#jDropDown .column .sectionTitle {
	/*font-weight: bold;
	display: block;
	padding: 8px 0px 5px 1px;
	border-bottom: 1px solid #ccc;*/
}
ul#jDropDown .column .contact {
	text-align:center;
	font: normal 11px Arial;
	float: right;
	color: #676767;
}
ul#jDropDown .column .contact p{
	margin: 10px 0px 0px 0px;
}

ul#jDropDown .column1 {
	float: left;
	width: 850px; 
	 
}

ul#jDropDown .column1 li {
	float: left;
	width: 150px; 
	margin:0 10px;
	height:125px;
	text-align:center;
	padding-top:0;
}

.search{float:right;width:240px;}
.d7:after {content:""; clear:both; display:table}
.d7 form {
  width: auto;
  float: right;
  padding-top:12px;
  position: relative;
  width: 240px;
  margin: 0 auto;
}
.d7 input {
  width: 225px;
  height: 30px;
  padding-left: 15px;
  border-radius: 30px;
  border: 1px solid #221815;
  outline: none;
  position: relative;  
}
.d7 input:focus {
  width: 225px;
}
.d7 button {
  width: 30px;
  height: 30px;
  background: none;
  border: none;
  position: absolute;
  top: 12px;
  right: 0;
}
.d7 button:before{
  content: "\f002";
  font-family: FontAwesome;
  color: #324b4e;
}</pre></body></html>