@charset "utf-8";
/* CSS Document */

.PageManagerInfoContainer {
	display: none;
}

a {outline: none;}

a:link {
	text-decoration:none;
	border: 0px;
}      /* unvisited link */

a:visited {
	text-decoration:none;
	border: 0px;
}  /* visited link */

a:hover {
	text-decoration:none;
	border: 0px;
}  /* mouse over link */

a:active {
	text-decoration:none;
	border: 0px;
}  /* selected link */

body {
	margin:0px;
	background-color:transparent;
	font-family:Palatino Linotype;
}

.bg {
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:-1;
}

.TopDrop_Denton_Splash {
	width:100%; 
	float:left;
}

.TopDrop_Denton_Splash .page_header {
	width:100%; 
	float:left; 
	padding-bottom:10px;
}

.TopDrop_Denton_Splash .header_container {
	width:307px; 
	margin:auto;
}

.TopDrop_Denton_Splash .page_content {
	width:100%; 
	float:left; 
	background-image:url(/SiteDesign/Images/splash_nav_bg.aspx);
	background-repeat:repeat-x;
}

.TopDrop_Denton_Splash .content_container {
	width:890px; 
	margin:auto;
}

.TopDrop_Denton_Splash .content_left {
	width:104px; 
	float:left; 
	padding-top:46%;
	margin-top:2px;
}

.TopDrop_Denton_Splash .content_right {
	width:786px; 
	float:left;
}

.TopDrop_Denton_Splash .page_footer {
	width:100%; 
	float:left;
}

.TopDrop_Denton_Splash .footer_container {
	width:890px; 
	margin:auto;
	padding-top:20px; 
	text-align:right;
	font-size:12px;
	color:#FFFFFF;
}

.TopDrop_Denton_Splash .footer_text1, .TopDrop_Denton_Splash .footer_text2 {
	float:right;
}

.TopDrop_Denton_Splash .poweredby {
	float:right;
	clear:both;
}

.TopDrop_Denton_Splash .poweredby {
	padding-left:10px;
}

.TopDrop_Denton_Splash .poweredbylink {
	font-size:12px;
	color:#FFFFFF;
}

