/* CSS Document */


/* GLOSSARY */
/* COLOR GLOSSARY */
/* Precursor Blue 293: #FF0000 */
/* Precursor Blue 293 20%: #FFCCCC */
/* Precursor Blue 293: 40% #95B1DC */
/* Precursor Blue 293: 60% #6894CE */
/* Precursor Blue orignial web site: #001E82 */
/* Precursor Red: #FF0000 */
/* Precursor Red: 20% #FFCCCC */
/* Precursor Red: 40% #FF9999 */
/* Precursor Red: 60% #FF6666 */
/* END COLOR GLOSSARY */
/* END GLOSSARY */

/* ACCESSIBILTY CODE */
/* SKIP TO MAIN CONTNENT CLASS */
#skip a
{ 
position:absolute; 
left:-10000px; 
top:auto; 
width:1px; 
height:1px; 
overflow:hidden;
} 
 
#skip a:focus 
{ 
position:static; 
width:auto; 
height:auto; 
} 
/* END SKIP TO MAIN CONTNENT CLASS */
/* END ACCESSIBILTY CODE */

/* Padding Notes */
/* Top Right Bottom Left */

body {
	background-color:#ffffff;
	}

.spacer
{clear: both; visibility: hidden;}

.borderless {
   margin: 0px;
   padding: 0px;
}

/* IMAGE CODE */
img.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: 0;
}
img.left {
    display: inline;
    float:left;
    margin:5px 15px 5px 0;
    border:0;
}
img.right {
    display: inline;
    float:right;
    margin:5px 0 5px 15px;
    border:0;
    }
/* END IMAGE CODE */

#submit {
 color: #fff;
 background: #FF0000;
font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
font-size: 22px;
font-weight: bold;
-webkit-font-smoothing: antialiased;
line-height: 1.2;
 width: 200px;
 height: 30px;
 border: none;
 margin: 0;
 padding: 0;
 -webkit-border-radius: 50px;
 -moz-border-radius: 50px;
 border-radius: 50px;
 cursor: pointer;
  -webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}

#submitnarrow {
 color: #fff;
 background: #FF0000;
font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
font-size: 22px;
font-weight: bold;
-webkit-font-smoothing: antialiased;
line-height: 1.2;
 width: 200px;
 height: 30px;
 border: none;
 margin: 0;
 padding: 0;
 -webkit-border-radius: 50px;
 -moz-border-radius: 50px;
 border-radius: 50px;
 cursor: pointer;
  -webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}

#submit.hover {
 color: #000;
 background: #FF0000;
font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
font-size: 22px;
font-weight: bold;
-webkit-font-smoothing: antialiased;
line-height: 1.2;
 width: 200px;
 height: 30px;
 border: none;
 margin: 0;
 padding: 0;
 -webkit-border-radius: 50px;
 -moz-border-radius: 50px;
 border-radius: 50px;
  -webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}

#submit {
	 width: 400px; 
}

#submitcenter { 
	text-align: center; 
}

#submitleft { 
	text-align: left; 
}

#submitright { 
	text-align: right; 
}

#submitlargecenter { 
	text-align: center; 
	width: 700px; 
}

.searchblue {
color: #FF0000;
font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
font-size: 22px;
line-height: 1.2;
font-weight: normal;
text-decoration: none;
-webkit-font-smoothing: antialiased;
-webkit-transform: rotate(45deg); 
-moz-transform: rotate(45deg); 
-o-transform: rotate(45deg);
}

input[type='text'] {color: #000000;
font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
font-size: 18px;
line-height: 1.2;
font-weight: normal;
text-decoration: none;
-webkit-font-smoothing: antialiased;}

input[type='tel'] {color: #000000;
font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
font-size: 18px;
line-height: 1.2;
font-weight: normal;
text-decoration: none;
-webkit-font-smoothing: antialiased;}

input[type='email'] {color: #000000;
font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
font-size: 18px;
line-height: 1.2;
font-weight: normal;
text-decoration: none;
-webkit-font-smoothing: antialiased;}

