* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0; margin: 0;}



.nav {
	/*background: #666;*/
	border-radius: 0px;
	width: 730px;
	margin: 0px auto;
	height: 83px;
}

.nav li { list-style: none;  }
.nav > li { padding: 0; float: left; position: relative; }
.nav > li > a {
	float: left;
	color: #fff;
	font-size: 12pt;
	text-decoration: none;
	font-family: 'SourceSansProRegular';
	line-height: 50px;
	padding: 15 20px; 
	height: 83px;
	font-weight: normal;
	text-transform:uppercase;
}
.nav > li:hover > a { background: #B79102; font-family: 'SourceSansProRegular'; font-size: 12pt; }
.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:0px;
	top: 83px;
	display: none;
	z-index:9999;
	/*background: #0394F1;*/
	padding: 10px 10px;
	box-shadow: 0 2px 3px rgba(0,0,0,0.1);
	overflow: hidden;
	background-image: url(imgs/ul_bg.png);
}
.nav > li > div p { color: #666; }
.nav > li > div ul li{ color: #FFFFFF; text-decoration:none; font-size:14px; width:240px; background-image:url(imgs/w_dot.png); background-repeat:no-repeat; background-position:left 9px; }
.nav > li > div ul li:hover{ color: #FFFFFF; text-decoration:none; font-size:14px; width:240px; }
.nav > li > div ul li a{ 	font-family: Helvetica, Arial, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	display: block;
	padding: 0 20px;
	background:url(imgs/arrow.gif);
	background-repeat:no-repeat;
	background-position:0px 9px;
	line-height: 24px;
	text-decoration: none;}
.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: 0px 0; float: left; padding: 0px;}


	/* 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: 520px; }
	.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: 600px; }
	.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: 400px; 
	margin-left: -20px; 
	padding: 20px; 
	background: #e4fbff; 
	border-top: 1px solid #ddd; 
	border-bottom: 1px solid #ddd;
}
.container-4 .highlighted { 
	width: 500px;
	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;
}
h3 a{
background-image:url(imgs/w_dot.png);
background-repeat:no-repeat;
padding-left:12px;
background-position:left 12px;
line-height:30px;
color:#FFFFFF;
}
h3 a:hover{
background-image:url(imgs/w_dot.png);
background-repeat:no-repeat;
padding-left:12px;
background-position:left 12px;
background-color:#333333;
line-height:30px;
color:#FFFFFF;
}