@charset "utf-8";
/* CSS Document */
@import url("navigation.css");

body{
	margin: 0;
	padding: 0;
	background: url(../images/bodyBg.gif) top no-repeat #ee3124;
	color: #333333;
	font-family:Arial, Helvetica, sans-serif;
}
h1{
	font-size: 40px;
	line-height: 28px;
	color: #ee3124;
	margin: 0;
	font-weight: normal;
}
h2{
	font-size: 20px;
	line-height: 28px;
	color: #000000;
	margin: 0;
	clear: both;
	font-weight: normal;
}

h2.gallery {
	margin-bottom:30px;
}

h3{
	font-size: 20px;
	color: #ee3124;
	margin: 20px 0 0 0;
	clear: both;
	line-height: 30px;
	font-weight: normal;
}

h3 a{
	font-size: 20px;
}
.bold{
	font-size: 20px;
	line-height: 28px;		
}
h5{
	font-size: 20px;
	line-height: 28px;		
	margin: 0;
	text-align: justify;
	font-weight:normal;
}
p{
	line-height: 22px;	
	margin: 30px 0;
	text-align: justify;
	font-size: 16px;
}

p.testimonial {
	font-style:italic;
}

p.caption {
	font-size: 11px;
	line-height: 14px;
}

.caption {
	font-size: 11px;
	line-height: 14px;
}

.testimonialBy {
	font-size: 12px;
	font-weight:normal;
	font-style: normal;
	color: #ee3124;
	line-height: 24px;
}

p a {
	font-size: 16px;
}

a{
	color: #ee3124;
	font-size: 15px;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;	
}
a#logo{
	width: 270px;
	height: 140px;
	displaY: block;
	float: left;
}

a#blogBtn{
	color: #ffffff;
	font-size: 14px;
	display: block;
	background: url(../images/blogBtnBg.png) no-repeat;
	width: 193px;
	height: 24px;
	text-decoration: none;
	text-align: left;
	float: right;
	margin: 104px 0 0 0;
	padding: 16px 0 0 107px;
	font-family: Arial, Helvetica, sans-serif;
}
a#blogBtn .georgia{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
a.findOutMoreBtn{
	margin: 35px 0 0 0;
	display: block;
	padding: 5px 0 0 25px;
	margin: 10px 0 0 0;
}

a.readMoreBtn{
	margin: 15px 0 20px  0;
	display: block;
}
a.addthis_button{
	float: right;
}
a.twitterLogo{
	width: 135px;
	height: 20px;
	background: url(../images/twitterIcon.gif) no-repeat;
	text-decoration: none;
	color: #333333;
	font-size: 12px;
	padding: 5px 0 0 25px;
	margin: 10px 0 0 0;
	display: block;
	float: left;
}
a.facebookLogo{
	width: 140px;
	height: 20px;
	background: url(../images/facebookIcon.gif) no-repeat;
	text-decoration: none;
	color: #333333;
	font-size: 12px;
	padding: 5px 0 0 25px;
	margin: 10px 0 0 0;
	display: block;
	float: left;
}
a.youtubeLogo{
	width: 130px;
	height: 20px;
	background: url(../images/youtubeIcon.gif) no-repeat;
	text-decoration: none;
	color: #333333;
	font-size: 12px;
	padding: 5px 0 0 25px;
	margin: 10px 0 0 0;
	display: block;
	float: left;
}
a.bannerText{
	width: 189px;
	height: 83px;
	display: block;
	float: left;
	background: url(../images/bannersBg.gif) no-repeat;
	color: #ffffff;
	font-size: 11px;
	text-decoration: none;
	line-height: 16px;
	padding: 17px 25px 0 0;
}
a.protectFootLogo{
	float: right;
	margin: 70px 0 0 0;
}
a.readOnBtn{
	float: right;
	display: block;
	width: 98px;
	height: 41px;
	margin: 0 10px 0 0;
}
/*Listing==============================================*/
ul{
	margin: 0;
	padding: 0;
}
ul li{
	list-style: none;	
}
ul.list{
	margin-left: 15px;
	padding: 0;
}
ul.list li{
	list-style: square;	
	margin-top: 10px;
}
ul.footNav{
	width: 240px;
	float: left;
}
ul.footNav li a{
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	display: block;
	text-decoration: none;
	padding: 4px 0 4px 0;
	
}
ul.footNav li a:hover{
	text-decoration: underline;	
}
/*DIV==============================================*/
#main{
	width: auto;
	background: #ffffff;
}
#container{
	width: 960px;
	margin: 0 auto;
}
#headContainer{
	width: auto;
	height: 145px;
}
#head{
	width: 960px;
	height: 145px;
	margin: 0 auto;
	background: url(../images/headBg.gif) left no-repeat;
}
#content{
	width: 960px;
	margin: 0 0 0 0;
	padding: 0;
	background: #ffffff;
}
#innerContent{
	width: 960px;
	margin: 0 0 0 0;
	padding: 0;
	background: #ffffff;
}
#featureBanner{
	width: auto;
	height: 314px;
	background: #3e2414;
	position: absolute;
	top: 145px;
	left: 0;
	right: 0;
	z-index: 888;
	text-align: right;
}
	#featureContent{
		position: absolute;
		top: 145px;
		left: 0;
		right: 0;
		height: 134px;
		width: auto;
		z-index: 999;
	}
	#featureTexts{
		width: 960px;
		margin: 0 auto;
		height: 314px;
	}
	#textContainers{
		width: 715px;
		height: 160px;
		float: left;
		margin: 50px 0 0 0;
		font-size: 11px;
		color: #ffffff;
		line-height: 16px;
		font-weight: normal;
	}
	#textContainers p {
	margin:0;
	font-size:11px;
	line-height: 16px;
	}
			#textContainers.programme{
			margin: 95px 0 0 0;
			width: 625px;
			}
			#programmeText{
			font-size: 20px;
			line-height: 27px;
			margin: -2px 0 0 0;
			text-align: justify;
			width: 408px;
			float: left;
			}
		#bestDefence{
			width: 168px;
			height: 160px;	
			float: left;
			border-right: 1px solid #655043;
			margin: 0 12px 0 0;
			text-align: justify;
			padding: 0 12px 0 0;
		}
				#textContainers.programme #bestDefence{
				height: 100px;
				}
				#textContainers.programme #saveForLife{
				height: 100px;
				}
				#textContainers.programme #guardianAngel{
				height: 100px;
				}
		#guardianAngel{
			width: 224px;
			height: 155px;	
			float: left;
			border-right: 1px solid #655043;
			padding: 0 12px 0 0;
			margin: 0 12px 0 0;
			text-align: justify;
		}	
		#saveForLife{
			width: 270px;
			height: 155px;	
			float: left;
			text-align: justify;
		}	
		#textContainers img {
		margin-bottom: 15px;
		}


