@charset "utf-8";
/* CSS Document */
/* FONTS */
@font-face{font-family: 'HANDGOTL'; src: url('../fonts/HANDGOTL.ttf') format('truetype'); font-weight: normal; font-style: normal}
@font-face{font-family: 'TrajanPro-Bold'; src: url('../fonts/TrajanPro-Bold_0.otf') format('truetype'); font-weight: normal; font-style: normal}
body{
	padding: 0;
	margin: 0;
	background: url(../images/bg_page_graphics.jpg) 0 0 no-repeat fixed #fff;
	font: normal 14px/22px Arial, Helvetica, sans-serif;
	text-align: left;
	color: #5b5b5a;
}
div{
	width: auto;
	height: auto;
	border: 0;
}
a{
	color: #72b138;
	text-decoration: none;
	outline: none;
}
a:hover{
	color: #72b138;
	text-decoration: underline;
	outline: none;
}
img{
	border: 0;
	outline: none;
}
form{
	padding: 0;
	margin: 0;
}
section, article, footer, header, nav{
	display: block;
}

::selection{
	background: #0a6900;
	color: #fff;
}
::-moz-selection{
	background: #0a6900;
	color: #fff;
}
h3, h4, h5, h6{
	padding: 0;
	margin: 0;
}

.clear{
	clear: both;
	font-size: 0;
	line-height: 0;
}
.wrapper{background: url(../images/bg_page.gif) 0 0 repeat-x}
#maindiv{
	width: 960px;
	float: none;
	clear: both;
	margin: 0 auto;
}
header{
	height: 96px;
	clear: both;
	position: relative;
	margin: 0 0 21px 0;
}
#logo{
	position: absolute;
	left: 0;
	top: 47px;
}
#fbLike{
	position: absolute;
	right: 0;
	top: 16px;
	width: 45px;
	overflow: hidden;
}
nav{
	position: absolute;
	right: 0;
	bottom: 0;
	height: 41px;
}
nav ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
	background: url(../images/bg_nav.png) 0 0 repeat-x;
}
nav li{
	float: left;
	font: bold 12px/41px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #fff;
	text-shadow: 0 -1px #7c8f1b;
	white-space: nowrap;
}
nav li:before{
	content: url(../images/nav_pipe.png);
	float: left;
}
nav li a{
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 0 24px;
}
nav li a:hover, nav li a.selected, nav li a:hover.selected{
	color: #fff;
	text-decoration: none;
	background: url(../images/nav_sel.png) 50% 100% no-repeat;
	-webkit-transition:all 200ms ease;
	-moz-transition:all 200ms ease;
	-o-transition:all 200ms ease;
	transition:all 200ms ease;
}
nav li#firstMenu{
	background: url(../images/nav_left.png) 0 0 no-repeat;
}
nav li#firstMenu:before{
	content: normal;
}
nav li#firstMenu a{
	padding-left: 26px;
}
nav li#lastMenu{
	background: url(../images/nav_right.png) 100% 0 no-repeat;
}
nav li#lastMenu a{
	padding-right: 26px;
}

.banner{
	height: 387px;
	clear: both;
	/*border-bottom: 5px solid #dfdfe1;*/
	background: #fff;
	/*margin: 21px 0 0;*/
	position: relative;
}

.bannerText{
	width: 282px;
	height: 387px;
	background: url(../images/bg_bannerText.png) 0 0 no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 200;
}
.bannerText h1, .bannerText p{
	width: 214px;
	margin: 0 auto;
}
.bannerText h1{
	font: normal 18px/1.33 'HANDGOTL', Arial, Helvetica, sans-serif;
	color: #2c2c2c;
	padding: 35px 0 25px 0;
	text-shadow: 0 1px #fff;
	text-transform: uppercase;
}
.bannerText p{
	font-family: 'TrajanPro-Bold';
	font-size: 14px;
	line-height: 18px;
	text-transform: none
}
.bannerText span{
	font-weight: bold;
}
.greenText{
	color: #98b213;
}
.purpleText{
	color: #a51052;
}

.bannerPix{
	position: absolute;
	right: 0;
	top: 0;
	width: 695px;
	height: 387px;
	overflow: hidden;
	z-index: 100;
}


#body{
	clear: both;
	background: #fff;
	padding: 52px 32px 35px 65px;
}
.leftCol{
	float: left;
}
.rightCol{
	float: right;
}
#body .leftCol{
	width: 555px;
}
#body .rightCol{
	width: 256px;
}

h1{
	font: normal 18px/25px 'HANDGOTL', Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0 0 10px;
	color: #413d3b;
	text-transform: uppercase;
}
h2{
	font: normal 14px/20px 'HANDGOTL', Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0 0 10px;
	color: #000;
	text-transform: uppercase;
}
p{
	padding: 0 0 20px 0;
	margin: 0;
}

