/* general tag styles */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #3E596A;
	background: #fff;
	padding: 0;
	margin: 0 10px 10px 10px;
	text-align: center;
	font-size: x-small;
}

p, td, li, form, label {
	font-size: x-small;
}

td, ul, ol, li, form, input, select {
	padding: 0;
	margin: 0;
}

img {
	padding: 0;
	border: 0;
}

p {
	line-height: 150%;
	padding: 0 0 10px 0;
	color: #5C7683;
	font-weight: normal;
	border: 0;
	margin: 0;
}

h1, h2, h3, h4 {
    font-size: x-small;
	line-height: 120%;
	padding: 0 0 10px 0;
	borer: 0;
	margin: 0;
}

h5, h6 {
	font-size: x-small;
	padding: 10px 0 2px 0;
	border: 0;
	margin: 0;
}

select {
	font-size: x-small;
}

a {
	color: #00875A;
}

a:hover {
	color: #CC6600;
}

label {
	color: #000;
	vertical-align: top;
	font-size: x-small;
}

.em-note {
  font-style: italic;
}

.dotted-grey {
	background-image: url(/images/dotted_line.gif);
	background-repeat: repeat-x;
	font-size: 0;
	padding: 0 2px 0 0;
	margin: 0;
}

.dotted-grey-vertical {
	background-image: url(/images/vertical_dot.jpg);
	background-repeat: repeat-y;
	padding: 0;
	margin: 0;
}

.read-link{
	color: #ff9900;
}

.green-link{
	color: #00875A;
	text-decoration: underline;
}


/* tabular data cell styles */

td {
	text-align: left;
	vertical-align: top;
}

td.lm {
	text-align: left;
	vertical-align: middle;
	font-size: x-small;
}

td.lb {
	text-align: left;
	vertical-align: bottom;
}

td.lt {
	text-align: left;
	vertical-align: top;
	padding: 0;
}

td.ct {
	text-align: center;
	vertical-align: top;
}

td.cm {
	text-align: center;
	vertical-align: middle;
}

td.cb {
	text-align: center;
	vertical-align: bottom;
}

td.rt {
	text-align: right;
	vertical-align: top;
}

td.rm {
	text-align: right;
	vertical-align: middle;
}

td.rb {
	text-align: right;
	vertical-align: bottom;
}

td.dotted-separator {
	background: url(/i/dotted_vertical.gif) top left repeat-y;
}

/* floated images */ 

.img-flush-right {
  float: right;
  margin: 0 0 5px 10px;
}

.flush-right {
  float: right;
}

.flush-left {
  float: left;
  padding: 0 10px 10px 0; 
}

.group-flush-left {
  float: left;
  padding: 0 10px 10px 0; 
  text-align: center;
}

.img-borderw-bottom {
	border-bottom: 1px solid #fff;
}

.img-borderw-ltb {
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.img-borderw-tb {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.img-indent-list {
  margin: 0 0 0 22px;
}

/* main container */ 

#main-container {
	text-align: left; 
	margin: 0 auto;
	width: 759px;
	background: #fff;
}


/* utility navigation */

#util {
	width: 759px;
}

#util-r {
	color: #00875A;
	padding: 0;
	margin: 4px 0 0 0;
	line-height: 150%;
	font-weight: bold;
	text-align: right;
}

#util-r a {
	color: #00865A;
	text-decoration: none;
	font-weight: normal;
	font-size: x-small;
}

#util-r a:hover {
	color: #3E596A;
	font-weight: normal;

}

#util-r td {
	padding-right: 7px;
	text-align: right;
}

#util-r .separator {
	background-image: url(/images/grey_dot.jpg);
	background-repeat: repeat-y;
	height: 20px;
}

#util-r input {
	font-size: xx-small;
	color: #313031;
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
}

/* main navigation general */


/* USE THIS for first menu OR RIGHT AFTER SELECTED MENU */
.nava {
  background: #166248;
  border-bottom: 1px solid #13553F;
  background-image: url(/images/white_arrow.gif);
  background-repeat: no-repeat;
}

.nava div {
  border-left: 1px solid #166248;
  border-right: 1px solid #13553F;
}

.nava-selected {
  background: #00875A;
  background-image: url(/images/white_arrow.gif);
  background-repeat: no-repeat;
}