input[type='number'] {color: #000000;
font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
font-size: 18px;
line-height: 1.2;
font-weight: normal;
text-decoration: none;
-webkit-font-smoothing: antialiased;}

input[type='url'] {color: #000000;
font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
font-size: 18px;
line-height: 1.2;
font-weight: normal;
text-decoration: none;
-webkit-font-smoothing: antialiased;}

hr.blue {border-style: solid;
border-color: #FF0000}

hr.red {border-style: solid;
border-color: #FF0000}

hr.green {border-style: solid;
border-color: #00FF00}

a:link {color: #FF0000;
text-decoration: underline;}

a:hover {color: #FF0000;
text-decoration: none;;}

a:visited {color: #FF0000;
text-decoration: underline;}

	/* SiteMap stuff*/
	#map  th {
		font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
		font-size: 18px;
		font-weight: bold;
		text-decoration: none;
		-webkit-font-smoothing: antialiased;
		width:150px; 		
		}

		#map  th a {
		text-decoration:none;
		color:#000000;
		}
		
		#map  th a:hover {
		color:#FF0000;
		}

		#map  td {
		font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
		font-size: 14px;
		font-weight: bold;
		text-decoration: none;
		-webkit-font-smoothing: antialiased;
		width:150px; 
		background-color:#FFCCCC;
		}
		
		#map  td a {
		text-decoration:none;
		color:#6b6b6b;
		}
		
		#map  td a:hover {
		color:#FF0000;
		}

.nobreak {
-webkit-column-break-inside:avoid;
-moz-column-break-inside:avoid;
-o-column-break-inside:avoid;
-ms-column-break-inside:avoid;
}

.breakbefore {
-webkit-column-break-before:always;
-moz-column-break-before:always;
-o-column-break-before:always;
-ms-column-break-before:always;
}

.breakafter {
-webkit-column-break-after:always;
-moz-column-break-after:always;
-o-column-break-after:always;
-ms-column-break-after:always;
}

.breakright {
-webkit-column-break-after:right;
-moz-column-break-after:right;
-o-column-break-after:right;
-ms-column-break-after:right;
}

/* iPhone*/
@media (max-width: 576px) {
.Columns {
-moz-column-count:1; /* Firefox */
-moz-column-gap:5px;
-moz-column-fill: balance;
-webkit-column-count:1; /* Safari and Chrome */
-webkit-column-gap:5px;
-webkit-column-fill: balance;
 column-count:1; 
 column-gap:5px;
 column-fill: balance;
background-color:#FFCCCC;
padding: 2px 3px 1px 3px ;
margin-bottom: 20px;
}
.Columns1 {
-moz-column-count:1; /* Firefox */
-moz-column-gap:25px;
-moz-column-fill: balance;
-webkit-column-count:1; /* Safari and Chrome */
-webkit-column-gap:25px;
-webkit-column-fill: balance;
 column-count:1; 
 column-gap:25px;
 column-fill: balance;
background-color:#FFCCCC;
padding: 5px 15px 10px 15px ;
margin-bottom: 20px;
}
.ColumnsSplash {
-moz-column-count:1; /* Firefox */
-moz-column-gap:25px;
-moz-column-fill: balance;
-webkit-column-count:1; /* Safari and Chrome */
-webkit-column-gap:25px;
-webkit-column-fill: balance;
 column-count:1; 
 column-gap:25px;
 column-fill: balance;
background-color:#FFCCCC;
margin-bottom: 100px;
}

	/* Adjusting the margins, paddings and no list styles */
	.navigation  {
		list-style:none;
		padding-left:0; 
		justify-content: center;
		display: flex;
		z-index: 10;
	}	
	
	/* Little tricking with positions */
	.navigation  li {
		font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
		font-size: 11px;
		font-weight: bold;
		text-decoration: none;
		-webkit-font-smoothing: antialiased;
		float:left;			/* Show list items inline */
		width:20%; 
		position:relative; 
	}
		

	.subnavigation  li {
		font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
		font-size: 12px;
		font-weight: bold;
		text-decoration: none;
		-webkit-font-smoothing: antialiased;
		float:left;			/* Show list items inline */
		width:80px; 
		position:relative; 
	}

	/* Playing with Main Categories */
	.navigation  li a {
		background:none;
		color:#6b6b6b;
		display:block;  	/* Making sure a element covers whole li area */
		padding:2px 1px 2px 1px; 
		text-decoration:none; /* No underline */
		border-top:none;
		text-align:center; 
		text-transform:uppercase;
	}

	li.selected a { 
	color: #FF0000; 
	}
	
	.navigation  li a:hover {
		color:#FF0000;
	}
		
	/* Sub Cat Menu stuff*/
	.navigation  ul {
		background:#FFCCCC;
		position:absolute; 
		left:0; 
		display:none; /* Hide it by default */
		margin:0 0 0 -1px; 
		padding:0; 		
		list-style:none;
		border-bottom:none;	
	}
		
	.navigation  ul li {
		width:175px; 
		float:left; 
		border-top:none;
	}
		
	/* Sub Cat menu link properties */
	.navigation  ul a {
		display:block;    	/* Making sure a element covers whole li area */
		height:15px;
		padding:13px 7px 13px 7px; 
		color:#6b6b6b;
		text-decoration:none;	
		border-top:none;
		border-bottom:none;
	}
		
	.navigation  ul a:hover {
		color:#FF0000;
	}

	#navigation ul .subnavigation {
	background:#FF0000;
	}
}