.wrapPix{
	float: left;
	margin: 5px 12px 0 0;
}
.borderPix{
	border: 2px solid #766f57;
}

.greenBulletList{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.greenBulletList li{
	background: url(../images/greenBullet.gif) 0 50% no-repeat;
	padding: 0 0 0 12px;
}
.greenBulletList.with-border li{
	border-bottom: 1px solid #ded9d5;
	padding: 5px 12px 5px 25px;
	font-size: 12px;
	background: url(../images/greenBullet.gif) 12px 13px no-repeat;
}
.greenBulletList.with-border li:last-child{
	border: 0;
	padding-bottom: 1px;
}

.rightBox{
	background: url(../images/bg_rightBox.gif) 0 0 repeat-y;
	width: 256px;
}
.rightBox .boxStart{
	background: url(../images/rightBox_top_simple.gif) 0 0 no-repeat;
	height: 5px;
	font-size: 0;
	line-height: 0;
	display: block;
	clear: both;
}
.rightBox .boxEnd{
	background: url(../images/rightBox_bottom.gif) 0 0 no-repeat;
	height: 5px;
	font-size: 0;
	line-height: 0;
	display: block;
	clear: both;
}
.rightBox h1{
	font: normal 14px/39px 'HANDGOTL', Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0 0 5px;
	color: #fff;
	text-shadow: 0 -1px rgba(0,0,0,0.75);
	background: url(../images/rightBox_top.gif) 0 0 no-repeat;
	text-indent: 12px;
}
.rightBox .boxContent{
	padding: 0 12px 2px;
	font: normal 11px/16px Verdana, Geneva, sans-serif;
}

.rightBox .boxContent1{
	padding: 0 12px 2px;
	font: normal 13px/18px Verdana, Geneva, sans-serif;
}

ul.accordian{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
ul.accordian li{
	padding: 10px 12px 5px;
	border-bottom: 1px solid #ded9d5;
}
ul.accordian li:last-child{
	border-bottom: 0;
	padding-bottom: 0;
}
ul.accordian li p{
	font: normal 11px/15px Verdana, Geneva, sans-serif;
	color: #4a4a4a;
}
ul.accordian li p.title{
	font-weight: bold;
	padding-bottom: 6px;
}
ul.accordian li .ex_content{
	display: none;
}

ul.portfolio{
	width: 96%;
}
ul.portfolio li{
	padding: 10px 0 5px;
}
ul.portfolio li>p.title{
	font: normal 20px/30px 'HANDGOTL', Arial, Helvetica, sans-serif;
	background: url(../images/arrow_accordian.gif) 98% 8px no-repeat;
}
ul.portfolio li.active>p.title{
	background: url(../images/arrow_accordian.gif) 98% -37px no-repeat;
}
ul.portfolio li>p.title a{
	display: block;
}
ul.portfolio dl{
	list-style-type: none;
	padding: 15px 0;
	margin: 0;
	overflow: hidden;
	width: 105%;
}
ul.portfolio dd{
	float: left;
	width: 240px;
	height: 220px;
	margin: 0 25px 25px 0;
	padding: 0;
	border-bottom: 3px solid #a2a2a2;
}
ul.portfolio dd:hover{
	border-bottom: 3px solid #bdd444;
}
ul.portfolio dd:hover img{
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
ul.portfolio dd .pix{
	width: 240px;
	height: 180px;
	display: block;
	border: 1px solid #eee;
	padding: 0;
	margin: 0;
	overflow: hidden;
}
ul.portfolio dd p.title{
	display: block;
	font: italic 11px/14px Verdana, Geneva, sans-serif;
	height: 35px;
	overflow: hidden;
	padding: 2px 0;
	color: #999;
}
ul.portfolio dd p.title span{
	display: block;
	padding: 2px 0 0;
}
ul.portfolio dd p.title span a:hover{
	color: #a51052;
	text-decoration: none;
}


#emailUs{
	background: url(../images/bg_emailUs.gif) 0 0 no-repeat;
	height: 54px;
	font: normal 11px/15px Verdana, Geneva, sans-serif;
	color: #000;
	margin: 0 0 15px 0;
	padding: 9px 10px 0 58px;
}
#emailUs a{
	font-weight: bold;
}

#quickContact{
	font: normal 11px/15px Verdana, Geneva, sans-serif;
	color: #000;
	margin:  0 0 15px 0;
}
#quickContact p{
	border-bottom: 1px solid #eee;
	padding: 8px 0 9px 32px;
}
#quickContact p:last-child{
	border: 0;
}
.yahoo{
	background: url(../images/icon-yahoo.png) 0 3px no-repeat;
}
.msn{
	background: url(../images/icon-msn.png) 3px 3px no-repeat;
}
.skype{
	background: url(../images/icon-skype.png) 0 3px no-repeat;
}


