@import "theme/reset.css";
@import "theme/typography.css";
@import "theme/layout.css";

@font-face {
	font-family: 'Conv_GOTHICB';
	src: url('fonts/GOTHICB.eot');
	src: url('fonts/GOTHICB.eot?#iefix') format('embedded-opentype'),
         url('fonts/GOTHICB.woff') format('woff'),
         url('fonts/GOTHICB.ttf') format('truetype'),
         url('fonts/GOTHICB.svg#Conv_GOTHICB') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Conv_Gothic';
	src: url('fonts/Gothic.eot');
	src: url('fonts/Gothic.eot?#iefix') format('embedded-opentype'),
         url('fonts/Gothic.woff') format('woff'),
         url('fonts/Gothic.ttf') format('truetype'),
         url('fonts/Gothic.svg#Conv_Gothic') format('svg');
	font-weight: normal;
	font-style: normal;
}

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend {
	border: 0;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline
}

body {
	background: #f0f0f0 url(../images/bg.jpg) repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
    line-height: 17px;
    /* color: #000; Original */
    color: #666666; /*GAK*/
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 25px;
}

h3 {
	font-size: 23px;
}

h4 {
	font-size: 16px;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 12px;
}

h1,h2,h3,h4,h5,h6,p {
	font-weight: normal;
	padding: 0 0 10px 0;
	line-height: 125%;
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'Conv_Gothic';
}

p {
	line-height: 1.75;
}

strong {
	font-weight: bold;
}

pre {
	white-space: pre;
}

em,dfn,cite,q,i,var {
	font-style: italic;
}

ol,ul,dd {
	padding: 0;
}

address {
	margin: 0 0 20px 10px;
}

blockquote,dl {
	margin: 0 40px 10px 20px;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	border-bottom: none;
	clear: both;
	height: 0;
	margin: 20px 0 20px 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

img {
	background: url(../images/icon_loading.gif) 50% 50% no-repeat;
	border: none;
	margin: 0;
}

img[src$=".png"] {
	background-image: none;
}

.with_out {
	background-image: none;
}

.justifiedRight {
	text-align: right;
}

.justifiedCenter {
	text-align: center;
}

.justifiedLeft {
	text-align: left;
}

.justifiedFull {
	text-align: justify;
}

.right {
	float: right;
}

.left {
	float: left;
}

.aligncenter {
	display: block;
	margin: 0 auto;
}

.alignleft {
	float: left;
	margin: 0 10px 10px 0;
}

.alignright {
	float: right;
	margin: 0 0 10px 10px;
}

.margin_t10 {
	margin-top: 10px;
}

.margin_r10 {
	margin-right: 10px;
}

.margin_b10 {
	margin-bottom: 10px;
}

.margin_l10 {
	margin-left: 10px;
}

.padding_t10 {
	padding-top: 10px;
}

.padding_r10 {
	padding-right: 10px;
}

.padding_b10 {
	padding-bottom: 10px;
}

.padding_l10 {
	padding-left: 10px;
}

a,
a:link {
	color: #212121;
}

a:active,
a:hover {
	color: #669933;
}

a,
a:active,
a:link,
a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

a {
	outline: none!important;
	outline-width: 0!important;
}

:focus {
	outline: 0;
}

a.read_more {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	background: url(../images/bullet2.png) center right no-repeat;
	padding-right: 15px;
}

a.read_more:hover {
	color: #669933;
}

a.red_link {
	color: #c51123;
}

.red_txt {
	color: #c51123;
}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

span.clear {
	display: block;
}

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

#Wraper {
	margin: 0px auto;
	width: 965px;
}

#TopWraper {
	float: left;
	width: 965px;
	padding-top: 7px;
}

.Logo {
	float: left;
	/* height: 137px; ORIGINAL */
	height: 100px; /* GAK */
	/* width: 340px; */
	width: 345px; /* GAK */	
	padding-top: 10px; /* GAK */
	padding-bottom: 10px; /* GAK */
}

.TopRight {
	float: right;
	width: 350px;
}

ul.Login {
	float: right;
}

ul.Login li {
	float: left;
	background: url(../images/topmenucor.png) no-repeat left top;
	margin-left: 10px;
	padding-left: 4px;
	list-style: none;
}

