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

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

p{
	margin-top:5px;
	margin-bottom:0px;
	margin-left:30px;
	margin-right:30px;
	color:#191913;
	text-indent:0px;
	
}

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

#container {
	background-image:url(../images/Contact/contact_bg_grad.jpg);
	background-repeat:repeat-y;
	background-position:center;
	background-color:#ffffff;
}
#secondaryNav {
	background-image:url(../images/Contact/contact_secondaryNav_shadow.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#E5E2C1;

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

#reflection{
	margin:auto;
	background-image:url(../images/Contact/contact_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:#858464;
	font-weight:bold;
}
.undershadow {
	background-image:url(../images/Contact/contact_secondNav_underShadow.gif);
	background-repeat:repeat-x;
	background-position:top;
	width:250px;
	margin-top:0px;
	height:20px;
}
	#secondaryNav p{
		line-height:15px;
		margin-left:15px;
		margin-right:10px;
	}
	
	#secondaryNav a{
		text-decoration:none;
		color:#34352c;
	}
	#secondaryNav a:hover{
		text-decoration:none;
		font-weight:bold;
		color:#34352c;
	}
	#secondaryNav hr{
		color:#858464;
		height:2pt;
		margin-top:10px;
		margin-bottom:5px;
	}
	#secondaryNav .headline{
		font-weight:bold;
		font-size:13px;
	}
	
	#secondaryNav h3{
		color:#858464;
	}