*{	
	margin:0;
	padding:0;
}

img{
	border:0;
}
.img-left{
	float:left;
	margin:0 1em 0.5em 0;
}
.img-right{
	float:right;
	margin:0 0 0.5em 1em;
}

body{
	font-size:90%;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
}

h1,
h2,
h3,
h4,
h5,
h6{
	margin-bottom:0.5em;
}

p{
	margin-bottom:1.2em;
}

a{
	text-decoration:none;
	color:#AC182C;
	
}

a:hover{
	text-decoration:underline;
}

hr{
	color:#fff;
	background-color:#fff;
	clear:both;
	margin:1.2em 0;
	height:1px;
	border:none;
	border-top:2px dotted #ABABAA;
}

ul,
ol{
	padding-left:1.2em;
	margin-bottom:1.2em;
}
li{
	margin-bottom:0.5em;
}



table{
	margin-bottom:1.2em;
	border-collapse:collapse;
}

body.mceContentBody {
   background: #FFFFFF;
   text-align:left;
   margin:0px;
   font-size:100%;
}

.mceContentBody a {
	color: #1988c8 !important; /* FF requires a important here */
	text-decoration:underline;
}
/*--additional---*/
.titleText{
	font-size:26px;
	text-transform:uppercase;
	line-height:30px;
}
.redTextBold{
	font-weight:bold;
	color:#AC182C;	
}
.largerText{
	font-size:19px;
	padding-bottom:25px;
}
.introText{
	font-size:22px;
	font-weight:normal;
}
#redBoxContent{
	background-color:#AC182C;
	color:#fff;
}
#redBoxContent a:link,
#redBoxContent a:visited,
#redBoxContent a:hover{
	color:#fff;
}
a.redArrowText{
	color:#AC182C;
	background-image:url('../images/redArrowText.png');
	background-repeat:no-repeat;
	background-position:100% center;
	padding-right:12px;
	font-size:14px;	
}

a.whiteArrowText{
	color:#fff;
	background-image:url('../images/whiteArrowText.png');
	background-repeat:no-repeat;
	background-position:100% 72%;
	padding-right:16px;
	font-size:14px;
}
.buttonLink{
	width:auto;
	height:auto;
	font-weight:normal;
	font-size:15px;
	color:#fff;
	padding:5px 20px;
	cursor:pointer;
	background-color:#3F3F3F;
	text-decoration:none;
	text-transform:uppercase;
	border-bottom:3px solid #2d2d2d;	
}
.buttonLink a{
color:#fff;
}
#redBoxContent a{
	color:#000;
}
	
li.red-bullet { 
	background-image: url('../images/bullet-large-red.png');
}

li.yellow-bullet { 
	background-image: url('../images/bullet-large-yellow.png');
}

li.blue-bullet { 
	background-image: url('../images/bullet-large-blue.png');
}

li.green-bullet { 
	background-image: url('../images/bullet-large-green.png');
}

li.green-bullet,
li.yellow-bullet,
li.blue-bullet,
li.red-bullet {
	padding-left: 15px;
	background-repeat: no-repeat;
	background-position: 0 .5em;
	margin-bottom: 0;
}

li.major-trauma-centre { 
	background-image: url('../images/mtc-icon.png');
}

li.trauma-unit { 
	background-image: url('../images/trauma-unit-icon.png');
}

li.major-trauma-centre,
li.trauma-unit {
	padding-left: 15px;
	background-repeat: no-repeat;
	background-position: 0 .5em;
	margin-bottom: 0;
}