.nava-over {
  background: #54997C;
  border-bottom: 1px solid #13553F;
  background-image: url(/images/white_arrow.gif);
  background-repeat: no-repeat;
}

.nava-over div{
  border-left: 1px solid #54997C;
  border-right: 1px solid #47856D;
}

.nava-home {
  background: #166248;
  background-image: url(/images/white_arrow.gif);
  background-repeat: no-repeat;
}

.nava-home div {
  border-right: 1px solid #13553F;
  border-left: 1px solid #166248;
}

.nava-home-over {
  background: #00875A;
  background-image: url(/images/white_arrow.gif);
  background-repeat: no-repeat;
}

.nava-home-over div{
  border-right: 1px solid #00754F;
  border-left: 1px solid #00875A;
}

.nava-r-over {
  background: #54997C;
  border-bottom: 1px solid #13553F;
  background-image: url(/images/white_arrow.gif);
  background-repeat: no-repeat; 
}

.nava-r-over div{
  border-right: 1px solid #47856D;
  border-left: 1px solid #13553F;
}


.nava a, .nava a:hover, .nava-home a, .nava-home a:hover, .nava-home-over a, .nava-home-over a:hover{
  color: #fff;
  text-decoration: none;
}

.navb {
  background: #166248;
  border-bottom: 1px solid #13553F;
  background-image: url(/images/white_arrow.gif);
  background-repeat: no-repeat; 
}

.navb div {
  border-left: 1px solid #508976;
  border-right: 1px solid #166248;
}

.navb a, .navb a:hover, .navb-home a, .navb-home a:hover, .navb-home-over a, .navb-home-over a:hover{
  color: #fff;
  text-decoration: none;
}

.navb-selected {
  background: #00875A;
  border-left: 1px solid #40A583;
  background-image: url(/images/white_arrow.gif);
  background-repeat: no-repeat; 
}

.navc {
  background: #166248;
  border-bottom: 1px solid #13553F;
  background-image: url(/images/white_arrow.gif);
  background-repeat: no-repeat; 
}

.navc div {
  border-left: 1px solid #508976;
  border-right: 1px solid #105539;
}

.navc-over {
  background: #54997C;
  border-bottom: 1px solid #13553F;
  background-image: url(/images/white_arrow.gif);
  background-repeat: no-repeat;  
}

.navc-over div {
  border-left: 1px solid #7FB39D;
  border-right: 1px solid #47856D;
}

.navb-over {
  background: #54997C;
  border-bottom: 1px solid #13553F;
  background-image: url(/images/white_arrow.gif);
  background-repeat: no-repeat; 
}

.navb-over div {
  border-left: 1px solid #7FB39D;
  border-right: 1px solid #7FB39D;
}

.navb-l-over {
  background: #54997C;
  border-bottom: 1px solid #13553F;
  background-image: url(/images/white_arrow.gif);
  background-repeat: no-repeat;
}

.navb-l-over div {
  border-left: 1px solid #7FB39D;
  border-right: 1px solid #13553F;
}

.navb-home {
  background: #166248;
  background-image: url(/images/white_arrow.gif);
  background-repeat: no-repeat;
}

.navb-home div {
  border-right: 1px solid #13553F;
  border-left: 1px solid #508976;
}

.navb-home-over {
  background: #00875A;
  background-image: url(/images/white_arrow.gif);
  background-repeat: no-repeat; 
}

.navb-home-over div {
  border-left: 1px solid #40A583;
  border-right: 1px solid #00875A;
}

td.subnav-selected {
  background: #00875A;
  height: 10px;
  padding: 0;
  font-size: 1px;
  line-height: 10%;
}

.subnav {
  background: #00875A;
  border-top: 1px solid #40A583;
  height: 9px;
  padding: 0;
  font-size: 1px;
  line-height: 10%;
}


/* green menu general */

ul {
	list-style: none;
	color: #00875A;
	margin: 0;
}

li {
	list-style: none;
	color: #00875A;
}

#lnav li p{
	padding: 0 3px 0 20px;
	margin: 0;
}

li.lnava {
	background-image: url(/images/green_arrow.gif) top left no-repeat;
	padding: 6px 0 8px 0;
}

li.lnava a {
	color: #00875A;
	font-weight: bold;
	text-decoration: none;
}

