body{
	margin:0 auto;
	overflow-y:scroll;
}

#header{
	position:fixed;
	background:url(../images/headerbg.png) repeat-x top;
	height:109px;
	width:100%;
	z-index:2;
}

#header #content{
	position:relative;
	max-width:984px;
	padding:20px;
	left:50%;
	margin-left:-512px;
}

#header #title-logo{
	float:left;
}

#header #hood-logo{
	width:166px;
	float:right;
}

#shadow{
	position:fixed;
	top:109px;
	background:url(../images/htmlbackground.png) repeat-x top #d3eef9;
	height:100px;
	width:100%;
	z-index:0;
}

#frame-0{
	position:relative;
	padding-top:25px;
	padding-bottom:25px;
	z-index:1;
}

#frame-1{
	margin: 0 auto;
	max-width:1024px;
	border-style: solid;
	border-color: #ddd;
	border-width: 0.08em;
}

#frame-2{
}

#content{
	background-color:#FFF;
	height:auto;
	margin:0 10px;
	padding:0 0 10px;
	z-index:1;
}

#content h1{
	font-size:30px;
	line-height:1em;
	padding:10px 0;
	margin:0;
}

a.pdf {
	color: #0D4877;
}

a{
	color: #008CBA;
	text-decoration: none;
	line-height: inherit;
}

.btn-primary {
	border-radius: 50px !important;
	margin-right: 0;
	font-size: 16px;
	text-transform: uppercase;
	padding: 10px 30px;
}

.show-dropdown{
	top:30px !important;
	border:1px solid #CCCCCC !important;
	z-index:100 !important;
}

.reveal-modal h3{
	font-size:18px;
}

.close-reveal-modal{
	float:right;
	/*border:1px solid #666;*/
	padding:2px;
	display:inline-block;
	width:20px;
	height:20px;
	text-align:center;
	cursor:pointer;
}

.close-reveal-modal:hover{
	text-decoration:none;
}

.clear{
	clear:both;
}

#footer-container{
	position:relative;
	width: 100%;
	max-width:1024px;
	margin: 0 auto 10px;
	padding: 5px;
	background-color:#FFFFFF;
	border-top: 8px solid #d3eef9;
	z-index:10;
}

#footer{
	font-size: 12px;
	padding-top:10px;
}

#footer p{
	line-height: 1.2em;
}

.socialIcon{
	text-decoration: none;
	padding: 0;
}

.socialIcon:hover{
	text-decoration: none;
}

.socialIcon img {
	height: 22px;
	margin-top: -5px;
	margin-right: 6px;
	border: none;
	vertical-align: middle;
}