/* { margin: 0; padding: 0; }*/

.hide { display: none; }

hr {
	clear: both;
	height: 0;
	border: 0;
	visibility: hidden;
	}

html {
	text-align: center;
	height:100%;
	}

body {
	font-family: "HelveticaNeue-Light", Helvetica, Arial, sans-serif;
	height:100%;
	margin:0;
	padding:0;
	}
p {
font-size:13px;
color:#333333;
line-height: 18px;
}

ul {
	line-height:normal;
}

li {
	font-size:12px;
	color:#333333;
	line-height:normal;
	list-style:disc
	
}

img {
	margin:0;
	padding:0;
	border:none;
}

	
.container {
	width: 980px;
	text-align: left;
	margin: 0 auto;
	position: relative;
	}
	
	
a { outline: none; color: #666666; }
	
a img { border: 0; }

	
/* The header */	

.btn_rollover {
}
	
#header {
	height: 151px;
	width: 980px;
	margin: 0 auto;
	position: relative;
	display:inline;
	}

#header_subnav {
	height: 151px;
	width: 159px;
	position: relative;
	}




	
/* The short pitch */

#subhead {
	margin: 40px 0 20px 0;
	text-align: center;
	font-size: 20px;
	}
	
#subhead p {
	text-transform: lowercase;
	color: #133855;	
	}
	
#subhead em {
	font-weight: normal;
	font-style: italic;
	}
	
#subhead p.tagline {
	color: #0B6E97;
	font-size: 24px;
	}


				
/* Footer */

#footer {
	width: auto;
	margin: 0 auto;
	font-size: 10px;
	font-weight:bold;
	color:#666666;
	position:relative;
	padding:0 20px 0 20px;
	bottom: 10px;
	}
	
.arrowlistmenu{
	width: 175px; /*width of accordion menu*/
	margin-top: 0px;
	padding-top:0px;
	padding-bottom:0px; 
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	margin-top: 0px;
	padding-top:0px;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
	margin-top: 0px;
	padding-top:0px;
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
	list-style-type: none;
	margin: 0px;
	padding: 0px;

}

.arrowlistmenu ul li{
	padding: 0px; /*bottom spacing between menu items*/
	margin: 0px;
	float: left;
	clear:left;
	line-height:1px;
	list-style:none;
}

.arrowlistmenu ul a {
	display: block;
	float: left;
	clear: left;
}

.arrowlistmenu h3{
	padding: 0px; /*bottom spacing between menu items*/
	margin: 0px;
	line-height:0px;
}
