body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #838383;
}
.leftnav {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 18px;
	line-height: 30px;
	color: #838383;
	
}
.one800 {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	 text-decoration: bold;
	font-size: 18px;
	line-height: 24px;
	color: #838383;
	text-align:center
}
.checklist {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-style:italic;
	font-size: 16px;
	line-height: 28px;
	color: #838383;
	list-style-image: url(images/checkmark.gif);
	
}


.maincell {
	padding-right: 40px;
	padding-left: 55px;
	padding-top: 70px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #838383;
}
h1 {
	margin: 0px;
	padding: 0px;
	font-size: 20px;
	color: #79BDE9;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
h2 {
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	color: #79BDE9;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
li {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #838383;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	color: #79BDE9;
}
.menu 
{
    border-right: 1px solid #ECECEC;
}
.menu td 
{
    text-align: right;
    padding: 50px 40px;
}
.menu ul 
{
    margin: 0;
    padding: 15px 7px 0 0;
    list-style-type: none;
}
.menu ul li 
{
    font-size: 18px;
    line-height: 25px;
}
.footerCTA {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-style:italic;
	font-size: 16px;
	line-height: 28px;
	color: #838383;
}

.job_2, .job_3, .job_4, .job_5, .job_6 
{
    display: none;
}
#REMOVE_JOB_1, #ADD_JOB_6 
{
    display: none;
}

#quoteloader {
	color: #fcb033;
}
#quoteloader img {
	vertical-align: middle;
}

.youtube {
    background-color: #000;
    margin-bottom: 30px;
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    cursor: pointer;
}
.youtube img {
    width: 100%;
    top: -16.84%;
    left: 0;
    opacity: 0.7;
}
.youtube .play-button {
    width: 90px;
    height: 60px;
    background-color: #333;
    box-shadow: 0 0 30px rgba( 0,0,0,0.6 );
    z-index: 1;
    opacity: 0.8;
    border-radius: 6px;
}
.youtube .play-button:before {
    content: "";
    border-style: solid;
    border-width: 15px 0 15px 26.0px;
    border-color: transparent transparent transparent #fff;
}
.youtube img,
.youtube .play-button {
    cursor: pointer;
}
.youtube img,
.youtube iframe,
.youtube .play-button,
.youtube .play-button:before {
    position: absolute;
}
.youtube .play-button,
.youtube .play-button:before {
    top: 50%;
    left: 50%;
    transform: translate3d( -50%, -50%, 0 );
}
.youtube iframe {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}