li.lnava-over a, li.lnava-over a:hover {
	color: #CC6600;
	font-weight: bold;
	text-decoration: none;
}


/* home page */

#home {
  width: 759px;
  margin: 0;
  color: #fff;
  font-weight: bold;
}

#home td{
  vertical-align: top;
}

#home div {
  padding: 6px 0 7px 23px;
}

#home .left{
  background: #DEDBDE;
}

#home .center{
  background: #E7E9EB url(/images/home_bg_center.jpg);
}

#home .right{
  background: #BDCFD9;
  border-left: 1px solid #fff;
}

#home #left-bg{
	background-image: url(/images/home_bg_left.jpg);
	background-repeat: no-repeat;
	font-weight: normal;
	padding-bottom: 20px;
}


#home p{
	padding: 0px 4px 3px 23px;
}

#home p.unindent{
	padding: 0px 4px 3px 5px;
}

#home p.dotted-grey{
	margin-top: 12px;
	margin-bottom: 2px;
}


/* main navigation */

#nav {
	width: 759px;
	margin: 0;
	color: #fff;
	font-weight: bold;
	font-size: medium;
}

#nav td {
  vertical-align: middle;
  width: 253px;
  font-size: x-small;
}

#nav td a {
  color: #fff;
  text-decoration: none;
}

#nav div {
  width: 228px;
  padding: 6px 0 6px 23px;
}

#home .nava {
  vertical-align: middle; 
}

#home .nava-home-over {
  vertical-align: middle; 
}

#home .navb {
  vertical-align: middle; 
}

#home .navb-home-over {
  vertical-align: middle; 
}

#nav .nava {
  vertical-align: middle; 
}

#clients {
  margin: 4px 0 4px 0;
}

/* left navigation */

#content-l {
	width: 190px;
	background: #fff;
	vertical-align: top;
}

#lnav {
	list-style: none;
	color: #00875A;
}

#lnav li.lnava {
	background: #BDD0D9 url(/images/green_arrow.gif) top left no-repeat;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #A0B5BF;
	padding: 6px 0 8px 0;
}

#lnav li.lnava-over {
	background: #A9CD85 url(/images/green_arrow.gif) top left no-repeat;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #8FB275;
	padding: 6px 0 8px 0;
}

#lnav li.lnavb {
	background: #BDD0D9 url(/images/green_arrow.gif) top left no-repeat;
	border-top: 1px solid #D4E0E6;
	border-bottom: 1px solid #A0B5BF;
	color: #00875A;
	padding: 6px 0 8px 0;
}

#lnav li.lnavb-over {
	background: #A9CD85 url(/images/green_arrow.gif) top left no-repeat;
	border-top: 1px solid #D4E0E6;
	border-bottom: 1px solid #8FB275;
	color: #00875A;
	padding: 6px 0 8px 0;
}

#lnav li.lnava a, #lnav li.lnava-over a, #lnav li.lnavb a, #lnav li.lnavb-over a {
	color: #00875A;
	font-weight: bold;
	text-decoration: none;
	padding-left: 0;
}

li.lnavb-selected a, li.lnavb-selected a:hover, li.lnava-selected a, li.lnava-selected a:hover{
    color: #fff;
	font-weight: bold;
	text-decoration: none;
	padding-left: 0;
}

#lnav li.lnavbottom {
    background-image: url(/images/left_menu_bg.gif)no-repeat;
    height: 137px;
}

#lnav li.lnava-selected {
	background: #669933 url(/images/white_subnav_arrow.gif) top left no-repeat;
	border-bottom: 1px solid #56852D;
	border-top: 1px solid #fff;
	color: #00875A;
	padding: 6px 0 8px 0;
}

#lnav li.lnavb-selected {
	background: #669933 url(/images/white_subnav_arrow.gif) top left no-repeat;
	border-top: 1px solid #D4E0E6;
	border-bottom: 1px solid #56852D;
	color: #fff;
	padding: 6px 0 8px 0;
}

/* subpage content */

#sub-content {
	width: 759px;
	padding: 0;
	margin-bottom: 1px;
}

#content-c {
    background: #fff url(/images/content_bg.jpg) top left no-repeat;
	width: 361px;
	vertical-align: top;
}

#content-c-full {
    background: #fff url(/images/content_bg_full.jpg) top left no-repeat;
	width: 569px;
	vertical-align: top;
}

