@charset "UTF-8";
/* CSS Document */

body {
	margin: 20px;
	background-color: #f8f9f9;
	color: #666;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
h1 {
	font-size: 20px;
	font-weight: normal;
	margin: 0 0 20px 0;
}
h2 {
	color: #444;
	font-size: 16px;
	font-weight: normal;
	margin: 0 0 20px 0;
}
p {
	margin: 0 0 10px 0;
}

dl {
	margin: 10px 0;
	padding: 0;
}
dt {
	font-size: 14px;
	margin: 10px 0;
}
dd {
	margin: 10px 0;
}

table {
	border-collapse: collapse;
}
th, td {
	color: #666;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	padding: 2px 8px;
	vertical-align: top;
}

a {
	color: #0f75bc;
	font-family: Helvetica, Arial, sans-serif;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

img {
	border-width: 0;
}


#page {
	position: relative;
	margin: 0 auto;
	width: 800px;
}

/* HEADER */
#header {
	height: 132px;
}
#header h1 {
	height: 100px;
	margin: 0;
}
#header h1 a {
	background: #f8f9f9 url(/images/header_logo.gif) 0 bottom no-repeat;
	display: block;
	height: 100px;
	overflow: hidden;
	text-indent: -9999px;
	width: 253px;
}

/* MENU */
#header ul.menu {
	height: 30px;
	list-style-type: none;
	margin: 0 0 2px 0;
	padding: 0;
	width: 800px;
}
.menu li {
	border: 2px solid #fff;
	border-width: 0 2px 0 0;
	float: left;
	height: 30px;
	margin: 0;
	padding: 0;
	position: relative;
	width: 90px;
}
.menu li a {
	background-position: 0 0;
	background-repeat: no-repeat;
	display: block;
	height: 30px;
	overflow: hidden;
	text-indent: -9999px;
	width: 90px;
}
.menu a:hover,
.home .menu .home a,
.about .menu .about a,
.services .menu .services a,
.clients .menu .clients a,
.blog .menu .blog a,
.contact .menu .contact a {
	background-position: 0 -30px;
}
.menu .home a {
	background-image: url(/images/menu_home.gif);
}
.menu .about a {
	background-image: url(/images/menu_about.gif);
}
.menu .services a {
	background-image: url(/images/menu_services.gif);
}
.menu .clients a {
	background-image: url(/images/menu_clients.gif);
}
.menu .blog a {
	background-image: url(/images/menu_blog.gif);
}
.menu .contact a {
	background-image: url(/images/menu_contact.gif);
}
.home.blog home a {
	background-position: 0 0;
}


/* BANNER */
#flash {
	background: #999 url(/images/panel_home.gif) 0 0 no-repeat;
	height: 250px;
	margin: 0;
}


/* CONTENT */
#content {
	background-color:#d7d7d7;
	margin: 0;
	padding: 0 0 30px 0;
	width: 800px;
}
.col {
	float: left;
}
.col.left {
	width: 500px;
}
.col.right {
	width: 300px;
}
.col h2 {
	background-color: #666;
	background-position: 0 -60px;
	background-repeat: no-repeat;
	border: 2px solid #fff;
	border-width: 2px 0;
	color: #fff;
	font-size: 12px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	padding: 0 10px;
	text-indent: -9999px;
	text-transform: lowercase;
}
.col h3,
.col p,
.col dl {
	margin: 0 20px 10px 30px;
}
.col h3 {
	margin-top: 20px;
}
.col dl p {
	margin: 0 20px 10px 20px;
}
.col strong {
	font-size: 14px;
}
.col ul {
	list-style-type: none;
	margin: 0 30px;
	padding: 0;
}
.home .left h2 {
	background-image: url(/images/menu_home.gif);
}
.home .right h2 {
	background-image: url(/images/menu_blog.gif);
}
.home .left img {
	float: left;
	margin: 0 16px 8px 0;
}
.home .left strong {
	color: #0f75bc;
}
.home .right li {
	line-height: normal;
	margin: 0 0 10px 0;
}
.home .right li strong {
	font-size: 13px;
}
.about .left h2 {
	background-image: url(/images/menu_about.gif);
}
.about .right h2 {
	background-image: url(/images/menu_more.gif);
}
.people .left h2 {
	background-image: url(/images/menu_about.gif);
	background-position: 0 -90px;
}
.partnerships .left h2 {
	background-image: url(/images/menu_about.gif);
	background-position: 0 -120px;
}
.partnerships .col dt {
	float: left;
	font-size: 12px;
	font-weight: bold;
	margin: 2px 0;
	width: 150px;
}
.partnerships .col dd {
	float: left;
	margin: 2px 0;
	width: 250px;
}
.services .left h2 {
	background-image: url(/images/menu_services.gif);
}
.services .right h2 {
	background-image: url(/images/menu_blank.gif);
	background-image: none;
}
.clients .left h2 {
	background-image: url(/images/menu_clients.gif);
}
.clients .right h2 {
	background-image: url(/images/menu_blank.gif);
	background-image: none;
}
.clients .left li {
	margin: 8px 0;
}
.contact .left h2 {
	background-image: url(/images/menu_contact.gif);
}
.contact .right h2 {
	background-image: url(/images/menu_blank.gif);
	background-image: none;
}


