/* CHAPTERCORE CSS FILE */
/* IE PNG FIX */
img, div { behavior: url('/iepngfix/iepngfix.htc') }

/* FOOTER STICK ALT */
html {
	height: 100%;
}
body {
	height: 100%;
}

#background {
	position: relative;
	min-height: 100%;
}
* html #background {
	height: 100%;
}
#container {
	padding-bottom: 220px;
}

#footer {
	position: relative;
	margin-top: -200px;
	height: 200px;
}
/* END FOOTER STICK */

body {
	background-image: url('/images/bg.png');
	background-repeat: repeat-x;
	background-color: #333333;
}
#background {
	background-image: url('/images/bg2.png');
	background-repeat: repeat-x;
}
#crest {
	margin-top: 20px;
}
#header {
	margin-top: 11px;
	margin-bottom: 12px;
}
#nav {
	line-height: 45px;
	margin-bottom: 30px;
}
#nav ul {
	list-style-type: none;

}
#nav ul li {
	display: inline;
	margin: 0px;
	padding: 0px;
	margin-right: 10px;
	text-transform: uppercase;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
}
#nav a {
	color: #333333;
	text-decoration: none;
}
#nav a:hover {
	color: #913031;
}
#content {
	color: #B9B9B9;
	background-image: url('/images/content_bg.png');
	min-height: 462px;
	background-repeat: no-repeat;
	background-position: center center;
}
h1,h2,h3,h5 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: -1.25px;
	margin: 0px;
	line-height: 40px;
}
h1 {
	font-size: 32px;
	color: white;
	font-weight: normal;
}
h2 {
	color: black;
	font-size: 20px;
	background-color: white;
	display: inline-block;
	line-height: 20px;
	padding: 2px 6px 2px 6px;
	margin-bottom: 10px;
}
h2 a {
	color: black;
}
h2 a:hover {
	color: #009E31;
}
h3 {
	font-weight: normal;
	font-size: 18px;
	color: #DDD;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #B9B9B9;
}
a {
	color: #009E31;
}

#footer {
	background-image: url('/images/footer_bg.png');
	background-repeat: repeat-x;
}
#footer_container {
	padding-top: 30px;
	color: #878787;
}
#footer_container p {
	font-size: 12px;
	line-height: 18px;
}
#footer_container strong {
	color: white;
}
#footer_container h3 {
	color: white;
	font-weight: normal;
	font-size: 20px;
}
.red {
	color: #913031;
}
.callout {
	padding: 2px;
	background-color: #1B1B1B;
	border: 1px solid #585858;
	margin-right: 10px;
}
.login label {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: white;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}
.styled_input {
	padding: 5px;
	border: 1px solid #6D6D6D;
	background-color: transparent;
	color: #6D6D6D;
	margin-bottom: 5px;
}
.byline {
	font-size: 11px;
	color: #ccc;
}
.gallery ul li strong {
	color: white;
}
strong {
	color: white;
}