html, body{
	background: none;
}


/*=================  HEADER STYLES  ================*/
#header{
	height: 50px;
	padding: 10px 0px 0px 0px;
	margin-bottom: 5px;
	background: none;
	border-bottom: solid 2px #ccc;
}

#header h1{
	float: none;
	margin: 0px;
	padding: 0px;
}
#header h1 a{
	text-decoration: none;
	color: #000;
	font: bold 25px verdana;
	display: block;
	width: 219px;
	height: 75px;
	background: none;
	text-indent: 0px;
}

#header #nav-container{
	display: none;
}

#header a#customer-portal{
	float: right;
	display: block;
	width: 117px;
	height: 42px;
	text-indent: -5000px;
	background: url(/images/btn-customer-portal.png) no-repeat;
}	

/*=================  MAIN NAV STYLES  ================*/
#main-nav{
	display: none;
}

/*=================  CONTAINER STYLES  ================*/
#outer-container{
	margin: 0px auto;
	width: 990px;
	padding: 0px;
}

#inner-container{
	padding: 0px;
	width: 990px;
}

#left-container{
	display: none;
}
#nav-outer{
	display: none;
}

#content-container{
	width: 990px;
	float: right;
	padding-bottom: 12px;
	background: none;
}
#content-container-inner{
	padding: 18px 38px 12px 38px;
	background: none;
}

#social-links{
	display: none;
}

#main-content-container{
	float: left;
	padding: 0px 0px 12px 0px;
	background: none;
}
#main-content-container-inner{
	width: 800px;
	min-height: 330px;
	padding: 40px 30px;
	background: none;
}

#main-content-container-full{
	float: left;
	padding: 0px 0px 12px 0px;
	background: none;
}
#main-content-container-inner-full{
	width: 671px;
	padding: 40px 30px;
	min-height: 398px;
	background: none;
}

#secondary-content-container{
	display: none;
}


/*=================  FOOTER STYLES  ================*/
#footer-container{
	width: 800px;
	height: 20px;
	margin: 0px auto;
	padding: 20px 0px 60px 0px;
}
#footer-nav{
	height: 25px;
	list-style: none;
	padding: 0px;
	margin: 0px 10px 0px 10px;
}
#footer-nav li{
	margin: 0px 15px 0px 0px;
	padding: 0px;
	float: left;
}
#footer-nav li a{
	color: #93989d;
	padding: 0px 10px 0px 0px;
	text-decoration: none;
	background: url(/images/footer-arrow.png) center right no-repeat;
}
#footer-nav li a:hover {
	text-decoration: none;
}
#footer-nav li:hover ul, #footer-nav li.hover ul.subnav{
	display: block;
}

#footer-nav .subnav{
	position: absolute;
	display: none;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#footer-nav .subnav li{
	float: none;
	margin: 2px 0px;
	padding: 0px;
}
#footer-nav .subnav li a{
	height: auto;
	color: #0b477d;
	text-decoration: none;
	background: none;
}
#footer-nav .subnav li a:hover{
	color: #0b477d;
	text-decoration: none;
}

