/*CSS RESET*/
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,caption,article,aside,details,figcaption,figure,footer,header,hgroup,mark,menu,meter,nav,output,progress,section,summary,time{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align: baseline;}article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, output, section, summary{display:block;}meter,progress,mark, time{display:inline;}ol, ul {list-style: none;}blockquote,q{quotes: none;}html,body{
}img {border:0;vertical-align:top;text-align:left;}object{vertical-align:top;outline:none;}ul,ol{list-style:none;}table,table td{padding:0;border:none;border-collapse:collapse;}input,select{font-family:Arial, Helvetica, sans-serif;font-size:1em;vertical-align:middle;font-weight:normal;margin:0;padding:0;}textarea{overflow:auto;}

/*GLOBAL*/
body{
	background:url(../images/bg.jpg) 50% 0 no-repeat #1d1309;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	line-height:1em;
	color:#000;
}

#glob{
	left:0;
	top:0;
	z-index:1;
	min-width:940px;
	color:#C1B8AC;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	line-height: 19px;
	margin: 0px;
	padding: 0px;
}

.inner{
	width:800px;
	position:relative;
	z-index:1;
	display:block;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
header a {
	text-decoration: none;	
	}
header a:hover {
	font-weight: normal;	
	}

#gspinner{
	width:100%;
	height:100%;
	left:0;
	top:0;
	position:fixed;
	z-index:999;
	background:#1d1309 url(../images/ajax-loader.gif) 50% 50% no-repeat;
}

/*ELEMENTS*/
a {
	color:#F0D8AA;
	outline:none;
	font-weight: bold;
	text-decoration: none;
}
a:hover{
	text-decoration:underline;
	color: #F19123;
	font-weight: bold;
}


p,.blo{
	line-height:19px;
	margin-bottom:19px;
}

.p1{
	margin-bottom:24px;
}

.p2{
	margin-bottom:36px;
}

/*header */
header{
	width:100%;
	height:99px;
	background:url(../images/header-bg.png);
	left:0;
	top:0;
	position:absolute;
	z-index:1;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

header nav li{
	float:left;
	position:relative;
	z-index:1;
}

header nav>ul>li>a{
	font:16px/99px 'Signika', sans-serif;
	text-decoration:none;
	text-transform:uppercase;
	color:#806a58;
	display:block;
	position:relative;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

header nav>ul>li>a>span{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:url(../images/nav-hvr.png) 0 0;	
	z-index:-1;
	opacity:0;
	
	-webkit-transition: all 0.3s ease-out; 
    -moz-transition: all 0.3s ease-out; 
    -o-transition: all 0.3s ease-out; 
    transition: all 0.3s ease-out;
	
	-webkit-box-shadow:0 0 8px 0 #f46827;
	box-shadow:0 0 8px 0 #f46827;
}

header nav>ul>li>a:hover,header nav>ul>li.active>a,header nav>ul>li.sfHover>a{
	color:#fffbcf;
}

header nav>ul>li>a:hover>span,header nav>ul>li.active>a>span,header nav>ul>li.sfHover>a>span{
	opacity:1;
}

header nav>ul>li>ul{
	position:absolute;
	width:100%;
	top:100%;
	left:0;
	z-index:1;
	background:url(../images/sf-bg.png) repeat-x #311f07;
}

header nav>ul>li ul{
	padding:17px 0;
}

header nav>ul>li>ul li{
	width:84px;
	display:block;	
	position:relative;
	padding:0 24px;
	text-align:right;
}

header nav>ul>li>ul a{	
	font:15px/24px 'Signika', sans-serif;
	text-decoration:none;
	text-transform:uppercase;
	color:#f0d8aa;
}

header nav>ul>li>ul a:hover,header nav>ul>li>ul .sfHover>a{
	color:#f39d2e;
}



header nav>ul>li>ul ul{
	width:101px;
	left:100%;
	position:absolute;
	margin-left:1px;
	top:0;
	margin-top:-17px;
	background:url(../images/sf-bg.png) repeat-x #311f07;
}

header nav>ul>li>ul ul li{
	width:53px;
}

/*#content*/
#content{
	width:100%;


	background:url(../images/content-bg.png);
	overflow:hidden;
	-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,.8);
	box-shadow:0 0 10px 0 rgba(0,0,0,.8);
	margin-top: 25px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#content>ul>li{
	padding-top:52px;
}

h1{
	top:233px;
	margin-left:auto;
	width: 350px;
	margin-top: 125px;
	margin-right: auto;
	margin-bottom: 0px;
}

h2{
	font:26px/1.2em 'Acme', sans-serif;
	text-transform:uppercase;
	color:#f0d8aa;
	margin-bottom:36px;
}
h3 {
	font-size: 16px;
	font-weight: bold;
	color: #E7A061;
	margin-bottom: 15px;
	font-family: Verdana, Geneva, sans-serif;
}
.tableheadertext {
	font-size: 16px;
	font-weight: bold;
	color: #E7A061;
	margin-bottom: 15px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}
