/*
*	Weird speech bubble bit
**********************************************************/
p#person {
	float:right;
	text-align:right;
	font-family:verdana, arial;
	width:270px;
	margin-bottom:.5em;
}
	p#person img {
		margin-bottom:.5em;
	}
	p#person a {
		font-family:verdana, arial;
		display:block;
		padding:.3em 24px .3em 0;
		margin:.2em 0;
		text-decoration:underline;
		background:url(../images/bg_a_email.png) no-repeat right center;
	}
div#bubble {
	background:url(../images/bg_bubble_green.png) no-repeat right center;
}
	div#bubble h2 {
		background:url(../images/bg_bubble_top_green.png) no-repeat top left;
	}
	div#bubble p {
		background:#8ACC46;
	}
	div#bubble p.noDropDown {
		background:url(../images/bg_bubble_bottom_green.png) no-repeat bottom left;
	}
	div#bubble ul {
		background:url(../images/bg_bubble_bottom_green.png) no-repeat bottom left;
	}
		
		
/*
*	section block header
**********************************************************/

div#block {
	background:#8ACC46 url(../../images/img_section_green.jpg) no-repeat right top;	
}
	div#block p {
		background:#8ACC46;
	}
	
div#backgroundImage {
     float:right;
     width:235px;
     overflow:hidden;
	 height:167px;
}
div#blockContent {
     float:left;
     left:213px;
}

     div#blockContent h2 {
          margin:0 0 5px 0 !important;
     }

div#groupContent {
     float:left;
     width:470px;
     overflow:hidden;
}		
		
/*
*	Main content styles
**********************************************************/
h1 {
	color:#6EA338;
}

#midCol h2,
#main h2 {
	color:#6EA338;
	font-weight:bold;
	margin:2px 0 5px 0;
}

ul.dottedBoxes a {
	background:url(../images/bg_dottedBoxesGreen_a.png) right 0.2em no-repeat;
}

#main ul.dottedBoxes li h2 {
	margin:0.3em 8px;
}

#main ul.dottedBoxes li h2 a {
	color:#6EA338;
}

#midCol a {
	color:#6EA338;
}

#midCol ul li,
#main ul li {
	background:url(../images/bg_bullet_green.png) no-repeat 15px 6px;
}

#midCol a
#midCol a strong {
	font-weight:bold;
	text-decoration:underline;
	color:#6EA338;
}

#midCol a:hover,
#midCol a:hover strong {
	text-decoration:none;
}

/*
*	left nav active / hover styles
**********************************************************/
		
ul#subnav li.level0 li a:hover,
ul#subnav li.level0 li a.active {
	color:#6EA338;
	background:url(../images/bg_subnav_a_green_active.png) no-repeat left center;			
}

ul#subnav li.level0 li li li a.active,
ul#subnav li.level0 li li li a.active:hover {
	background:url(../images/bg_nav_bullet_green.png) no-repeat 20px 8px;
}

/*
*	right column styles
*********************************************************/

#rightCol ul li {
	background:url(../images/bg_arrow_green.png) no-repeat 0 5px;
}

#rightCol h2 {
	color:#6EA338;
}