#content-full {
    background: #fff url(/images/content_full.jpg) top left no-repeat;
	width: 759px;
	vertical-align: top;
}

#content-r {
  background-color: #00875A; 
}

/* main content */

#content-container {
	margin: 17px 10px 10px 14px;
}

#content-container a{
	font-weight: normal;
}

#content-container h1{
	font-size: x-large;
	color: #CC6600;
	font-weight: normal;
}

#content-container h2{
	font-size: small;
	color: #fff;
	font-weight: bold;
	line-height: 150%;
}

#content-container h3{
	font-size: x-small;
	color: #CC6600;
	line-height: 150%;
	padding: 6px 5px 10px 14px;
}


#content-container h4{
	font-size: x-small;
	color: #00875A;
	font-weight: bold;
	text-decoration: none;
	padding: 0 0 3px 0;
}

#content-container p{
	font-size: x-small;
	color: #3E596A;
	line-height: 150%;
	padding: 0 5px 15px 0;
	margin: 0;
}

#content-container p.dotted-grey {
	font-size: 0;
	padding-bottom: 10px;
	margin: 0 3px 0 0; 
}

#content-container p.indent {
	padding-left: 10px;
}

#content-container .clearit {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	padding: 0;
	margin: 0;
}

#content-container .home-nav li.lnava a{
	text-decoration: none;
}

#content-container .home-nav li.lnava-over {
    text-decoration: none;
}

#content-container .home-nav li.lnava p a, .home-nav li.over p a{
	text-decoration: underline;
}


#content-container ul.quotes {
	list-style: none;
	padding-left: 1em;
	text-indent: -1em;
	color: #fff;
}

#content-container ul.quotes li {
    margin: 10px 5px 10px 6px;
	color: #fff;
    font-size: x-small;
    font-weight: bold;
}


.home-nav li.lnava p a:hover, .home-nav li.lnava-over p a {
	text-decoration: underline;
	color: #cc6600;
}

.home-nav li.lnava-over p a{
	text-decoration: underline;
	color: #00875A;
}

.home-nav {
  padding: 0;
  margin: 5px 0 0 0;
}

.home-nav li.lnava {
    background-image: none;
	list-style-image: url(/images/green_arrow_li.gif);
	padding: 0;
	margin: 0 0 3px 23px;
	line-height: 150%;
}

.home-nav li.lnava-over {
    background-image: none;
	list-style-image: url(/images/orange_arrow.gif);
	padding: 0;
	margin: 0 0 3px 23px;
	line-height: 150%;
}

.client-list {
  padding: 0;
  margin: 5px 0 0 23px;
}

.client-list li.lnava {
    background-image: none;
	list-style: none;
	padding: 0;
	margin: 0 0 3px 0;
	line-height: 150%;
}


#images-text ul.list-info {
  margin-left: 33px;
}

#images-text ul.list-info li {
  padding: 0 0 2px 0;
  color: #3E596A;
}

#images-text p{
	padding: 3px 5px 15px 13px;
}

h2.bar {
    color: #fff;
    font-size: small;
	background: #9BBD7A;
	padding: 6px 6px 6px 11px;
    margin: 0 3px 0 3px;
}

ul.list-info {
	margin: 0 20px 20px 0;
	padding: 0 0 0 18px;
	display: run-in;
}

ul.list-info li {
    font-size: x-small;
	list-style-image: url(/images/square.jpg);
	padding: 0 5px 0 0;
	color: #3E596A;
	font-size: x-small;
	line-height: 140%;
}

#section td {
  padding: 0;
  margin: 0;
}

#section th {
  background-color: #6AA87C;
}

#section th p {
  color: #fff;
  font-weight: bold;
  padding: 0;
  margin: 4px 5px 4px 9px;
}

#section td.index {
  background-image: url(/images/clients_list_bg.jpg);
  background-repeat: no-repeat;
  padding: 0 0 0 7px;
}

#section td.line {
  background-color: #6AA87C;
  line-height: 1px;
  height: 3px;
}

#section td p.dotted-grey {
	margin: 10px 10px 10px 0;

}

#clients-list td {
  padding: 0 10px 10px 0;  
}


/* quotes */

.quotes-bg {
  background-image: url(/images/quotes_bg.gif);
  background-repeat: repeat-y;
  width: 540px;
}

