/**
 * Copyright: 2007-2012, Web Techtonics, LLC
 * This code is property of Web Techtonics, LLC. All rights reserved.
 * May not be re-used, re-distributed or modified without permission.
 */


/* Sets reset styles for the whole thing */
.AV-WNavigation-2, .AV-WNavigation-2 ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}
/* For the whole navigation */
.AV-WNavigation-2
{
	position: relative;
	text-align: left;
	z-index: 1001;
	font-size: 13px;
  height: 43px;
}
/* This is just for the top list */
.AV-WNavigation-2 > li
{
	height: 100%;
	z-index: 1001;
}
	.AV-WNavigation-2 > li:hover, .AV-WNavigation-2 > li.current
	{
		background: #444;
		background: -moz-linear-gradient(#444, #111);
		background-image: -webkit-gradient(linear, left top, left bottom, from(#444), to(#111));
		background: -webkit-linear-gradient(#444, #111);
		background: -o-linear-gradient(#444, #111);
		background: -ms-linear-gradient(#444, #111);
		background: linear-gradient(#444, #111);
	}
.AV-WNavigation-2 > li > ul
{
	/*z-index: 1000 !important;*/
	z-index: 1000;
}
.AV-WNavigation-2:before, .AV-WNavigation-2:after
{
	content: "";
	display: table;
}
.AV-WNavigation-2:after
{
	clear: both;
}
.AV-WNavigation-2
{
	zoom:1;
}
.AV-WNavigation-2 li
{
	float: left;
	border-right: 1px solid white;
	border-right: 1px solid rgba(255, 255, 255, .3);
	/*-moz-box-shadow: 1px 0 0 #444;
	-webkit-box-shadow: 1px 0 0 #444;
	box-shadow: 1px 0 0 #444;*/
	position: relative;
}
	.AV-WNavigation-2 li:last-child
	{
		border-right: none;
	}
.AV-WNavigation-2 a
{
	float: left;
	padding: 14px 7px;
	padding: 14px 1vw;
	color: #999;
	text-transform: uppercase;
	font: bold 12px;
	text-decoration: none;
	font-weight: bold;
}
	.AV-WNavigation-2 li:hover > a, .AV-WNavigation-2 li.current > a
	{
		color: #fafafa;
	}
	*html .AV-WNavigation-2 li a:hover
	{ /* IE6 only */
		color: #fafafa;
	}

.AV-WNavigation-2 ul
{
	z-index: 1000;
	margin: -20px 0 0 0;
	_margin: 0; /*IE6 only*/
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 43px;
	left: 0;
	background: #444;
	background: -moz-linear-gradient(#444, #111);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#444), to(#111));
	background: -webkit-linear-gradient(#444, #111);
	background: -o-linear-gradient(#444, #111);
	background: -ms-linear-gradient(#444, #111);
	background: linear-gradient(#444, #111);
	/*-moz-box-shadow: 0 -1px rgba(255,255,255,.3);
	-webkit-box-shadow: 0 -1px 0 rgba(255,255,255,.3);
	box-shadow: 0 -1px 0 rgba(255,255,255,.3);*/
	/*-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;*/
	-webkit-transition: opacity .3s ease-in-out, margin .3s ease-in-out;
	-moz-transition: opacity .3s ease-in-out, margin .3s ease-in-out;
	-ms-transition: opacity .3s ease-in-out, margin .3s ease-in-out;
	-o-transition: opacity .3s ease-in-out, margin .3s ease-in-out;
	transition: opacity .3s ease-in-out, margin .3s ease-in-out;
}

	.AV-WNavigation-2 li:hover > ul
	{
		opacity: 1;
		visibility: visible;
		margin: 0;
	}

	.AV-WNavigation-2 ul ul
	{
		z-index: 1000;
		top: -1px;
		left: 251px;
		margin: -3px 0 0 -50px;
		_margin: 0; /*IE6 only*/
		/*-moz-box-shadow: -1px 0 0 rgba(255,255,255,.3);
		-webkit-box-shadow: -1px 0 0 rgba(255,255,255,.3);
		box-shadow: -1px 0 0 rgba(255,255,255,.3);*/
	}

	.AV-WNavigation-2 ul li
	{
		float: none;
		display: block;
		border: 0;
		_line-height: 0; /*IE6 only*/
		/*-moz-box-shadow: 0 1px 0 #111, 0 2px 0 #666;
		-webkit-box-shadow: 0 1px 0 #111, 0 2px 0 #666;
		box-shadow: 0 1px 0 #111, 0 2px 0 #666;*/
	}

	.AV-WNavigation-2 ul li:last-child
	{
		/*-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;*/
	}

	.AV-WNavigation-2 ul a
	{
		padding: 13px;
		width: 225px;
		_height: 10px; /*IE6 only*/
		display: block;
		white-space: nowrap;
		float: none;
		text-transform: none;
		border-top: 1px solid #666;
		font-size: 12px;
		font-weight: normal;
	}

	.AV-WNavigation-2 ul a:hover, .AV-WNavigation-2 ul a.current
	{
		background-color: #0186ba;
		background-image: -moz-linear-gradient(#04acec,  #0186ba);
		background-image: -webkit-gradient(linear, left top, left bottom, from(#04acec), to(#0186ba));
		background-image: -webkit-linear-gradient(#04acec, #0186ba);
		background-image: -o-linear-gradient(#04acec, #0186ba);
		background-image: -ms-linear-gradient(#04acec, #0186ba);
		background-image: linear-gradient(#04acec, #0186ba);
	}
	.AV-WNavigation-2 ul li:first-child > a
	{
		/*-moz-border-radius: 1px 1px 0 0;
		-webkit-border-radius: 1px 1px 0 0;
		border-radius: 1px 1px 0 0;*/
	}

	.AV-WNavigation-2 ul li:first-child > a:after
	{
		content: '';
		/* I removed the top arrow. Restore this code to put it back. */
		/*position: absolute;
		left: 40px;
		top: -6px;
		border-left: 6px solid transparent;
		border-right: 6px solid transparent;
		border-bottom: 6px solid #444;*/
	}
	.AV-WNavigation-2 ul ul li:first-child a:after
	{
		content: '';
		/* I removed the left arrow. Restore this code to put it back. */
		/*left: -6px;
		top: 50%;
		margin-top: -6px;
		border-left: 0;
		border-bottom: 6px solid transparent;
		border-top: 6px solid transparent;
		border-right: 6px solid #3b3b3b;*/
	}

	.AV-WNavigation-2 ul li:first-child a:hover:after
	{
		border-bottom-color: #04acec;
	}
	.AV-WNavigation-2 ul ul li:first-child a:hover:after
	{
		border-right-color: #0299d3;
		border-bottom-color: transparent;
	}
.AV-WFooter-1 a:hover, .AV-WFooter-1 a:active
{
	color: #c0c0c0;
}

#menu-trigger,
#menu-wrap .phone-number
{
    display: none;
}
#menu-wrap .phone-number > a,
#menu-wrap .phone-number > a:link,
#menu-wrap .phone-number > a:active,
#menu-wrap .phone-number > a:hover,
#menu-wrap .phone-number > a:visited
{
	color: #fff;
}
