html{padding:0;
	height: 100%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1px;
	margin-left: 0;
	overflow-y : scroll;
}
body{
	background-color: #dce6f2;
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
	behavior: url(csshover.htc);
	padding-right: 0px;
	padding-left: 0px;
}

div#container {
	width: 90%;
	position: relative;
	margin-left: auto;
	margin-top: 15px;
	margin-right: auto;
}
div#wrapper{
	background-color: #DCE6F2;
	position: absolute;
	top: 180px;
	padding-bottom: 15px;
	width: 100%; /* fixes corners not appearing in IE7 */
}

div#header {
	background-color: #003366;
	height: 165px;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #DCE6F2;
}
#header #headrightimg {
	text-align: right;
}
#header #headleftimg {
	float: left;
}
div#nav {
	float:left;
	width:200px;
	font-size: 1.2em;
	margin-left:-1px;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 0;
	background-color: #006699;
}
div#content{
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 0px;
	padding-bottom: 10px;
}

/*div#extra{background:#B9CAFF;float:left;width:200px;margin-left:-200px}*/
div#footer{
	color: #FFF;
	clear:left;
	width:100%;
	background-color: #006699;
	font-size: 1em;
	text-align: center;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

div#content p{
	color: #003366;
	margin-right: 15px;
	margin-left: 15px;
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 1.2em;
	line-height: 1.4em;
}
#content h1 {
	font-size: 1.6em;
	color: #0099cc;
	margin-left: 15px;
	margin-bottom: 15px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
}
#content h2 {
	font-size: 1.4em;
	color: #0099cc;
	margin-left: 15px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	padding-top: 10px;
}
#content h3 {
	font-size: 1.4em;
	font-style: italic;
	font-weight: bold;
	color: #003466;
	margin-left: 15px;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-right: 15px;
}
#content h4 {
	font-size: 1.4em;
	font-style: italic;
	font-weight: bold;
	color: #0099CC;
	margin-left: 15px;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-right: 15px;
	padding-top: 10px;
}
#content a {
	font-family: Arial, Helvetica, sans-serif;
	color: #660000;
}
#content  ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 1.4em;
	color: #003366;
	margin-top: 10px;
	margin-left: 40px;
	margin-bottom: 25px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	list-style-type: none;
	list-style-image: url(images/bullet.gif);
	list-style-position: outside;
}
#content li {
	margin-bottom: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.tick {
	list-style-image: url(images/tick.gif);
}

div#footer p{
	margin:0;
	color: #FFFFFF;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#footer a {
	color: #FFFFFF;
}
#footer a.subtle {
	color: #999999;
}
.leadpara {
	font-style: italic;
	font-weight: bold;
	color: #003466;
	font-size: 1.4em;
}
.highlighted {
	color: #0099CC;
	font-weight: bold;
}
#clientspage #content img {
	padding: 5px;
}
.floatrightpic {
	float: right;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	padding: 3px;
	border: 2px solid #006699;
}
.floatrightpicunderneath {
	float: right;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	padding: 3px;
	border: 2px solid #006699;
	clear: right;
}
.floatrightpicnoborder {
	float: right;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	padding: 3px;
}

.breadcrumbs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

.clearall {
	clear: both;
}
/* navigation styles */
div#nav ul {
	width: 170px;
	background-color: #006699;
	border: 1px solid #006699;
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
}
div#nav ul.level2, div#nav ul.level3{
	padding: 0;
	width: 250px;
	background-color: #006699;
	border: 1px solid #33739E;
	margin-top: -1px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
div#nav li {
	position: relative;
	list-style: none;
	margin: 0;
	border-bottom: 1px solid #CCC;
	background-color: #006699;
}
div#nav li:hover {
	background-color: #33739E;
	color: #FCFF84;
}
div#nav li.submenu {
	
}
div#nav li.submenu:hover {background-color: #33739E;
background-image: url(images/submenu.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
div#nav li a {
	display: block;
	text-decoration: none;
	width: 170px;
	color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
}
div#nav li a:hover {
	display: block;
	text-decoration: none;
	width: 170px;
	color: #FCFF84;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 5px;
}
div#nav ul.level2 li a, div#nav ul.level3 li a {
	display: block;
	text-decoration: none;
	width: 250px;
	color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
