* {
	margin: 0;
	padding: 0;
}

body {
	color: #1f1f1f;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Verdana, Arial, sans-serif;
	font-size: 11px;
}

span {
	display: none;
}

h1 {
	margin-bottom: 20px;
	font: 18px Georgia;
}
h2 {
	font: 20px Georgia;
	text-transform: uppercase;
}
.top_bar {
	background: #4478b8;
	display: block;
	height: 5px;
	width: 100%;
}

.container {
	width: 960px;
	margin: 0 auto;
}

.header {
	display: block;
	width: 930px;
	margin: 30px 15px 0 15px;
}
.header .title {
	float: left;
	background: url("../images/title.png") bottom left no-repeat;
	display: block;
	width: 166px;
	height: 45px;
}
.header .navigation {
	float: right;
}
.header .navigation a {
	text-decoration: none;
	color: #a5a5a5;
}
.header .navigation a.active, .content a.active {
	color: #4478b8;
	font-weight: bold;
}
.header .navigation a:hover {
	color: #000000;
}
.header .navigation a.selected {
	color: #353535;
	font-weight: bold;
}
.header .navigation div {
	width: 145px;
	float: left;
}
.header .navigation .menu ul, .header .navigation .submenu ul {
	list-style-type: none;
	font-size: 12px;
}
.header .navigation ul li {
	margin: 3px 0;
}

.bar {
	width: 100%;
	height: 1px;
	background: #AFAFAF;
	display: block;
	margin-bottom: 5px;
}

.content {
	margin-top: 30px;
	width: 100%;
	min-height: 400px;
}
#no-left {
	margin-left: 0;
}
#no-right {
	margin-right: 0;
}
.content .col-3 {
	width: 960px;
	margin: 0 15px;
}
.content .col-2 {
	width: 610px;
	float: left;
	margin: 0 15px;
}
.content .col-1 {
	width: 290px;
	float: left;
	margin: 0 15px;
}
.content a {
	text-decoration: none;
	color: #4478b8;
	font-weight: normal;
}
.content p {
	line-height: 20px;
	margin: 10px 0;
}
.content ul {
	list-style-type: square;
	list-style-position: inside;
	color: #3f3f3f;
}
.content li {
	margin: 5px 0;
}

.content ul.latestreports {
	list-style-type: none;
}
.content .latestreports .icon {
	float: left;
}
.content .latestreports .description {
	float: left;
	margin-left: 10px;
}

p.home-description, p.services, p.news {
	margin-bottom: 25px;
	text-align: justify;
}

p.news a {
	font-weight: normal;
}

.footer {
	width: 930px;
	margin: 30px 15px 0 15px;
}
.footer .left {
	margin: 5px 0;
	float: left;
	width: 50%;
	text-align: left;
}
.footer .right {
	margin: 5px 0;
	float: right;
	width: 50%;
	text-align: right;
}

.team a {
	font-weight: normal;
}
.team img {
	float: left;
	margin: 5px 15px 0 0;
}
.team .desc {
	float: left;
	margin-bottom: 20px;
}

span.date {
	display: block;
	color: #555555;
}

.news a {
	font-weight: bold;
	color: #000000;
}
.news a:hover {
	color: #4478b8;
}

.content h1 a {
	color: #000000;
}
.desc b {
	font-weight: normal;
	font-size: 12px;
}

