@charset "utf-8";
/* CSS Document */

body{
	margin:0px;
	font-size:12px;
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
}
p{
	margin:0px;
}

form{
	margin:0px;
}

/*---------INDEX LAYOUT------------*/

#container{
	width:100%;
	height:100%;
}

#headerspan{
	width:100%;
	height:97px;
	background:url(images/bg_header.png);
	background-repeat:repeat-x;
}

#header{
	width:926px;
	height:97px;
	margin:auto;
}

#logo{
	margin-left:-185px;
	float:left;
}

#nav{
	width:485px;
	height:97px;
	float:right;
	position:absolute;
	z-index:100;
	margin-left:440px;
}

#bannerspan{
	width:100%;
	height:301px;
	background:url(images/bg_banner.png);
	background-repeat:repeat-x;
}

#bannerspan2{
	width:100%;
	height:214px;
	background:url(images/bg_banner2.jpg);
	background-repeat:repeat-x;
}

#banner{
	width:1000px;
	height:301px;
	margin:auto;
}

#bodycontent{
	height:100%;
	width:926px;
	margin:auto;
}

#home_left{
	height:329px;
	width:414px;
	float:left;
	margin-top:10px;
	background:url(images/home-projects.jpg);
}

#home_right{
	height:470px;
	width:497px;
	float:right;

}

#home_right_content1{
	height:205px;
	width:497px;
	float:right;
}

#home_right_content2{
	height:222px;
	width:497px;
	float:right;
	

}

#home_flash{
	width:1000px;
	height:400px;
	z-index:900;
	position:absolute;
}

#about_flash{
	width:1000px;
	height:260px;
	z-index:900;
	position:absolute;
}

#about_top{
	height:160px;
	width:926px;
	float:left;
}

#clear{
	height:10px;
	clear:both;
	width:100%;

}

#about_bottom{
	height:300px;
	width:926px;
	float:left;

}

#about_bottom_left{
	width:554px;
	height:257px;
	float:left;


}
#about_bottom_right{
	width:372px;
	height:257px;
	float:right;

}

#services_top{
	width:926px;
	height:146px;
	float:left;
}

#services_mid_left{
	width:404px;
	height:740px;
	float:left;
}

#services_mid_right{
	width:402px;
	height:740px;
	float:right;
}

#services_bottom{
	width:926px;
	height:250px;
	float:none;
}
#contact_left{
	width:629px;
	height:434px;
	float:left;
}
#contact_right{
	width:296px;
	height:402px;
	float:right;
	background:url(images/contact-form.jpg);
}
#contact_top1{
	width:491px;
	height:167px;
	float:left;
	background:url(images/contact-careers.jpg);
	
}
#contact_top2{
	width:138px;
	height:180px;
	float:right;
	background:url(images/contact-cord.jpg);
	
}
#contact_bottom{
	width:491px;
	height:267px;
	float:left;
	background:url(images/contact-info.jpg);
}

#contactfix{
	margin-left:33px;
}

#bodyspan{
	width:100%;
	height:470px;
	background:url(images/bg_bodyspan.png);
	background-repeat:repeat-x;
}

#services_bodyspan{
	width:100%;
	height:1000px;
	background:url(images/bg_bodyspan.png);
	background-repeat:repeat-x;
}

#services_bodyspan2{
	width:100%;
	height:650px;
	background:url(images/bg_bodyspan.png);
	background-repeat:repeat-x;
}

#footerspan{
	width:100%;
	height:175px;
	background:url(images/bg_footer.png);
	background-repeat:repeat-x;
}

#footer_content{
	height:100%;
	width:926px;
	margin:auto;
}

#footer_left{
	width:416px;
	height:141px;
	float:left;
	margin-top:22px;
	background:url(images/footer-left.jpg);

}

#footer_right{
	width:489px;
	height:141px;
	float:right;
	margin-top:22px;
	background:url(images/footer-right.jpg);
}

#footer_text{
	width:250px;
	height:100px;
	float:left;
	margin-top:40px;
	margin-left:17px;
}

#atomic_footer_image{
	width:135px;
	height:30px;
	float:left;
	margin-top:107px;
	text-align:right;
}

#atomic_footer{
	width:80px;
	height:30px;
	float:right;
	margin-top:107px;
	text-align:right;
}
/*---------FOOTER STYLES------------*/
.link1 a {
color:#fff71c;
font-size: 12px;
text-decoration: none;
}
.link1 a:visited {
color:#fff71c;
font-size: 12px;
text-decoration: none;
}
.link1 a:hover {
color:#fff71c;
font-size: 12px;
text-decoration: underline;
}

/*---------END OF INDEX LAYOUT------------*/