#leftPanel{
	width: 605px;
	float: left;
	margin: 0 22px 0 0;
	padding: 35px 10px 0 0;
}
	#quoteBox{
	width: 612px;
	height: 68px;
	background: url(../images/quoteBg.gif) no-repeat;
	padding: 20px 0 25px 0;
	text-align: center;
	font-size:14px;
	line-height: 26px;
	margin-bottom: 40px;
	}
	
	#quoteBoxBig{
	width: 562px;
	height: 130px;
	background: url(../images/quoteBgBig.gif) no-repeat;
	padding: 25px 25px 25px 25px;
	text-align: center;
	font-size:14px;
	line-height: 26px;
	margin-bottom: 40px;
	}
	
	#updatePanel{
	width: 612px;
	height: 50px;
	margin: 20px 0 0 0;
}
#rightPanel{
	width: 317px;
	float: left;
	margin: 35px 0 0 0;
	padding: 0 0 20px 3px;
}

#download {
	margin-top: 20px;
	padding-left: 55px;
	height: 32px;
	padding-top: 20px;
	display: block;
	clear:both;
	font-size: 16px;
	width: 300px;
}

#download.word {
	background: url(../images/wordDoc.jpg) left top no-repeat;
}


#foot{
	width: auto;
	height: 138px;
	background: url(../images/footBg.gif) repeat-x;

}
#footContainer{
	width: 960px;
	margin: 0 auto;
	height: 108px;
	padding: 20px 0 0 0;
	color: #ffffff;
	font-size: 11px;
}
	#footDetails{
		width: 317px;
		height: 106px;
		float: right;
		background: url(../images/footDivider.gif) no-repeat top left;
		padding: 0 0 0 20px;
	}
	#footDetails a{
		color: #ffffff;	
		text-decoration: none; 
		font-size: 11px;
	}
	#footDetails a:hover{
		text-decoration: underline;	
	}
	#footDetails a.termsandconditions{
	font-size: 10px;	
	line-height: 13px;
	text-decoration:underline;
	font-weight: bold;
}
/* TWITTER========================================================*/

.twitters{
	width: 612px;
	height: 55px;
	line-height: 18px;
	margin: 0;
	float: left;
	padding: 30px 0 0 0;
	color: #ffffff;
}
.twitters ul{
  list-style: none;
  padding: 0;
  white-space: normal;
  margin: 0;
}

.twitters li{
	background: url(../images/twitterIcon.png) no-repeat top left;
	padding: 0 0 0 65px;
	font-size: 12px;
	color: #ffffff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	
}
.twitters li a{
	color: #e43023;
	text-decoration: none;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

/* CLASS========================================================*/
.tm{
	font-size: 12px;
	margin: -10px 0 0 10px;
	color: #ee3124;
	float: left;
}
.h1Left{
	float: left;
	display: block;
}
.banners{
	width: 318px;
	height: 100px;
	float: left;
	margin: 0 0 10px 0;
}
.bannerImg{
	float: left;	
}

.copyright{
	font-size: 10px;	
}

.red{
	color: #ee3124;
		
}

.redCaps{
	color: #ee3124;
	font-weight:bold;
	text-transform:uppercase;
}
.quote{
	color: #ee3124;
	font-size: 20px;
	line-height: 28px;
	text-align: center;
	display: block;
	margin: 40px 0;
}
.quoteBox{
	font-size: 18px;
	line-height: 24px;
	margin:0;
}
.clear{
	clear: both;	
}
