@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	border: 0;
}

body  {
	font: 12px/120% Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-color: #B2B493;
	margin: 30px 0 0 0;
	padding: 0;
}

p {
	padding: 5px 0px 8px;
}

.threeColERI #container {
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 832px;
	background: #FFFFFF url(../images/nav_bar_bg.gif) repeat-y;
	margin: 0 auto;
	text-align: left;
} 

.threeColERI #header { 
	background-image:url(../images/page_banner.jpg);
	background-repeat:no-repeat;
	height:113px;
}

.threeColERI #mainContent {
	margin: 0px 200px 40px 200px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding-top: 45px;
} 

.threeColERI #mainContent a:link {
	color: #304878;
	text-decoration: underline;
}

.threeColERI #mainContent a:visited {
	color: #094835;
	text-decoration: underline;
}

.threeColERI #mainContent a:hover {
	color: #094835;
	text-decoration: none;
	background-color: #dedfca;
}

.threeColERI #mainContent h1 {
	font: bold 16px "Times New Roman", Times, serif;
	padding-bottom: 5px;
	border-top: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 10px;
}

.threeColERI #mainContent h2 {
	font: bold 14px "Times New Roman", Times, serif;
	padding-bottom: 5px;
	padding-top: 10px;
}
.threeColERI #mainContent h3 {
	font: bold 120% Verdana, Arial, Helvetica, sans-serif;
}


.threeColERI #mainContent ul {
	list-style: none;
	padding: 0px;
	margin-left: 20px;
	margin-top: 8px;
}

.threeColERI #mainContent li {
	background: url(../images/target.gif) no-repeat 0em 0em;
	padding-left: 1.8em;
	margin-bottom: 1em;
}

.threeColERI #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #304678; /* the background color will be displayed for the length of the content in the column, but no further */
	padding-top: 45px;
	margin-top: 15px;
}

.threeColERI #sidebar1  p  {
	padding: 0px;
}

.threeColERI #nest ul {
	list-style: url(../(URL) ) none;
	margin: 0px 0px 3px 25px;
	padding: 0px;
	color: #FFFFFF;
}

.threeColERI #nest li {
	padding-top: 5px;
	list-style: none;
	font-size: 95%;
	padding-bottom: 5px;
}

.threeColERI #nest li a:link {
	color: #FFF;
	text-decoration: underline;
}

.threeColERI #nest li a:visited {
	color: #FFF;
	text-decoration: none;
}

.threeColERI #nest li a:hover {
	color: #094835;
	text-decoration: none;
	background: #AAAAB2;
}

.threeColERI #nest ul ul li {
	font-size: 90%;
	margin-left: -5px;
	padding: 0px;
}

.threeColERI #nest ul ul li a:link {
	color: #FFF;
	text-decoration: underline;
}

.threeColERI #nest ul ul li a:visited {
	color: #FFF;
	text-decoration: underline;
}

.threeColERI #nest ul ul li a:hover {
	color: #304678;
	text-decoration: none;
	background: #AAAAB2;
}

.threeColERI #rightcol {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 45px 10px 0 10px; /* padding keeps the content of the div away from the edges */
	margin-bottom: 40px;
	margin-top: 15px;
	border-left: 2px dotted #dedfca;
}

.threeColERI #rightcol a:link {
	color: #304878;
	text-decoration: underline;
}

.threeColERI #rightcol a:visited {
	color: #094835;
	text-decoration: none;
}

.threeColERI #rightcol a:hover {
	color: #094835;
	text-decoration: none;
	background-color: #B2B493;
}

.threeColERI #rightcol h1 {
	font: bold 14px "Times New Roman", Times, serif;
	border-top: 2px solid #B2B493;
	border-bottom: 1px solid #B2B493;
	margin-top: 10px;
	margin-bottom: 5px;
}

.threeColERI #footer { 
	padding: 0 10px 0 15px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	border-top: 7px solid #094835;
	background: url(../images/footer_bgcolor.gif) repeat-x;
	height: 125px;
} 

.threeColERI #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font: 10px/120% Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align: center;
}

.threeColERI #footer a:link {
	color: #304878;
	text-decoration: underline;
}

.threeColERI #footer a:visited {
	color: #B2B493;
	text-decoration: none;
}

.threeColERI #footer a:hover {
	color: #094835;
	text-decoration: none;
	background-color: #dedfca;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.threeColERI #nlform {
	width: 155px;
	border: 1px solid #B2B493;
	display: block;
	background: #dedfca;
}

form div {
	margin: 6px 3px;
}

.nlfont {
	color: #094835;
	font-weight: bold;
}

input, select, checkbox, textarea {
	color: #000000;
	border: 1px solid #ABABB2;
}

input:focus, select:focus, checkbox:focus, textarea:focus {
	color: #dedfca;
	background: #ababb2;
}
.resourcesection {
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	border-right-style: none;
	border-left-style: none;
	color: #B2B493;
	vertical-align: middle;
	text-align: right;
	border-bottom: 3px solid #B2B493;
	margin: 0px 0px 15px;
	padding: 0px 0px 3px;
	text-transform: uppercase;
}

.forh2 {
	color: #000000;
	border-bottom: 1px solid #000000;
}

.testim {
	float: none;
	color: #666666;
	font: 110% "Times New Roman", Times, serif;
	margin: 25px 15px;
	text-align: left;
}

.RC {
	background: url(../images/nl_roundbox.jpg) no-repeat left top;
	width: 155px;
	margin-top: 10px;
	padding: 0px;
}

.RC h2 {
	font: bold 120% "Times New Roman", Times, serif;
	padding: 5px 5px 20px 8px;
	color: #FFFFFF;
}

.RC p {
	padding-right: 8px;
	padding-left: 8px;
}

.top_RC {
	background: url(../images/nl_roundbox_top.jpg) no-repeat left top;
}

.last_RC {
	background: url(../images/nl_roundbox_btm.jpg) no-repeat left bottom;
	margin: 0px;
	padding-bottom: 2em;
}
.border {
	border-top: 3px double #B2B493;
	margin-top: 20px;
}

.caption {
	font: 95% Verdana, Arial, Helvetica, sans-serif;
}

.hr350 {
	width: 350px;
	margin-top: 5px;
	margin-bottom: 2px;
	border-top: 1px solid #2F4777;
	color: #2F4777;
}

.extramrgb {
	margin-bottom: 60px;
}

.submit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #304678;
	background-color: #DEDFCA;
	font-size: 12px;
	font-weight: bold;
	margin-left: 15px;
}

.darkbg {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #DEDFCA;
	margin-left: 15px;
	margin-bottom: 8px;
	margin-top: 5px;
}

.promo {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #7C9C77;
	background-color: #EAEFBD;
	text-align: center;
	width: 350px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
	border: 3px double #7C9C77;
	line-height: 1.4em;
}

.promo1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #094835;
	margin-bottom: 10px;
	padding: 10px;
	border: 3px double #7C9C77;
	line-height: 1.4em;
}