@import url('colors.css');

#nav_primary div ul li {
    text-transform: none;
}

.col_1 h1,.col_1 h2,.col_1 h3,.col_1 h4,.col_1 h5,.col_1 h6,
.col_2 h1,.col_2 h2,.col_2 h3,.col_2 h4,.col_2 h5,.col_2 h6,
.col_3 h1,.col_3 h2,.col_3 h3,.col_3 h4,.col_3 h5,.col_3 h6,
.client_content h1,.client_content h2,.client_content h3,.client_content h4,.client_content h5 {
	text-transform:none;
}

.col_3 ul li a{
	text-transform:none;
}

#nav_secondary ul li{
	text-transform:none;
}

body {
	font-family:Arial Narrow, Arial, Verdana, Trebuchet MS;
}

/*vertically centering the logo*/
#logo img {
	padding-top:25px;
}

#footer {
    font-weight: bold;
}