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

body { 
margin: 0; 
padding: 0;
font-family: Arial;
font-size: 14px;
background: url(images/web-bg.jpg) no-repeat top center #c7c7c7;
}
input {
	border: 1px solid #666;
}
img {
	border:none;
}
#wrapper { 
margin: auto; 
width: 1002px;
text-align:left;
}
#header { 
	width: 432px;
	padding: 35px 0 0 590px;
	height:118px;
	background:url(images/cad-services.gif);
}
#navi { 
height: 50px;
width: 1002px;
}
#navi .val{
	float:left;
	padding:0;
	margin:0;
	list-style-type:none;
	}
#navi .val li{
	float:left;
	text-indent:-9999px;
	}
#navi .val li.home{
	background-image:url(images/home-button.gif);
	width:152px;
	height:50px;
	}
#navi .val li.about{
	background-image:url(images/about-button.gif);
	width:214px;
	height:50px;
	}
#navi .val li.services{
	background-image:url(images/services-button.gif);
	width:213px;
	height:50px;
	}
#navi .val li.projects{
	background-image:url(images/projects-button.gif);
	width:217px;
	height:50px;
	}
#navi .val li.careers{
	background-image:url(images/careers-button.gif);
	width:205px;
	height:50px;
	}
#navi .val li:hover {
	background-position:0 100%;
	}
#navi .val li a {
	height:39px;
	display:block;
}
#content { 
margin-top:20px;
clear:both;
overflow:hidden;
}
#content_body { 
padding: 20px 35px 30px 35px;
background:#FFF;
margin: auto;
overflow:hidden;
}
h1 {
	height:57px;
	width:957;
	padding:40px 0 0 35px;
	font-size:36px;
	font-weight:normal;
	margin:0;
	color:#FFF;
	letter-spacing:2px;
	background:url(images/architecture.jpg);
}
#footer {
	height: 60px;
	font-size:11px;
	background: #e0e0e0;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 1px solid #CCC;
}
#footer a {
	text-decoration: none;
	color:#000;
}
#footer a:hover{
	color:#C00;
}
#foot-text {
	margin-top: 20px;
	margin-left:35px;
	float:left;
}
#share {
	float:right;
	margin:15px;
}
#flash {
	background: #000;
	height: 370px;
	border: 10px solid #CCC;
}
#home_boxes {
	padding-top:30px;
	height: 168px;
}
#home_boxes1 {
	background: url(images/about-hbox.gif);
	border:2px solid #CCC;
	width:260px;
	height:239px;
	padding:50px 20px 20px 25px;
	float:left;
	margin-bottom:10px;
}
#home_boxes2 {
	background: url(images/services-hbox.gif);
	border:2px solid #CCC;
	width:260px;
	height:234px;
	margin-left:42px;
	font-size:20px;
	padding:55px 10px 20px 25px;
	float:left;
}
#home_boxes2 ul {
	list-style:none;
	padding:0;
	margin:0;
}
#home_boxes2 ul li {
   background:url(images/arrow.png) left top no-repeat;
   padding: 2px 5px 10px 35px;
}
#home_boxes3 {
	background: url(images/contact-hbox.gif);
	border:2px solid #CCC;
	width:260px;
	height:234px;
	padding:55px 20px 20px 25px;
	margin-left:42px;
	float:left;
}
#content_box {
	width: 620px;
	float:left;
}
#content_box ul {
	list-style:none;
	padding:0;
	margin:0;
}
#content_box ul li {
   background:url(images/arrow.png) left top no-repeat;
   padding: 2px 5px 10px 35px;
}
#content_box2 {
	width: 280px;
	float:right;
	margin-left: 20px;
}
#contact_side {
	width: 259px;
	padding:10px;
	float:right;
	border:2px solid #CCC;
}
.menu_txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #000;
	text-decoration: none;
}
#bottom {
width: 100%;
position: fixed;
font-size: 16px;
font-weight: bold;
bottom: 0px;
background: #5b1d75;
text-align: center;
border: 1px solid #FFF;
padding: 2px;
}
#bottom a {
color: #FFF;
text-decoration: none;
}
#bottom a:hover {
color: #F90;
text-decoration: none;
}
.red {
	font-size:18px;
	color:#C00;
	font-weight:bold;
}
.red2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #C00;
}
