@charset "utf-8";
/* CSS Document */
@import url('reset.css');
@import url(http://fonts.googleapis.com/css?family=Doppio+One);

body, html{
background:url(../images/bg.jpg) center top #000000 no-repeat;
color:#999;
height:100%;
font-family: 'Doppio One', Arial, Helvetica, sans-serif;
}

h1,h2{
font-size:22px;
padding-bottom:10px;
margin-bottom:10px;
color:#FFF;
border-bottom:1px solid #FF8C00;
}
h3{
font-size:16px;
padding-bottom:10px;
margin-bottom:10px;
color:#FFF;
border-bottom:1px solid #333333;
}
a{color:#FF8C00}
a:hover{color:#ffffff}
.center{margin:0 auto; text-align:center}
.left,.right{display:block;width:auto;height:auto;}
.left{float:left;}
.right{float:right;}
p{margin:10px 0}
.spacer{margin:20px;}
.green{color:#FF8C00}
.white{color:#FFFFFF}
#header,#footer,#content{margin:0 auto; width:900px;}
#header{
	padding:20px 0 15px;
	height: 145px;
	text-align: center;
}


#menu{
float:right;
font-size:20px;
margin:56px 0 0;
}
#menu a{
float:left; 
padding:0 10px;
color:#FFFFFF;
text-decoration:none;
}
#menu a:hover, #menu .navon{color:#FF8C00}

#content .captiontitle{
font-size:32px;
margin-bottom:10px;
text-shadow: 2px 2px #000;
}
#content .inner .image{
border: 10px solid white;
height:200px;
margin-bottom:20px;
}
#content .inner .image img{border: 1px solid #000000;}
#content .inner .content-col-1{
background:#000000;
border: 1px solid #1f1d1d;
padding:20px;
width:600px;
float:left;
margin-right:20px;
margin-bottom:20px;
text-align:justify;
}
#content .inner .content-col-2{
padding:20px;
width:196px;
background:#000000;
border: 1px solid #1f1d1d;
float:left;
margin-bottom:20px;
}
#content .inner .content-col-1-2{
background:#000000;
border: 1px solid #1f1d1d;
padding:20px;
width:196px;
float:left;
margin-right:20px;
margin-bottom:20px;
}
#content .inner .content-col-2-2{
padding:20px;
width:600px;
background:#000000;
border: 1px solid #1f1d1d;
float:left;
margin-bottom:20px;
text-align:justify;
}
#content .inner .full{
background:#000000;
border: 1px solid #1f1d1d;
padding:20px;
margin-right:0px;
margin-bottom:20px;
text-align:justify;
}
#leftnav li{
padding:5px 0;
border-top:1px dotted #333333;
}
#leftnav li a{
text-decoration:none;
}
#cta .col{
float:left;
width:286px;
padding:20px 20px 0 0;
margin-bottom:20px;
}

#ctb .col1{
float:left;
width:286px;
margin-bottom:20px;
}
#ctb .col2{
float:left;
width:286px;
margin-bottom:20px;
}

.col3{
float:right;
width:286px;

margin-bottom:20px;

}


ul.gallery li {float: left; margin:10px}

#cta .col:last-child{
padding:20px 0 0 0;  /* 15px   ->   0 */
}
#cta .col h2{
font-size:22px;
padding-bottom:10px;
margin-bottom:10px;
color:#FFF;
border-bottom:1px solid #FF8C00;
}
.theme-orman .nivo-caption {
	background:url(../images/opacity.png);
	position:absolute;
	top:20px; 
	left:-2px;
	width:auto;
	height:50px;
	padding:0 20px;
	border: 1px solid white;
}
.theme-orman .nivo-caption a { 
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-orman .nivo-caption a:hover { 
    color:#fff;
}
#footer .content{ 
	text-align:center;
	clear:both;
	background:#000000;
	border: 1px solid #1f1d1d;
	padding: 20px 0 32px 20px;
}

/*.button {
	-moz-box-shadow:inset 0px 1px 0px 0px #caefab;
	-webkit-box-shadow:inset 0px 1px 0px 0px #caefab;
	box-shadow:inset 0px 1px 0px 0px #caefab;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #d9dd06), color-stop(1, #797c20) );
	background:-moz-linear-gradient( center top, #77d42a 5%, #5cb811 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d9dd06', endColorstr='#797c20');
	background-color:#77d42a;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #FFF;
	display:inline-block;
	color:#FFF;
	font-family:arial;
	font-size:15px;
	padding:8px 10px;
	text-decoration:none;
	cursor:pointer;
}
.button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #797c20), color-stop(1, #d9dd06) );
	background:-moz-linear-gradient( center top, #797c20 5%, #d9dd06 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#797c20', endColorstr='#d9dd06');
	background-color:#5cb811;
	color:#484b02;
}.button:active {
	position:relative;
	top:1px;
}*/
.quote{
position:absolute;
right:0;
top:155px;
border-top:1px solid #FFF;
border-bottom:1px solid #FFF;
border-left:1px solid #FFF;
height:270px;
}
.past-clients ul{
list-style:none
}
.past-clients li{
float:left;
color:#FFF;
margin:8px 10px;
height:20px;
}
.past-clients li.font12{font-size:14px}
.past-clients li.font13{font-size:15px}
.past-clients li.font14{font-size:16px}
.past-clients li.font15{font-size:17px}
.past-clients li.font16{font-size:18px}

.blogItem{
	border-bottom: 1px solid #333;
	margin-bottom: 20px;
}
.blogItem span{
	display: block;
	font-size: 16px;
	color: #FF8C00;
	margin-bottom: 10px;
}
.blogItem .blogContent{
	margin-bottom: 20px;
}
.blogItem img{
	width: 250px;
	height: 188px;
	margin: 0 20px 20px;
	float: right;
}
.blogItem .posted{
	font-style: italic;
	padding: 10px 0;
}
.blogItem .more{
	display: inline-block;
	padding: 10px 0 0;
	text-decoration: none;
}
.blogItem .blogDetailsContent img{
	width: 600px;
	height: auto;
	float: none;
	margin: 20px 0;
}
.recentPostLinks{
	display: block;
	padding: 10px 0;
}
.recentProjectsItem{
	width: 250px;
	padding: 10px;
	border:1px solid #1f1d1d;
	float: left;
	margin: 14px;
}
.recentProjectsItem img{
	width: 250px;
	border:1px solid #FF8C00;
	margin-bottom: 10px;
}





#contact-wrapper {
    position: relative;
    height: 520px;
}

#careerleft, #careerright {
    position: absolute;
    top: 0px; 
    bottom: 0px;
	
}

#careerleft {
    left: 0px; 
   width: 400px

}

#careerright {
    left: 450px; 
    right: 0px;    

}