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

.container {
	width:1024px;
	margin:20px auto 20px auto;
	border:#cc66cc solid 1px;
	padding:10px;
}

.logo {
	width:220px;
	clear:both;
	float:left;
	margin-bottom:40px;
}

.title {
	width:487px;
	height:67px;
	float:right;
}

.subtitle {
	width:351px;
	height:27px;
	float:right;
	margin:14px 0 14px 0;
}

.main-navigation {
	float:left;
	height:23px;
	width:780px;
	margin-left:20px;
	}
	
.main-navigation li {
	float:left;
	padding-right:8px;	
	display: inline;
	list-style: none;	
}

.main-navigation img {
	opacity:0.7;
	filter:alpha(opacity=70);	
}

.main-navigation img:hover {
	opacity:1;
	filter:alpha(opacity=100);		
}

.content {
	margin:14px 10px 20px 20px;
	float:left;
	width:770px;
}

.image-title {
	margin:10px 0 10px 0;
}

.footer {
	clear:both;
}

.footer li {
	float:left;
}

.copyright {
	float:right;
	padding-right:10px;
}

.share {
	margin-top:20px;	
}

#index h3 {
	padding-bottom:7px;
}
#about .container {
	background:url(../images/about-background.gif) top right no-repeat;
	height:780px;
}

#about .content {
	margin:14px 10px 20px 20px;
	float:left;
	width:580px;	
}

#news .container {
	background:url(../images/news-background.jpg) right no-repeat;
}

#news .content {
	margin:14px 10px 20px 20px;
	float:left;
	width:560px;	
}

.meet-text {
	width:140px; 
	float:left;
	margin-right:6px;
}

#projects .container {
	background:url(../images/projects-and-services-bg.gif) right top no-repeat;
}

#projects .content {
	width:550px;
	float:left;
	margin:14px 10px 20px 20px;	
}

#projects p {
	margin-bottom:6px;
}

#contact .container {
	background:url(../images/contact-bg.gif) right top no-repeat;
	height:640px;
}

#contact .content {
	width:570px;
	float:left;
	margin:14px 10px 20px 20px;	
}

#contact form li {  
	list-style: none; 
	margin-left:0px;
	padding-bottom:5px;
}  

#contact form ol {
	padding-left: 0pt;
	padding-top: 0pt;
}

#contact label {    
	float: left;    
	width: 140px;
}

#contact form {
	margin-top:10px;
}

.browser-icon {
	padding:0 20px 10px 0;
}
	
