/*****************************************************************/ 
/*****************************************************************/ 
/* CSS Built by Nick Bumgarner */ 

/*****************************************************************/ 
/*****************************************************************/ 
/* Standard HTML Tags */ 

#detailWrapper {padding-top:0;}
body {
	background:#000;
	background:url(/img/bg.jpg) top left repeat;
	margin:0;
	padding:0;
	
	font-family:Tahoma, Verdana, Arial;
	color:#FFF;
	font-size:12px;
	background-color:#000;
}
p {
	margin:10px;
	color:#FFF;
	
}
a img {border:none;}
a { text-decoration:underline;
	outline-style:none;
}
a:link, a:visited {
	
	color:#FF0;
	
}
a:hover, a:focus, a:active {
	
	outline:none;
}
#wrapper {
	position:relative;
	width:960px;
	margin:0 auto 0 auto;
}
h3 b {color:#FFF;}
h3 { color:#FFF;}
h2 { color:#FFF;}

/*****************************************************************/ 
/*****************************************************************/ 
/* SLIDESHOW */ 

#slideshow
{
	
	position:absolute; 
	top:40px; left:25px;
	margin:auto;
	width:900px;
	border:solid 3px #000;	

	}

/*****************************************************************/ 
/*****************************************************************/ 
/* HEADER */ 

#headerContent {width:960px;margin:auto;}

#header {
	position:relative;
	height:100px;
	width:100%;
	z-index:100000;
	background-color:#000;
	border-bottom: #FFF solid thin;
}	
#logo a {
	position:absolute;
	top:-25px;
	width:550px;
	height:200px;
	display:block;
	background:url(/img/logo.png) top left no-repeat;
	diplay:block;
}

/*****************************************************************/ 
/*****************************************************************/ 
/* SUBNAV */ 

#subNav {
	position:relative;
	height:25px;
	margin:-60px 0 0 450px;
	width:500px;
	font-size:.7em;
	line-height:1.4em;
}
#subNav ul {
	float:right;
	margin:0;
	height:25px;
}
#subNav li {
	float:left;
	list-style:none;
	height:25px;
	margin:0; /*background:url(/img/layout/subnav-bg1.jpg) top left repeat-x;*/
}
#subNav li a {
	float:left;
	display:inline-block;
	padding:0 10px 0 10px;
	line-height:45px;
	font-size:12px;
	color:#FFF;
	text-decoration:none;
}
/*****************************************************************/ 
/*****************************************************************/ 
/* SECONDARY NAV */ 

#secondaryNav {
	position:relative;

}
#secondaryNav li {
	float:left;
	margin:0 15px;
	list-style:none;
	font-size:1.2em;
}
#secondaryNav a {
	text-decoration:none;
}
#secondaryNav a:hover {
	text-decoration:underline;
}

/*****************************************************************/ 
/*****************************************************************/ 
/* MAIN NAV */ 

#pubTree88 a {
	text-transform:uppercase;
	text-decoration:none;
	color:#fff;

}


#pubTree88 a:hover {
	color:#FFF;
	text-decoration:underline;
}

#mainNav {
	position:relative;
	float:left;
	width:490px;
	height:35px;
	margin:95px 0 0 380px;
	padding:5px 0 0 0;

}

#mainNav ul {
	padding:5px;
	margin:0 0 0 100px;
}
#mainNav li {
	
	float:left;
	font-size:14px;
	margin:0 15px;
	list-style:none;
}


/*****************************************************************/ 
/*****************************************************************/ 
/* MAIN NAV DROP DOWN */ 

#mainNav ul li ul {
	position:absolute;
	left:-9999px;
	z-index:100;
	height:40px;
	padding:2px;
	margin-top: 0px;
	max-width: 200px;
	text-align:left;
	background:#ff0033;
	background:-moz-linear-gradient(100% 100% 90deg, #fff, #eee);
	background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#eee), to(#fff));
}
#mainNav ul li:hover ul, #mainNav li.over ul {
border-top:#666 thin solid;
	max-width:175px;
	display: block;
	background:#000;
}
#mainNav ul ul {
	width:100%;
	list-style:none;
	margin:0;
	z-index:1000000;
	background:#333;

}