/* iPhone S*/
@media (min-width: 577px) {
.Columns {
-moz-column-count:1; /* Firefox */
-moz-column-gap:5px;
-moz-column-fill: balance;
-webkit-column-count:1; /* Safari and Chrome */
-webkit-column-gap:5px;
-webkit-column-fill: balance;
 column-count:1; 
 column-gap:5px;
 column-fill: balance;
background-color:#FFCCCC;
padding: 2px 3px 1px 3px ;
margin-bottom: 20px;
}
.Columns1 {
-moz-column-count:1; /* Firefox */
-moz-column-gap:25px;
-moz-column-fill: balance;
-webkit-column-count:1; /* Safari and Chrome */
-webkit-column-gap:25px;
-webkit-column-fill: balance;
 column-count:1; 
 column-gap:25px;
 column-fill: balance;
background-color:#FFCCCC;
padding: 5px 15px 10px 15px ;
margin-bottom: 20px;
}
.Columns2 {
-moz-column-count:1; /* Firefox */
-moz-column-gap:25px;
-moz-column-fill: balance;
-webkit-column-count:1; /* Safari and Chrome */
-webkit-column-gap:25px;
-webkit-column-fill: balance;
 column-count:1; 
 column-gap:25px;
 column-fill: balance;
background-color:#FFCCCC;
padding: 5px 15px 10px 15px ;
margin-bottom: 20px;
}
.ColumnsSplash {
-moz-column-count:1; /* Firefox */
-moz-column-gap:25px;
-moz-column-fill: balance;
-webkit-column-count:1; /* Safari and Chrome */
-webkit-column-gap:25px;
-webkit-column-fill: balance;
 column-count:1; 
 column-gap:25px;
 column-fill: balance;
background-color:#FFCCCC;
margin-bottom: 100px;
}

	/* Adjusting the margins, paddings and no list styles */
	.navigation  {
		list-style:none;
		padding-left:0; 
		justify-content: center;
		display: flex;
		z-index: 10;
	}	
	
	/* Little tricking with positions */
	.navigation  li {
		font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
		font-size: 14px;
		font-weight: bold;
		text-decoration: none;
		-webkit-font-smoothing: antialiased;
		float:left;			/* Show list items inline */
		width:20%; 
		position:relative; 
	}
		

	.subnavigation  li {
		font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
		font-size: 12px;
		font-weight: bold;
		text-decoration: none;
		-webkit-font-smoothing: antialiased;
		float:left;			/* Show list items inline */
		width:80px; 
		position:relative; 
	}

	/* Playing with Main Categories */
	.navigation  li a {
		background:none;
		color:#6b6b6b;
		display:block;  	/* Making sure a element covers whole li area */
		padding:2px 1px 2px 1px; 
		text-decoration:none; /* No underline */
		border-top:none;
		text-align:center; 
		text-transform:uppercase;
	}

	li.selected a { 
	color: #FF0000; 
	}
	
	.navigation  li a:hover {
		color:#FF0000;
	}
		
	/* Sub Cat Menu stuff*/
	.navigation  ul {
		background:#FFCCCC;
		position:absolute; 
		left:0; 
		display:none; /* Hide it by default */
		margin:0 0 0 -1px; 
		padding:0; 		
		list-style:none;
		border-bottom:none;	
	}
		
	.navigation  ul li {
		width:175px; 
		float:left; 
		border-top:none;
	}
		
	/* Sub Cat menu link properties */
	.navigation  ul a {
		display:block;    	/* Making sure a element covers whole li area */
		height:15px;
		padding:8px 7px 13px 7px; 
		color:#6b6b6b;
		text-decoration:none;	
		border-top:none;
		border-bottom:none;
	}
		
	.navigation  ul a:hover {
		color:#FF0000;
	}

	#navigation ul .subnavigation {
	background:#FF0000;
	}
}


