/*common*/
html, body {
	margin: 0;
	padding: 0;
	font-family: arial;
	line-height:auto;
}
a:link, a:active, a:visited, a:hover {
	color:#656870;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	text-decoration: none;
	font-family: Gotham, Arial, sans-serif;
}
h1, h2, h3 {
	color:#656870;
}
h3 {
	font-size: 1.5em;
}
h4 {
	font-size: 1em;
}
h5 {
}
h6 {
}
/*h1, h1 a {
	color:#00B1E9;
	text-decoration: underline;
}*/
h1 a:link {
	color:#00B1E9;
}
a:hover {
	color:#9ed6e8;
}
/*h1, a h1 {
	color: #FFF;
	font-family: gotham, arial;
	line-height:2em;
}
h2, h2 a {
	color: #FFF;
	font-family: gotham, arial;
	line-height:1.5em;
	text-decoration:underline;
}*/
/*h1 a:link, h1 a:active, h1 a:visited, h2 a:link, h2 a:active, h2 a:visited, h3 a:link, h3 a:active, h3 a:visited, h4 a:link, h4 a:active, h4 a:visited, h5 a:link, h5 a:active, h5 a:visited, h6 a:link, h16 a:active, h6 a:visited {
	text-decoration: underline;
}*/
h1 a:link, h1 a:active, h1 a:visited {
	color:#00B1E9;
}
h2 a:link, h2 a:active, h2 a:visited, h3 a:link, h3 a:active, h3 a:visited, h4 a:link, h4 a:active, h4 a:visited, h5 a:link, h5 a:active, h5 a:visited, h6 a:link, h16 a:active, h6 a:visited {
	color:#656870;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover { /* temp gray color until style guide is updated  */
	color:#b8b8b8;
}
h1 span.sectionTitle,
h2 span.sectionTitle,
h3 span.sectionTitle,
h4 span.sectionTitle,
h5 span.sectionTitle,
h6 span.sectionTitle {  /* supports the blue highlighting that denotes section title */
	color:#00B1E9;
}
ul {
	list-style-type: none;
}
ul li  a:hover {
	color:#252525;
}
ul li > a.active {
	color:#00B1E9;
	text-decoration: none;
}
img {
	border: none;
}
div#background {
	height: 720px;
	left: 0;
	position: fixed;
	top: 0;
	width: 1280px;
	z-index: 0;
}
div#background img {
	position: absolute;
	left: 0;
	right: 0;
}
div#content {
	left: 0;
	position: absolute;
	top: 0;
	z-index: 5;
}
div#vignette {
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	display: block;
	overflow:hidden;
}

.clearfix_both {
	clear:both;
}

ul.ui-autocomplete {
	width:300px;
	max-height: 192px;
	overflow-x: hidden;
	overflow-y: auto;
	background-color:#FFFFFF;
}

/*a {
	font-size:12px;
}*/

h2, h3 {
	font-size:16px;
	text-transform:uppercase;
}