.quotes-content {
  width: 536px;
  border: 1px solid #01875A;
  background-color: #90B26E;
  color: #fff;
}

.quotes-header td {
  background-color: #90B26E;
  width: 100%;
}

.quotes-header th{
  background-color: #669933;
  color: #fff;
  font-size: x-small;
  padding: 0 0 0 15px;
}

.quotes-bottom {
  background-image: url(/images/quotes_bottom.jpg);
  background-repeat: no-repeat;
  line-height: 2px;
  margin: 0 0 10px 0;
}

/*news page */

.news  {
  margin: 0 0 20px 0;
}

.news-float-left  {
  margin: 0 10px 5px 0;
}

.news-frame-right {
  background: url(/images/frame_right.jpg) top left repeat-y;
}

.news-frame {
  background-color: #90B26E;
  border: 1px solid #01875A;
  padding: 5px;
} 

.news-frame img {
  border: 1px solid #176248;
} 

.news-frame-bottom {
  background: url(/images/frame_bottom.jpg) top left repeat-x;
}

.news-content {
	width: 450px;
}

#content-container .crumb {
	color: #00875A;
}


/* callout navigation */

.callout {
	list-style: none;
	color: #00875A;
	margin: 0;
}

.callout li {
	list-style: none;
	color: #fff;
	padding: 1px 0 0 23px;
}

.callout a, .callout a:hover {
    color: #fff;
	font-weight: bold;
	font-size: small;
}

.callout p {
    color: #fff;
}

#callout-content {
   padding: 5px 0 0 1px;
}

.callout-text {
	background-color: #BDD0D9;
	padding: 3px;
	color: #166248;
	text-align: center;
	line-height: 150%;
	border-top: 1px solid #fff;
}

.callout-text a{
	font-weight: bold;
	color: #166248;
}

/* callout feature */

.callout-feature { 
   margin: 0 1px 5px 0;
   padding: 0;
   border: 1px solid #176249;
   font-size: x-small;
   background-color: #fff;
   text-align: center;
   width: 205px;
}

.callout-feature p {
  padding: 10px 5px 0 10px;
  margin: 0;
  color: #3E596A;
}

.callout-feature p.dotted-grey { 
	margin: 0 0 1px 0;
	padding: 0;
	font-size: 1px;
	line-height: 1px;
}

.callout-feature-content-lightblue { 
	background: #E8EFF2;
	padding: 0 0 15px 0;
	text-align: left;
}

.callout-feature-content-blue { 
	background: #BDD0D9;
	padding: 0 0 15px 0;
	text-align: left;
}

.callout-feature-content-olive { 
	background: #B0CA96;
	padding: 0 0 15px 0;
	text-align: left;
	border-bottom: 1px solid #9DB993;
}

.callout-feature-content-lightolive { 
	background: #D6E9BF;
	padding: 0 0 15px 0;
	text-align: left;
	border-top: 1px solid #E0EFCF;
}

.callout-feature h2 {
	font-size: small;
	color: #fff;
	background: url(/i/callout_header_back.gif) top left repeat-y;
	padding: 7px 7px 8px 14px;
	border-right: 1px solid #000;
	
}

.callout-feature h3 {
	font-size: x-small;
	color: #369;
	padding: 7px 7px 8px 9px;
	border-top: 1px solid #dadac5;
	border-bottom: 1px solid #dadac5;
	border-right: 1px solid #000;
	margin-left: 5px;
}

.callout-feature h4 {
	font-size: x-small;
	color: #369;
	padding: 7px 7px 8px 9px;
	border-bottom: 1px solid #dadac5;
	border-right: 1px solid #000;
	margin-left: 5px;
}

.callout-feature p.header {
    font-size: small;
	color: #690;
	padding: 0 0 5px 0;
	margin: 0 0 0 0;
	font-weight: bold;
}

.callout-indent p {
	padding: 6px 0 12px 0;
}


/* footer */

#footer {
    width: 760px;
	margin: 0;
}

#footer p.dotted-grey {
	font-size: 1px;
	padding: 0;
	margin: 1px;
}

#footernav {
	color: #00875A;
	padding: 5px 0 5px 12px;
}

#footernav a {
	color: #00875A;
	text-decoration: none;
}

#footernav a:hover {
	color: #666;
}

#footernav span {
	color: #666;
}


