﻿@import url(layout.css);
body {
	color: black;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #DEDADA;
	

}

h4{
	color: #006600;
	font-size: 18px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	}
	
.h4sub{
	color: #000000;
	}	

	
strong.client_heading{
	color: #003300;
	font-size: 16px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}	
	
#container {
	background-color: #FFFFFF;
	width: 1020px;
	margin: 0 auto;
	border-top: 0;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #ffffff;
}

#masthead {
	text-align: right;
	background-color: #000000;
	width: 1020px;
	height: 200px;
}

#navigation {
	background-color: #000000;
	overflow: hidden;
	margin-bottom:6px;
	}
	
#content {
	margin: 12px 12px 12px 14px;
}


	
#footer {
	width: 1020px;
	text-align: center;
	background-color: #006600;
	padding-top: 5px;
	padding-bottom: 5px;

}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 6px 12px 6px 12px;
	border: 1px solid #FFFFFF;
}
#navigation a:hover {
	color: #FFFFFF;
	text-decoration: none;
	border: 1px solid #006600;
	background-color: #009900;
	}


/* list styles */	
.acoustic_clients {
	list-style-type: none;
	line-height: 20px;
	font-size: 14px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

.noise_clients {
	list-style-type: none;
	line-height: 20px;
	font-size: 14px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

#turnkey {
	list-style-type: bullet;
	line-height: 24px;
	font-size: 14px;
}


	
	
	
/* Styles for Footer */
#footer p {
	font-size: 13px;
	line-height: 24px;
	color: #FFFFFF;
	margin: 1px;
	padding: 1px;
}

.pipe {
color:#009900;
}

#footer a {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer a:hover {
	color: #FFFF00;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}