/* CSS Document */


/* GLOSSARY */
/* COLOR GLOSSARY */
/* Precursor Blue 293: #006AB6 */
/* Precursor Blue 293 20%: #C6D3EC */
/* Precursor Blue 293: 40% #95B1DC */
/* Precursor Blue 293: 60% #6894CE */
/* Precursor Blue orignial web site: #001E82 */
/* END COLOR GLOSSARY */
/* END GLOSSARY */

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

body {
	background-color:#ffffff;
	}

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

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

img.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
img.left {
    display: inline;
    float:left;
    margin:5px 15px 5px 0;
}
img.right {
    float:right;
    margin:5px 0 5px 15px;
    }


#submit {
 color: #fff;
 background: #006AB6;
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;
}

#submitnarrow {
 color: #fff;
 background: #006AB6;
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;
}

#submit.hover {
 color: #000;
 background: #006AB6;
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;
}

#submit {
	 width: 400px; 
}

#submitcenter { 
	text-align: center; 
}

#submitleft { 
	text-align: left; 
}

#submitright { 
	text-align: right; 
}

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

.searchblue {
color: ##006AB6;
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;}

img.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: 0;
}

img.left {
	float:left;
	margin:0 -2px; 
	padding:1px; 
	border:0;}


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

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

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

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

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

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

	/* Adjusting the margins, paddings and no list styles */
	.navigation  {
		margin:0; 
		padding:0; 
		list-style:none;
	}	
	
	/* 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:175px; 
		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: #006AB6; 
	}
	
	.navigation  li a:hover {
		color:#006AB6;
	}
		
	/* Sub Cat Menu stuff*/
	.navigation  ul {
		background:#C6D3EC;
		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:#006AB6;
	}

	#navigation ul .subnavigation {
	background:#006AB6;
	}

	/* 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:#006AB6;
		}

		#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:#C6D3EC;
		}
		
		#map  td a {
		text-decoration:none;
		color:#6b6b6b;
		}
		
		#map  td a:hover {
		color:#006AB6;
		}

.nobreak {
-webkit-column-break-inside:avoid;
-moz-column-break-inside:avoid;
-o-column-break-inside:avoid;
-ms-column-break-inside:avoid;
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;
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;
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;
column-break-after:right;
}

/** iPhone 4-5 **/
@media only screen 
and (min-device-width : 320px) {
.Columns {
-moz-column-count:1; /* Firefox */
-webkit-column-count:1; /* Safari and Chrome */
column-count:1; }
.small {color: #000000;
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;}
}

/** iPhone 6 **/
@media only screen 
and (min-device-width : 600px) {
.Columns {
-moz-column-count:1; /* Firefox */
-webkit-column-count:1; /* Safari and Chrome */
column-count:1; }
.small {color: #000000;
font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
font-size: 42px;
line-height: 1.2;
font-weight: normal;
text-decoration: none;
-webkit-font-smoothing: antialiased;}
}


/** iPad **/
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  {
.Columns {
-moz-column-count:3; /* Firefox */
-webkit-column-count:3; /* Safari and Chrome */
column-count:3;
background-color:#C6D3EC;
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:#C6D3EC;
padding: 10px 30px 20px 30px ;
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:#C6D3EC;
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;}
}

/** Mac **/
@media only screen 
and (min-device-width : 1224px) {
.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:#C6D3EC;
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:#C6D3EC;
padding: 10px 30px 20px 30px ;
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:#C6D3EC;
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;}
}

a.tooltip::before {
    content: attr(data-tip) ;   
     
    font-size: 10px;
    position:absolute;
    z-index: 999;
    white-space:nowrap;
    bottom:9999px;
    left: 50%;
    background:#C6D3EC;
    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;  
  *width: 100%; /* IE7 hack*/
}
#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: #006AB6;
  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: #006AB6;
    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: #006AB6;
  border-top: 0 none;
  display: block;
  line-height: 50%;
  padding: 9px 60px;
  text-align: center;
}

				/* 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: 23%;
    margin-left: 3%;
    padding:5px 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:#006AB6;
    text-decoration: underline; 
}

.grid4col h3 a:hover{
    color:#006AB6;
    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:#006AB6;
    text-decoration: underline; 
}

.grid5col h3 a:hover{
    color:#006AB6;
    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 5px;
padding: 0 0 0 5px;
}
