@charset "utf-8";

* {
	padding: 0px;
	margin: 0px;
}

.text strong {
	color: #c9282d!important;	
}

body,td,th {
	font-family: Verdana, Arial;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 17px;
	font-weight: normal;
}

body {
	background: #FFFFFF;
}

img {
	border: none;	
}

br {
	clear: both;	
}

.right {
	float: right;	
}

.left {
	float: left;	
}

#wrapper {
	width: 1004px;
	height: auto;
	margin: 0px auto;
	position: relative;
	overflow: hidden;
}

	#floater {
		position: absolute;
		width: 478px;
		height: 628px;
		z-index: 10;
		background: transparent url(images/floater.png) no-repeat top left;
		top: 0;
		left: 0;
	}
	
		#image1 {
			float: left;
			display: block;
			position: absolute;
			left: 123px;
			top: 300px;
		}
		
		#image2 {
			float: left;
			display: block;
			position: absolute;
			left: 328px;
			top: 225px;
		}
		
		#image3 {
			float: left;
			display: block;
			position: absolute;
			left: 28px;
			top: 150px;
		}
	
	#header {
		float: left;
		width: 1004px;
		height: 300px;
	}
	
	#content {
		float: left;
		margin: 0px 0px 0px 69px;
		height: auto;
		width: 935px;
		background: #231f20 url(images/content.png) repeat top left;
	}
	
		#content span.right {
			text-align: right;
			float: right;
			font-family: Arial;
			font-size: 14px;
			line-height: 17px;
			font-weight: normal;
			color: #FFFFFF;	
			margin: 10px 10px 0px 0px;
		}
		
		#content span.right a {
			font-family: Arial;
			font-size: 14px;
			line-height: 17px;
			font-weight: normal;
			color: #FFFFFF;	
			text-decoration: none;	
		}
		
		#content span.right a:hover, #content span.right a.active {
			font-family: Arial;
			font-size: 14px;
			line-height: 17px;
			font-weight: normal;
			color: #bf1e2e;	
			text-decoration: none;	
		}
		
		#content .strapline {
			float: right;
			margin: 0px 17px 0px 0px;
		}
		
		#content span.text {
			float: right;
			width: 740px;
			margin: 0px 40px 0px 0px;
		}
		
			#content span.text ul {
				list-style: inside;				
			}
			
				#content span.text ul li {
					list-style-image: url(images/bullet.png);
					list-style-position: inside;
		}

		#content .quote1 {
			float: right;
			margin: 0px 160px 0px 0px;
		}
		
		#content .quote2 {
			float: right;
			margin: 0px 60px 0px 0px;
		}
		
		.call {
			margin: 20px;	
		}
	
	#footer {
		float: left;
		margin: 20px 0px 20px 69px;
		width: 955px;
		height: 71px;
		font-family: Arial;
		font-size: 11px;
		line-height: 15px;
		font-weight: normal;
		color: #7a7979;
	}
	
			#footer_floater {
				width: 206px;
				height: 206px;
				float: right;
			 	margin: -150px 34px 34px 0px;
				background: transparent url(images/footer_floater.png) no-repeat top left;
				display: block;
				z-index: 10;
		  	}
	
		#footer b a, #footer b {
			font-family: Arial;
			font-size: 14px;
			line-height: 17px;
			font-weight: normal;
			color: #bf1e2e;	
			text-decoration: none;
		}
		
		#footer b a:hover {
			font-family: Arial;
			font-size: 14px;
			line-height: 17px;
			font-weight: normal;
			color: #7a7979;	
			text-decoration: none;
		}
		
		#footer a {
			font-family: Arial;
			font-size: 11px;
			line-height: 15px;
			font-weight: normal;
			color: #7a7979;	
			text-decoration: none;
		}
		
		#footer a:hover {
			font-family: Arial;
			font-size: 11px;
			line-height: 15px;
			font-weight: normal;
			color: #bf1e2e;	
			text-decoration: none;
		}