.tableheadertext3 {
	font-size: 16px;
	font-weight: bold;
	color: #E7A054;
	font-family: Verdana, Geneva, sans-serif;
	text-align: left;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #F29224;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
.tableheadertext4 {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #F29224;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	background-color: #E8C17B;
}
.tableheadertext4-subhead {
	font-size: 14px;
	color: #000000;
	font-family: Verdana, Geneva, sans-serif;
	text-align: left;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	margin: 0px;
	background-color: #F5E6C9;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 2px;
	font-weight: bold;
}
.tableheadertext4-subhead2 {
	font-size: 14px;
	color: #000000;
	font-family: Verdana, Geneva, sans-serif;
	text-align: left;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	margin: 0px;
	background-color: #B8A58F;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 2px;
	font-weight: bold;
}


.tableheadertext4-subhead a {
	text-decoration: none;
	color: #300;
	}
.tableheadertext4-subhead a:hover {
	color: #E77A26;
	text-decoration: underline;
	}

.tableheadertext4-details {
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	font-family: Verdana, Geneva, sans-serif;
	text-align: left;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	margin: 0px;
	background-color: #FBF4EA;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 2px;
}
.tableheadertext4-details a {
	text-decoration: none;
	color: #300;
	}
.tableheadertext4-details a:hover {
	color: #E77A26;
	text-decoration: underline;
	}




.tableheadertext2 {
	font-size: 16px;
	font-weight: bold;
	color: #F0D8AA;
	margin-bottom: 15px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}



.img-box-set{
	margin-top:-25px;
}

.img-box-set dl{
	padding-top:25px;
}

.img-box-set dt,.img-box dt{
	margin-right:20px;
}

#services .img-box-set{
	margin-top:-14px;
}

#services .img-box-set dl{
	padding-top:14px;
}

#services .img-box-set dt{
	margin-right:14px;
}

#services .img-box-set dt img{
	margin-top:4px;
}

dl.address dt{
	width:140px;
	height:80px;
	float:left;
	margin-right:40px;
}

dl.address dd{
	overflow:hidden;
}

dl.address dd .alr{
	display:block;
	width:160px;
}

/*footer*/
footer{
	height:90px;
	width:100%;
	left:0;
	bottom:0;
	z-index:1;
}

footer .soc-ico{
	position:absolute;
	top:0;
	left:50%;
	margin-left:-110px;
}

footer .soc-ico li{
	float:left;	
	font:11px 'Acme', sans-serif;
	text-transform:uppercase;
	color:#846646;
	padding-right:4px;
}

footer .soc-ico a{
	margin-right:4px;
}

footer .privacy{
	position:absolute;
	margin-left:auto;
	color:#594b3e;
	font:12px 'Acme', sans-serif;
	text-transform:uppercase;
	width: 100%;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
}

#form1 input{
	border-bottom:1px #8d8c8c solid;
	border-right:1px #dee2e7 solid;
	border-top:1px #66625f solid;
	border-left:1px #dee2e7 solid;
	color:#6d6052;
	-webkit-border-radius:6px;
	border-radius:6px;
	box-shadow:none;
	outline:none;
	background:#fff;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 15px;
	line-height: 20px;
	min-height:20px;
	margin: 0px;
	padding: 0px;
	text-indent: 2px;
}

#form1 input,#form1 textarea{

}

#form1 .error,#form1 .empty{
	position:absolute;
	right:0;
	top:0;
	font:10px Arial, Helvetica, sans-serif;
}

#form1 .success{
	border-bottom:1px #8d8c8c solid;
	border-right:1px #dee2e7 solid;
	border-top:1px #66625f solid;
	border-left:1px #dee2e7 solid;
	width:243px;
	padding:20px 12px;
	font:11px Tahoma, Geneva, sans-serif;
	color:#6d6052;
	background:#fff;
	position:absolute;
	left:0;
	top:0;
	z-index:2;
	-webkit-border-radius:6px;
	border-radius:6px;
}

/*js css*/
.google_map{
	height:170px;
	width:340px;	
}

.scroll{
	height:209px;
	padding-right:60px;
}

#experience .scroll{
	height:260px;
}

#services .scroll{
	height:270px;
}

#fresh_articles ._track{
	right:50px;
}

._track{
	border:1px #372a1d solid;
	width:11px;
	height:240px;
	padding:22px 0;
	right:0;
	top:42px;	
	-webkit-border-radius:2px;
	border-radius:2px;
}

._shuttle{
	width:11px;	
	height:60px;
	background:url(../images/shuttle.png);
}

.splash_carousel{
	position:fixed;
	height:356px;
	min-width:940px;
	overflow:hidden;
	margin-top: 25px;
}

.splash_carousel ul{
	position:relative;
	left:0;
}

.splash_carousel li{
	float:left;
}

.splash_carousel .ov-l{
	background:url(../images/ov-bg.png);
	left:0;
	top:0;
	bottom:0;
	position:absolute;
	z-index:1;
}