/*****************************************************************/ 
/*****************************************************************/ 
/* DROP DOWN MENU BOX */

#mainNav ul ul li {  
	display:block;
	float:none;
	height:auto;
	margin:0;
	text-align:left;
	background-image:none;
	border-top:1px #000 solid;
}

#mainNav ul ul li a {
	color:#fff;
	background:none;
	font-size:12px;
	font-family:"Verdana", "MS Trebuchet", sans-serif;
	padding:8px;
	z-index:1000;
	line-height:14px;
	text-shadow:none;
}

/*****************************************************************/ 
/*****************************************************************/ 
/* DROP DOWN MENU HOVERS */ 

#mainNav ul ul li:hover {  
	background:#666;
	height:auto;
	padding-top: 0px;
	top:0; left:0;
}
#mainNav ul ul li a:hover {
	
	background:none;
	color: #fff;
	padding-top: 8px;
	
}

/*****************************************************************/ 
/*****************************************************************/ 
/* HEADER / MAIN NAV / DROP DOWNS / FLY OUTS */ 

#mainNav li ul ul {
    margin: -26px 0 0 190px;
    background: #FFFFFF;}
	
#mainNav li:hover ul ul, #mainNav li.sfhover ul ul {
	 left: -999em;}
	 
#mainNav li:hover ul, #mainNav li li:hover ul, #mainNav li.sfhover ul, #mainNav li li.sfhover ul {
	left: auto;}
	
#mainNav ul ul li#pubTreeItem1512 ul { 
	display: none;}
	

/*****************************************************************/ 
/*****************************************************************/ 
/* LOGIN */ 

#logIn { 
	width:500px; 
	position:relative; 
	top:40px; 
	left: 535px; 
	}
	
.loginSubmit a{
	position:absolute; 
	top:22px; 
	left: 335px; 
	width:67px; 
	height: 25px; 
	background:url(../img/submit.png); 
	
	}

.loginSubmit a:hover{
	position:absolute; 
	top:22px; 
	left: 335px;
	width:67px; 
	width:67px; 
	height: 25px; 
	background:url(../img/submitHover.png);
	
	}

#logIn input { 
margin-left:10px;
	}
	
/*****************************************************************/ 
/*****************************************************************/ 
/* Container */

#container {
	width:920px;
	margin:-90px auto 0 auto;
	padding:100px 20px 150px 20px;
	z-index:2;
	position:relative;
	top:92px;
	background: url(../img/contentBG.png) repeat-x; 
	background-color:#51070B;
	min-height:500px;
	z-index:10;

	-moz-box-shadow:0px 0px 100px #000;
	-webkit-box-shadow: 0px 10px 100px #000;
	box-shadow: 0px 10px 100px #000;
}



/*****************************************************************/ 
/*****************************************************************/ 
/* Content Area */ 

#content {
	
	position:relative;
	width:940px;

}


.contentArea {
display:block;
	height:auto;

}
		
#treePageDetailsBreadcrumbsWrapper {text-align:left; position:relative; width:500px; margin-bottom:15px; }


/*****************************************************************/ 
/*****************************************************************/ 
/* Call To Actions & Homepage Content */ 
#pubMapHeader {width:auto;width:500px;}

#homeContentPanel {

	position:relative;  
	padding:10px; 
	float:right;
	margin-top:380px; 
	padding-bottom:100px;

	}
	
#cta .contentArea{}
#cta {
	position:absolute;
	top:365px;
	left:2px;
	width:960px;
	padding-left: 20px;

}
#CTA {	
margin-top:-4px;
	margin-right:21px;
	float:left;
	width:289px;
	height:137px;
	;

}