/* iPad*/
@media (min-width: 768px) {
.Columns {
-moz-column-count:2; /* Firefox */
-moz-column-gap:25px;
-moz-column-fill: balance;
-webkit-column-count:2; /* Safari and Chrome */
-webkit-column-gap:25px;
-webkit-column-fill: balance;
 column-count:2; 
 column-gap:25px;
 column-fill: balance;
background-color:#FFCCCC;
padding: 20px 30px 10px 30px ;
margin-bottom: 20px;
}
.Columns1 {
-moz-column-count:1; /* Firefox */
-moz-column-gap:25px;
-moz-column-fill: balance;
-webkit-column-count:1; /* Safari and Chrome */
-webkit-column-gap:25px;
-webkit-column-fill: balance;
 column-count:1; 
 column-gap:25px;
 column-fill: balance;
background-color:#FFCCCC;
padding: 10px 30px 20px 30px ;
margin-bottom: 20px;
}
.Columns2 {
-moz-column-count:1; /* Firefox */
-moz-column-gap:25px;
-moz-column-fill: balance;
-webkit-column-count:1; /* Safari and Chrome */
-webkit-column-gap:25px;
-webkit-column-fill: balance;
 column-count:1; 
 column-gap:25px;
 column-fill: balance;
background-color:#FFCCCC;
padding: 10px 30px 20px 30px;
margin-bottom: 20px;
}
.ColumnsSplash {
-moz-column-count:1; /* Firefox */
-moz-column-gap:25px;
-moz-column-fill: balance;
-webkit-column-count:1; /* Safari and Chrome */
-webkit-column-gap:25px;
-webkit-column-fill: balance;
 column-count:1; 
 column-gap:25px;
 column-fill: balance;
background-color:#FFCCCC;
margin-bottom: 20px;
}
	/* BEGIN NAVITION*/
	/* Adjusting the margins, paddings and no list styles */
	.navigation {
		list-style:none;
		padding-left:0; 
		justify-content: center;
		display: flex;
		z-index: 10;
	}	
	
	
	/* Little tricking with positions */
	.navigation  li {
		font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
		font-size: 18px;
		font-weight: bold;
		text-decoration: none;
		-webkit-font-smoothing: antialiased;
		float:left;			/* Show list items inline */
		width:20%; 
		position:relative; 
	}
		

	.subnavigation  li {
		font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
		font-size: 14px;
		font-weight: bold;
		text-decoration: none;
		-webkit-font-smoothing: antialiased;
		float:left;			/* Show list items inline */
		width:150px; 
		position:relative; 
	}

	/* Playing with Main Categories */
	.navigation  li a {
		background:none;
		color:#6b6b6b;
		display:block;  	/* Making sure a element covers whole li area */
		padding:8px 7px 8px 7px; 
		text-decoration:none; /* No underline */
		border-top:none;
		text-align:center; 
		text-transform:uppercase;
	}

	li.selected a { 
	color: #FF0000; 
	}
	
	.navigation  li a:hover {
		color:#FF0000;
	}
		
	/* Sub Cat Menu stuff*/
	.navigation  ul {
		background:#FFCCCC;
		position:absolute; 
		left:0; 
		display:none; /* Hide it by default */
		margin:0 0 0 -1px; 
		padding:0; 		
		list-style:none;
		border-bottom:none;	
	}
		
	.navigation  ul li {
		width:175px; 
		float:left; 
		border-top:none;
	}
		
	/* Sub Cat menu link properties */
	.navigation  ul a {
		display:block;    	/* Making sure a element covers whole li area */
		height:15px;
		padding:8px 7px 13px 7px; 
		color:#6b6b6b;
		text-decoration:none;	
		border-top:none;
		border-bottom:none;
	}
		
	.navigation  ul a:hover {
		color:#FF0000;
	}

	#navigation ul .subnavigation {
	background:#FF0000;
	}
	/* END NAVITION*/
}

