﻿body, a {
	/*Set the base color for all fonts*/
	color: #828080;
	font-family: arial,helvetica,clean,sans-serif;
}

/* ReSet the admin bar to have a black font*/
.CrusherNetAdminBar
{
	color: Black;
}

a:hover {
	color: #F26532;
}



h1 {
	color: #828080;
	font-size: 16pt;
}

h1 strong {
	color: #F26532;
	font-weight: bolder;
}

h2 {
	color: #828080;
	font-size: 14pt;
}

h2 strong {
	color: #F26532;
	font-weight: bolder;
}

h3 {
	color: #F26532;
	font-size: 12pt;
	font-weight: bold;
}

h3 strong {
	color: #828080;
	font-weight: bolder;
}

h4 {
	color: #F26532;
	font-size: 11pt;
}

/*
blockquote.style3 {
	font: 18px/30px normal Tahoma, sans-serif;
	padding-top: 22px;
	margin: 5px;
	background-image: url(../images/icons/bq_start.png);
	background-position: top left;
	background-repeat: no-repeat;
	text-indent: 65px;
}
blockquote.style3 span {
	display: block;
	background-image: url(../images/icons/bq_end.png);
	background-repeat: no-repeat;
	background-position: bottom right;
}*/

/* BLOCK QUOTES - Home page quotes */
/*.bqstart {
	float: left;
	margin-top: -25px;
	font-size: 700%;
	color: #FFFFFF;
}

.bqend {
	float: right;
	margin-top: -25px;
	font-size: 700%;
	color: #FFFFFF;
}
*/

blockquote {
	font-size: 130%;
	font-style: normal;
	line-height: 160%;
	/*margin: 45px;*/
	padding: 0;
	/*background: rgba(255, 255, 255, 0.75) none repeat scroll 0 0;*/
	/*border-left: 10px solid #AAB2C0;*/
	margin-bottom: 18px;
}
.bqstart {
	color:#FFF;
	float:left;
	font-size:700%;
	height:70px;
	margin-top:-20px;
	padding-top:45px;
}
.bqend {
	color:#FFF;
	float:right;
	font-size:700%;
	height:25px;
	margin:-30px 0 0 0;
	padding-top:35px;
}


.itemBoxTop {
	background: transparent url(../frame/mediacentre_itembox_top.jpg) no-repeat scroll right top;
	height: 23px;
}

.itemBoxMiddle {
	background: transparent url(../frame/mediacentre_itembox_middle.jpg) repeat-y scroll right top;
	padding: 5px 25px;
}

.itemBoxBottom {
	background: transparent url(../frame/mediacentre_itembox_bottom.jpg) no-repeat scroll right top;
	height: 23px;
}

.readMore {
}

a.ReadMore {
	display: block;
	width: 42px;
	background-image: url('../icons/arrow.gif');
	background-position: bottom right;
	background-repeat: no-repeat;
	color: #F26532;
	float: right;
	margin-top: 5px;
}


ul {
	margin-left: 10px;
	padding-left: 10px;
	list-style-image: url('../icons/bullet_point.gif');
}

li {
	
	list-style-position: outside;
	list-style-type: inherit;
}

div.hr {
  height: 25px;
  background: transparent url(../icons/dot_line.gif) repeat-x scroll center;
  }
  
div.hr hr {
  display: none;
}


/* EXTRA STYLES FOR THE FOOTER */
.footerText a
{
	text-decoration: none;
	font-size: 12px;
	padding-left: 8px;
}

.footerText .left
{
	
}

.greyContent h4,.greyContent h3,.greyContent h2,.greyContent h1,.greyContent a
{
	color: White;
	text-decoration: none;
}

.greyContent h4
{
	font-size: 12px;
}

.greyContent h3
{
	font-size: 14px;
}

.greyContent h2
{
	font-size: 16px;
	letter-spacing: 1px;
}

.greyContent h1
{
	font-size: 20px;
}

.greyContent a
{
	margin-left: 10px;
}

.greyContent a:hover
{
	text-decoration: none;
}
