/* CSS Document */


/* FONTS */

.times { font-family:"Times New Roman", Times, serif; }

.bold {
font-weight:bold;
}

p {
font-size:12px;
font-family:Arial, Verdana, Helvetica, sans-serif;
color:#000000;
margin-bottom:6px;
margin-top:2px;
}

a  {
color:#008bbf;
text-decoration:none;
font-weight:bold;
}

a:visited { 
color:#008bbf;
text-decoration:none; 
} 

a:hover  {
color:#0033CC;
text-decoration:none;

}

a:active { 
color:#008bbf;
text-decoration:none; 
} 





h1 {
font-size:20px; 
font-family:"Times New Roman", Times, serif;
color:#FFFFFF;
margin-bottom:2px;
margin-top:2px;
}

h1 a { color:#008bbf; }
h1 a:visited { color:#008bbf; }
h1 a:hover { color:#008bbf; text-decoration:none; } 
h1 a:active {color:#008bbf; }

h2 {
font-size:20px; 
font-family:"Times New Roman", Times, serif;
color:#000000;
margin-bottom:2px;
margin-top:2px;
}

h2 a { color:#008bbf; }
h2 a:visited { color:#008bbf; }
h2 a:hover { color:#008bbf; text-decoration:none; } 
h2 a:active {color:#008bbf; }

h3 {
color:#FFFFFF;
font-size:40px;
font-style:italic;
letter-spacing: -1.4px;
padding:0px;
margin:0px;
line-height:1.1;
font-family:"Times New Roman", Times, serif;
font-style:italic;
font-weight:normal;
}

h3 a { color:#FFFFFF; font-weight:normal; }
h3 a:visited { color:#FFFFFF; }
h3 a:hover { color:#FFFFFF; text-decoration:none; } 
h3 a:active {color:#FFFFFF;}

h4 {
color:#FFFFFF;
font-size:30px;
font-style:italic;
letter-spacing: -1.2px;
padding:0px;
margin:0px;
line-height:1.1;
font-family:Arial, Verdana, Helvetica, sans-serif;
}

h4 a { color:#008bbf; font-weight:normal;  }
h4 a:visited { color:#008bbf; }
h4 a:hover { color:#008bbf; text-decoration:none; } 
h4 a:active {color:#008bbf; }

.article_title {
font-size:46px;

}


h5 {
font-size:14px;
font-family:Arial, Verdana,  Helvetica, sans-serif;
color:#000000;
margin-bottom:6px;
margin-top:2px;
font-weight:bold;
}

h5 a { color:#008bbf; }
h5 a:visited { color:#008bbf; }
h5 a:hover { color:#008bbf; text-decoration:none; } 
h5 a:active {color:#008bbf; }


h6 {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#999999;
}
h5 a:visited { text-decoration:none; }
h5 a:hover { text-decoration:none; } 
h5 a:active {  text-decoration:none; }


#tcp {
font-size:10px; 
font:"Times New Roman", Times, serif;
color:#999999;
margin: 4px 2px 8px 2px;
}

.featureintro {
	font-family:'Times New Roman', Times, serif; 
	font-size:18px; 
	font-weight:bold;
}

/* FONTS END */


/* SPACING  */
	

.floatright { float:right; }

.floatleft { float:left; }



.margintop0px{ margin-top:0px; }

.margintop8px{ margin-top:8px; }

.margintop30px { margin-top:30px; }


.marginright50px { margin-right:50px; }
.marginright80px { margin-right:50px; }

.marginright120px { margin-right:120px; }

.marginright200px { margin-right:200px; }

.marginright8px{ margin-right:8px; margin-bottom:8px; }
	
.marginright2px{ margin-right:2px; margin-bottom:8px; }



.marginbottom0px{ margin-bottom:0px; }
.marginbottom10px{ margin-bottom:10px; }



.marginleft2px { margin-left:2px; }

.marginleft40px{ margin-left:40px; }

.marginleft0px{ margin-left:0px; }
	
	
	
.margin3px { margin:3px; }


/* SPACING END */



/* FONT COLOURS  */

.black { color:#000000; }	

.blue { color:#008bbf; }

.red { color:#FF0000; }
	.red a:link{ color: #FF0000;}
	.red a:hover{ color: #cc0000;text-decoration: none;}
	.red a:visited{ color: #FF0000;}

.white { color:#FFFFFF; }

.yellow { color:#f7d721; }	

.green { color:#00AA9C; }
	
.fabgreen { color:#CEDB29; }

.grey {  color:#bdba9c;}

.pink {color:#e7006b; }


/* FONT COLOURS END */

/* STANDARD LINK */

a { 
text-decoration:none;
}

/* LINKs END */



/* BG COLOURS  */

.bgblack { background-color:#000000; }

.bgblue { background-color:#008bbf; }

.bglightblue { background-color:#008ABD; }
		
.bggreen { background-color:#00AA9C; }

.bglightgreen { background-color:#CEDB29; }

.bggrey { background-color:#b5babd; }	
		
.bgorange { background-color:#F79618; }

.bgpink {background-color:#e7006b; }	

.bgred { background-color:#EF1C21; }

.bgyellow { background-color:#f7d721; }

.bgbrightyellow { background-color:#ffde00; }		
	
.bgwhite { background-color:#FFFFFF; }	
		
			
/* BG COLOURS END */




/* FEATURES ARROW  */


.redarrow {
	background:url(../images/template_images/featuretext/redend.jpg) right no-repeat bottom #EF1C21;
	}
	
.redarrow_small {
	background:url(../images/template_images/featuretext/redend_small.jpg) right no-repeat bottom #EF1C21;
	}
.aquabluearrow {
	background:url(../images/template_images/featuretext/greenend.jpg) right no-repeat bottom #00AA9C;
	}
.orangearrow {
	background: url(../images/template_images/featuretext/orangeend.jpg) right no-repeat bottom #F79618;
	}
.yellowarrow {
	background: url(../images/template_images/featuretext/yellowend.jpg) right no-repeat bottom #FFDF00;
	}
	
.greenarrow {
	background:url(images/template_images/featuretext/redend.jpg) right no-repeat bottom #EF1C21;
	}
	
.lightbluearrow_small {
	background:url(../images/template_images/featuretext/lightblueend_small.jpg) right no-repeat bottom #008ABD;
	}
	
.lightgreenarrow {
	background:url(../images/template_images/featuretext/limegreenend.jpg) right no-repeat bottom #CEDB29;
	}

.pinkarrow {
	background:url(../images/template_images/featuretext/pinkend.jpg) right no-repeat bottom #e7006b;
	}

/* FEATURES ARROW END */


/* SiFR Styles - DMW 06-12-2007*/

/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1.decoystyle{
	visibility: hidden;
	letter-spacing: 5px;
	font-size: 24x;
	text-align:center;
}


.sIFR-hasFlash h3.decoystyle {
	visibility: hidden;
	font-size: 40px;
}

.sIFR-hasFlash h4.decoystyle {
	visibility: hidden;
	letter-spacing: 5px;
	font-size: 30px;
}