/** Mac **/
@media (min-width: 992px) {
.Columns {
-moz-column-count:3; /* Firefox */
-moz-column-gap:25px;
-moz-column-fill: balance;
-webkit-column-count:3; /* Safari and Chrome */
-webkit-column-gap:25px;
-webkit-column-fill: balance;
 column-count:3; 
 column-gap:25px;
 column-fill: balance;
background-color:#FFCCCC;
padding: 20px 30px 10px 30px ;
margin-bottom: 20px;
}
.Columns1 {
-moz-column-count:1; /* Firefox */
-moz-column-gap:25px;
-moz-column-fill: balance;
-webkit-column-count:1; /* Safari and Chrome */
-webkit-column-gap:25px;
-webkit-column-fill: balance;
 column-count:1; 
 column-gap:25px;
 column-fill: balance;
background-color:#FFCCCC;
padding: 10px 30px 20px 30px;
margin-bottom: 20px;
}
.Columns2 {
-moz-column-count:1; /* Firefox */
-moz-column-gap:25px;
-moz-column-fill: balance;
-webkit-column-count:1; /* Safari and Chrome */
-webkit-column-gap:25px;
-webkit-column-fill: balance;
 column-count:1; 
 column-gap:25px;
 column-fill: balance;
background-color:#FFCCCC;
padding: 10px 30px 20px 30px;
margin-bottom: 20px;
}
.ColumnsSplash {
-moz-column-count:1; /* Firefox */
-moz-column-gap:25px;
-moz-column-fill: balance;
-webkit-column-count:1; /* Safari and Chrome */
-webkit-column-gap:25px;
-webkit-column-fill: balance;
 column-count:1; 
 column-gap:25px;
 column-fill: balance;
background-color:#FFCCCC;
margin-bottom: 20px;
}
.Columns2 {
-moz-column-count:2; /* Firefox */
-moz-column-gap:25px;
-moz-column-fill: balance;
-webkit-column-count:2; /* Safari and Chrome */
-webkit-column-gap:25px;
-webkit-column-fill: balance;
 column-count:2; 
 column-gap:25px;
 column-fill: balance;
background-color:#FFCCCC;
padding: 10px 30px 20px 30px ;
margin-top: 10px;
margin-bottom: 20px;
}
.small {color: #000000;
font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
font-size: 18px;
line-height: 1.2;
font-weight: normal;
text-decoration: none;;
-webkit-font-smoothing: antialiased;}
	/* BEGIN NAVITION*/
	/* Adjusting the margins, paddings and no list styles */
	.navigation  {
		list-style:none;
		padding-left:0; 
		justify-content: center;
		display: flex;
		z-index: 10;
	}	
	
	/* Little tricking with positions */
	.navigation  li {
		font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
		font-size: 18px;
		font-weight: bold;
		text-decoration: none;
		-webkit-font-smoothing: antialiased;
		float:left;			/* Show list items inline */
		width:20%; 
		position:relative; 
	}
		

	.subnavigation  li {
		font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
		font-size: 14px;
		font-weight: bold;
		text-decoration: none;
		-webkit-font-smoothing: antialiased;
		float:left;			/* Show list items inline */
		width:150px; 
		position:relative; 
	}

	/* Playing with Main Categories */
	.navigation  li a {
		background:none;
		color:#6b6b6b;
		display:block;  	/* Making sure a element covers whole li area */
		padding:8px 7px 8px 7px; 
		text-decoration:none; /* No underline */
		border-top:none;
		text-align:center; 
		text-transform:uppercase;
	}

	li.selected a { 
	color: #FF0000; 
	}
	
	.navigation  li a:hover {
		color:#FF0000;
	}
		
	/* Sub Cat Menu stuff*/
	.navigation  ul {
		background:#FFCCCC;
		position:absolute; 
		left:0; 
		display:none; /* Hide it by default */
		margin:0 0 0 -1px; 
		padding:0; 		
		list-style:none;
		border-bottom:none;	
	}
		
	.navigation  ul li {
		width:175px; 
		float:left; 
		border-top:none;
	}
		
	/* Sub Cat menu link properties */
	.navigation  ul a {
		display:block;    	/* Making sure a element covers whole li area */
		height:15px;
		padding:8px 7px 13px 7px; 
		color:#6b6b6b;
		text-decoration:none;	
		border-top:none;
		border-bottom:none;
	}
		
	.navigation  ul a:hover {
		color:#FF0000;
	}

	#navigation ul .subnavigation {
	background:#FF0000;
	}
	/* END NAVITION*/
	}

	/* CSS ToolTips */
