body {
	background-color: #fff;
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin: 0;
	padding: 20px;
	text-align: center;
}

h1, h2, h3, h4, p, a, ul, ol, li { margin: 0; padding: 0; }

div#main {
	font-size: 80%;
	margin: 0 auto;
	position: relative;
	text-align: right;
	width: 730px;
}

div#main h1#logo {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

div#main h1#logo img {
	display: none;
}

div#main h1#logo a {
	background: url(../images/logo_see2.png) no-repeat 0 0;
	display: block;
	height: 0 !important;
	height /**/: 113px;
	left: 0;
	overflow: hidden;
	padding-top: 113px;
	position: absolute;
	top: 40px;
	width: 203px;
}

/*//////    NAV    //////*/

div#nav {
	position: absolute;
	right: 0;
	top: 60px;
	width: 540px;
}

div#nav li {
	float: left;
	list-style-type: none;
}

div#nav li a {
	display: block;
	height: 0px !important;
	height /**/: 53px;
	margin-right: 20px;
	overflow: hidden;
	padding-top: 53px;
}

div#nav li a#navHome { background: url(../images/nav_home.png) no-repeat 0 0; width: 42px; }
div#nav li a#navVision { background: url(../images/nav_vision.png) no-repeat 0 0; width: 43px; }
div#nav li a#navPeople { background: url(../images/nav_people.png) no-repeat 0 0; width: 51px; }
div#nav li a#navServices { background: url(../images/nav_services.png) no-repeat 0 0; width: 59px; }
div#nav li a#navProjects { background: url(../images/nav_projects.png) no-repeat 0 0; width: 58px; }
div#nav li a#navClients { background: url(../images/nav_clients.png) no-repeat 0 0; width: 48px; }
div#nav li a#navLinks { background: url(../images/nav_links.png) no-repeat 0 0;  width: 33px; }
div#nav li a#navCSR { background: url(../images/nav_csr.png) no-repeat 0 0; margin-right: 0; width: 37px; }
div#nav li a:hover { border-bottom: 5px solid #bababa; }
div#nav li.current a { border-bottom: 5px solid #221a6f; }
div#nav li.current a:hover { border-bottom: 5px solid #221a6f; }

p#contact {
	position: absolute;
	right: 0;
	text-align: left;
	top: 0;
}

/*//////    CONTENT    //////*/

div#content {
	border-top: 1px solid #bababa;
	left: 0;
	line-height: 18px;
	margin-left: 64px;
	padding: 90px 0 0 40px;
	position: absolute;
	text-align: left;
	top: 112px;
	width: 626px;
}

h1 {
	border-bottom: 1px solid #bababa;
	font-size: 180%;
	font-weight: normal;
	line-height: 27px;
	margin-bottom: .8em;
	padding-bottom: .2em;
}

h2 {
	font-size: 140%;
	font-weight: normal;
	margin-bottom: .8em;
}

h3 {
	font-size: 120%;
	margin-bottom: .8em;
}

p {
	margin-bottom: 1.5em;
}

a {
	color: #221a6f;
}

a:hover {
	color: #999;
}

div#content ul {
	list-style-type: none;
	margin: 1.3em 0 2.5em 2em;
}

div#content li {
	background: url(../images/bullet.png) no-repeat 0 .4em;
	margin-bottom: 1em;
	padding-left: 17px;
}

dl { margin-bottom: 2em; }
dt { font-style: italic; font-weight: bold; }
dd { margin-bottom: 1.8em; }

blockquote {
	background-color: #f0f1f4;
	border: 1px solid #bababa;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.5em;
	margin: 0 0 2em 0;
	padding: 1.5em;
}

blockquote p {
	margin: 0;
	padding: 0;
}

blockquote p strong {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 2em;
}

div#footer {
	font-size: 87%;
	margin-bottom: 1.8em;
}

div#footer p strong {
	background: #221a6f url(../images/footer.png) no-repeat center top;
	display: block;
	height: 0px !important;
	height /**/: 20px;
	overflow: hidden;
	padding-top: 20px;
}

acronym {
	cursor: help;
}

.displayNone {
	display: none;
}

.alignRight {
	display: block;
	float: right;
	margin: 0 0 20px 20px;
}
