body {
    font-family: 'Arimo', sans-serif;
    margin: 0;
}

#container {
    font-weight: normal;
    line-height: 1.3;
}
#container p {
    text-align: left;
    width: 85%;
}
#logo {
    width: 217px;
    display: block;
    position: relative;
    margin: 14px 0 0 12px;
    //background-image: url(../images/logo_paladin.png);
}
img {
    width: 200px;
}
#splash {
    background-image: url(../images/banner.png);
    height: 12px;
    width: 97%;
    position: absolute;
    margin: 5px 0 0 15px;
    -webkit-box-shadow: 4px 6px 5px -4px rgba(153,153,153,0.72);
    -moz-box-shadow: 4px 6px 5px -4px rgba(153,153,153,0.72);
    box-shadow: 4px 6px 5px -4px rgba(153,153,153,0.72);
    opacity: 0.25;
}
#links_container {
	clear: both;
	position: relative;
	top: 255px;
	padding-left: 165px;
	height: 200px;
}
#content_container {
	position: relative;
	top: 25px;
    left: 8%;
    width: 92%;
}
#content {
	position: relative;
    left: 0;
}
#services {
	float: left;
	width: 300px;
}
#links {
	float: left;
	width: 300px;
}
h4 {
	font-size: 16px;
	font-weight: bold;
}
#svg-container {
    width: auto;
}
#svg-block {
    float: left;
    width: 250px;
}
footer {
	display: block;
    //background-color: #999999;
    margin-bottom: 0;
    //height: 100%;
    width: 100%;
    bottom: 0;
}
#footer-container {
    background-color: #999999;
    width: 100%;
    bottom: 0;
    margin-bottom: 0;
}
footer li {
    color: #ffffff;
    font-size: 0.85em;
    padding: 15px 0;
    list-style: none;
}
