body {
	margin:0;
	padding:0;
	background-color:#cccccc;
	color:#999999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	-webkit-text-size-adjust:none;
	-ms-text-size-adjust:none;
}
h1 {
	color:#5b5b5b;
	margin-bottom:10px !important;
}
h2 {
	color:#767676 !important;
	margin-bottom:10px !important;
}
h3 {
	color:#5b5b5b !important;
	margin-bottom:5px !important;
}
h4 {
	color:#ec3636 !important;
	margin-bottom:5px !important;
}
a, a:link, a:visited {
	color:#ec3636;
	text-decoration:none;
}
a:hover, a:active {
	text-decoration:none;
	color:#777777 !important;
}
.highlighted {
	background-color:#ffdc75;
	color:#444444;
	padding:1px 4px;
	border-radius:3px;
}
p {
	margin:0 0 14px 0;
}
img {
	border:0;
}
table td {
	border-collapse:collapse;
}

form    {
margin:auto;
position:relative;
width:550px;
font-family:Arial, Helvetica, sans-serif;
font-size: 14px;
line-height: 24px;

color: #aaaaaa;
text-decoration: none;

}

input    {
width:400px;
display:block;
border: 1px solid #cccccc;
height: 25px;
margin-bottom:10px;
-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
}

select    {
width:400px;
display:block;
border: 1px solid #cccccc;
height: 25px;
margin-bottom:10px;
-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
}

textarea {
width: 400px;
display: block;
}

textarea:focus, input:focus {
border: 1px solid #09C;
}

.error { color: red; float: inherit; }

.subscribe label {
    font-size: 14px;
    vertical-align: middle;
}

.subscribe input {
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    margin: 0px;

}

/* Homes services - Schedule an Appointment */
div.inline { width: auto; }
div.inline input { width: auto; vertical-align: middle; margin: 0px 10px 0px 40px; display: inline-block; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow:none; }

/* Landing Page 404 styles */
.notfound-body {
    background: #fff;
}

.notfound-content {
	width: 65%;
	height: auto;
	padding: 25px;
	color: #333;
	margin: 10% auto 0;
	text-align: left;
}

.notfound-content h1 {
	color: #999;
	font-size: 40px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}

.notfound-content p {
    font-family: 'Open Sans', sans-serif;
	font-size: 19px;
	line-height: 30px;
    color: #666;
    font-weight: 400;
}

.notfound-content a:link, .notfound-content a:active, .notfound-content a:visited, .notfound-oe-logo-tag a:link, .notfound-oe-logo-tag a:active, .notfound-oe-logo-tag a:visited {
	color: #ff5335;
	transition: .5s ease all;
	-moz-transition: .5s ease all;
	-o-transition: .5s ease all;
	-webkit-transition: .5s ease all;
	-ms-transition: .5s ease all;
}

.notfound-content a:hover, .notfound-oe-logo-tag a:hover  {
	color: #982b18 !important;
}

.notfound-oe-logo-tag {
    position: relative;
    display: block;
    margin: 150px auto;
    width: 150px;
}

.notfound-oe-logo-tag img{
    width: 150px;
    height: auto;
}