#CTA2{	
	margin-right:21px;
	float:left;
	width:289px;
	height:137px;
	;

}

#CTA3 {	
	margin-right:21px;
	float:left;
	width:289px;
	height:137px;

}

/*****************************************************************/ 
/*****************************************************************/ 
/* Templates */ 
#designContainer {width:890px;float:right; margin:0 auto 25px auto; }
.design {height:200px; width:220px; float:left; overflow:hidden; }
h2 #treePageDetailsTitle {color:#fff;}

.design a.thickbox { float:left;}

h2 a.thickbox { float:left; color:#fff;}
a.thickbox img {float:left; }
.contentArea li {color:#FFF;}
#treePageDetailsTitle {color:#FFF;}
/*****************************************************************/ 
/*****************************************************************/ 
/* FAQ Section */ 

.pubFAQAccordion{width:auto; border:none;}
.pubFAQAccordion p{color:#EEE;}

legend.prequalHeader {color:#900;}
/*****************************************************************/ 
/*****************************************************************/ 
/* Footer Style */ 

#footer { 
	border-top:#FFF thin solid;
	border-bottom:#FFF thin solid;
	background:#000; 
	padding-top:40px;
	z-index:1000; 
	position:relative;
	width:100%; 
	height:250px;}

#footerContent {
	position:relative;
	width:994px; 
	margin:0 auto;}
#footerLinks {
	
	position:absolute;
	width:960px;
	height:25px;
	padding:50px 0 0 0;
}
#footerLinks ul {
	width:600px;
	margin:0 auto;
}
#footerLinks ul li {
	float:left;
	list-style:none;
	margin:0 10px;
}
#contactInfo {
	float:left; 
	margin:15px;
	color:#ccc;
	text-align:left;
	position:relative;
	top:-50px;
}

#copyright {
	float:right; 
	width:250px;
margin-right:15px;
	color:#ccc;
	text-align:center;
}

/* SITE CREATED BY LINKS */
#delawarelink {
	font-size:10px;
	width:100%;
	text-align:center;
	clear:both;
	padding:15px;
}
#delawarelink a:link, #delawarelink a:visited, #delawarelink a:hover, #delawarelink a:active {
	text-decoration:none;
	color:#333333;
}
/*******************************************************/
/***************** CMS STYLE OVERRIDES *****************/
/*******************************************************/
#treePageListWrapper {
	width:200px;
}
#treePageDetailsWrapper {
	width:600px;
}
#treePageDetailsTitle {
	width:500px;
	text-align:left;
	font-size:16px;
	margin:0 10px 30px 10px;
}
#treePageDetailsTitle h2 {} 

.contentArea h2 {
	margin:0;
	padding:15px 0 15px 0;
}
.tagList {
	width:auto; height:auto; 
	background-color:#000; 
	padding:10px;
	position:relative; 
	border:#FFF thin solid;
	float:right;}
	
	#TB_ajaxContent h2 {color:#000;}

/*****************************************************************/ 
/*****************************************************************/ 
/* GET A QUOTE */ 

#quote a {
	position:absolute;
	top:25px;
	left:1125px;
	width:142px;
	height:30px;
	background:url(../img/quote.png) top left no-repeat;
}
#quote a:hover {
		position:absolute;
	top:25px;
	left:1125px;
	width:142px;
	height:30px;
	background:url(../img/quote.png) bottom left no-repeat;
}



/*****************************************************************/ 
/*****************************************************************/ 
/* DEV MODE */ 

#devmode {
	background-color:#999999;
	color:#FFFFFF;
	font-size:.8em;
	font-weight:bold;
	width:100%;
	text-align:center;
	position:fixed;
	bottom:0;
	left:0;
	padding:1px;
	margin:0px;
	cursor:pointer;
}
/*****************************************************************/ 
/*****************************************************************/ 
/* CLEARFIX */ 

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* HIDES FROM IE-MAC \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* END HIDE FROM IE-MAC */

