		 /* Green Layout */
		 
		 /* DIVs */

div.sub_content_item {
	width:186px;
	margin:0 0 20px 0;
	padding:15px 0 38px 5px;
	float:left;
	display:inline;
	position:relative;
	background:url('/_images/bgs/sub_content_green.gif') bottom left no-repeat;
}

div.sub_content_right_item {
	width:230px;
	margin:0 0 30px 0;
	padding:20px 0 35px 5px;
	float:left;
	display:inline;
	position:relative;
	background:url('/_images/bgs/sub_content_right_bottom_green.gif') bottom left no-repeat;
}

div.sub_nav {
	width:191px;
	margin:0 0 30px 0;
	padding:0 0 18px 0;
	float:left;
	position:relative;
	display:inline;
	background:url('/_images/bgs/sub_content_green.gif') bottom left no-repeat;
}



		/* Images */
		
		
		
		
		
		/* Text */
p.strapline {
	font-weight:bold;
	color:#47F200 !important;
}

p strong {
	color:#8C8C8C;
	font-weight:bold;
}

p em {
	font-weight:bold;
	color:#46F300;
	font-style:normal;
}



		
		
		
		/* Links */

a.dark_arrow {
	color:#4CF401;
}

div.sub_content_right_item_blank a {
	color:#4CF401 !important;
}

div.sub_content_right_item a {
	font-size:11px;
	color:#47F200;
	line-height:150%;
	text-decoration:none;
}

#main_content a {
	color:#46F300;
	text-decoration:none;
}

#main_content a strong {
	color:#46F300;
	font-weight:bold;
}

#main_content a:hover {
	text-decoration:underline;
}



		
		/* Lists */
ul {
	margin:0;
	padding:0 0 0 13px;
	list-style:none;
	position:relative;
}

ul li {
	background:url('/_images/bullets/green_star.gif') left no-repeat;
}

ul li a {
	color:#4CF401;
}



		/* Sub Menu */

div.sub_nav ul li a {
	background:url('/_images/lines/green_sub_nav.gif') bottom left repeat-x;
	background-color:#E9FEE1;
}

div.sub_nav ul li a.selected {
	background-color:#47F200;
	color:#FFF;
}





		/* Forms */
form input.text {
	background-color:#E9FEE1;
	border:1px solid #46F300;
}

form textarea {
	background-color:#E9FEE1;
	border:1px solid #46F300;
}























