html{
	padding:0;
	height: 100%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1px;
	margin-left: 0;
	overflow-y : scroll;
}
body {
	margin: 10px 0px 0px 50%;
	font-family: "Century Gothic", Tahoma, Arial, sans-serif;
	background-color: #333333;
	behavior: url(csshover.htc);
	font-size: 76%;
}

#wrapper {
	width: 760px;
	left: -380px;
	position: relative;
}
#topbar {
	height: 100px;
	width: 760px;
	position: relative;
	left: 0px;
	top: 0px;
	background-color: #404040;
}


#content {
	position: relative;
	width: 760px;
	left: 0px;
	top: 0px;
	background-color: #3f3f3f;
	margin: 0px;
	padding: 0px;
	z-index: 1;
}
#maincontent {
	width: 760px;
	color: #020066;
	float: none;
	margin-right: 0px;
	padding-top: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 20px;
	z-index: 2;
	
}

#maincontent p {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 50px;
	margin-left: 50px;
	color: #CCCCCC;
	font-size: 1.2em;
}

#maincontent h1 {
	font-size: 1.6em;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-right: 50px;
	margin-left: 50px;
	color: #CCCCCC;
}
#maincontent h2 {
	font-size: 1.4em;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-right: 50px;
	margin-left: 50px;
	color: #CCCCCC;
}
#maincontent a {
	color: #99CCFF;
}
#maincontent ul {
	font-size: 1.2em;
	color: #cccccc;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 70px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#maincontent #socialdiv {
	float: left;
	width: 300px;
	padding-bottom: 10px;
	border: thin solid #CCCCCC;
}
#maincontent #innerwrap {
	padding-left: 50px;
}

#maincontent #consultingdiv {
	width: 300px;
	float: left;
	margin-left: 30px;
	padding-bottom: 10px;
	border: thin solid #CCCCCC;
}

#footer {
	color: #CCCCCC;
	text-align: center;
	width: 760px;
	background-color: #333333;
	font-family: "Century Gothic", Tahoma, Arial, sans-serif;
	font-size: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#footer a {
	color: #cccccc;
}

.leftfloat {
	float: left;
}
.rightfloat {
	float: right;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.clearall {
	clear: both;
	padding-top: 10px;
}
#navigation {
	position: relative;
	width: 760px;
	left: 0px;
	top: 0px;
	padding-left: 0px;
	background-color: #404040;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 28px;
	z-index: 9;
}

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
	width: 105px;
	background-color: #404040
	;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 8px;
	color: #cccccc;
	text-align: center;
	font-size: 1.2em;
}


#nav a:hover {
	background-color: #333333;
	color: #EBE9ED;
}

#nav li {
	float: left;
	width: 105px;
}
#nav li ul {
	position: absolute;
	width: 155px;
	left: -999em;
}
#nav li:hover ul ul {
	left: -999em;
}
#nav li:hover ul, #nav li li:hover ul {
	left: auto;
}
#nav li ul ul {
	margin: -25px 0 0 155px;
}
#indexpage #index a, #servicespage #research a, #services2page #consulting a, #ourclientspage #clients a, #ethospage #ethos a, #contactpage #contact a, #saypage #testimonials a{
  color: #8AC33E;
}
#servicespage #research ul a, #services2page #consulting ul a, #ourclientspage #clients ul a{
	color: #cccccc;
}
