/* Styles Custom Error Styles */

#customerror_content {
	color:#fff;
	width:696px;
	min-height:918px;
	}
	
	#customerror_content h1 {
		background:transparent url(/styles_assets/images/global/cerror-h1bg.gif) no-repeat;
		font-size:2em;
		line-height:2em;
		font-weight:bold;
		height:50px;
		margin:10px 0;
		padding:0 0 0 15px;
		color:#fff;
		}
		
	#customerror_content p {
		color:#333;
		font-size:1.3em;
		line-height:1.3em;
		margin:0 15px;
		}
		
	#customerror_content dl.subContainer {
		width:220px;
		margin-right:5px;
		}
		
		#customerror_content dl.subContainer dt {
			background:#fff url(/styles_assets/images/global/ce-container-header.jpg) no-repeat;
			}
			
		#customerror_content dd.graphic {
			padding-top:8px;
			}
		
		dd.exploreBtn {
			text-indent:-9000px;
			width:81px;
			margin: 5px auto 0 auto;
			}
		
		dd.exploreBtn a {
			background:url(/styles_assets/images/global/btn-explore.png) bottom no-repeat;
			display:block;
			height:29px;
			}
		
		dd.exploreBtn a:hover {
			background-position:top;
			}
			
	p#legal {
		clear:both;
		border-top:1px solid #3e82cf;
		margin-left:0;
		padding:8px 15px;
		font-size:.9em;
		}