/* CMG: Home stylesheet */

/* Colours:

	#0B4599 - Main Blue
	#2357A2
	#3B6BAD
	#557BB9
	#7087BD
	#ADB8D7

	#383838 - Dk Grey
	#4C4C4C
	#888888
	#ABABAB - Light Grey
	#E6E6E6 - BG Grey	


	#094A8C - Text blue (link)
	#000 - Text
	

*/

p.intro {
	color: #4C4C4C;	
	font-size: 1.3em;
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
}
.home-logo {
	margin-bottom: 24px;
}
#blog {
	background: url(images/Blog-Link-BG.jpg) no-repeat #f2f2f2; 
	padding-right: 10px;
	height: 117px;
	overflow: hidden;
}
#blog h2 {
	background-image: none;
	margin: 0 13px;
	padding: 13px 0 0 0;
}
#blog p {
	margin: 0 20px 0 13px;
}

#navigation {
	background-color: #FFF;
	margin-bottom: 5px;
}
/* Navigation, links */

#navigation ul {
	background-color: #ABABAB;
}
#navigation ul li ul li a {
	background-color: #ABABAB;
	color: #383838;
	border-top: 0px solid #888888;
	background-image: url(images/BulletMenuHome.gif);
}
#navigation ul li ul li a:hover {
	background-color: #BABABA !important;
	background-image: url(images/BulletMenuHome.gif) !important;
}

h2 {
	font: 1.0em Verdana, Arial, Helvetica, sans-serif;
	color: #094A8C;
	margin: 0 0 1em 0;
	padding-left: 18px;
	font-weight: bold;
	line-height : 1.6em;
	background-repeat: no-repeat;
	background-image: url(images/BulletArrow.gif);
	background-position: 3px left;
}
h2 a:link, h2 a:visited, h2 a:active {
	text-decoration: none;
}


