@charset "UTF-8";
/* CSS Document, created by Gyata A. Tabiri */

@import url("fonts.css");

body {
	background-color: #fafafa;
}
* {
	margin: 0px;
	padding: 0px;
}
p, li, input, .description, .details {
	font: normal 16px/28px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: none;
	color: #888888;
	text-decoration: none;
	margin-top: 0px;
    widows: 2 !important;
    orphans: 2 !important;
}
p {
	margin-bottom: 30px;
}
li {
	margin-bottom: 15px;
}
ul, ol {
    margin-left: 20px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	text-transform: none;
	background-color: #eaeaea;
	color: #951716;
	text-decoration: none;
	font-weight: normal;
	clear: both;
}
h1 {
	display: block;
	width: 95%;
	min-height: 20px;
	font-size: 30px;
	margin-top: 0px;
	margin-bottom: 24px;
	font-weight: bold;
	
	padding-left: 25px;
	padding-right: 5px;
	padding-top: 15px;
	padding-bottom: 15px;
	
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
h2 {
	display: block;
	width: 95%;
	min-height: 10px;
	font-size: 26px;
	
	margin-top: 10px;
	margin-bottom: 14px;
	
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
h3 {
	font-size: 20px;
	line-height: 24px;
}
h4 {
	font-size: 18px;
	line-height: 24px;
}
h5 {
	font-size: 16px;
	line-height: 24px;
}
h6 {
	font-size: 14px;
	line-height: 24px;
}
address {
	font: normal 12px/16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;	
}
hr {
	background-color: #888888;
	color: #888888;
	height: 2px;
	padding: 0px;
	margin: 0px;
	margin-top: 5px;
	margin-bottom: 15px;
	border: 0px;
	width: 100%;
}
.container {
	margin: 0 auto;
	width: 960px;
	padding-left: 20px;
	padding-right: 20px;
	display: block;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	clear: both;
}
#header {
	height: 70px;
	background-color: #eaeaea;
	position: fixed;
	z-index: 100;
}
.headerSpace, .headerSpaceSecondary {
	width: 100%;
	display: block;
    clear: both;
}
.headerSpace {
	height: 20px;
}
.headerSpaceSecondary {
	height: 100px;
}
header {
	display: block;
}
#companyName {
	display: block;
	float: left;
	clear: right;
	width: 350px;
	min-height: 20px;
}
.companyName {
	display: block;
	min-height: 20px;
	min-width: 100px;
	float: left;
	color: #951716;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
}
.companyName:hover {
	color: #951716;
}
header img {
	display: block;
	float: left;
	clear: right;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 20px;
}
header span {
	display: block;
	font-size: 30px;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 20px;
}
#navBack {
	width: 610px;
	height: 60px;
	margin-top: 5px;
	display: block;
	float: left;
	clear: right;
	background-color: #eaeaea;
}
nav {
	display: block;
	float: right;
	min-width: 100%;
    height: 60px;
}
nav ul, nav ol {
	display: block;
	list-style-type: none;
	cursor: default;
	width: 100%;
	text-decoration: none;
    margin-bottom: 0px;
    margin-left: 0px;
}
nav ul li {
	list-style-type: none;
	position: relative;
	text-align: center;
	cursor: pointer;
	width: 23.2%;
	float: left;
    margin-right: 10px;
}
nav ul li a, .boldLink a {
	font: normal 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0px;
	display: block;
	font-size: 30px;
	width: 100%;
	height: 45px;
	padding-top: 10px;
	text-decoration: none;
	color: #eaeaea;
	background-color: #951716;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
nav ul li a:hover, .boldLink a:hover {
	text-decoration: none;
	color: #eaeaea;
	background-color: #951716;
	
	/* IE10 Consumer Preview */ 
background-image: -ms-linear-gradient(top, #951716 0%, #4D0C0B 100%);

/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #951716 0%, #4D0C0B 100%);

/* Opera */ 
background-image: -o-linear-gradient(top, #951716 0%, #4D0C0B 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #951716), color-stop(1, #4D0C0B));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #951716 0%, #4D0C0B 100%);

/* W3C Markup, IE10 Release Preview */ 
background-image: linear-gradient(to bottom, #951716 0%, #4D0C0B 100%);
}
.boldLink {
    width: 98%;
}
.boldLink a {
    padding-left: 10px;
}
#carousel {
	display: block;
	width: 100%;
	min-height: 200px;
	padding-top: 38px;
}
#contentArea {
	display: block;
	background-color: #fafafa;
	padding-top: 70px;
}
#section {
	width: 748px;
	display: block;
	margin-top: 0px;
	float: left;
}
section {
	width: 750px;
	display: block;
	margin-top: 10px;
	float: left;
}
section p {
	width: 95%;
}
section a {
}
section img {
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 0px;
	margin-right: 60px;
	float: left;
	clear: right;
}
#fullPage {
	width: 960px;
}
#fullPage img {
	margin-top: 0px;
	margin-bottom: 15px;
	margin-left: 30px;
	margin-right: 0px;
	float: right;
	clear: left;
}
#fullPage p {
	width: 960px;
}
#fullPage b {
	font-size: 110%;
	font-weight: bold;
	color: #000000;
}
#fullPage li {
	width: 700px;
	min-height: 200px;
	margin-bottom: 20px;
	margin-left: 130px;
	padding-top: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
	padding-right: 30px;
	list-style-position: outside;
	text-align: justify;
	clear: both;
	color: #888888;
	background-color: #ffffff;
	border-top: 1px solid #888888;
	border-left: 1px solid #888888;
	border-bottom: 4px solid #951716;
	border-right: 4px solid #951716;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.workImageOne {
}
.workImageTwo {
}
.workImageThree {
	margin-right: 0px;
}
.workImageFour {
}
.workImageFive {
}
.workImageSix {
	margin-right: 0px;
}
aside {
	float: right;
	display: block;
	top: 250px;
	width: 165px;
	min-height: 30px;
	padding-top: 18px;
	margin-right: 15px;
}
aside ul {
	font: normal 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: none;
	text-decoration: none;
	margin-top: 10px;
	margin-left: 0px;
}
aside ul li {
	margin: 0px 0px 3px 0px;
	list-style-type: none;
	position: relative;
	text-align: left;
	width: 180px;
	height: 50px;
}
aside ul li a {
	display: block;
	width: 180px;
	min-height: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	color: #eaeaea;
	cursor: pointer;
	background-color: #951716;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
    border: 0px;
}
aside ul li a:hover {
	text-decoration: none;
	color: #eaeaea;
	background-color: #951716;
	
	/* IE10 Consumer Preview */ 
background-image: -ms-linear-gradient(top, #951716 0%, #4D0C0B 100%);

/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #951716 0%, #4D0C0B 100%);

/* Opera */ 
background-image: -o-linear-gradient(top, #951716 0%, #4D0C0B 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #951716), color-stop(1, #4D0C0B));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #951716 0%, #4D0C0B 100%);

/* W3C Markup, IE10 Release Preview */ 
background-image: linear-gradient(to bottom, #951716 0%, #4D0C0B 100%);
}
.maroonBarTop {
	margin: 0 auto;
	width: 100%;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #951716;
	display: block;
}
.maroonBarBottom {
	margin: 0 auto;
	width: 100%;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #951716;
	display: block;
}
footer {
	display: block;
	margin: 0 auto;
	padding-top: 20px;
}
#footer {
	display: block;
	clear: both;
	float:left;
	width: 100%;
	min-height: 100px;
	background-color: #eaeaea;
}
.footer {
	margin-top: 20px;
}
#footer p {
	font-size: 11px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
}
.footer_image {
	padding-right: 10px;
}
#callToAction {
	display: block;
	clear: both;
	margin: 0 auto;
	min-width: 750px;
	min-height: 20px;
}
.evenBoxes {
	display: block;
	background-color: #000;
	margin-bottom: 20px;
	margin-right: 30px;
	width: 360px;
	height: 200px;
	float: left;
	clear: right;
}
.lastOfevenBoxes {
	margin-right: 0px;
}
.spacer {
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 100%;
	display: block;
	float: left;
	clear: both;
	background-color: black;
}
#secondarySpace {
	display: block;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 78px !important;
}