#projectHolder{
	background: url(../images/bg_projects.gif) 50% 0 no-repeat #222;
	padding: 65px 0 30px 0;
	margin-top: -25px;
}
#projectBox{
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}
#projectBox h1{
	color: #898989;
	margin: 0 0 30px;
}


#serviceBox, #careerBox{
	overflow: hidden;
}
#serviceBox article, #careerBox article{
	width: 230px;
	height: 200px;
	overflow: hidden;
	float: left;
	margin: 0 25px 0 0;
	padding: 15px 10px;
	border-bottom: 1px solid #a2a2a2;
}
#serviceBox article:hover, #careerBox article:hover{
	border-bottom: 1px solid #bdd444;
	background: #fdfffa;
}
#serviceBox article:last-child, #careerBox article:last-child{
	border: 0;
}
#serviceBox article p.title, #careerBox article p.title, h3{
	font-family: 'HANDGOTL';
	color: #a51052;
	padding: 0 0 10px 0;
	text-transform: uppercase
}
#careerBox article{
	width: auto;
	height: auto;
	overflow: visible;
	float: none;
}


.popContent{
	padding: 10px 15px;
}
.popContent h1{
	color: #a51052;
	border-bottom: 3px solid #b9cf4a;
	padding: 0 0 10px;
	margin: 0 0 15px;
}



footer{
	border-top: 3px solid #72b138;
	background: url(../images/bg_footer.gif) 0 100% repeat-x #2a2a2a;
	padding: 20px 0 0;
}
footer p{
	padding: 0 0 10px;
}
#footerWrapper{
	width: 960px;
	margin: 0 auto;
	font: normal 11px/15px Verdana, Geneva, sans-serif;
	padding: 0 0 40px;
	overflow: hidden;
	position: relative;
}

.footerMenu{
	width: 175px;
	float: left;
	margin: 0 50px 0 0;
}
.footerMenu ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.footerMenu li{
	padding: 4px 0;
}
.footerMenu li.title{
	font-weight: bold;
	padding: 0 0 10px;
}
.footerMenu a{
	color: #6a6a6a;
	text-decoration: underline;
}
.footerMenu a:hover{
	color: #6a6a6a;
	text-decoration: none;
}
.footerMenu li.title a{
	color: #72b138;
	text-decoration: none;
}
.footerMenu li.title a:hover{
	color: #72b138;
	text-decoration: underline;
}
.footerSpecial{
	width: 500px;
	float: right;
}
.footerSpecial .title{
	font-weight: bold;
	color: #72b138;
}
.cards{
	position: absolute;
	left: 461px;
	bottom: 30px;
}
.coming-soon{
	padding: 35px 0 50px;
	text-align: center;
}


#copyrightInfo{
	width: 960px;
	height: 73px;
	position: relative;
	font: normal 11px/73px Verdana, Geneva, sans-serif;
	color: #6a6a6a;
	margin: 0 auto;
}
#copyrightInfo ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
	position: absolute;
	right: 0;
	top: 21px;
	overflow: hidden;
}
#copyrightInfo li{
	float: left;
	margin: 0 0 0 10px;
	line-height: 32px;
}
#copyrightInfo li img{
	display: block;
}

.get_proposal{
	background: url(../images/btn_green.png) 0 0 no-repeat;
	width: 258px;
	height: 40px;
	font: normal 18px/40px 'HANDGOTL', Arial, Helvetica, sans-serif;
	text-shadow: 0 -1px #7c8f1b;
	text-align: center;
	margin: 15px 0;
	text-transform: uppercase;
}
.get_proposal a{	
	color: #fff;
	text-decoration: none;
	display: block;
}
.get_proposal a:hover{
	background: url(../images/nav_sel.png) 50% 100% no-repeat;
	color: #fff;
	text-decoration: none;
}

#testiBox{
	clear: both;
	margin: 50px 0 0 0;
}
#testiBox ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
}
#testiBox li{
	float: left;
	width: 235px;
	margin: 0 66px 0 0;
	font-size: 12px;
	line-height: 19px;
}
#testiBox li.last{
	margin: 0;
}
#testiBox li span{
	display: block;
	padding: 6px 0 0;
	font: bold 11px/14px Arial, Helvetica, sans-serif;
}
#testiBox li span em{
	display: block;
	padding: 2px 0 0;
	font-weight: normal;
	font-style: italic;
	color: #9ab415;
}
#testiBox p{
	padding: 15px 0 0;
	font-size: 12px;
}