ul.Login li a, b {
	background: url(../images/topmenu.png) no-repeat right top;
	float: left;
	padding: 0 14px 0 10px;
	font: 13px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 29px;
	display: block;
}

ul.Login li a:hover {
	background: url(../images/topmenu.png) no-repeat right top;
	color: #FFFFFF;
	text-decoration: underline;
}

ul.Login span {
	background: url(../images/icon1.png) 0 2px no-repeat;
	padding-left: 30px;
	display: block;
}

ul.Login span.employee {
	background: url(../images/icon2.png) 0 4px no-repeat;
	display: block;
}

h4.Phone {
	
	font-family: 'Conv_Gothic';
	float: right;
	font-size: 21px;
	color: #302e2f;
	padding: 0 0 0 0px;
	/* margin: 40px 0 0 0; ORIGINAL */
	margin: 30px 0 0 0; /* GAK */
	display: block;
}

h4.Phone a {
	color: #302e2f;
}

ul.Social {
	float: right;
	padding: 16px 0px 5px 0px;
}

ul.Social li {
	float: left;
	padding-left: 10px;
	list-style: none;
}

ul.Social li a {
	display: block;
	background: url(../images/facebook.png) no-repeat;
	width: 30px;
	height: 30px;
}

ul.Social li a.twitter {
	background: url(../images/twiter.png) no-repeat;
}

ul.Social li a.linkedin {
	background: url(../images/linkin.png) no-repeat;
}

.menu-container {
	background: url(../images/menubar.png) no-repeat;
	height: 56px;
	width: 966px;
	float: left;
	padding:5px; /* GAK */
}

.menu-main-container {
	background: url(../images/menubar.png) no-repeat;
	height: 56px;
	width: 966px;
	float: left;
}

.menu-main-container ul {
	padding-top: 11px;
	position: relative;
}

.menu-main-container li {
	list-style: none;
	float: left;
	margin-left: 44px;
	padding-left: 5px;
}

.menu-main-container ul li a {
	display: block;
	line-height: 32px;
	float: left;
	text-decoration: none;
	color: #0e0e0e;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-right: 5px;
}

.menu-main-container li:hover {
	background: url(../images/rightmenu.png) top left no-repeat;
}

.menu-main-container li:hover a {
	background: url(../images/menubg.png) top right no-repeat;
}

.menu-main-container ul li.current-menu-item {
	background: url(../images/rightmenu.png) top left no-repeat;
}

.menu-main-container ul li.current-menu-item a {
	background: url(../images/menubg.png) top right no-repeat;
}

.menu-main-container ul li.current-menu-item ul.sub-menu li {
	background-image: none;
}

.menu-main-container li:hover ul.sub-menu {
	display: block;
}

.menu-main-container li:hover ul.sub-menu a {
	background: none;
}

.menu-main-container li
ul.sub-menu {
	display: none;
	position: absolute;
	z-index: 20;
	top: 42px;
	background: #e9e9e9;
	margin-left: -5px;
	padding: 0;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-radius: 0px 0px 6px 6px;
	border-radius: 0px 0px 6px 6px;
	-ms-border-radius-topleft: 0;
	-ms-border-radius-topright: 0;
	-ms-border-radius-bottomleft: 6px;
	-ms-border-radius-bottomright: 6px;
}

.menu-main-container ul.sub-menu li {
	float: none;
	padding: 0px 30px 0px 12px;
	margin-left: 0px;
	height: 32px;
}

.menu-main-container ul.sub-menu li:hover {
	background: none;
}

ul.sub-menu li:hover a {
	color: #4e9231;
}

.menu-main-container li
ul.sub-menu li.current-menu-item {
	background-image: none;
}

.menu-main-container li
ul.sub-menu li.current-menu-item a {
	background-image: none;
}


#home_Header {
	padding-top: 10px;
	float: left;
	position: relative;
}

#Header {
	float: left;
	height: 253px;
	position: relative;
	padding-top: 10px;
}

#Header img {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
}

ul.slider {
	width: 965px;
	height: 253px;
	overflow: hidden;
}

ul.slider li {
	width: 965px;
	height: 253px;
}

ul.slider li img {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
}

