@charset "utf-8";
/* GENERAL aboutGSHP PAGE FORMATTING */
body {
	background-color:#425359;
}

h1{
	font-size:18px;
	color:#425359;
	margin-top:0px;
	margin-left:30px;
	margin-right:30px;
}

h2{
	color:#425359;
}

p{
	margin-top:5px;
	margin-bottom:0px;
	margin-left:30px;
	margin-right:30px;
	color:#1d2426;
	text-indent:0px;
	font-size:12px;
	
}

#coverUp{
	background-image:url(../images/AboutGSHP/aboutGSHP_containerBG.gif);
}

#container {
	background-image:url(../images/AboutGSHP/aboutgshp_bg_grad.jpg);
	background-repeat:repeat-y;
	background-position:center;
	background-color:#ffffff;
}
#secondaryNav {
	background-image:url(../images/AboutGSHP/aboutGSHP_secondaryNav_shadow.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#C6D9DB;

}
#footer {
	border-top:#425359 solid 2px;
	color:#425359;
}

#reflection{
	margin:auto;
	background-image:url(../images/AboutGSHP/aboutGSHP_reflectionBG.jpg);
	width:950px;
	height:100px;
}
/* SECONDARY NAVIGATION FORMATTING */
  #secondaryNav h2 {
	padding-left:10px;
	padding-right:10px;
	margin-top:0px;
	margin-bottom:0px;
	line-height:20px;
	font-size:14px;
	color:#425359;
	font-weight:bold;
}
.undershadow {
	background-image:url(../images/AboutGSHP/aboutGSHP_secondNav_underShadow.gif);
	background-repeat:repeat-x;
	background-position:top;
	width:250px;
	margin-top:0px;
	height:20px;
}
	#secondaryNav p{
		line-height:15px;
		margin-left:10px;
		margin-right:10px;
	}
	
	#secondaryNav a{
		text-decoration:none;
		color:#34352c;
	}
	#secondaryNav a:hover{
		text-decoration:none;
		font-weight:bold;
		color:#34352c;
	}
	#secondaryNav hr{
		color:#425359;
		height:2pt;
		margin-top:10px;
		margin-bottom:5px;
	}
	#secondaryNav .headline{
		font-weight:bold;
		font-size:13px;
	}
	