.splash_carousel .ov-r{
	background:url(../images/ov-bg.png);
	right:0;
	top:0;
	bottom:0;
	position:absolute;
	z-index:1;
}

.splash_carousel .ov-l .prev{
	position:absolute;
	top:164px;
	right:18%;
}

.splash_carousel .ov-r .next{
	position:absolute;
	top:164px;
	left:18%;
}

/*additional classes*/
.light{
	color:#b9a581;
}

.orange{
	color:#f29824;
}

.bordered{
	background:url(../images/col-border.png) 440px 0 repeat-y;
}

#experience .bordered{
	background-position:620px 0;
}

.fl{float:left;}
.fr{float:right;}
.col-1,.col-2,.col-3{float:left;}
.all{text-align:left;}
.alr{text-align:right;}
.alc{text-align:center;}
.wrapper{width:100%;overflow:hidden;}
a.und,.und a{text-decoration:none;}
a.und:hover,.und a:hover{text-decoration:underline;}
a.nocolor, .nocolor a{color:inherit;}
.upc{text-transform:uppercase;}
.bold{font-weight:bold;}
.wrap{overflow:hidden;}
.nopa{padding:0;}
.noma{margin:0;}
.nobg{background:none;}
.nobd{border:none;}
.nofl{float:none;}
.dn{display:none;}
.clear{
	clear:both;
	line-height:0;
	margin: 0px;
	padding: 0px;
}



/*custom boxes*/

.btn{
	float:left;
	display:block;
	background:#e18a28;
	padding:0 16px;
	text-transform:uppercase;
	text-decoration:none;
	color:#fff8cc;
	-webkit-border-radius:2px;
	border-radius:2px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	font-family: 'Acme', sans-serif;
	font-size: 15px;
	line-height: 35px;
}

.btn:hover{
	background:#883f00;
	color:#fff;
	text-decoration: none;
}

.list a{
	background:url(../images/mrk.png) 0 50% no-repeat;
	display:block;
	font:11px/24px Tahoma, Geneva, sans-serif;
	padding-left:12px;
	text-transform:uppercase;
	text-decoration:none;
	color:#b9a581;
}

.list a:hover{
	text-decoration:underline;
}

dl.img-box,.img-box-set dl,dl.img-box dd,.img-box-set dl dd{overflow:hidden;}
dl.img-box dt,.img-box-set dl dt{float:left;}
.admincontent {
	width: 975px;
	margin-top: 7px;
	margin-right: auto;
	margin-bottom: 7px;
	margin-left: auto;
	background-image: url(../images/admin-content-bg.png);
	-moz-border-radius: 15px;
	border-radius: 15px;
	padding: 7px;
}
.admincontent2 {
	width: 1200px;
	margin-top: 7px;
	margin-right: auto;
	margin-bottom: 7px;
	margin-left: auto;
	background-image: url(../images/admin-content-bg.png);
	-moz-border-radius: 15px;
	border-radius: 15px;
	padding: 7px;
}

.admincontent li {
	list-style-type: disc;
	margin-left: 25px;
	margin-top: 5px;
}
.required {
	font-size: 14px;
	font-weight: bold;
	color: #CA0000;
}
.bottomborder {
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #F29224;
	vertical-align: bottom;
}
.borderlight {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #965418;
}
.borderlightspaced {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #965418;
	padding-right: 5px;
	margin: 0px;
	padding-bottom: 7px;
}

.normalbutton {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #361E09;
	background-color: #E7A061;
	-webkit-border-radius:3px;
	border-radius:3px;
	box-shadow:none;
	font-size: 16px;
	line-height: 20px;
	padding-right: 3px;
	padding-left: 3px;
}
.normalbutton:hover{
	background:#883f00;
	color:#fff;
	text-decoration: none;
}


.highlightedtext {
	color: #FFF0D2;
	font-family: Verdana, Geneva, sans-serif;
}
.sideleftlightborder {
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #784312;
}
.siderightlightborder {
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #784312;
}
.tablecellspacing {
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}
.navwelcome {
	padding: 0px;
	float: left;
	width: 300px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 65px;
}
.UploadBatchLeft {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 575px;
	vertical-align: top;
}
.UploadBatchRight {
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	width: 315px;
	vertical-align: top;
}
.tablecellpaddingborder {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #B66D2C;
	padding-right: 18px;
}
.followfile-headerleft {
	float: left;
	width: 400px;
}
.followfile-header-right {
	float: right;
	width: 500px;
	text-align: right;
}
.tablerowheightexpand {
	margin: 0px;
	padding-top: 5px;
}
.tablerightpadding {
	padding-right: 5px;
}
.custom-job-print-footer {
	font-size: 16px;
	font-weight: bold;
	color: #006;
	text-align: right;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#updatejobhidden {
	margin: 0px;
	padding: 0px;
	display:inherit;
	;
}
.dashboard-title-left {
	float: left;
	width: 215px;
}
.dashboard-title-right {
	float: left;
	width: 685px;
	margin-left: 20px;
}
.hidecontent {
	visibility: hidden;
}