#prev,
#next {
	position: absolute;
	display: block;
	top: 80px;
	width: 23px;
	height: 112px;
	z-index: 20;
	background: url(../images/icon_slider.png) -23px 0  no-repeat;
}

#next {
	left: -23px;
}

#next:hover {
	background-position: 0 0;
}

#prev {
	left: 965px;
	background-position: -46px 0;
}

#prev:hover {
	background-position: -69px 0;
}


.slider_control a.activeSlide {
	background: #fff;
}
.slider_control {
	position: absolute;
	right: 10px;
	bottom: 10px;
	z-index: 20;
}

.slider_control a {
	background: #000;
	color: transparent;
	text-indent: 20px;
	overflow: hidden;
	width: 17px;
	height: 19px;
	display: block;
	float: left;
	margin-right: 10px;
	text-align: center;
	background: url(../images/icon_bullet-black.png) -8px -8px no-repeat;
}

.slider_control a.activeSlide {
	background: url(../images/icon_bullet-green.png) -8px -8px no-repeat;
}
.bullet {
	position: absolute;
	left: 587px;
	top: 270px;
}

ul.HeaderRight {
	float: right;
	padding-top: 10px;
}

ul.HeaderRight li {
	background: url(../images/sidemenu.png) no-repeat;
	height: 47px;
	width: 164px;
	font: bold 16px  'Conv_GOTHICB';
	color: #f8fff5;
	padding: 10px 30px 7px 70px;
}

.HeaderRight li a {
	color: #FFFFFF;
	text-decoration: none;
}

.HeaderRight li a:hover {
	text-decoration: underline;
}

.MainContent {
	float: left;
	width: 965px;
	min-height:500px;
	padding-top: 5px;
}

#LeftWraper {
	float: left;
	width: 287px;
}

#LeftWraper .News,
#LeftWraper .topNews,
#LeftWraper .bottomNews {
	float: left;
}

#LeftWraper .News {
	padding: 10px 15px 0px 15px;
	width: 257px;
	background: url(../images/bg_news.png) left top repeat-y;
}

#LeftWraper .topNews,
#LeftWraper .bottomNews {
	height: 9px;
	margin-bottom: 0;
	width: 287px;
}

#LeftWraper .topNews {
	background: url(../images/bg_news_top.png) left top no-repeat;
}

#LeftWraper .bottomNews {
	background: url(../images/bg_news_bottom.png) left top no-repeat;
	margin-bottom: 10px;
}

.News h6 {
	background: url(../images/date.png) left top no-repeat;
	padding-left: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.News p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #212121;
	line-height: 17px;
}

.News h4 {
	font-size: 20px;
	color: #333333;
	height: 45px;
	line-height: 48px;
	margin: -10px -15px 10px -15px;
	padding: 0 0 0 35px;
	background: url(../images/boxtop.png) left top no-repeat;
	text-transform: uppercase;
}

.News .inner2 p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #212121;
	font-weight: normal;
	margin: 0px;
	line-height: 17px;
}

.News ul {
    list-style-type:none;  /*GAK*/
}

#rightWrapper {
	float: right;
	width: 650px;
}

#rightWrapper h1 {
	font-size: 20px;
	color: #060606;
	background: url(../images/headingbullet.png) left top no-repeat;
	padding: 5px 0 10px 40px;
}

#rightWrapper ul,
#rightWrapper ol {
	margin: 0 0 10px 20px;
}

#rightWrapper ul li,
#rightWrapper ol li {
	margin-left: 20px;
}

#rightWrapper ul li {
	list-style: disc;
}

#rightWrapper ol li {
	list-style: decimal;
}

#rightWrapper .projects {
	float: left;
	width: 350px;
}

#rightWrapper blockquote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #000000;
	padding-bottom: 10px;
}

#rightWrapper h2 {
	font-size: 20px;
	color: #669933;
	font-family: 'Conv_GOTHICB';
	background: url(../images/headingbullet.png) left top no-repeat;
	padding: 5px 0 10px 40px;
}
.pagination {
float: right;
padding:0px 75px 20px 0;
font-size:11px;
line-height:13px;
}
 
.pagination span, .pagination a {
display:block;
float:left;
margin: 2px 2px 2px 0;
padding:6px 9px 5px 9px;
text-decoration:none;
width:auto;
color:#fff;
background: #555;
}
 