a.tooltip::before {
    content: attr(data-tip) ;   
     
    font-size: 10px;
    position:absolute;
    z-index: 999;
    white-space:nowrap;
    bottom:9999px;
    left: 50%;
    background:#FFCCCC;
    color:#6b6b6b;
    padding:0px 7px;
    line-height: 24px;
    height: 24px;
     
    opacity: 0;  
    transition:opacity 0.4s ease-out; 
    }
     
a.tooltip:hover::before {
    opacity: 1;
    bottom:-35px;
    }
    
	/* CSS PopUp menus */

#cssmenu ul,
#cssmenu li,
#cssmenu span,
#cssmenu a {
  margin: 0;
  padding: 0;
  position: relative;
}
#cssmenu ul {
  list-style: none;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu ul ul {
  display: none;
  position: absolute;
  top: 28px;
  min-width: 50px;
  text-align: center;  
}
#cssmenu li:hover ul {
  display: block;
}

#cssmenu:after,
#cssmenu ul:after {
  content: '';
  display: block;
  clear: both;
}
#cssmenu a {
  color: #ffffff;
  display: inline-block;
  font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
  font-size: 18px;
  min-width: 35px;
  text-align: center;
  text-decoration: none;;
}
#cssmenu > ul > li.active a {
  background: #FF0000;
  filter: none;
}
#cssmenu > ul > li.active a:hover {
  background: #fff;
  filter: none;
}
#cssmenu > ul > li a {
  background: #fff;
  border-left: 1px solid #6b6b6b;
  border-bottom: 1px solid #6b6b6b;
  border-top: 1px solid #6b6b6b;
  border-right: 1px solid #6b6b6b;
  line-height: 28px;
  padding: 0px 40px;
  filter: none;
}
#cssmenu > ul > li a:hover {
    color: #FF0000;
    background: #fff;
  filter: none;
}
#cssmenu > ul > li:first-child a {
  border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
}
#cssmenu > ul > li:last-child a {
  border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
}
#cssmenu li ul li {
  text-align: center;
}
#cssmenu li ul li a {
  background: #FF0000;
  border-top: 0 none;
  display: block;
  line-height: 50%;
  padding: 9px 60px;
  text-align: center;
}

