@charset "utf-8";
/* CSS Document */


/* = CSS RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/* = CSS RESET END*/

body {
	background-image: url(images/hh_bg.jpg);
	background-repeat: no-repeat;
	min-height: 1000px;
	background-color: #655458;
	background-position: center top;
}
#container {
	width: 961px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#branding {
	width: 960px;
	height: 165px;
	margin-right: 0px;
	padding-top: 25px;
}
#branding #hh_logo {
	margin-bottom: 20px;
}
#content {
	text-align: center;
	padding-top: 20px;
	float: left;
	width: 880px;
}

#photos {
	width: 961px;
	position: relative;
	height: 392px;
	top: -25px;
}
#photos #photo_description {
	position: absolute;
	width: 400px;
	top: 64px;
	left: 76px;
}
#photo_description h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	font-style: italic;
	color: #394D66;
}
#photo_description p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 10px;
	margin-top: 10px;
}

#branding #sub_title {
	position: relative;
	margin-left: 10px;
}
h1 {
	position: relative;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	color: #514447;
	line-height: 32px;
}


h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	float: left;
}
#navigation {
	width: 960px;
	font-family: Constantia;
}
#navigation table {
	width: 625px;
}
#navigation td {
	text-align: center;
}

#navigation_sub {
	text-align: center;
}
#navigation a {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #efe5ed;
	text-decoration: none;
}
#navigation a:hover {
	text-decoration: underline;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 10px;
	margin-top: 10px;
	line-height: 20px;
}
#content img {
	border: thin solid #394D63;
	margin-right: 10px;
	margin-left: 10px;
}
#logo_scroller {
	clear: both;
}
img.left {float: left;margin-right:5px;border:none;}
img.right {float: right;margin-left:5px;border:none;}
