/*------------  Cains extra CSS text  -------------*/


h1,h2,h3,h4,h5,h6 {
	/*color: #86B300;  rc Green*/
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
  
/* Cains hack .h4 a:link {color: #83AE00;}
.h4 a:visited {color: #83AE00;}
.h4 a:hover {color: #990099;}
.h4 a:active {color: #99CC00;} */


/* Headings
-------------------------------------------------------------- */

body {
	background-image: url(/images/header_background_cms.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
	background-color: #A5C607;
}

h1,h2,h3,h4,h5,h6 { font-weight: normal; }

h1 {
	color: #003366;
	font-size: 3em;
	line-height: 1;
	margin-bottom: 0.1em;
} /*Cain Note - margin-bottom is the space below the headings */
h2 {
	color: #003366;
	font-size: 2em;
	margin-bottom: 0.25em;
}
h3 {
	color: #003366;
	font-size: 1.5em;
	line-height: 1em;
	margin-bottom: 0.25em;
}
h4 {
	color: #006699;
	font-size: 1.2em;
	line-height: 1em;
	margin-bottom: 0.25em;
}
h5 {
	color: #006699;
	font-size: 1em;
	line-height: 1em;
	margin-bottom: 0.25em;
}
h6 {
	color: #006699;
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 0.25em;
}


/* ------ below was cut and paste from NG  and altered ---------- */
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	line-height: 1.6em;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #003B51;
	list-style-image: url(/obs_graphics/bullet_01.gif);
}


.content a:link {
	color: #80AA00;
	text-decoration: underline;
	padding: 2px;
}

.content a:visited {
	color: #99CC00;
	text-decoration: underline;
	padding: 2px;
}

.content a:hover {
	color: #006699;
	text-decoration: none;
	background-color: none;
	padding: 2px;
}

.content a:active {
	color: #0099CC;
	text-decoration: underline;
	padding: 2px;
}



.headGreenBd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #959005;
}
.headBlueBd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #004358;
}
.headBlueBdSub {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #006f93;
}



.nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	text-transform: uppercase;
}

.nav a:link {
	color: #FFFFFF;
	text-decoration: none;
}

.nav a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.nav a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.nav a:active {
	color: #FFFFFF;
	text-decoration: underline;
}



.footer_txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .6em;
	line-height: 1.3em;
	color: #003B51;

}

.footer_txt a:link {
	color: #004358;
	text-decoration: underline;
	padding: 2px;

}

.footer_txt a:visited {
	color: #006f93;
	text-decoration: underline;
	padding: 2px;

}

.footer_txt a:hover {
	color: #004358;
	text-decoration: none;
	background-color: #A5C607;
	padding: 2px;

}

.footer_txt a:active {
	color: #004358;
	text-decoration: underline;
	padding: 2px;

}