/*	content.css
	- This contains styles specific to the content; font-sizes, colours, bullets, etc. */

/* Column 1 - homepage*/

#homepage-col1 p {
	font-size: 1.1em;
	line-height: 150%;
}

#homepage-col1 h1 {
	font-size: 1.175em;
	font-weight: bold;
	color: #666666;
}

#homepage-col1 ul {
	margin-left: 0px;
	padding-left: 0px;
}

#homepage-col1 ul li {
	list-style: none;
	background-image: url('/assets/images/red-arrow-small2.gif');
	background-repeat:no-repeat;
	background-position: top left;
	padding-left: 15px;
	font-size: 1.1em;
}

#homepage-col1 ul li.title {
	font-weight: bold;
	font-size: 1.2em;
	color: #FF0000;
	list-style: none;
	background-image: none;
	text-indent: 0px;
	margin-left: -15px;
	line-height: 175%;
}

#homepage-col1 ul li a {
	color:#333333;
	text-decoration: none;
}

#homepage-col1 ul li a:hover {
	text-decoration: underline;
}

/* Column 2 - homepage*/
#homepage-col2 ul {
	margin-left: 0px;
	padding-left: 30px;
}

#homepage-col2 ul li {
	list-style: none;
	background-image: url('/assets/images/red-arrow-small.gif');
	background-repeat:no-repeat;
	background-position: center left;
	text-indent: 15px;
	line-height: 175%;
	font-size: 1.1em;
}

#homepage-col2 ul li a {
	color: #333333;
	text-decoration: none;
}

#homepage-col2 ul li a:hover {
	text-decoration: underline;
}

#homepage-col2 ul li.title {
	font-weight: bold;
	font-size: 1.2em;
	color: #FF0000;
	list-style: none;
	background-image: none;
	text-indent: 0px;
}

/* Column 3 - homepage*/
#homepage-col3 h1 {
	color: #FFFFFF;
	font-size: 1.2em;
	background-color: #000000;
	text-indent: 12px;
}

#homepage-col3 h2 {
	background-image: url(/assets/images/red-arrow-small.gif);
	background-repeat:no-repeat;
	background-position: center left;
	padding-left: 10px;
	margin-left: 2px;
	margin-bottom: 0px;
	color: #000000;
	font-size: 1.1em;
	font-weight: bold;
}

#homepage-col3 h2 a {
	color: #000000;
	text-decoration: none;
}

#homepage-col3 h2 a:hover {
	color: #000000;
	text-decoration: underline;
}

#homepage-col3 p {
	font-size: 1.0em;
	padding-left:10px;
	margin-left: 2px;
	color: #666666;
	margin-top: 0px;
}

#standardpage-col2 h1 {
	font-size: 1.6em;
	color: #000000;
	font-weight: normal;
}

#standardpage-col2 h2 {
	font-size: 1.2em;
	color: #FF0000;
	font-weight: bold;
	margin-top: 13px;
	padding-top: 0px;
}

#standardpage-col2 h3,h4,h5,h6 {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 5px;
	color: #333333;
}

#standardpage-col2 h3 a {
	color: #000000;
	text-decoration: none;
}

#standardpage-col2 h3 a:hover {
	color: #000000;
	text-decoration: underline;
}

#standardpage-col2 p {
	font-size: 1.1em;
	color: #666666;
	line-height: 150%;
}

#standardpage-col2 a {
	color: #000000;
	text-decoration: none;
}

#standardpage-col2 a:hover {
	text-decoration: underline;
}

#standardpage-col2 strong {
	color: #333333;
}

#standardpage-col2 ul {
	margin: 0px;
	padding: 0px;
}

#standardpage-col2 li {
	background-image: url(/assets/images/red-arrow-small.gif);
	background-repeat:no-repeat;
	background-position: center left;
	padding-left: 15px;
	color: #666666;
	font-size: 1.1em;
	font-weight: normal;
	list-style: none;
	line-height: 150%;
}

#standardpage-col2 li.normal,#homepage-col1 li.normal {
	background-image: url(/assets/images/grey-arrow-small.gif);
	background-repeat:no-repeat;
	background-position: center left;
}

#standardpage-col2 li a {
	color: #000000;
	text-decoration: none;
}

#standardpage-col2 li a:hover {
	text-decoration: underline;
}

#standardpage-col2 p.label {
	color: #000000;
	font-size: 1.1em;
	font-style: italic;
	text-align: center;
	speak: none;
}

.backtotop {
	clear: both;	
}

#standardpage-col1 a.createbluelink {
	color: #0000FF;	
}