* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0; margin: 0;}
.preload1 {background: url(../Images/Menu/blank_over.gif);}
.preload2 {background: url(../Images/Menu/blank_overa.gif);}

.preload3 {background: url(../Images/Menu/onyxBar_v3Blu.gif) repeat-x; height: 16px; padding-left: 200px;}
.preload3footer {background: url(../Images/Menu/onyxBar_v3Blu.gif) repeat-x; height: 16px;}
/*
body { font-family: "PT Sans", sans-serif; background: #f5f5f5; font-size: 100%;}
a { color: #666; text-decoration: none;}*/

.nav {
    background: #666;
    border-radius: 3px;
    /*width: 86%;*/
    margin: 20px auto;
    height: 23px;
    z-index: 10000;
    font-size: 10px;
    top: -50px;
    margin-left: 188px;
}

.nav a {
	color: #666; text-decoration: none;font-size: 12px; 
}

.nav h3 {
	font-size: 12px;
    padding-bottom: 2px;
}

.nav p {
	font-size: 12px;
    width : 100%;
}

.nav li { list-style: none;}
.nav > li { padding: 0; float: left; position: relative; }
.nav > li > a {
	float: left;
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	line-height: 23px;
	padding: 0 20px; 
	border-right: 1px solid #777;
	border-left: 1px solid #555;
	height: 23px;
}
.nav > li:hover > a { background: #555;	border-right: 1px solid #666; }
.nav > li:first-child > a { border-left: 0; }
.nav > li:last-child > a { border-right: 0; }
.nav > li:hover > div { display: block; }

/* MEGA DROP DOWN */

.nav > li > div {
	position: absolute;
	left: 0;
	top: 23px;
	display: none;
	background: #fff;
	padding: 10px 10px;
	box-shadow: 0 2px 3px rgba(0,0,0,0.1);
	overflow: hidden;
}
.nav > li > div p { color: #666; }
.nav > li > div.right { right: 0; left: auto }
.container-1, .container-2, .container-3, .container-4 { font-size: 80%; }


/* COLUMNS */
.col1,.col2,.col3,.col4,.col5 { margin: 10px 0; float: left; padding: 0 10px; }


	/* 1 Column */
	.container-1 { width: 170px; }
	.container-1 .col1 { width: 100%;}

	/* 2 Column */
	.container-2 { width: 270px; }
	.container-2 .col1 { width: 50% }
	.container-2 .col2 { width: 100% }

	/* 3 Column */
	.container-3 { width: 400px; }
	.container-3 .col1 { width: 33.33% }
	.container-3 .col2 { width: 66.66% }
	.container-3 .col3 { width: 100% }


	/* 4 Column */
	.container-4 { width: 800px; }
	.container-4 .col1 { width: 25%;}
	.container-4 .col2 { width: 50% }
	.container-4 .col3 { width: 75% }
	.container-4 .col4 { width: 100% }


	/* 5 Column */
	.container-5 { width: 800px; }
	.container-5 .col1 { width: 20%; }
	.container-5 .col2 { width: 40% }
	.container-5 .col3 { width: 60% }
	.container-5 .col4 { width: 80% }
	.container-5 .col5 { width: 100% }

/* HIGHLIGHTS */

.container-3 .highlighted { 
	width:900px; 
	margin-left: -20px; 
	padding: 20px; 
	background: #e4fbff; 
	border-top: 1px solid #ddd; 
	border-bottom: 1px solid #ddd;
}
.container-4 .highlighted { 
	width: 900px;
	margin-left: -10px; 
	padding: 20px; 
	background: #e4fbff; 
	border-top: 1px solid #ddd; 
	border-bottom: 1px solid #ddd;
}



.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}