@charset "UTF-8";
/* CSS Document */

		body {
			margin: 		0;
			padding:		0;
			font-family: 	Arial, Helvetica, sans-serif;
			font-size: 		100%;
			background: 	#ccc;
			color:			#fff;
		}
		
		.heading {
			position:absolute;
			top:5px;
			width:772px;
			margin:0;
			font-size:50px;
			font-style:italic;
			text-align:center;
			margin-bottom:0;
			font-weight:bold;
			line-height:100%;
			z-index:15;
		}
		.telephone {
			font-size: 35px;
			text-align: center;
			margin-top:0px;
			margin-bottom:0px;
		}
		.address {
			font-size:24px;
			text-align:center;
			margin-top:20px;
			margin-bottom:0px;
		}
		.gentle-persuasion {
			font-size:30px;
		}
		p {
		text-align:center;
		font-size:16px;
		}
		.p {
		text-align:center;
		font-size:16px;
		font-weight:normal;
		margin: 10px;
		}

		.plarger {
			font-size:24px;
			margin-bottom:0px;
		}
		.inpagelink {
			color: #fff;
			text-decoration:underline;
		}
		.inpagelink:hover {
			color: #ccc;
		}
		
		ul {
		list-style-type: none;
		margin:0;
		margin-top:45px;
		padding:0;
		text-align:center;
		letter-spacing:-1px;
		
		line-height:190%;
		}
	
		li {
		font-size:30px;
		}
		
		#container {
			position:		relative;
			width:			772px;
			margin:			auto;
			height: 		696px;
		
		}
		#container2 {
			position:		relative;
			width:			472px;
			margin:			auto;
			height: 		1694px;
		
		}
	
		
		#header {
			position: absolute;
			top:0px;
			left:0px;
			width:772px;
			height:120px;
			background-color:#f60400;
		}
		#content-box {
			position:		absolute;
			top:			120px;
			left:			0px;
			width:			772px;
			height:			476px;
			background:  url('images/content-tile.gif') top left;
		}
		#content-box2 {
			position:		absolute;
			top:			120px;
			left:			0px;
			width:			772px;
			height:			1572px;
			background-color: #f60400;
		}

		
		#areas-covered {
			position:absolute;
			bottom:0px;
			left:0px;
			height:100px;
			margin:			0;
			padding:		0;
			width:	772px;
			background-color:#f60400;
		}
		#areas-covered p {
			margin:10px;
		}
#links {
}
#links .header {
	font-size:14pt;
	color:#fff;
	margin-bottom:20px;
	
}
#links .float-right {
	float:right;
	color:#fff;
	text-decoration:underline;
	
}
.float-right {
	float:right;
	color:#fff;
	font-size:10pt;
}
#links p {
	color:#fff;
	font-size:10pt;
	margin-left:20px;
	margin-right:20px;
	text-align:left;
	font-weight:bold;
}
#links a {
	color:#fff;
	text-decoration:none;
	font-weight:normal;
}
#links a:hover {
	text-decoration:underline;
}
