@charset "UTF-8";
/* CSS Document */

body {
	background-color: #f1f1f1;
}
.background {
	width: 1105px;
	background-image: url(../images/background2.png);
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
}
.container {
	width: 996px;
	background-color: #ffffff;
	margin-top: -10px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666666;
}
.header a img {
	float: left;
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
	border: none;
}
.nav {
	background-image: url(../images/navbackground.png);
	background-repeat: repeat-x;
	position: relative;
	float: left;
	width: 996px;
	height: 25px;
	padding-bottom: 30px;
}
.nav ul {
	list-style-type: none;
	margin-left: -35px;
	margin-top: 3px;
}
.nav ul li {
	display: inline;
	padding-left: 4px;
}
#main {
	float: left;
	position: relative;
	width: 680px;
}
#main a {
	color: #00bce4;
	font-weight: bold;
	text-decoration: none;
}
#main ul {
	list-style-type: none;
	font-weight: bold;
}
#main ul li {
	font-style: italic;
	padding-bottom: 5px;
	font-size: 14px;
	font-weight: normal;
}
#main_services {
	float: left;
	position: relative;
	width: 580px;
}
#main_services a {
	color: #00bce4;
	font-weight: bold;
	text-decoration: none;
}
#main_services ul {
	list-style-type: none;
	font-weight: bold;
}
#main_services ul li {
	font-style: italic;
	padding-bottom: 5px;
	font-size: 14px;
	font-weight: normal;
}
#main_contact {
	float: left;
	position: relative;
	width: 500px;
}
#main_contact a {
	color: #00bce4;
	font-weight: bold;
	text-decoration: none;
}
#main_contact ul {
	list-style-type: none;
	font-weight: bold;
}
#main_conact ul li {
	font-style: italic;
	padding-bottom: 5px;
	font-size: 14px;
	font-weight: normal;
}
.clients {}
.publication {
	width: 332px;
	float: left;
	position: relative;
	padding-bottom: 40px;
}
.pub_text {
	width: 190px;
	float: left;
	position: relative;
	font-size: 12px;
}
.pub_text h4 {
	margin: 0px;
	font-weight: bold;
	font-style: italic;
	color: #00bce4;
}
.pub_cover img {
	float: left;
}
.pub_links {
	font-size: 10px;
	color: #00bce4;
	font-weight: bold;
	font-style: italic;
	padding-top: 5px;
}
.pub_links a {
    color: #00bce4;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
}
.sidebar {
	float: right;
	position: relative;
	width: 315px;
	text-align: right;
}
.sidebar_services {
	float: right;
	position: relative;
	width: 416px;
	padding-top: 30px;
	text-align: right;
}
.sidebar_contact {
	float: right;
	position: relative;
	width: 456px;
	padding-right: 40px;
	padding-top: 30px;
	text-align: right;
}
.sidebar_text {
	color: #FFFFFF;
	background-color: #bababa;
	width: 298px;
	margin-left: 17px;
	margin-top: -16px;
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
}
.sidebar_text ul {
	list-style-type: none;
	text-align: left;
	padding-top: 20px;
	padding-bottom: 10px;
}
.sidebar_text ul li {
	margin-left: -30px;
	padding-bottom: 5px;
}
.staffbox {
	color: #FFFFFF;
	background-color: #bababa;
	width: 298px;
	margin-left: 17px;
	margin-top: -16px;
	font-size: 11px;
}
.staffbox ul {
	list-style-type: none;
	text-align: left;
	padding-top: 20px;
	padding-bottom: 10px;
}
.staffbox ul li {
	margin-left: -30px;
	padding-bottom: 7px;
}
.staff_header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
}
.staff_name {
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
}
.staff_title {
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
}
.contact_name {
	color: #000000;
	font-weight: bold;
}
.footer {
	background-image: url(../images/footerbackground.png);
	background-repeat: repeat-x;
	width: 996px;
	height: 25px;
	text-align: center;
	color: #FFFFFF;
}
.footer a {
	font-size: 10px;
	padding-top: 5px;
	color: #FFFFFF;
	text-decoration: none;

}
.copyrights {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-top: 5px;
	padding-bottom: 20px;
}
.clear {
	clear: both;
}