.pagination a:hover{
color:#fff;
background: #3279BB;
}
 
.pagination .current{
padding:6px 9px 5px 9px;
background: #679a34;
color:#fff;
}
.projects ul {
	padding: 10px 0 0 40px;
}

.projects ul li {
	list-style: none!important;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	background: url(../images/bullet3.png) left 5px no-repeat;
	background-repeat: no-repeat;
	padding: 0 0 10px 10px;
}

.testimonials {
	background: url(../images/testimonialstop.png) left top no-repeat;
	float: left;
	width: 266px;
	padding-top: 21px;
}

.testimonials .inner {
	background: url(../images/testimonialbg.png) left bottom no-repeat;
	float: left;
	width: 226px;
	padding: 0 20px 40px 20px;
}

.inner span {
	font-size: 18px;
	color: #333333;
	text-align: right;
	font-family: 'Conv_GOTHICB';
	float: right;
}

.testimonials .inner blockquote {
	font-size: 13px;
	color: #333333;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

.testimonials .inner h6 {
	font-family: 'Conv_GOTHICB';
	font-size: 18px;
	color: #000000;
	margin: 0px;
	background-image: url(../images/testiline.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.testimonials .inner h3 {
	font-family: 'Conv_GOTHICB';
	font-size: 20px;
	color: #679a34;
	background: url(../images/testiline.png) center 34px no-repeat;
	padding: 0 0 20px 0;
}

#Footer {
	background-image: url(../images/footerbg.png);
	background-repeat: no-repeat;
	float: left;
	height: 50px;
	width: 944px;
	/* padding: 0px 10px 20px 10px; Original*/
	padding: 15px 10px 20px 10px; /*GAK*/
	margin-top: 30px; /*GAK*/
	color: #fff;
	text-align:center; /*GAK*/
}

span.copy {
	padding: 16px 0 0 0;
	display: block;
	float: left;
	font-size: 11px;
}

.RightFooter {
	
}

ul.RightFooter {
	list-style-type: none;
	padding: 16px 0 0 0;
	float: right;
}

ul.RightFooter li {
	float: left;
	border-left: 1px solid #fff;
}

.RightFooter li:first-of-type {
	border: none;
}

.RightFooter li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	padding: 0 5px;
}

.RightFooter li a:hover {
	text-decoration: underline;
}

ul.RightFooter ul.sub-menu {
	display: none;
}

form.wpcf7-form {
	padding-right: 40px;
}

form.wpcf7-form p {
	text-align: right;
	position: relative;
}

.wpcf7-form input[type='text'] {
	height: 18px;
	padding: 2px 4px;
	width: 380px;
	margin: 5px 0 0 30px;
}

.wpcf7-form select {
	width: 390px;
	margin: 5px 0 0 35px;
}

form.wpcf7-form span.message {
	position: absolute;
	top: 10px;
	left: 98px;
}

.wpcf7-form textarea {
	width: 380px;
	padding: 4px 4px;
	height: 90px;
	margin: 5px 0 0 30px;
}

.wpcf7-form input[type='submit'] {
	cursor: pointer;
	float: right;
	margin: 5px 100px 0 0;
	width: 100px;
}

.CalToday
{
    background-color: #C3D9FF;
}

.Label1
{
    text-align: right;
    font-weight: bold;
}

.Label2 {
    text-align:left;
}

.LabelFail {
    color:#FF0000;
}

.LabelPass {
    color:#FF0000;
}

.LabelPTO
{
    font-size: 50px;
    text-align: center;
    border: 5px double #808080;
    padding-top:35px;
}

.HomeRadGridEmpMessagesRow
{
    height:40px;
    font-size:15px;
}

.SubmitDailyTimesheetCboJTNCol1, .SubmitDailyTimesheetCboJTNCol2, .SubmitDailyTimesheetCboJTNCol3, .SubmitDailyTimesheetCboJTNCol4
{
    margin: 0;
    padding: 0 5px 0 0;
    line-height: 14px;
    float: left;
    list-style-type: none;
}

.SubmitDailyTimesheetCboJTNCol1
{
    width:75px;
}

.SubmitDailyTimesheetCboJTNCol2
{
    width:75px;
}

.SubmitDailyTimesheetCboJTNCol3
{
    width:200px;
}

.SubmitDailyTimesheetCboJTNCol4
{
    width:50px;
}

.A_Hidden
{
    display:none;
}

.A_Control
{
    margin:5px 0px 5px 0px;
}

.A_Control2
{
    margin:5px 8px 5px 0px;
    float:right;
}

.A_div2
{
    width:963px;
    border:0;
    padding:0;
    margin:0;
    display:block;
}

.A_div3
{
    width: 710px;
    border:0;
    padding:0;
    margin:2px 0px 0px 0px;
    float: left;
    display:inline-block;
    background-color:#E0ECFF;
}

.A_div4A,
.A_div4B
{
    width: 250px;
    border:0;
    padding:0;
    margin:2px 0px 0px 0px;
    float: right;
    display:inline-block;
}

.A_div4A
{
    background:#D4EDC9;
}

.A_div4B
{
    background:#E0ECFF;
}

.A_div5
{
    padding:100px 0px 0px 0px;
}

.A_Label1
{
    font-size: 20px;
    font-weight: bold;
    color: #8EC675;
    line-height:2.0em;
}

.A_Label2
{
    width:70px;
    display:inline-block;
    clear:left;
    float:left;
    text-align:right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size:10pt;
    font-weight:normal;
    margin:5px 0px 5px 0px;
}

.A_Label3
{
    width:70px;
    display:inline-block;
    text-align:right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size:10pt;
    font-weight:normal;
    margin:5px 0px 5px 0px;
}

.A_Label4
{
    color: #FF0000;
}

.A_Link1,
.A_Link2,
.A_Link3
{
    width: 46px;
    display: inline-block;
    vertical-align:middle;
    text-decoration:none;
    border:1px solid #999999;
}

.A_Link1
{ 
    color: #006600;
 }


.A_Link2
{
    color: #0000FF;
}

.A_Link3
{
    color: #FF0000;
}

.A_Button1
{
    width:40px;
    height:40px;
    font-size:20pt;
    font-weight:bold;
    background-color:#F8DF8E;
    float:right;
}

.A_Button2
{
    background-color:#F8DF8E;
}

.A_Button3
{
    background-color:#F8DF8E;
    float:right;
    margin: 8px 5px 0px 0px;
}

.A_Button4
{
    background-color:#F8DF8E;
    margin:20px 0px 0px 0px;
    width:220px;
    height:40px;
    display:block;
}

.A_Image1
{
    display:inline-block;
    float:left;
}

.A_Image2
{
    display:inline-block;
    float:right;
}

.A_TextBox1
{
    float:right;
    margin:4px 0px 0px 0px;
}

.A_TextBox2
{
    float:left;
    margin:4px 0px 0px 0px;
}

/* Soil Lab Status Page */

.DivHomePageNotifications, .DivHomePageNotifications1, .DivHomePageNotifications2, .DivHomePageNotifications3
{
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
    padding: 15px;
    border: 2px solid #63AE18;
    background-color: #EFEFDE;
    width: 275px;
    height: 100px;
    cursor: pointer;
    display: inline-block;
    line-height: 3.0em;
    margin:3px;
}

.DivHomePageNotifications1
{
    background-color:#EFEFDE;
}

.DivHomePageNotifications2
{
    background-color:#FFD47F;
}

.DivHomePageNotifications3
{
    background-color:#D6FBBD;
}

/* Submit Weekly Timesheet (Employee)  Page */

.divSignature
{
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
    padding: 15px;
    border: 2px solid #63AE18;
    background-color: #EFEFDE;
    line-height: 2.0em;
}

.divTSAttachments
{
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
    padding: 15px;
    border: 2px solid #63AE18;
    background-color: #D6FBBD;
}

.ctlTSAttachments
{
    display:inline-block;
}

/* Submit Weekly Timesheet (Employee)  Page */

/* Upload Signature  Page */

.UploadSignature_divUpload
{
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
    padding: 15px;
    border: 2px solid #63AE18;
    background-color: #EFEFDE;
    line-height: 2.0em;
}

/* Submit Weekly Timesheet (Employee)  Page */