/* BEGIN PROGRESS BAR  */
#myProgress {
  position: relative;
  width: 900px;
  height: 2px;
  margin:0 auto;
  background-color: #fff;
}

#myBar {
  position: absolute;
  width: 1%;
  height: 100%;
  background-color: #FF0000;
}

/* END PROGRESS BAR  */
				/* GRID */
.column {
    float: left;
    margin-bottom: 20px;
}

.grid2col, .grid2cola, .grid2colb, .grid2colc, .grid2cold, .grid2cole,
.grid2colf, .grid3col, .grid3cola, .grid4col, .grid5col, .grid6col {
    width: 100%;
}

.grid2col .column {
    width: 49%;
}

.grid2col .grid2col .column {
    width: 47.8%;
}

.grid3col .grid2col .column {
    width: 46%;
}

.grid4col .grid2col .column {
    width: 45%;
}

.grid2cola .column.first {
    width: 66%;
}

.grid2cola .column.last {
    width: 32%;
}

.grid2colb .column.first {
    width: 74.9%;
}

.grid2colb .column.last {
    width: 23%;
}

.grid2colc .column.first {
    width: 32%;
}

.grid2colc .column.last {
    width: 66%;
}

.grid2cold .column.first {
    width: 23%;
}

.grid2cold .column.last {
    width: 74.9%;
}

.grid2cole .column.first {
    width: 79%;
}

.grid2cole .column.last {
    width: 19%;
}

.grid2colf .column.first {
    width: 19%;
}

.grid2colf .column.last {
    width: 79%;
}

.grid3col .column {
    width: 32%;
    margin-left: 2%;
}

.grid2col .grid3col .column {
    width: 31%;
}

.grid3cola .column {
    width: 58%;
    margin-left: 2%;
}

.grid3cola .column.first,
.grid3cola .column.last {
    width: 19%;
}

.grid4col .column {
    width: 25%;
    margin-left: 0%;
    padding:0px 0 0 0px;
}

.grid5col .column {
    width: 20%;
    margin-left: 3%;
    padding:5px 0 0 0px;
}

.grid4col ul {
    color: red;
    list-style-type: none; 
}

.grid4col ul li {
    color: red;
}

.grid4col li {
    color: red;
}

.grid4col ul li a{
    color: #6b6b6b;
    text-decoration: none;; 
}

.grid4col h3 a{
    color: #6b6b6b;
    text-decoration: none;; 
}

.grid4col ul li a:hover{
    color:#FF0000;
    text-decoration: underline; 
}

.grid4col h3 a:hover{
    color:#FF0000;
    text-decoration: underline; 
}

.grid5col ul {
    color: red;
    list-style-type: none; 
}

.grid5col ul li {
    color: red;
}

.grid5col li {
    color: red;
}

.grid5col ul li a{
    color: #6b6b6b;
    text-decoration: none;; 
}

.grid5col h3 a{
    color: #6b6b6b;
    text-decoration: none;; 
}

.grid5col ul li a:hover{
    color:#FF0000;
    text-decoration: underline; 
}

.grid5col h3 a:hover{
    color:#FF0000;
    text-decoration: underline; 
}

.grid5col .column {
    width: 18.4%;
    margin-left: 2%;
}

.grid6col .column {
    width: 15%;
    margin-left: 2%;
}

.column.first, .column.last {
    margin-left: 0 !important;
}

.column.last {
    float: right !important;
}

.sitemap {
margin: 0 0 0 2px;
padding: 0 0 0 2px;
}
