
a
{
	text-decoration: none;
}
img
{
	border: none;
}

/*#logoWrap
{
	background-color: #f5f2f0;
	height: 76px;
	width: 100%;
}*/
#dtLogo 
{
	z-index: 1000;
	position: relative;
}
iframe
{
	width: 100% !important;
}
.indent
{
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}
.indent h1
{
	float: right;
	font-size: 18px;
	margin-top: 20px;
}
.indent h1 a
{
	font-size: 18px;	
}
#navWrapperContainer 
{
	width: 100%;
	background-color: #ffffff;
	-moz-box-shadow: -1px -1px 10px #bdbbb9;
	-webkit-box-shadow: -1px -1px 10px #bdbbb9;
	box-shadow: -1px -1px 10px #bdbbb9;
	/*float: left;*/
	margin: 0 auto;
	position: relative;
	z-index: 1000;
}
#navWrapper 
{
	width: 1000px;
	margin: 0 auto;
	min-height: 52px;
}

#menu
{
	border: none;
}
#navWrapper #bluemenu ul li
{
	width: 1000px;
	min-height: 52px;
	line-height: 52px;
	float: none;
}
.hideme
{
	display: none !important;
	/*position: absolute;*/
}
.ui-state-active a, .ui-state-hover a, .ui-widget-content a:hover
{
	color: #f46817 !important;
}
#banner 
{
	display: block;
	height: 317px;
	background-color: #000;
	background-image: url(/images/dt-bg-banner.jpg);
	background-position: center top;
	margin-right: auto;
	margin-left: auto;
	z-index: 99;
	position: relative;
	width: 100%;
	overflow: hidden;
}
#mainContent
{
	width: 1000px;
	overflow: hidden;
	padding: 20px;
	background-color: #fff;
	margin: 0 auto;
	-moz-box-shadow: -1px -1px 10px #000000;
	-webkit-box-shadow: -1px -1px 10px #000000;
	box-shadow: -1px -1px 10px #000000;
	min-height: 600px;
}
#mainContent h1
{
	font-size: 23px;
	font-weight: lighter;
	margin-bottom: 20px;
}
#mainContent p, #mainContent strong
{
	font-size: 14px;
}
#footer
{
	width: 1000px;
	margin: 20px auto 0 auto;
	padding: 10px;
	background-color: #4f4f4f;
	height: 84px;
}


#footer p
{
	color: #fff;
}
#footer a
{
	color: #f46817;
}
.social img
{
	width: 30px;
	height: 30px;
	float: left;
	
}
.allSocial
{
	width: 100%;
	height: 30px;
	margin-bottom: 10px;
}
.social
{
	width: 30px;
	float: left;
	height: 30px;
	margin-right: 10px;
}
.right
{
	text-align: right;
	float: right;
}
#displayLinks
{
	width: 100%;
	float: left;
	text-align: right;

}
#displayLinks img
{
	width: 20px;
	height: 20px;
}
#accordion2 a
{
	font-size: 18px;
}

#accordion2
{
	width: 1000px;
	margin: 0 auto;
	display: block;
	height: 52px;
	line-height: 52px;
}

.active
{
	background-color: #ffffff !important;
	font-weight: bold;
	color: #f46817 !important;
	background-image: none!important;
}
#content
{
	float: left;
	width: 100%;
}
.moveArrow
{
	width: 15px;
	height: 15px;
	background: url(../images/4_point_arrow.png) no-repeat;
	background-size: 100% 100%;
	display: inline-block;
	margin-right: 10px;
}