@charset "utf-8";
/* CSS Document */

body, html {
	font-family: arial, helvetica, sans-serif;
	font-size: 1em;
}
a {outline: none;}
.sys_Title { 
	font-weight: bold;
	font-size: 0.9em;
}

/* Homepage */
.sys_HomePageWrapper  {
	font-size: 0.8em;
	color: #333333
}
.sys_HomePageWrapper h1,
.sys_HomePageWrapper h2 {
	color: #0066cc;
	font-size: 1.5em;
	font-weight: normal;
	margin: 0;
}
.sys_HomePageWrapper .sys_HomeLeftColContent ul {
	margin: 0 0 0 40px;
	padding: 0;
	width: 400px; 
}
.sys_HomePageWrapper ul li,
.sys_GenericPageCentreColumn ul li {
	list-style: none;
	background: url("/SiteElements/images/bullet-type1.gif") 0 0.5em no-repeat; /* Orange bullet */
	background: url("/SiteElements/images/bullet-type2.gif") 0 0.5em no-repeat; /* Blue bullet */
	padding: 0 0 1em 22px;
}

/* Homepage feature box */
.sys_HomePageFeatureBox1 .sys_HomePageFeatureBox1Content h2 {
	color: #fff;
	background: url("/SiteElements/images/bkgrnd-homeFeatureBox-Heading.gif") 0 bottom repeat-x;
	padding: 0 0 10px;
	margin: 0 0 20px;
}
.sys_HomePageFeatureBox1 .sys_HomePageFeatureBox1Content ul {
	margin: 0;
	padding: 0;
}
.sys_HomePageFeatureBox1 .sys_HomePageFeatureBox1Content ul li {
	margin: 0;
	padding: 8px 0 0 24px;
	list-style: none;
	background: url("/SiteElements/images/bullet-type3.gif") 0 0.7em no-repeat; /* Document bullet */
}
.sys_HomePageFeatureBox1 .sys_HomePageFeatureBox1Content ul li a {
	color: #fff;
	text-decoration: none;
	padding-bottom: 2px;	
	/* background: url("/SiteElements/images/link-underline.gif") 0 bottom repeat-x; */
	zoom: 1;
	text-decoration: underline;	
}
.sys_HomePageFeatureBox1 .sys_HomePageFeatureBox1Content ul li a:hover {
	text-decoration: none;
}
/* Homepage feature box */
/* end homepage */ 


/* Generic page */

.sys_GenericPageWrapper {
	font-size: 0.8em;
	color: #333333	
}
.sys_GenericPageWrapper h1 {
	color: #0066cc;
	font-size: 1.8em;
	font-weight: normal;
	margin: 0;
}
.sys_GenericPageWrapper h2 {
	color: #3d8bd8;
	font-size: 1.6em;
	font-weight: normal;
	padding: 16px 0 10px;
	margin: 0;
}
.sys_GenericPageWrapper h3 {
	font-size: 1.6em;
	font-weight: bold;
	padding: 10px 0 10px;
	margin: 0;
}
.sys_GenericPageWrapper h4 {
	font-size: 1.1em;
	font-weight: bold;
	padding: 10px 0 10px;
	margin: 0;
}
.sys_GenericPageWrapper p {
	margin: 0;
	padding: 0 0 8px;
}

/* End of generic page */

/* Generic feature box (right column) */
.sys_GenericPageRighColumn h2 {}

.sys_GenericPageRighColumn ul {
	margin: 0;
	padding: 0;
}
.sys_GenericPageRighColumn ul li {
	list-style: none;
	background: url("/SiteElements/images/bullet-type2.gif") 0 0.5em no-repeat; /* Blue bullet */
	padding: 0 0 1em 22px;
}
.sys_GenericPageRighColumn ul li a {
	text-decoration: underline;
	padding-bottom: 2px;
	color: #333333	
}
/* End of generic feature box */