@charset "utf-8";
/* CSS Document */
/*
		==================================================================
		XHTML and CSS by: 	Ryan Robinson
		Website: 			http://www.ryan-robinson.co.uk 
				 			http://www.sudodevelopment.com
		Date:				June 2010
		==================================================================
*/
body {
	font-family:Tahoma, sans-serif;
	margin:0;
	font-size:13px;
}
img {
	border:0;
}

h1 {
	font-size:15px;
	margin-top:0;
	color:#214EA9;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.subHeading {
	color:#214EA9;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;	
	}

.blueBold {
	color:#214EA9;
	font-weight:bold;
}

a:link {
	color:#214EA9;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
}

a:visited {
	color:#214EA9;
	font-weight:bold;
}

a:hover {
	color:#FFF;
}

/* ======= Start of Layout ======*/
#wrapper {
	width:900px;
	margin:auto;
}
#header {
	background-color:#FFFFFF;
	width:900px;
	height:150px;
}
#logo {
	width:270px;
	height:150px;
	float:left;
	margin-left:40px;
}
#phone {
	width:380px;
	height:100px;
	float:right;
	margin-top:30px;
	margin-right:40px;
	background-image:url(../images/phone.png);
}
#banner {
	width:900px;
	height:250px;
	background-color:#FFFFFF;
	background-image:url(../images/banner.png);
	float:left;
}
#towtruck {
	float:left;
	width:400px;
	height:230px;
	background-image:url(../images/towtruck.png);
	margin-left:20px;
	margin-top:10px;
}
#bannerSplash {
	float:left;
	width:440px;
	height:220px;
	margin-top:15px;
	margin-left:15px;
}

#bannerText {
	float:left;
	width:440px;
	height:220px;
	margin-top:25px;
	margin-left:15px;
}
#bannerText p {
	margin-top:0;
	color:#FFFFFF;
	font-size:14px;
	font-style:italic;
	font-weight:bold;
	line-height:23px;
	font-family:Arial, Helvetica, sans-serif;
}
#bodyContent {
	width:900px;
	background-color:#CCCCCC;
}
#content {
	width:600px;
	float:left;
	margin-left:25px;
	margin-top:15px;
}
#content p {
	margin-top:0;
	line-height:20px;
}
#sidebar {
	float:left;
	width:220px;
	height:360px;
	background-image:url(../images/sidebar.png);
	margin:15px 0 5px 30px;
	padding:5px;
}
#sidebar {
	text-align:center;
	color:#FFFFFF;
	font-size:15px;
	font-weight:bold;
}
#sidebar > img {
	margin-top:5px;
	margin-bottom:5px;
}

#sidebar2 {
	float:left;
	width:230px;
	height:250px;
	background-image:url(../images/checklist.png);
	margin:15px 0 5px 30px;
}
#footer {
	width:900px;
	height:60px;
	clear:both;
	padding-top:10px;
	background-image:url(../images/footer.png);
}
#address {
	width:900px;
	color:#FFFFFF;
	text-align:center;
}
#w3c {
	width:900px;
	color:#FFFFFF;
	text-align:center;
	margin-top:10px;
	font-size:10px;
}
#w3c a {
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}
#w3c a:visited {
	color:#FFFFFF;
	text-decoration:none;
}

