@CHARSET "ISO-8859-1";
@font-face {
  font-family: "HighTower";
  src: url(../fonts/HTOWER.TTF) format("truetype");
}

* {
    margin: 0;
    padding: 0;
}

html, body {
    height: 100%;
}

html {
    font-size: 125%;
}

body {
    font-size: 50%;
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: normal;
    font-size-adjust: none;
    font-stretch: normal;
	background: #496F89;

}

a {
    outline: none;
	color: inherit;
    text-decoration: none;
}

a img {
    border: none;
}

li {
    list-style-type: none;
}

#wrapper {
	position: relative;
    width: 970px;
    margin: 15px auto;

}

#header {
    background: #96B1D0;
    width: 100%;
}
#branding {
	float:left;
	font-family: "HighTower", Georgia, serif;
	margin: 15px 0 10px 15px;
}
#branding h1 {
	font-size: 3.6em;
	line-height: 1em;
}
#branding h2 {
	font-size: 1.6em;
	margin-left: 1.5em;

}
#header-nav {
	float: right;
	font-size: 1.2em;
	font-weight: 600;
	padding: 0 8px 0 0;
	text-align: right;
	color: #496F89;
	width: 400px;
}
#header-nav a {
	color: #496F89;
}
 
#header .endorsement {
	margin: 4px 0 0 0;
}
#header-cto {
	font-size: 1.4em;
	margin: 15px 0 0 0;
}

#header-nav .hz-menu {
	margin: 1em 0 0 0;
	text-align: right;
}

#header-nav .hz-menu li {
	margin: 0 0 0 1.2em;
	}
	
#header-cto a:hover, #header-nav .hz-menu a:hover {
	color: #B4C8DE;
}

.nav {
	clear:both;
	background: #678FAE;
	color: #B4C8DE;
	font-size: 1.6em;
	font-weight: 600;
	padding: .4em 0 .3em 1em;

}
.nav a {
	color: #B4C8DE;
}

#content-wrapper {

	width: 100%;
    background: #ffffff url(../images/content_background.jpg) repeat-x;
}


.disclosure {
	text-align:right;
	width:35%;
}
.hz-menu {
	list-style:none;
}
.hz-menu li {
	display: inline;
	margin: 0 0 0 1em;
	}
.hz-menu a:hover {
	color: #496F89;
}

#site-disclaimer {
	background: #ffffff;
	clear: both;
	padding: 1em;
	font-size: 1.2em;
}


#site-info {
	color: #B4C8DE;
	font-size: 1.1em;
	width: 100%;
	background: #678FAE;
	padding: .6em 0;
	text-align: center;
}

#site-info .nav {
	background: none;
	font-size: inherit;
	margin: .2em auto;

}

#signature {
	width: 970px;
    margin: 15px auto;
	text-align: right;
}

#signature a:hover {
	color: #B4C8DE;
	text-decoration: underline;
}

#people-gallery {
	position:absolute;
	width: 230px;
	top: 100px;
	right: 10px;
	text-align:right;
}

	
/*Float clearing hacks*/
.floatcontainer:after { 
content: "."; 
display: block; 
height: 0; 
font-size:0; 
clear: both; 
visibility:hidden; 
}
