/* CSS File */

/* 100% height for html,body,bodyWrappper,pageContainer forces the footer to sit at the bottom of browser window */

/* font sizes are in ems to allow scalability in IE browser */

html {
	padding: 0px;
	margin: 0px;
	height: 100%;
}

body {
	background-image: url(/images/top_bckrepeat.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding: 0px;
	margin: 0px;
	height: 100%;
	text-align: center;
	font-size: 62.5%; /* this sets the ems to 13px = 1.3em, child ems get their value from their parent */
}

a {
	text-decoration: none;
}

hr {
	border: none 0px;
	text-align: left;
	border-top: 1px dotted #DDCFC6;/*the border*/
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
	margin-left: 40px;
	margin-right: 40px;
}

/* bodyWrapper adds the repeat background at the foot of the window */

#bodyWrapper {
	min-height: 100%;
	width: 100%;
	text-align: center;
	position: relative;
}


* html #bodyWrapper {
	height: 100%;
}

/* pageContainer sets the page content width, position and adds the footer repeat background */

#pageContainer {
	position: relative;
	width: 842px;
	min-height: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}

/* pageHeader holds the head graphic and text */

#pageHeader {
	position: relative;
	padding: 0px;
	margin: 0px;
}

#mainNav {
	position: absolute;
	top: 150px;
	left: 28px;
	font-family: 'Lucida Grande', 'Lucida Sans','Lucida Sans Unicode', sans-serif;
	font-size: 1.2em;
	padding: 0px;
	margin: 0px;
}

#mainNav a:link, #mainNav a:visited {
	font-family: 'Lucida Grande', 'Lucida Sans','Lucida Sans Unicode', sans-serif;
	color: #fff;
	font-weight: normal;
	padding: 15px 16px 19px 16px;
	margin: 0px;
	background-image: url(/images/nav-divider.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	text-decoration: none;
}

#mainNav a:hover {
	font-family: 'Lucida Grande', 'Lucida Sans','Lucida Sans Unicode', sans-serif;
	color: #DEC263;
	font-weight: normal;
	padding: 15px 16px 19px 16px;
	margin: 0px;
	background-image: url(/images/nav-divider.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	text-decoration: none;
}

#mainNav a.noDivider {
	background-image: none;
}


/* contentContainer holds the content and page navigation */

#contentContainer {
	margin: 0px;
	width: 843px;
	padding-bottom: 120px;
	padding-top: 0px;
	background-image: url(/images/content_top_bckgrad.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	
}

#navDateBar {
	border-bottom: 1px solid #DDCFC6;
	font-family: 'Lucida Grande', 'Lucida Sans','Lucida Sans Unicode', sans-serif;
	font-size: 1.2em;
	color: #BAA190;
	font-weight: normal;
	padding-bottom: 5px;
	padding-top: 35px;
	margin-top: 0px;
	margin-left: 45px;
	margin-right: 43px;
	text-align: left;
}

#navDateBar a:link, #navDateBar a:visited {
	font-family: 'Lucida Grande', 'Lucida Sans','Lucida Sans Unicode', sans-serif;
	color: #7C4126;
	font-weight: normal;
	text-decoration: none;
}

#navDateBar a:hover {
	font-family: 'Lucida Grande', 'Lucida Sans','Lucida Sans Unicode', sans-serif;
	color: #7C4126;
	font-weight: normal;
	text-decoration: underline;
}

#date {
	float: right;
	font-family: 'Lucida Grande', 'Lucida Sans','Lucida Sans Unicode', sans-serif;
	color: #BAA190;
	font-weight: normal;
	text-align: right;
}

#contentWrap {
	margin-top: 35px;
	margin-left: 45px;
	margin-right: 32px;
}

#content {
	text-align: left;
	padding-bottom: 40px;
}

#content h1 {
	margin: 0px;
	padding-bottom: 25px;
}

#content h2 {
	font-family: 'Lucida Grande', 'Lucida Sans','Lucida Sans Unicode', sans-serif;
	font-size: 1.7em;
	color: #2D2D2D;
	font-weight: bold;
	padding-bottom: 8px;
	padding-left: 40px;
	padding-top: 18px;
	padding-right: 30px;
	margin: 0px;
}

#content h3 {
	font-family: 'Lucida Grande', 'Lucida Sans','Lucida Sans Unicode', sans-serif;
	font-size: 1.4em;
	color: #2D2D2D;
	font-weight: bold;
	padding-bottom: 5px;
	padding-left: 40px;
	padding-top: 0px;
	padding-right: 30px;
	margin: 0px;
}

#content p.links {
	font-family: 'Lucida Grande', 'Lucida Sans','Lucida Sans Unicode', sans-serif;
	font-size: 1.3em;
	line-height: 1.3em;
	color: #2D2D2D;
	font-weight: normal;
	padding-bottom: 8px;
	padding-left: 40px;
	padding-top: 8px;
	padding-right: 30px;
	margin: 0px;
}

#content p {
	font-family: 'Lucida Grande', 'Lucida Sans','Lucida Sans Unicode', sans-serif;
	font-size: 1.3em;
	line-height: 1.5em;
	color: #2D2D2D;
	font-weight: normal;
	padding-bottom: 18px;
	padding-left: 40px;
	padding-top: 0px;
	padding-right: 30px;
	margin: 0px;
}

