* {
	padding: 0px;
	margin: 0px;
	font-family: verdana;
	font-weight: 100; 
	color: #382d24;
/*	outline: 1px solid #606060; */
}

/* General webpage structure */
body {
	background-color: #ffffff;
	text-align: left;
	margin: 0px auto;
}

#container {
	width: 902px;
	height: 681px; 
	margin: 0px auto;
}

/* Splash page */
#splash {
	margin-top: 343px;
}

/* Header */
#go {
	display: block;
	background: url('images/go_0.png');
	width: 60px;
	height: 69px;
	margin-top: 65px;
	margin-left: auto;
	margin-right: auto;
}

#go:hover {
	background: url('images/go_1.png');
	width: 60px;
	height: 69px;
	margin-top: 65px;
}

#header {
}

#logo {
	width: 279px;
	height: 66px;
	text-align: right;
	margin-left: 623px;
	vertical-align: top;
	display: block;
}

/* Navigation bar */
#navbar {
	height: 19px;
	background-color: #382d24;
}

.menuitem  {
	float: left;
	height: 19px;
	margin-left: 18px;
	margin-right: 18px;
}

#whatwedo {
	background: url('images/whatwedo_0.png');
	width: 77px;
	margin-left: 142px;
}

#whatwedo:hover {
	background: url('images/whatwedo_1.png');
}

#whatwedo.selected {
	background: url('images/whatwedo_1.png');
}

#whatwedo.highlighted {
	background: url('images/whatwedo_1.png');
}

#aboutus {
	background: url('images/aboutus_0.png');
	width: 58px;
}

#aboutus:hover {
	background: url('images/aboutus_1.png');
}

#aboutus.selected {
	background: url('images/aboutus_1.png');
}

#aboutus.highlighted {
	background: url('images/aboutus_1.png');
}

#clients {
	background: url('images/clients_0.png');
	width: 44px;
}

#clients:hover {
	background: url('images/clients_1.png');
}

#clients.selected {
	background: url('images/clients_1.png');
}

#resources {
	background: url('images/resources_0.png');
	width: 66px;
}

#resources:hover {
	background: url('images/resources_1.png');
}

#resources.selected {
	background: url('images/resources_1.png');
}

#contact {
	background: url('images/contact_0.png');
	width: 50px;
}

#contact:hover {
	background: url('images/contact_1.png');
}

#contact.selected {
	background: url('images/contact_1.png');
}

#logo-bottom  {
	float: left;
	width: 279px;
	height: 19px;
	background: url('images/logo-bottom.png');
	margin-left: 23px;
}

/* Dropdown Menu */
#navmenu{
	position: relative;
	width: 902px;
	height: 73px;
}

#whatwedo_menu {
	width: 113px;
	height: 64px;
	position: absolute;
	left: 142px;
	top: 0px;
}

.whatwedo_item {
	display: block;
	float: left;
	width: 113px;
	height: 16px;
}

#menu_consult {
	background: url('images/menu_wwd_0_0.png');
}

#menu_consult:hover {
	background: url('images/menu_wwd_0_1.png');
}

#menu_write {
	background: url('images/menu_wwd_1_0.png');
}

#menu_write:hover {
	background: url('images/menu_wwd_1_1.png');
}

#menu_manage {
	background: url('images/menu_wwd_2_0.png');
}

#menu_manage:hover {
	background: url('images/menu_wwd_2_1.png');
}

#menu_overview {
	background: url('images/menu_wwd_3_0.png');
}

#menu_overview:hover {
	background: url('images/menu_wwd_3_1.png');
}

#aboutus_menu {
	width: 97px;
	height: 48px;
	position: absolute;
	left: 255px;
	top: 0px;
}

.aboutus_item {
	display: block;
	float: left;
	width: 97px;
	height: 16px;
/*	margin: 1px; */
}

#menu_business {
	background: url('images/menu_abt_0_0.png');
}

#menu_business:hover {
	background: url('images/menu_abt_0_1.png');
}

#menu_natasha {
	background: url('images/menu_abt_1_0.png');
}

#menu_natasha:hover {
	background: url('images/menu_abt_1_1.png');
}

#menu_community {
	background: url('images/menu_abt_2_0.png');
}

#menu_community:hover {
	background: url('images/menu_abt_2_1.png');
}

#slogan {
	margin-left: 11px;
	margin-right: 11px;
}

#content {
	width: 902px;
	height: 458px; 
}

#footer {
	background: url('images/line.png') no-repeat;
	width: 902px;
	text-align: center;
	font-size: 77%;
	color: #606060;
	padding-top: 24px;
	padding-bottom: 24px;
}

/* Website Content Markup */
.inner {
	width: 618px;
	height: 458px;
	margin-left: 142px;
	margin-right: 142px;
	display: block;
	position: absolute;
}

.left {
	width: 142px;
	height: 458px;
	float: left;
}

.right {
	width: 142px;
	height: 458px;
	float: left;
}

.prev {
	margin-top: 133px;
	float: left;
}

.next {
	margin-top: 133px;
	float: left;
}

.center {
	width: 618px;
	height: 458px;
	float: left;
}

.slides {
	overflow: hidden; 
	position: relative;
}

.show_slides {
	position: relative;
}

.slider {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 3150px;
	height: 458px;
}

.button_slider {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 568px;
	height: 228px;
}

.nav {
	position: absolute; 
	bottom: 24px;
	right: 0px;
}

.nav2 {
	position: absolute; 
	bottom: 40px;
	right: 0px;
}

.page {
	position: relative;
	margin-right: 12px;
}

.blue {
	color: #00a0df;
}

.blue2 {
	color: #00a0df;
	font-style: italic;
}

.text {
	font-size: 123.1%;
}

.article {
	font-size: 93%;
}

.smalltext {
	font-size: 77%;
}

.bold {
	font-weight: bold;
}

.em {
	font-style: italic;
}

.rhs {
	text-align: right;
}

p {
	white-space: normal;
}

b  {
	font-weight: bold;
}

blockquote {
	border-left: 5px solid black;
	margin-left: 3em;
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	font-size: 123.1%;
	color: #00a0df;
	font-weight: bold;
}

a {
	text-decoration: none;
	cursor: pointer;
}