#pageTitle{
	font: normal 35px/40px 'HANDGOTL', Arial, Helvetica, sans-serif;
	color: #333;
	padding: 0 0 25px;
	margin: 0;
	clear: both;
}


.form{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.form.with-border-space{
	border-top: 1px dotted #000;
	padding: 25px 0 0 0;
	margin: 25px 0 0 0;
}
.form li{
	padding: 3px 0;
	overflow: hidden;
}
.form li label{
	float: left;
	width: 160px;
	text-align: right;
	padding: 0 15px 0 0;
	line-height: 32px;
}
.txtbox{
	width: 350px;
	padding: 8px 5px;
	border: 1px solid #999;
	background: #eee;
	font: normal 14px Arial, Helvetica, sans-serif;
	color: #000;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.txtbox:focus{
	background: #fff;
	border: 1px solid #bdd444;
}
.button{
	cursor: pointer;
	vertical-align: middle;
	font: bold 14px/40px Arial, Helvetica, sans-serif;
	color: #fff;
	text-shadow: 0 -1px #666;
	height: 40px;
	border: 0;
	padding: 0;
	margin: 5px 0 0 -2px;
	background: none;
}
.button span{
	background: url(../images/btn_green.png) 0 0 no-repeat;
	padding: 0 0 0 25px;
	line-height: 40px;
	height: 40px;
	display: block;
}
.button span span{
	background: url(../images/btn_green.png) 100% 0 no-repeat;
	padding: 0 25px 0 0;
}

#application-form .form li .txtbox{
	width: 250px;
}
#application-form .form li label{
	width: 120px;
}

.price-table{border-collapse: collapse; border: 1px solid #c6c6c6}
.price-table td, .price-table th{border-right: 1px solid #c6c6c6; border-bottom: 1px solid #c6c6c6; padding: 5px; text-align: left; vertical-align: top}
.price-table th{background: #003202; font-weight: normal; color: #fff; text-shadow: 0 -1px rgba(0,0,0,0.75);}
.price-table p{padding: 0; margin: 0}
.price-table tr.odd td, td.odd{background: #f3f3f3}



/* Carousel */
.jcarousel-skin-tango{
	list-style-type: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
}
.jcarousel-skin-tango li{
	float: left;
}
.jcarousel-skin-tango .jcarousel-container {
}

.jcarousel-skin-tango .jcarousel-direction-rtl {
	direction: rtl;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 960px;
    padding: 0;
}

.jcarousel-skin-tango .jcarousel-clip {
    overflow: hidden;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  880px;
    height: 104px;
	margin: 0 auto;
}

.jcarousel-skin-tango .jcarousel-item {
    width: 156px;
    height: 100px;
	border: 2px solid #e5e5e5;
	background: #b7b7b7;
	overflow: hidden;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
	margin-left: 0;
    margin-right: 20px;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin-left: 10px;
    margin-right: 0;
}

.jcarousel-skin-tango .jcarousel-item-vertical {
    margin-bottom: 10px;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 40px;
    right: 0;
    width: 16px;
    height: 26px;
    cursor: pointer;
    background: transparent url(../images/arrow_right.gif) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-next-horizontal {
    left: 0;
    right: auto;
    background-image: url(../images/arrow_left.gif);
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 40px;
    left: 0;
    width: 16px;
    height: 26px;
    cursor: pointer;
    background: transparent url(../images/arrow_left.gif) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-prev-horizontal {
    left: auto;
    right: 0;
    background-image: url(../images/arrow_right.gif);
}


#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom:10px;
	right:14px;
	overflow:hidden;
	width:26px;
	height:26px;
	border:none;
	text-indent:-999px;
	background:url(../images/ui.totop.png) no-repeat left top;
}

#toTopHover {
	background:url(../images/ui.totop.png) no-repeat left -26px;
	width:26px;
	height:26px;
	display:block;
	overflow:hidden;
	float:left;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
}

#toTop:active, #toTop:focus {
	outline:none;
}


.thumbMain{
	padding:0 0 10px;
	display:table;
}
.andThumb{
	margin:0 0 5px 0;
	border-bottom:1px dashed #2e7db5;
	cursor:pointer;
	position:relative;
}
.andThumb h4{
	padding:0 0 5px 0;
	font:italic 14px/20px 'Conv_LSANS',Sans-Serif;
	color:#f5c930;
	text-align:center;
	text-shadow:1px 1px 0 #031522;
	cursor:pointer;
}
.andThumb:hover .thumbTxt{
	display:block;
}
.port_span2 {
    width: 123px;
}