﻿*{
    box-sizing:border-box;
    margin:0;
	outline:none;
}

img{
	border:none;
}

.top-bar{
	
    height:50px;
    position:inherit;
	border-bottom:1px solid #e5e5e5;
    top:0;
    left:0;
    right:0;
}

.top-bar img {
}

.headerbgd {
background: #da4a23; /* Old browsers */
background: -moz-linear-gradient(-45deg, #da4a23 0%, #f26b0a 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#da4a23), color-stop(100%,#f26b0a)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg, #da4a23 0%,#f26b0a 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg, #da4a23 0%,#f26b0a 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg, #da4a23 0%,#f26b0a 100%); /* IE10+ */
background: linear-gradient(135deg, #da4a23 0%,#f26b0a 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#da4a23', endColorstr='#f26b0a',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

iframe{
    padding-top:50px;
    height:100%;
    width:100%;
    margin:0;
	
}

body, html{
    height:100%;
    width:100%;
    overflow:hidden;
}

/*CSS class for social links at top)*/
.social {
float:right;
  right:0;
  margin-right:20px;
}

.social img{
  margin-right:5px;
  margin-top:12px;
}
.social ul {
  list-style: none;
  margin:0; padding:0;
}
.social ul li {
  display: inline;
}
.social ul li a {
  display: block;
  float:left;
}



.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/

}





nav {
	font-family:Arial, "Arial";
	font-size:14px;
	text-align: center;
	vertical-align: bottom;
	line-height: 30px;
	float: left;
	margin: 0;
	padding: 0;
}
nav ul ul {
	display: none;
}
nav ul li:hover > ul {
	display: block;
}
nav ul {
	
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	display: inline-table;
}
nav ul:after {
	content: "";
	clear: both;
	display: block;
}
nav ul li a:after {
	content: "";
}
nav ul li:nth-child(3) > a:after {
	content: url('../images/DD_arrow.png');
	display: inline;
	margin-left: 8px;
}
nav ul li {
	float: left;
}
nav ul li:hover {
/*blank*/
	
}
nav ul li:hover a {
/*blank*/
	
}
nav ul li a {
	height:50px;
	display: block;
	padding: 12px 20px;
	color: #fff;
	text-decoration: none;
	border-right: 1px solid rgba(255, 255, 255, .3);
}
nav ul li a:first-child {
	/*blank*/
}
nav ul ul {
	background: #ffffff;
	border-radius: 0px;
	padding: 0;
	position: absolute;
	top: 100%;
	text-align: left;
	border: 1px solid #d9d9d9;
	border-top: 0px;
	padding-bottom: 10px;
	font-size: 100%;
	width: 250px;
}
nav ul ul li {
	float: none;
	position: relative;
	
}
nav ul ul li a {
	height:40px;
	padding:8px 65px 8px 20px !important;
	color: #333;
	border-bottom:1px solid #eeeeee;
}
nav ul ul li a:after {
	content: "";
}
nav ul ul li a:hover {
	background: #f5f5f5;
	color: #333;
}
nav ul ul ul {
	position: absolute;
	left: 100%;
	top: 0;
}