/*

***************************************************************************************************
DELOITTE GLOBAL LANDING PAGE CSS / AUTHOR: MICHAEL SPELLACY
***************************************************************************************************
=================================================================================
LOCAL CONTENT - HTML ELEMENTS - NOTE: SOME OF THESE MAY HAVE AN OVERRIDE BELOW 
=================================================================================

*/

body {
min-height: 100%;
max-height: 100%;
margin: 0;
padding: 0;
background-color: #FFFFFF;
font-family: Verdana, Arial, Helvetica, Sans-Serif, Myuen;
font-size: 77%;
color: #000000
}

	form {
	margin: 0
	}
	
	p {
	padding-bottom: 5px
	}
		
	h1, h2, h3, h4, h5, h6 {
	margin-bottom: 10px;
	padding: 0;
	color: #000066
	}
	
	h1 {
	font-family: "Times New Roman", Times, serif, Sung;
	font-weight: normal;
	font-size: 2.0em;
	}
	
	h2 {
	font-size: 1.3em;
	font-weight: bolder
	}
	
	h3 {
	font-size: 1.2em
	}
	
	h4 {
	font-size: 1.1em
	}
	
	h5 {
	font-size: 1.0em
	}
	
	h6 {
	font-size: 0.9em
	}
	
	a:link {
	color: #336699;
	text-decoration: none
	}

	a:visited {
	color: #990099;
	text-decoration: none
	}

	a:hover {
	color: #99CC00;
	text-decoration: underline
	}

	a:active {
	color: #990099;
	text-decoration: none
	}
			
/*

========================================================
LOCAL HEADER
========================================================

*/

.menubar {
height: 22px;
background: #E5E5CC;
}

#HeaderControl_LocalHeader {
display: block
}

.navbgcolor {
background-color: #000066
}

/*

========================================================
LOCAL LEFT NAVIGATION
========================================================

*/

#FooterControl_LocalLeftNav {
display: block;
width: 157px
}	
		
/*	

========================================================
LOCAL CONTENT CONTAINER
========================================================

*/

#LocalContentMain {
margin: 20px 0px 15px 15px
}

#LocalContentSub {
margin: 20px 15px 15px 15px
}
			
	#LocalContentMain a, #LocalContentSub a {
	text-decoration: underline
	}
			
	#LocalContentMain a:hover, #LocalContentSub a:hover {
	text-decoration: none
	}
								
	#LocalContentMain ul li, #LocalContentSub ul li  {
	list-style-type: square;
	margin-bottom: 10px
	}
			
	#LocalContentMain p, #LocalContentSub p {
	line-height: 1.3em
	}
		
	#LocalRezMain {
	width: 505px
	}
	
	#LocalRezSub {
	width: 571px
	}
	
	.ContentHeader {
	margin-bottom: -15px;
	}
	
	#GlobalContentFold h3 {
	font-size: 1em;
	margin: 0;
	padding: 0
	}
	
	#GlobalContentFold p {
	margin-top: 0.50em;
	}
			
/*

========================================================
LOCAL RIGHT NAVIGATION
========================================================

*/

#FooterControl_LocalRightNav {
display: block;
width: 238px
}

	
	#FooterControl_Header {
	font-family: "Times New Roman", Times, serif, Sung;
	font-weight: normal;
	font-size: 2.0em;
	padding-bottom: 5px;
	color: #000066
	}
		
	#FooterControl_BorderTop, #FooterControl_BorderBtm {
	width: 238px;
	background-color: #000066;
	}
		
	#FooterControl_AdditionalInfo {
	width: 180px;
	padding: 10px 36px 20px 2px;
	font-size: 0.9em;
	color: #000066
	}
	
	#FooterControl_Newsletter {
	width: 180px;
	padding: 20px 10px 20px 2px;
	font-size: 0.9em;
	color: #000066
	}
	
		#FooterControl_Newsletter a {
		color: #000066;
		text-decoration: none
		}
		
		#FooterControl_Newsletter a:hover {
		text-decoration: underline
		}
			
		#FooterControl_Newsletter img {
		padding-right: 10px
		}
		
		.NewsletterTitle {
		margin: 0 0 -20px 0
		}
		
		.NewsletterTitle, .NewsletterLink {
		font-size: 1.0em
		}
		
		.NewsletterLink {
		margin: -10px 0 -10px 0
		}
		
		.NewsletterSubTitle {
		font-size: 0.8em
		}
		
/*

========================================================
LOCAL FOOTER
========================================================

*/

#FooterControl_LocalFooter-New {
border-top: 1px solid #006;
}

#FooterControl_LocalFooter, #FooterControl_LocalFooter-New {
display: block;
padding: 0px 20px 20px 20px;
font-size: 0.8em;
color: #666666
}

#FooterControl_LocalFooter span, #FooterControl_LocalFooter-New span {
color: #006;
padding: 0 5px;
}

#FooterRezSpacer {
width: 738px
}
	
/*

========================================================
PFP HEADER AND FOOTER HIDE
========================================================

*/

#PFPHeader {
display: none
}

#PFPFooter {
display: none
}

