/*
----------------------------------------
GLOBAL RESET
----------------------------------------*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td 
{ margin: 0; padding: 0; border: 0; outline: 0; font-size: 100% }

:focus { outline: 0 }


body { background: url(/images/intro/bg.gif) repeat-x #e0ded8 }

#container { margin: 0px auto; padding: 0px 10px; width: 940px }

#intro_logo { margin: 0; padding: 0; float: left; height: 210px; width: 940px }

#intro_navigation { float: left; height: 294px; padding-top: 1px; text-align: right; width: 200px }

#navlist               
	{ float: left; list-style: none; width: 200px }
		
	#navlist li            
		{ background: url('/images/intro/intro_nav_bg.png') no-repeat top right; float: left; list-style: none; height: 35px; width: 200px }
		
		#navlist li.nav-end { background: none }
			
		#navlist li a          
			{ display: block; font-family: Georgia, "Times New Roman", Times, serif; font-size: 13px; height: 25px; padding: 10px 10px 0px 0px; width: 190px; text-decoration: none; text-transform: uppercase; text-align: right }
			
			#navlist li a:link, #navlist li a:visited        
				{ color: #fff }
			
			#navlist li a:hover        
				{ background: url('/images/intro/intro_nav_on.png') no-repeat top right; color: #fff }
				
			#navlist li a#active 
				{ color: #e5f28f }

#intro_photo { float: left; padding-top: 1px; width: 516px; height: 294px; }

/*#intro_photo_overlay {
  position : absolute ;
  left : 685px ;
  top : 211px ;
  width : 75px ;
  height : 294px ;
  background-image : url(/img/intro_overlay.png) no-repeat transparent ;
  z-index : 500 ;  
}
*/

#footer {
  float: left;
  width: 940px;
  padding : 160px 0px 20px 0px ;
  text-align: center;
}

#footer p { color: #788598; font: 12px Georgia, "Times New Roman", Times, serif; line-height: 1.5 }

#footer a { color: #788598; text-decoration: none; }
#footer a:hover { color: #000; text-decoration: underline; }  

p.offPage { text-indent: -9999px }  
