/*initialisation styles */

/*html, body, div, h1, h2 {margin: 0; padding: 0}
ol, ul, li {margin: 0; padding: 0;} */

html * {
	margin: 0; padding: 0;
}


body {
	font-size: 80%;
	background-color: #E7E7E7;
	color: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h1 {
   font-size: 1.6em;
   }
	

p {
   font-size: 1em;
   }

  
 /*structural divs */

#outer-wrapper{
	width: 50em;
	border: 1px solid black;
	background-color: #ffffff;
	margin-top: 1em;
	
	/*center the outer wrapper */
	position: relative;
	left: 50%;	/*set left margin to middle of screen */
	margin-left: -25em;		/*set left margin to minus half the div width */
}

#head, #content, #foot{
	padding: 0.5em;
}

#head, #foot{
	background-color: #CCCCCC;
	text-align: center;
}

#head h1{
	font-size: 2.8em;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#head h1 span{
	color: #ffffff;
	font-size: 47%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#head h2{
	color: #ffffff;
	font-size: 1.3em;
}

#head p{
	color: #ffffff;
	font-weight: bold;
}
#head a{
	text-decoration: none;
	color: #ffffff;
}
#content p{
	padding: .5em;
	padding-left: 2%;
	padding-right: 2%;
	text-align: justify;
}

#content h1{
	padding-left: 2%;
	padding-right: 2%;
}

#content h2{
	font-size: 1.3em;
	padding-left: 2%;
	padding-right: 2%;
}
#content h3{
	font-size: 1.1em;
	padding-left: 2%;
	padding-right: 2%;
}


#content .banner{
	padding: .2em;
	background-color: #cccccc;
	color: #ffffff;
	font-size: 1.2em;
	width: 60%;
	text-align: center;
	font-weight: bold;
	position: relative;
	left: 50%;
	margin-left: -33%;
	clear: both;
	margin-bottom: 1em;
}

#south-west h3 span a{
	font-size: 85%;
	font-weight: normal;
	text-decoration: none;
}

#bulletlist, #guaranteed_repairs, #personal_service, #managed_costs{
	width: 48%;
	float: left;
	margin-left: 1%;
	margin-right: 1%;
}

#bulletlist{
	padding-top: 1em;
	font-weight: bold;
	line-height: 1.3;
}
#bulletlist ul{
	margin-left: 2em;
}

.company{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}

#content .links{
	text-align: center;
	font-size: 1.2em;
	padding: 0;
	margin: 0;
}
#foot{
	font-size: .8em;
	clear: both;
}

#tel{
	font-size: 1.8em;
	font-weight: bold;
}

a:link, a:active, a:hover, a:visited{
	color: #CC0000;
	font-weight: bold;
}

#navbar{
	width: 40%;
	position: relative; 
	left: 50%;
	margin-left: -20%;
	list-style: none;
}

#navbar li{
	display: inline;
	padding: .8em;
}