#top-border {
  background-color: black;
  height: 10px;
}
body {
  background-color: #f7e546;
}
h1 {
  font-size: 48px;
  color: black;
  letter-spacing: -2px;
  font-weight: normal;
}

#wrapper #content h1 {
  font-size: 30px;
  letter-spacing: 0px;
  background-color: black;
  color: white;
  padding: 5px;
  display: inline-block;
  font-weight: normal;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 10px;
}

h2 {
  font-size: 20px;
  background-color: black;
  color: white;
  padding: 5px;
  display: inline-block;
  font-weight: normal;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 10px;
}
#wrapper {
  width: 960px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}
#sidebar {
  float: left;
  display: inline;
  width: 184px;
  font-family: "Arial Black", sans-serif;
}
#nav h2 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 20px;
}

#sidebar #nav a {
  text-decoration: none;
}
#sidebar #nav li {
  margin-top: 5px;
  display: inline-block;
}
#sidebar #nav li:first-child {
  margin-top: 33px;
}
#sidebar .services {
  margin-top: 30px;
}
#sidebar .services p {
  font-family: "Arial", sans-serif;
  font-size: 12px;
}
#sidebar .serv {
  margin-top: 30px;
}
#main {
  float: left;
  margin-left: 40px;
  width: 707px;
}
#header {
  position: relative;
  font-family: "Arial Black", sans-serif;
}
#header #slogan {
  margin-top: 10px;
}
#header #slogan p {
  font-size: 20px;
  color: black;
  line-height: 31px;
  width: 500px;
}
#header #slogan p span {
  color: white;
  background-color: black;
  padding: 1px;
}
#home-gallery {
  margin-top: 30px;
  background-color: black;
}
#content {
  font-family: "Arial", sans-serif;
  margin-top: 30px;
  width: 707px;
}
#content p {
  margin-top: 15px;
  line-height: 21px;
}

#content p strong {
	font-weight: bold;
}
#content p:first-child {
  margin-top: 0px;
}
#footer {
  font-family: "Arial", sans-serif;
  margin-bottom: 30px;
  margin-top: 30px;
}
#footer p {
  font-family: "Arial", sans-serif;
  font-size: 10px;
  text-align: center;
}
#rights {
  margin-top: 7px;
  color: white;
  padding: 2px;
  background-color: black;
  display: inline-block;
  width: 220px;
  margin-left: 218px;
  margin-right: auto;
  font-family: "Arial", sans-serif;
  font-size: 10px;
}
#locals {
  height: 20px;
  width: 707px;
  overflow: hidden;
}
.clear {
  clear: both;
}
#upperphone {
  right: 1px;
  top: 1px;
  position: absolute;
}
#phone-anim {
	width: 196px;
	height: 74px;
	background-image: url('../assets/phone-gif.gif');
	margin-top:30px;
}

.troubleshoot h1 {
	margin-bottom: 30px;
}

.troubleshoot h2 {
	/*background-color: #F7E546;
	color: black;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 0px;
	margin-top: 20px;*/
}

#wrapper .troubleshoot p {
	margin-top: 0px;
}

#wrapper .troubleshoot .martop {
	margin-top:20px;
}

a {
	color: black;
}

strong {
	font-weight: bold;
}

#sidebar #nav ul li:first-child  {
	margin-top:5px;
}

#sidebar #nav ul li {
	margin-left:  5px;
}

#sidebar #nav ul li a h2 {
	font-size: 13px;
	font-weight: 100;
	background-color: #F7E546;
	color: black;
	letter-spacing: 0px;
}

#sidebar #nav ul li a h2:hover {
	background-color:black;
}

#content ul li p {
	font-family: "Arial", sans-serif;
	font-size: 16px;
	font-weight: normal;
}

body #wrapper #main .service-page h1 {
	background-color: #F7E546;
	color: black;
	font-size: 36px;
	padding-bottom: 20px;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: black;
	margin-left: 0px;
	padding-left: 0px;
}

#h2-last-child {
	background-color: #F7E546;
	color: black;
	padding-bottom: 20px;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: black;
	margin-left: 0px;
	padding-left: 0px;
}

#left-column li a p {
	font-weight: bold;
}

#left-column li {
	margin-bottom: 5px;
}

#local-listing {
	font-size:12px;
}

.outer-center {
	float: right;
	right: 50%;
	position: relative;
}

.inner-center {
	float: right;
	right: -50%;
	position: relative;
}