@charset "UTF-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
}

html{
	height:100%;
}

body{
	background: #fff url(/images/bg_html.png) repeat-x 50% 0;
	font:normal 0.75em/1.5 Arial,Helvetica,sans-serif;
	color:#666;
	height: 100%;
	text-align:center;
}

#body_home {
background-image:url(../images/splash_bg2.png);
background-repeat:no-repeat;
width:100%;
}

#body_home #container {
	background-position: 741px 248px;
}

#body_home #content {
	padding-top: 0;
}

#h1_home {
	color: #fff;
	position: relative;
	width: 937px;
	height: 130px;
	margin: 0 -67px 40px 0;
	overflow: hidden;
}


#h1_home span {
	display:none;
	
}


#our_work h2 {
	color: #fff;
	font-size: 1.33em;
	margin-bottom: 20px;
}

#our_work li{
	list-style:none;
	float:left;
	background: #fff url(/images/bg_with_caption.png) no-repeat 0 0;
	margin:0 30px 55px 0;
	padding: 5px 7px 8px 5px;
	width:258px;
	position: relative;
	margin-top:122px;
}

#our_work li.last{
	margin-right:0;
}

#our_work li a {
	display: block;
	position: relative;
	overflow: hidden;
	height: 107px;
	width: 226px;
	padding: 16px;
	color: #000;
	font: 1.92em/1.2 "Avenir LT Std", Avenir, Helvetica, Arial, sans-serif;
}

#our_work li img {
	position: absolute;
	top: 0px;
	left: -1px;
	height: 139px;
	width: 258px;
	border: 0;
}
#intro_wrap{
width:110%;

}
#intro {
float: left;
width: 240px;
margin: 0 40px 0 20px;
color: #999;
}
#intro ul li{
display:inline;
}

#intro ul li h2{
font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
font-size: 20px;
color: #156a4e;
}

#intro ul li p{
font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
font-size: 12px;
color: #808080;
}




/*-------------------------*//* global layout styles *//*---------------------------------*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

#container{
	width:958px;
	margin:0 auto;
	text-align:left;
	position:relative;
	min-height:100%;
	_height:100%; /* :hack: min-height for IE6 */
	background:url(/images/bg_container.png) no-repeat 0 120px;
}

/*header*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

#header{
	position:relative;	
	height:60px;
	padding: 55px 44px 0;
}
#header img{
margin:0 auto;
position:relative;
top:-40px;
padding:1px;
}

#logo {
	float: left;
	color: #fff;
	background: #1293a9;
	font-size: 3em;
}
 



#body_home #nav_home span { background-position: 0 -54px; }


	
/*content*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

#content{
	padding:45px 44px 170px;
	zoom: 1;
}
#content:after { content: "."; clear: both; display: block; height: 0; visibility: hidden; }



body.fullwidth #content_main{
	width:auto;
	margin-right: 0;
	float: none;
}
 


/*footer*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

#footer{
	width:100%;
	background-color: #072230;
	color: #fff;
	padding: 30px 0 0;
	margin: -130px 0 0;
	font-size: .92em;
	position: relative;
}

#footer_sleeve {
	width:870px;
	height: 70px;
	padding-bottom: 30px;
	margin:0 auto;
	position: relative;
}

#footer a{
	color:#FFF;
}

#footer_address {
	float: left;
}

#footer ul {
	float: right;
	margin: 27px 0 0;
}

#footer li{
	float:left;
	list-style:none;
	color:#FFF;
	background:url(/images/li_footer.gif) no-repeat 100% 3px;
	padding:0 5px 0 0;
	margin:0 5px 0 0;
}
