/* CSS Document */

* { margin: 0; padding: 0; }
html { margin: 0; padding: 0; }

body {
	font-family: "Times New Roman", Times, serif;
	font-size: 62.5%;
	color: #000000; background-color: #FFFDE1;
	margin: 0; padding: 0;
}

img { border: 0; }
img.img_border { border: 1px solid #731B3B; }

a:link, a:visited { color: #731B3B; text-decoration: none; }
a:hover { color: #731B3B; text-decoration: underline; }
a:focus { outline: none; }


/* ******************* MAIN TYPE STYLES ******************* */

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.8em; line-height: 1.2em;
	text-transform: uppercase; font-weight: normal;
	color: #731B3B;
	padding: 0; margin-top: 0; margin-bottom: 20px;
}
* html h1 { margin-bottom: 10px; }
* + html h1 { margin-bottom: 15px; }
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.6em; line-height: 1.2em;
	font-style: italic; font-weight: normal;
	color: #000000;
	padding: 0; margin-top: 0; margin-bottom: 12px;
}
* html h2 { font-weight: bold; }
* + html h2 { font-weight: bold; }

h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.4em; line-height: 1.2em;
	font-weight: normal;
	color: #000000;
	padding: 0; margin-top: 0; margin-bottom: 12px;
}

p, ul, ol {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em; line-height: 1.4em;
	font-weight: normal; color: #000000;
	padding: 0; margin-top: 0; margin-bottom: 12px;
}
p.introPara { font-size: 1.4em; font-style: italic; }
p.introPara:first-letter { font-size: 1.8em; font-weight: lighter; }

p.caption { font-size: 1.1em; font-style: italic; }
.imgCredit { font-size: 1em; color: #666666; font-style: italic; }

ul {
	list-style: disc;
	list-style-position: outside;
	margin-left: 15px;
}

hr {
	padding: 0; margin-top: 0; margin-bottom: 12px;
	border: 0; border-bottom: 1px solid #731B3B;
}

.noMarginB { margin-bottom: 5px; }


/* ******************* PAGE WRAPPERS ******************* */

#wrapper {
	width: 900px;
	margin-left: auto; margin-right: auto;
}
#content {
	width: 900px; padding-top: 25px;
	clear: both;
}

/* ******************* HEADER ******************* */

#header {
	height: 90px;
	border-bottom: 2px solid #731B3B;
	display: block;
}
#ch_logo { float: left; padding-top: 20px; }
#ch_logo a {
	width: 339px; height: 62px;
	background-image: url(../images/chantry_logo.gif);
	background-position: left top; background-repeat: no-repeat;
	text-indent: -99999px;
	display: block;
}
/*#ch_logo a span.chantryLogoText {  }*/

#br_logo { float: right; clear: right; padding-top: 10px; }
#towndistance {
	height: 20px;
	clear: both;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.1em; line-height: 20px;
	letter-spacing: 3px; text-transform: uppercase;
	text-align: left;
	display: block;
}


/* ******************* NAVIGATION ******************* */

#nav {
	width: 145px;
	float: left;
	text-align: left;
}
#nav ul {
	list-style: none;
	padding: 0; margin: 0;
	font-size: 1.3em; line-height: 1.8em;
	text-transform: uppercase;
	margin-bottom: 20px;
}
#nav li a:link, #nav li a:visited { color: #000000; text-decoration: none; }
#nav li a:hover { color: #660000; text-decoration: none; }

#nav li#navtab9 {
	background-image: url(../images/newIcon.gif);
	background-position: right; background-repeat: no-repeat;
	/*display: none;*/
}


/* ******************* COLUMNS ******************* */

#pageContent { width: 750px; float: right; }

#title {
	width: 750px; float: left;
	margin-bottom: 15px;
}
* html #title { margin-bottom: 10px; }
* + html #title { margin-bottom: 10px; }

#column1, #column2A { width: 255px; float: left; margin-bottom: 20px; }
#column2 { width: 475px; float: right; }

#column2B { width: 190px; float: right; }

/* ******************* FOOTER ******************* */

#footer {
	/*height: 40px;*/ height: 30px;
	clear: both;
	border-top: 2px solid #731B3B;
	padding-top: 10px;
	display: block;
}

#footerNav {
	width: 150px;
	float: left;
}
#footerNav ul {
	list-style: none;
	margin: 0; padding: 0;
	text-transform: uppercase;
	font-size: 1em;
}
#footerNav li { display: inline; }

#credit {
	float: left;
	font-size: 1em; line-height: 1.4em;
}

#nhbc_logo {
	height: 20px; padding-top: 1px;
	padding-left: 52px;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em; line-height: 1em;
	text-align: left; font-weight: bold;
	color: #08214F;
	background-image: url(../images/nhbc_logo.gif);
	background-position: left top; background-repeat: no-repeat;
	display: block;
}

#suppNav {
	font-size: 1em; text-transform: uppercase;
	border-top: 1px solid #CCCCCC;
	padding-top: 5px; padding-bottom: 15px;
	display: block;
}
#suppNav a:link, #suppNav a:visited { color: #999999; text-decoration: none; }
#suppNav a:hover { color: #000000; text-decoration: underline; }