@charset "UTF-8";
/* CSS Document */

/* -- GENERAL STYLES -- */
/* -- -------------- -- */

body {
	background: #E8E8E8;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100.1%;
}

.body_text {
	padding-bottom: 0px;
	text-align: center;
	margin-bottom: 0px;
	font-size: 14px;
}

h1 {
	/* -- Page title on generic pages. See topic article page -- */
	font-weight: bold;
	font-size: 24px;
	padding: 0px;
	color: #000000;
	line-height: 130%;
	font-family: Arial, Helvetica, sans-serif;
}

h2 {
	/* -- Subheading on generic pages, See topic article page -- */
	font-weight: normal;
	font-size: 19px;
	color: #000000;
	line-height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	margin-right: 0px;
	margin-left: 0px;
}

h3 {
	/* -- Side box title; subheading on generic pages -- */
	font-weight: normal;
	font-size: 14px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	font-weight: normal;
}

p {
	/* -- All generic text -- */
	font-weight: normal;
	font-size: 10px;
	margin: 0px 0px 10px 0px;
	color: #333;
	line-height: 130%;
	font-family: Arial, Helvetica, sans-serif;
}

a {
	color: #00694E;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

a:link {
	color: #00533E;
	text-decoration: none;
}

a:visited {
	color: #00533E;
	text-decoration: none;
}

a:hover {
	color: #01B083;
	text-decoration: underline;
}
#date_box {
	font-family: Arial, Helvetica, sans-serif;
	color: #017A5B;
	text-align: right;
	font-size: 12px;
	margin-right: 72px;
	font-weight: bold;
}
#header_box {
	height: 2.5em;
	width: 50em;
	font-size: 1em;
	margin-bottom: 0em;
	left: 0px;
	margin-left: 2px;
	margin-right: 2px;
}


/* END HEADER SECTION STYLES */

/* HEADER BOX SECTION STYLES - NOT SURE IF I WILL END UP USING THIS */
#header_box {
	width: 760px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 125px;
	background-repeat: no-repeat;
}
#subheader_index_box {
	height: 124px;
	margin-right: 10px;
	margin-left: 40px;
	text-align: left;
	vertical-align: middle;
	top: auto;
	margin-bottom: 2px;
	background-image: url(../images/who_we_serve/support_team.jpg);
	background-repeat: no-repeat;
	background-position: 68px;
	clear: both;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: auto;
}

#subheader_box img {
	padding-right: 46px;
	margin-left: 60px;
	padding-left: 18px;
}
#subheader_text  {
	font-style: italic;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #00694E;
	width: 460px;
	margin-right: auto;
	margin-left: 230px;
	padding-left: 0px;
	font-size: 24px;
	margin-left: 278px;
	padding-top: 8px;
}
#subheader_text   h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 30px;
	color: #00694E;
	line-height: 96%;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #fff;
	background-image: url('../images/content/divider-horizontal.gif');
	background-repeat: repeat-x;
	background-position: bottom;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}
#subheader_text h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #00694E;
	font-weight: bold;
	margin-top: -16px;
}
#boxes  h4 {
}
/* END HEADER BOX SECTION STLES */

/* BORDERS STYLES */
.body {
	background-color: #EEEEEE;
}
/*
tlc = top left corner
trc = top right corner
blc = bottom left corner
brc = bottom right corner
lb = left border
rb = right border
tb = top border
bb = bottom border 
*/

#tlc, #trc, #blc, #brc
{
background-color: transparent;
background-repeat: no-repeat;
}

#tlc
{
	background-image: url('../images/borders/tlc.gif');
	background-position: 0% 0%;
}

#trc
{
	background-image: url('../images/borders/trc.gif');
	background-position: 100% 0%;
}

#blc
{
	background-image: url('../images/borders/blc.gif');
	background-position: 0% 100%;
}

#brc
{
	background-image: url('../images/borders/brc.gif');
	background-position: 100% 100%;
}

#tb, #bb
{
background-color: transparent;
background-repeat: repeat-x;
}

#tb
{
	background-image:url('../images/borders/tb.gif');
	background-position: 0% 0%;
}

#bb
{
	background-image: url('../images/borders/bb.gif');
	background-position: 50% 100%;
}

#rb
{
	background-image: url('../images/borders/rb.gif');
	background-position: 100% 0%;
	background-repeat: repeat-y;
}

#lb
{
	background-color: #FFFFFF;
	background-image: url('../images/borders/lb.gif');
	background-position: 0% 100%;
	background-repeat: repeat-y;
}
#centered_container /* Also provides width for navmenu and subheader_box through inheritance */
{
	width: 900px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	padding-top: 16px;
	height: auto;
}
#header_box img {
}

/* END BORDER STYLES */
.body_text {
	padding-top: 14px;
	padding-bottom: 0px;
	text-align: center;
	margin-bottom: 0px;
}
.body_text img {
	margin-left: 0px;
}