#content p a:link, #content p a:visited {
	font-family: 'Lucida Grande', 'Lucida Sans','Lucida Sans Unicode', sans-serif;
	color: #9B542E;
	font-weight: normal;
	text-decoration: none;
}

#content p a:hover {
	font-family: 'Lucida Grande', 'Lucida Sans','Lucida Sans Unicode', sans-serif;
	color: #9B542E;
	font-weight: normal;
	text-decoration: underline;
}

#content sup {
	font-size: 0.6em;
}

#content ul {
	padding-left: 70px;
	padding-bottom: 18px;
	padding-top: 0px;
	margin: 0px;
}

#content ul li {
	font-family: 'Lucida Grande', 'Lucida Sans','Lucida Sans Unicode', sans-serif;
	font-size: 1.3em;
	line-height: 1.5em;
	color: #2D2D2D;
	font-weight: normal;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	margin: 0px;
}

.contentImage {
	float: right;
	margin-left: 20px;
	margin-bottom: 15px;
	border: 3px solid #2A1209;
}

.border {
	border: 3px solid #2A1209;
}

#content p.small {
	font-family: 'Lucida Grande', 'Lucida Sans','Lucida Sans Unicode', sans-serif;
	font-size: 1.1em;
	line-height: 1.3em;
	color: #999;
	font-weight: normal;
	padding-bottom: 18px;
	padding-left: 40px;
	padding-top: 0px;
	padding-right: 30px;
	margin: 0px;
}

/* Sticky page footer.
The relative positioning holds it off the content block which is set to min-height 100%.
This fixes the footer to bottom of browser window and content */

#pageFooter {
	width: 100%;
	text-align: center;
	margin-top: -111px;
	background-color: #EEE7E2;
	border-top: solid 1px #A77F6D;
}

.footerLogo {
	float: right;
	border: none;
	margin-top: -4px;
	margin-right: 32px;
}

#pageFooterText {
	position: relative;
	width: 842px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	padding-top: 24px;
	padding-bottom: 23px;
}

#pageFooterText p {
	font-family: 'Lucida Grande', 'Lucida Sans','Lucida Sans Unicode', sans-serif;
	font-size: 1.0em;
	line-height: 1.4em;
	color: #BAA190;
	font-weight: normal;
	padding-left: 45px;
	margin: 0px;
}

#pageFooterText p a:link, #pageFooter p a:visited {
	font-family: 'Lucida Grande', 'Lucida Sans','Lucida Sans Unicode', sans-serif;
	color: #7C4126;
	font-weight: normal;
	text-decoration: none;
}

#pageFooterText p a:hover {
	font-family: 'Lucida Grande', 'Lucida Sans','Lucida Sans Unicode', sans-serif;
	color: #7C4126;
	font-weight: normal;
	text-decoration: underline;
}

#pageFooterText p.copyright {
	font-family: Times, serif;
	font-size: 1.4em;
	color: #0F0F0F;
	font-weight: normal;
	padding-left: 45px;
	padding-bottom: 2px;
	margin: 0px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

div.nfuBox {
	border: 1px solid #A77F6D;
	padding: 10px;
	width: 350px;
	height: 70px;
	font-family: 'Lucida Grande', 'Lucida Sans','Lucida Sans Unicode', sans-serif;
	font-size: 1.3em;
	line-height: 1.5em;
	color: #2D2D2D;
	font-weight: normal;
	margin-left: 40px;
}

div.nfuBox a:link, div.nfuBox a:visited {
	color: #7C4126;
	text-decoration: none;
}

div.nfuBox a:hover {
	color: #7C4126;
	text-decoration: underline;
}

div.nfuBox img.nfuLogo {
	float: left;
	border: none;
	margin-right: 25px;
}

div.contactBox {
	border: 1px solid #A77F6D;
	background-color: #F6F2EF;
	padding: 10px 10px 10px 10px;
	margin-left: 40px;
	margin-right: 60px;
	margin-bottom: 15px;
}

#content div.contactBox p {
	padding: 0px 0px 0px 0px;
	margin: 0px;
	font-weight: bold;
}

/* contact form styles */

form {
	margin: 35px 0px 35px 0px;
	font-family: "Lucida Grande", Arial, sans-serif;
	width: 580px;
}

form fieldset {
	padding: 0px;
	margin: 0px;
	border: none;
}

form fieldset input, form fieldset textarea {
	font-family: "Lucida Grande", Arial, sans-serif;
	padding: 5px;
	width: 471px;
	font-size: 1.2em;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

form fieldset textarea:focus, form fieldset input:focus {
	border: 2px solid #000;
}

form fieldset input.submit-button {
	width: 55px;
	float: right;
	font-size: 1.4em;
	margin: 0px 10px 0px 0px;
	cursor: pointer;
}

form fieldset label {
	font-family: "Lucida Grande", Arial, sans-serif;
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 70px;
	padding-top: 5px;
	font-size: 1.4em;
}

.rule {
	height: 1px;
	border: 1px solid #ccc;
	margin: 0 0 10px 0;
}