div#nav ul.level2 li a:hover, div#nav ul.level3 li a:hover{
	display: block;
	text-decoration: none;
	width: 250px;
	color: #FCFF84;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 5px;
}

div#nav>ul a {width: auto;}
div#nav ul ul {position: absolute; top: 0; left: 170px;
  display: none;}
div#nav ul ul ul{position: absolute; top: 0; left: 250px;
  display: none;}
div#nav ul.level1 li.submenu:hover ul.level2, 
div#nav ul.level2 li.submenu:hover ul.level3 {display:block;}

#indexpage #index, #whatwedopage #whatwedo, #whopage #who, #ourvaluespage #ourvalues, #clientspage #clients, #contactpage #contact, #freelancepage #whatwedo, #analysispage #whatwedo, #trainingpage #whatwedo{
	background-color: #33739E;
	color: #FCFF84;
}

/* end of navigation styles */

/* bits & pieces for rounded corners - thanks to Francky*/
.top-left {
	margin-right: 30px; /* clip right corner */
	background-image: url(images/wrappercorners.gif);
	height: 30px; /* vertical: show first half of the image with the top-corners in it */
	font-size: 2px;
}

.top-right {
	margin-top: -30px; /* to level of top-left corner */
	margin-left: 30px; /* clip left corner */
	background-image: url(images/wrappercorners.gif);
	background-position: 100% 0; /* show bg-image starting at the right */
	height: 30px;
	font-size: 2px;
}

.bottom-left {
margin-right: 30px; /* clip right corner */
background-image: url(images/wrappercorners.gif);
background-position: 0 -30px; /* show under half of the image */
height: 30px;
font-size: 2px;
}

.bottom-right {
margin-top: -30px; /* to level of bottom-left corner */
margin-left: 30px; /* clip left corner */
background-image: url(images/wrappercorners.gif); 
background-position: 100% -30px; /* under half, right side */
height: 30px; 
font-size: 2px; 
}

.inside {
	color: #000000;
	background-color: #006699;
	padding-right: 30px;
	padding-left: 10px;
	height: 1%; /*fixes peekaboo bug */
}

.notopgap {
margin-top: 0;
}

.nobottomgap {
	margin-bottom: 0;
	font-size: 0.75em;
	text-align: center;
}
.gap-saver {
	height: 1px;
	padding: 0;
	font-size: 1px; /* to correct IE */
	clear: both; /* to get the footer into the bottom corners */
	margin-top: 0;
	margin-right: 0;
	margin-bottom: -1px;
	margin-left: 0;
}
.contenttop-left {
	margin-right: 30px; /* clip right corner */
	background-image: url(images/contentcorners.gif);
	height: 30px; /* vertical: show first half of the image with the top-corners in it */
	font-size: 2px;
}

.contenttop-right {
	margin-top: -30px; /* to level of top-left corner */
	margin-left: 30px; /* clip left corner */
	background-image: url(images/contentcorners.gif);
	background-position: 100% 0; /* show bg-image starting at the right */
	height: 30px;
	font-size: 2px;
}

.contentbottom-left {
margin-right: 30px; /* clip right corner */
background-image: url(images/contentcorners.gif);
background-position: 0 -30px; /* show under half of the image */
height: 30px;
font-size: 2px;
}

.contentbottom-right {
margin-top: -30px; /* to level of bottom-left corner */
margin-left: 30px; /* clip left corner */
background-image: url(images/contentcorners.gif); 
background-position: 100% -30px; /* under half, right side */
height: 30px; 
font-size: 2px; 
}

.contentinside {
	color: #000000;
	background-color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
	height: 1%; /*fixes peekaboo bug */
}
.contentgap-saver {
	height: 1px;
	padding: 0;
	font-size: 1px; /* to correct IE */
	margin-top: 0;
	margin-right: 0;
	margin-bottom: -1px;
	margin-left: 0;
}