/* START BOXES */
#box_container {
	margin-top: 0px;
	padding-left: 0px;
	margin-right: auto;
	margin-left: auto;
}



#box4.last {margin: 0;}
.clear {
	clear: both;
}

#boxes {
	width: 720px;
	clear: both;
	color: #B9B9B9;
	margin-top: 0px;
	margin-bottom: 11px;
	margin-left: 108px;
	display: block;
}
#boxes  h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #000000;
	line-height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	margin-right: 0px;
	margin-left: 0px;
	text-align: center;
	margin-top: 1px;
	padding-top: 8px;
}
#boxes h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	text-align: left;
	font-weight: bold;
	color: #000000;
	line-height: 130%;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0.5em;
}
#boxes h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	margin-top: 0px;
	padding-top: 1px;
	font-weight: normal;
	padding-left: 6px;
	padding-right: 6px;
}
#boxes img {
	float: left;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

#boxesrow2  a, #boxesrow4 a {
	color: #017A5B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}
#boxesrow2
{
	width: 720px;
	clear: both;
	color: #666666;
	margin-right: auto;
	margin-bottom: 2px;
	margin-left: auto;
	display: block;
	background-color: #FFFFFF;
	height: 300px;
	padding-bottom: 1px;
	margin-top: 2px;
	padding-top: 1px;
}
#boxesrow4 
{
	width: 720px;
	clear: both;
	color: #666666;
	margin-right: auto;
	margin-bottom: 2px;
	margin-left: auto;
	display: block;
	background-color: #FFFFFF;
	height: 257px;
	padding-bottom: 2px;
}
#boxrow2-1, #boxrow2-2
{
	float: left;
	width: 340px;
	display: inline;
	margin-right: 11px;
	margin-bottom: 4px;
	margin-left: 0px;
	height: 298px;
	background-image: url(../images/index/boxtop_line_5px_9dbdb0_grad.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: left;
	background-color: #FFFFFF;
	padding: 0px;
	max-height: 290px;
	border: 1px solid #000000;
	min-height: 290px;
}
/* #boxrow2-2  
{
	float: left;
	width: 28.3em;
	display: inline;
	margin-top: -0.21em;
	margin-right: 0.7em;
	margin-bottom: 0.25em;
	margin-left: 0px;
	background-image: url(../images/index/boxtop_line_5px_grn2.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #000000;
	text-align: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000066;
	border-right-color: #000066;
	border-bottom-color: #000066;
	border-left-color: #000066;
	background-color: #F5F5F5;
	padding: 0px;
	max-height: 264px;
} */
#boxrow4-2 img {
	float: left;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-bottom: 5px;
}
#boxrow3-1, #boxrow3-2 {
	float: left;
	width: 28.3em;
	display: inline;
	margin-top: 0em;
	margin-right: 0.7em;
	margin-bottom: 0;
	margin-left: 0px;
	height: 3.7em;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #000000;
	text-align: center;
	padding: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000066;
	border-right-color: #000066;
	border-bottom-color: #000066;
	border-left-color: #000066;
	background-image: url('../images/index/boxtop_5px_grn2.gif');
}
#boxrow4-1, #boxrow4-2 {
	float: left;
	width: 340px;
	display: inline;
	margin-right: 11px;
	margin-bottom: 4px;
	margin-left: 0px;
	height: 257px;
	background-image: url(../images/index/boxtop_line_5px_9dbdb0_grad.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: left;
	background-color: #FFFFFF;
	max-height: 247px;
	border: 1px solid #000066;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-top: 6px;
}
#boxes  a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #00533E;
	text-align: left;
	font-size: 12px;
}
#boxes a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00533E;
	text-align: left;
	line-height: 12px;
}
#boxes a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #790000;
	text-align: left;
	text-decoration: underline;
}
#boxes a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #01B083;
	text-align: left;
}
#boxrow2-2 img {
}
#mainfooter/* HOMEFOOTER */
 {
	text-align: center;
	font-size: 0.75em;
	color: #6e6e6e;
	width: 900px;
	margin-top: -1.2em;
	margin-right: auto;
	margin-bottom: 2.5em;
	margin-left: auto;
}
#mainfooter   a:link {
	margin: 0 2px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #00533E;
}
#mainfooter /*#homefooter p.right.links { padding-right: 10px; }*/
 a:visited {
	margin: 0 2px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #00533E;
}
#mainfooter  a:hover {
	text-decoration: none;
	color: #790000;
}
#mainfooter  a:active {
	text-decoration: underline;
	color: #01B083;
}
#mainfooter  p.left {
	width: 50%;
	float: left;
	text-align: left;
	text-indent: 10px;
}
#mainfooter  p.right {
	width: 50%;
	float: none; /*text-align: right;*/
}
#mainfooter  p.links {
	border: 1px solid #ffffff;
	border-width: 1px 0;
	width: 67em;
	margin-top: 0.5em;
	margin-right: auto;
	margin-bottom: 1em;
	margin-left: auto;
	padding-top: 0.5em;
	padding-right: 0;
	padding-bottom: 0.5em;
	padding-left: 0px;
}
#assoclogobox {
	background-image: url('../images/index/assoc_logos.jpg');
	height: 3.8em;
	width: 31.5em;
	margin-left: auto;
	margin-top: 0.25em;
	background-repeat: no-repeat;
	margin-right: auto;
	clear: both;
}
#movie {
	text-align: center;
}
#section_1 {
	width: 47.6em;
	border: 1px solid #000000;
	margin-top: 0.2em;
	margin-right: 0.6em;
	margin-bottom: 0.4em;
	margin-left: 0.8em;
	height: 10em;
}
#section_2 {
	width: 47.6em;
	border: 1px solid #000000;
	margin-top: 0.2em;
	margin-right: 0.6em;
	margin-bottom: 0.4em;
	margin-left: 0.8em;
	height: 8em;
}

