@charset "UTF-8";
/* CSS Document */

@font-face {
	font-family:"FidgetHeader";
	src: url( /font/FidgetHeader.eot ); /* IE */
	src: local(" ☺ "), url( /font/FidgetHeader.ttf ) format("truetype"); /* non-IE */
}
html, body {
	margin: 0;
	padding: 0;
}
.hide { display: none; }

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

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

body {
	height:100%;
}
p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#333333;
	line-height: 22px;
	margin:5px 0px 10px;
}
p span.subheader {
	font-size:13px;
	color:#333333;
	line-height: 19px;
	margin:5px 0px 10px;
}
h1, h2, h3, h4, h5, h6 {
	font-family:"FidgetHeader", Arial, Helvetica, sans-serif;
}

h1{
	font-size:36px;
	color: #333;
	line-height:42px;
	margin:10px 0px;
}

h2{
	font-size:28px;
	color:#BB9726;
	line-height:32px;
	margin:0px 0px 5px 0px
}
h3{
	font-size:24px;
	color: #333;
	line-height:30px;
	margin:10px 0px;
}
h4{
	font-size:20px;
	color: #333;
	line-height:28px;
	margin:10px 0px;
}
h5{
	font-size:18px;
	color: #333;
	line-height:26px;
	margin:10px 0px;
}
h6{
	font-size:16px;
	color: #333;
	line-height:20px;
	margin:10px 0px;
}

ul {
	line-height:normal;
}

li {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333333;
	line-height:normal;
	list-style:disc;
	margin: 5px 0px;
}

img {
	margin:0;
	padding:0;
	border:none;
	outline: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;
}

#web{
	border:none;
}

