/*

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;
}
/* I use collapse, instead of separate, so 'cellspacing="0"' is not necessary  -Abby */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*

Layout & Defaults

*/

html {
	height: 100%;
}
body {
	background: #62b239 url(/images/bg_body.gif) left top repeat-x;
	height:100%;
	text-align:center;
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
}
#wrapper {
	position: relative;
	min-height: 100%;
	width:762px;
	margin:0 auto;
	text-align:left;
}
#masthead {
	height:70px;
	width:100%;
	overflow:hidden;
}
#logo {
	float:left;
}
#prinav {
	float:right;
	width:460px;
	padding-top:39px;
}
#prinav a.coming_soon {
	cursor: default;
}
#secondarynav {
	width:100%;
	height:40px;
}
#main {
	width:100%;
	overflow:hidden;
	padding-bottom:100px;
	line-height:19px;
	color:#000;
}
#main .subpage {
	float:left;
	width:506px;
	background:#fff;
	padding:16px 20px;
	margin-bottom:2em;
}
#main .addendum {
	float:right;
	width:170px;
	background:#62b239 url(/images/bg_addendum.gif) left top no-repeat;
	overflow:visible;
	padding:20px;
	margin-bottom:2em;
}

/*

Main Content

*/

#main a {
	color:#000;
}
#main p {
	margin-bottom:1em;
}
#main p.intro {
	font-size:14px;
	line-height:24px;
}
#main p.part_count {
	font-size:10px;
	text-transform: uppercase;
	font-family: "Myriad Web Pro", "Myriad Web", "Myriad Pro", "Myriad", Helvetica, Arial, sans-serif;
	font-size:11px;
	color:#afb9a5;
	font-weight:bold;
	letter-spacing: .03em;
	margin-bottom:.5em;
}
h1 {
	font-size:17px;
	font-family: Georgia, serif;
	color:#1a6521;
	line-height:1.2em;
	margin-bottom:.5em;
}
h2 {
	font-size:28px;
	font-family: Georgia, serif;
	color:#0f4886;
	line-height:1.1em;
	margin-bottom:.65em;
}
h3 {
	text-transform: uppercase;
	font-size:12px;	
	font-weight:bold;
	color:#631124;
	margin-top:1.5em;
}
p.button {
	position:relative;
	height:30px;
}
a.button {
	background:url(/images/bg_button_left.gif) left -4px no-repeat;
	padding-left:16px;
	display:block;
	height:30px;
	color:#fff !important;
	text-decoration:none;
	font-weight:bold;
	font-size:13px;
	position:absolute;
	z-index:100px;
	left:-4px;
	top:0;
}
a.button span {
	background:url(/images/bg_button_right.gif) right -4px no-repeat;
	padding:3px 16px 9px 0;
	text-align:center;
	display:inline-block;
}
.callout {
	padding:10px;
	background:#fcbf0e;
}
.callout h3 {
	margin-top:0;
}
.callout p {
	margin-bottom:0 !important;
}

/*

Addendum

*/

.addendum h4 {
	font-family: Georgia, serif;
	font-size:16px;
	color:#fff;
	margin-bottom:.5em;
	margin-top:1.5em;
}
.addendum p,
.addendum ul {
	font-size:11px;
	line-height:1.3em;
}
.addendum ul {
	padding-left:1.5em;
	margin-top:0;
	margin-left:0;
}
.addendum ul li {
	margin-bottom:.6em;
}
.addendum ul.linkslist {
	padding-left:0;
	list-style:none;
}
.addendum ul.linkslist li {
	list-style:none;
	margin-bottom:.6em;
}
.addendum .signup p {
	padding-left:50px;
	background:url(/images/icon_signup.gif) -2px top no-repeat;
	height:75px;
}
.addendum .brochures p {
	padding-left:50px;
	background:url(/images/icon_brochure.gif) left top no-repeat;
	height:75px;
}
.addendum .iser p {
	padding-left:50px;
	background:url(/images/icon_iser.gif) left top no-repeat;
	height:75px;
}

/*

Home Exceptions

*/

#main .home {
	background:url(/images/bg_home.gif) right top no-repeat;
	padding-bottom:76px;
	line-height:19px;
	color:#fff;
}
#main .home p.intro {
	margin-top:5px;
}
#main .home a {
	color:#fff;
}
#main .home .addendum {
	width:100%;
	background: none;
	background: transparent url(/images/bg_homedivider.gif) left top repeat-x;
	margin-top:15px;
	padding:25px 0 0 0;
	padding:35px 0 0 0;
	overflow:hidden;
}
#main .home .addendum h2 {
	text-transform: uppercase;
	font-family: "Myriad Web Pro", "Myriad Web", "Myriad Pro", "Myriad", Helvetica, Arial, sans-serif;
	font-size:13px;
	color:#fcbf0e;
	letter-spacing: .03em;
	margin-bottom:.5em;
	margin-top:0;
	font-weight:bold;
}
.home .addendum .recent {
	width:380px;
	float:left;
}
.home .addendum .signup {
	float:left;
	width:155px;
	padding-left:35px;
	margin-right:20px;
	margin-right:0;
	background:url(/images/signup_icon.gif) left 23px no-repeat;
	background:url(/images/signup_icon.gif) 31px 23px no-repeat;
	margin-bottom:0;
}
.home .addendum .signup p {
	background:none;
}
.home .addendum .brochures {
	float:left;
	/* float:right; */ /* Uncomment for Enabling News */
	width:165px;
	padding-left:25px;
	background:url(/images/brochure_icon.gif) 24px 21px no-repeat;
	margin-bottom:0;
}
.home .addendum .brochures p {
	background:none;
}

/*

Footer

*/

#footer {
	padding-top:10px;
	position: relative;
	margin-top: -76px; /* This amount is the exact height of the footer */
	height:66px;
	background: #0d4376 url(/images/bg_footer.gif) left bottom repeat-x;
	color:#b8cfe1;
	font-size:10px;
	overflow:hidden;
}
#footer div {
	width:762px;
	text-align:left;
	margin:auto;
}
#fnb_logo {
	float:left;
	margin-right:40px;
}
#footer_tagline {
	float:right;
}
#footer p {
	padding-top:23px;
	line-height:13px;
	width:215px;
	float:left;
}
#footer a {
	color:#b8cfe1;
}

