/*----------------------------------------------
	INDIVIDUALS.CSS
	Author:		Engage Interactive
	Requires:	reset.css
				global.css
	Colours:	#00535E - Green
----------------------------------------------*/

#content a {
	color: #00535e;
}

#content p a {
	border-bottom: solid 1px #a7cfd4;
}

#content p a:hover {
	background: #00535e;
}

.quote_now {
	background:url(/assets/images/individuals/quote_circle_green.gif) left top;
}

.switch_section {
	background:url(/assets/images/individuals/switch_section.gif);
}


/*-------------------------------
	SUBNAV
-------------------------------*/

#sub_nav li a:hover,
#sub_nav li a.on,
#sub_nav li.active a {
	background: url(/assets/images/individuals/sub_nav_hover.gif) 0 0 no-repeat;
	text-shadow:1px 1px 0 #004149;
}

#sub_nav li.tertiary ul {
	background:#2C858F url(/assets/images/individuals/sub_nav_corner.gif) left bottom no-repeat;
	color:#FFF;
}

#sub_nav li.tertiary ul li a:hover,
#sub_nav li.tertiary ul li a.on {
	background:#1B676F;
	text-shadow:1px 1px 0 #00535E;
}

#sub_nav li.tertiary ul li a.on, 
#sub_nav li.tertiary ul li a.on:hover {
	background:#1B676F url(/assets/images/template/sub_nav_tertiary_on.gif) right center no-repeat;;
}


/*-------------------------------
	HEADINGS
-------------------------------*/

#center_column h2,
#double_column h2,
#one_big_column h2 {
	color:#00535E;
}

#center_column h4,
#double_column h4,
#one_big_column h4{
	color:#00535E;
}



blockquote.quote {
	background:#FFF url(/assets/images/individuals/blockquote.gif) left top no-repeat;
}

/*-------------------------------
	LISTS
-------------------------------*/

#center_column ul li,
#double_column ul li {
	background:url(/assets/images/individuals/bullet.gif) 3px 7px no-repeat;
}