/* FOOTER */
#footer {
	background-color: #666;
	height: 23px;
	margin-top: 2px 0 0 0;
}
#footer_sub {
	height: 23px;
	margin: 0;
	padding: 0;
	width: 800px;
}
	
#footer_sub li {
	float: left;
	height: 23px;
	margin: 0px;
	padding: 0px;
	position: relative;
	list-style-type: none;
	}
	
#footer_sub .address {
	margin: 0 0;
	padding: 0 0;
	width: 500px;
	}
	
#footer_sub .address p {
	margin: 3px 10px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	}
	
#footer_sub .address a {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	}
	
#footer_sub .address a:hover {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: underline;
	}
	
#footer_sub .copyright {
	margin: 0;
	padding: 0;
	background-color: #f8f9f9;
	width: 300px;
	}
	
#footer_sub .copyright p {
	margin: 3px 10px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 9px;
	color: #0f75bc;
	text-align: right;
	}
	
.clear {
	clear: both;
}


/* ABOUT */
.about .right li {
	height: 24px;
	margin: 25px 0;
	padding: 0;
}
.about .right a {
	background-position: 0 0;
	background-repeat: no-repeat;
	display: block;
	height: 24px;
	width: 223px;
	text-indent: -9999px;
	overflow: hidden;
}
.about .right a:hover {
	background-position: 0 -24px;
}
.about .right .about a {
	background-image: url(/images/about_about_btn.gif);
}
.about .right .people a {
	background-image: url(/images/about_people_btn.gif);
}
.about .right .partners a {
	background-image: url(/images/about_partners_btn.gif);
}


/* SERVICES */


/* PEOPLE */
.collapse a {
	text-decoration: none;
}
.collapse a img {
	margin-left: 8px;
}
.collapse dd img {
	border: 1px solid #666;
	float: left;
	margin: 0 12px 6px 0;
}
.collapse dd p {
	margin: 0 0 10px 0;
}
ul.social {
	clear: left;
	float: left;
	height: 24px;
	margin: 10px;
	padding: 0;
	text-align: center;
	width: 125px;
}
.social li {
	float: left;
	height: 24px;
	margin: 0 8px;
	padding: 0;
	display: inline;
	width: 24px;
}
.social a {
	background-color: transparent;
	background-position: 0 0;
	background-repeat: no-repeat;
	display: block;
	height: 24px;
	overflow: hidden;
	text-indent: -9999px;
	width: 24px;
}
.social a:hover {
	background-position: 0 -24px;
}
.social .linkedin a {
	background-image: url(/images/linkedin.png);
}
.social .facebook a {
	background-image: url(/images/facebook.png);
}
.social .twitter a {
	background-image: url(/images/twitter.png);
}


/* CLIENTS */


/* CONTACT */

#section_sub .section_contact {
	background-image: url(../images/section_contact.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 505px;
	}
	
#map_position {
	padding-left: 30px;
	}
	
#map_position p {
	margin-top: 20px;
	}
	
#left_panel_contact {
	width: 750px;
	float: left;
}

#left_panel_contact img {
	padding-left: 30px;
}

#left_panel_contact p {
	padding-left: 30px;
	padding-right: 30px;
}

#left_panel_contact a {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #0f75bc;
	text-decoration: none;
}

#left_panel_contact a:hover {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #0f75bc;
	text-decoration: underline;
}

#left_panel_contact .first_p {
	margin-top: -120px;
	padding-left: 220px;
	padding-right: 30px;
}


/* PARTNERSHIP */