/* For who we serve */
#section3 {
	width: 720px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 140px;
	padding-top: 10px;
}

#section3Table li {
	font-style: italic;
	list-style-image: url(../images/who_we_serve/bullet_arrow.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
/* end for who we serve */

#section_1_services {
	width: 50em;
	border: 1px solid #000000;
	margin-top: 0.2em;
	margin-bottom: 0.4em;
}
#section_2_services {
	width: 50em;
	height: 13em;
	margin-top: 0.5em;
}
#section_3_services {
	width: 40em;
	border: 1px solid #000000;
	margin-top: 0em;
	margin-right: auto;
	margin-bottom: 0em;
	margin-left: auto;
	height: 9.3em;
}
#section_4_services {
	width: 45em;
	margin-right: auto;
	margin-bottom: 0.2em;
	margin-left: auto;
	height: 3em;
	padding-top: 0em;
	margin-top: 2px;
}
#list_section1_services {
	background-color: #e8e8e8;
	width: 40em;
	margin-left: auto;
	border: 3px ridge #999999;
	margin-right: auto;
}
#list_section1_services li {
	margin-bottom: .4em;
	font-weight: normal;
	font-style: italic;
}
#list_section2_services {
	background-color: #ffffff;
	width: 40em;
	margin-left: auto;
	margin-right: auto;
}
#list_section2_services li {
	margin-bottom: 0.5em;
	font-weight: normal;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #000000;
}
#section_3_services img {
	float: left;
	margin-left: 0.6em;
	margin-right: 1.4em;
	margin-top: 0em;
	margin-bottom: 0px;
	margin-top: 0.8em;
}
#section3_text {
	float: left;
	width: 18.6em;
	font-style: italic;
	font-size: 1em;
	margin-top: 1.6em;
}
#section_4_servicesx  a {
	font-size: 0.8em;
	color: #FFFFFF;
	background-color: #017A5B;
	width: 40em;
	height: 6em;
	margin-top: .5em;
	line-height: 3em;
}
#section_4_services_button {
	width: 45em;
	height: 1.5em;
	text-align: center;
	padding-top: 1em;
	padding-bottom: 0.2px;
	margin-left: auto;
	float: left;
	margin-right: auto;
}
#section_4_services img {
	margin-left: 3.4em;
	float: left;
	margin-top: -1.5em;
}
#section_4_services_button a {
	font-size: 0.8em;
	background-color: #017A5B;
	padding-top: 0.8em;
	padding-bottom: 0.8em;
	padding-right: 0.725em;
	padding-left: 0.7em;
	color: #FFFFFF;
	text-decoration: none;
}
#section_4_services_button a:visited {
	font-size: 0.8em;
	background-color: #017A5B;
	padding-top: 0.8em;
	padding-bottom: 0.8em;
	padding-right: 0.725em;
	padding-left: 0.7em;
	color: #FFFFFF;
}
#section_4_services_button a:hover {
	font-size: 0.8em;
	background-color: #00644B;
	padding-top: 0.8em;
	padding-bottom: 0.8em;
	padding-right: 0.725em;
	padding-left: 0.7em;
	color: #FFFFFF;
	text-decoration: none;
}
#section_4_services_button a:active {
	font-size: 0.8em;
	background-color: #00906C;
	padding-top: 0.8em;
	padding-bottom: 0.8em;
	padding-right: 0.725em;
	padding-left: 0.7em;
	color: #000000;
}
#boxrow2-1 li {
	margin-right: 30px;
	margin-bottom: 6px;
}
#boxrow2-2 img {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 52px;
}
.special {
	margin-top: -8px;
}
#boxrow2-1 h3 {
	margin-top: 1px;
	text-align: center;
	line-height: 110%;
	padding-top: 1px;
}
.smallHeading {
	text-align: center;
}
a {
}
.style1 {font-size: 12px}
.style2 {
	font-size: 12px;
	font-weight: bold;
}
.twoLine {
	text-align: center;
	margin-top: -5px;
	padding-top: 0px;
	font-size: 14px;
	line-height: 80%;
}