th, td {
	font: normal 12px/24px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #373737;
	margin-top: 0px;
	text-align: left;
	vertical-align: top;
	direction: ltr;
	text-decoration: none;
	text-transform: none;
}

table {
	margin: 0;
	padding: 0px;
	width: 502px;
}

td {
	padding: 10px 1px 10px 0px;
}
sup {
    vertical-align: super;
    font-size: smaller;
}
.request_table {
	margin: 0;
	padding: 0px;
	width: 740px;
}
.description {
	text-align: left;
	width: 100px;
}
.details {
	width: 640px;
}

.timeDetails {
	color: black;
	text-decoration: none;
	text-align: left;
}

.dateDetails {
	color: black;
	text-decoration: none;
	text-align: left;
	width: 250px;
}

.left_form {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 188px;
}

.right_form {
	float: right;
	margin: 0px;
	padding: 0px;
	width: 188px;
}

.no-css {
	display: none;
}
input {
}
label {
	display: block;
	color: #000000;
	margin: 0px;
	padding: 5px;
	font-weight: bold;
	font-size: 11px;
}
select {
	margin-top: 3px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
	width: 600px;
}
.extraDetails {
	width: 600px;
	height: 100px;
}
input[type="text"] {
	width: 600px;
}
input[type="text"],
input[type="date"],
input[type="number"],
input[type="password"],
input[type="textarea"],
input[type="range"],
input[type="search"] {
	min-height: 20px;
	border: 2px solid #888888;
}
input[type="text"]:focus,
input[type="date"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
input[type="number"]:focus,
input[type="textarea"]:focus,
input[type="password"]:focus,
input[type="button"]:focus,
input[type="range"]:focus,
input[type="search"]:focus {
	background-color: #ffffff;
	border: 2px solid #951716;
}
input[type="submit"],
input[type="reset"] {
	display: block;
	float: left;
	margin-left: 0px;
	margin-right: 20px;
	min-width: 180px;
	min-height: 45px;
	text-align: center;
	cursor: pointer;
	color: #951716;
	background-color: #eaeaea;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 2px solid #fafafa;
}
.button:hover {
	color: #eaeaea;
	background-color: #951716;
	border: 2px solid #fafafa;
	
	/* IE10 Consumer Preview */ 
background-image: -ms-linear-gradient(top, #951716 0%, #4D0C0B 100%);

/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #951716 0%, #4D0C0B 100%);

/* Opera */ 
background-image: -o-linear-gradient(top, #951716 0%, #4D0C0B 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #951716), color-stop(1, #4D0C0B));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #951716 0%, #4D0C0B 100%);

/* W3C Markup, IE10 Release Preview */ 
background-image: linear-gradient(to bottom, #951716 0%, #4D0C0B 100%);
}
.button:active {
	color: #888888;
	background-color: #951716;
}
input[type="checkbox"] {
	border: solid #73c6fa 2px;
}



.blackText {
    color: #000000;
}

.quote {
    margin-top: 20px;
    width: 89%;
    margin-bottom: 10px;
    text-indent: 60px;
}
.quote::before {
  content: '“';
    margin-top: 10px;
    margin-left: -5px;
    text-indent: -60px;
}
/*.quote::after {
  content: '”';
}*/
.quote::before, .quote::after {
   position: absolute;
    font-size: 65px;
    line-height: 14px;
}
.quote::before {
    /*position: absolute;
    left: -0.5em; */
}
.quote::after {
    /* right: -0.5em; */
}
.quote::first-letter {
}

.pureText {
    all: unset;
    display: inline-block;
    width: 100%;
    height: auto;
}

.pureText ul {
    display: inline-block;
}

.pureText ul li {
    display: inline-block;
}

.pureText ul li b {
    display: inline-block;
}

.blackText {
    color: #000000;
    margin-top: 20px;
}

