html, body{
height: 90%;
margin: 0;
padding: 0;
font-family: georgia, arial, verdana, "century gothic", sans-serif;
font-size: 14px;
font-weight: normal;
color: #333;
background-color: #6b6e6b;
text-align: left;
}

h1{
margin-top: 0px;
font-size: 110%;
}

h3,
span.heading{
font-size: 105%;
font-weight: bold;
}

h1{
font-size: 105%;
font-weight: bold;
color: #3e8cb3;
}

a,
a:link,
a:visited,
a:hover{
color: #3e8cb3;
text-decoration: none;
}

a:hover{
color: #000;
}

a img,
a:link img,
a:hover img,
a:visited img{
border: none;
}

#outerwrap{
width: 960px;
margin: 0 auto;
margin-top: 5px;
height: 600px;
background: #fff;
}

#whatwedowrap{
width: 960px;
margin: 0 auto;
height: 600px;
background: #fff url(images/graph.jpg) bottom right no-repeat;
position: relative;
}

#left{
width: 634px;
height: 540px;
float: left;
}

#leftnav{
width: 206px;
float: left;
margin-top:60px;
}


#leftnav a,
#leftnav a:link,
#leftnav a:visited,
#leftnav a:hover{
display:block;
color: #575759;
text-decoration: none;
height:20px;
line-height:20px;
background:url(images/nav_off.jpg) left center;
background-repeat:no-repeat;
}

#leftnav a span {
padding-left:35px;
}

#leftnav a:hover {
display:block;
width:100%;
height:20px;
cursor:pointer;
text-decoration:none;
color: #3e8cb3;
background:url(images/nav_on.jpg) left center;
background-repeat:no-repeat;
}

#leftnav a.active{
background:url(images/nav_on.jpg) left center;
background-repeat:no-repeat;
}

#right{
width: 326px;
height: 540px;
background: transparent;
float: right;
position: relative;
}


#rightnav{
width: 303px;
height: 25px;
background: #e4e4e4;
position: absolute;
top: 81px;
left: 0px;
color: #3e8cb3;
padding-top: 5px;
font-size: 110%;
z-index: 600;
}

#rightnav a,
#rightnav a:link,
#rightnav a:hover,
#rightnav a:visited{
color: #3e8cb3;
text-decoration: none;
margin-left: 20px;
}

#rightnav a:hover{
color: #333;
}

#header{
height: 112px;
text-align: left;
}

#header img{
border-bottom: 1px solid #3e8cb3;
}

#content{
margin-top: 60px;
width: 367px;
padding-left: 20px;
padding-right: 40px;
border-left: 1px solid #3e8cb3;
float: right;
letter-spacing: 0.05em;
}

#footer{
width: 960px;
height: 60px;
margin: 0px auto;
text-align: left;
clear: both;
font-size: 95%;
color: #fff;
background: #3e8cb3;
}

#whatwedofooter{
width: 960px;
height: 60px;
margin: 0px auto;
background: #3e8cb3 url(images/whatwedo_footer_bg.jpg) top right no-repeat;
}

#copyright{
width: 960px;
margin: 0 auto;
padding-top: 10px;
}

#ydwd,#ydwd a:link,
#ydwd a:hover,
#ydwd a:visited {
float: right;
color: #808380;
font-size: 80%;
font-family: arial, sans-serif;
letter-spacing: 0.05em;
padding-top: 2px;
}

#ydwd a:link,
#ydwd a:hover,
#ydwd a:visited{
text-decoration: none;
color: #808380;
}

#ydwd a:hover{
color: #fff;
}

sup{
font-size: 60%;
}

p.bold,
span.bold{
font-weight: bold;
}

p.smaller{
font-size: 80%;
}

p.down{
padding-top: 20px;
}

ul.mainlists li{
margin-bottom: 9px;
list-style-type: square;
}

/* SCROLLING */
div#wn	{ 
    position:relative; 
    width:367px;
    height:315px;
    overflow:hidden;	
	}
	
div#whatwedowrap #wn{
    height:205px;
	}
	
div#scrollLinks{
text-align: left;
margin-top: 20px;
font-size: 80%;
}

div#scrollLinks a,
div#scrollLinks a:link,
div#scrollLinks a:visited{
color: #3e8cb3;
text-decoration: none;
}

div#scrollLinks a:hover{
color: #575759;
text-decoration: none;
}


a:focus{
outline: none;
}

/******** MooTools Tool Tips stuff *******/

	img { 
	border: 0;
	}
	#tipsWrap {
		width: 350px;
		height: 600px;
		position: absolute;
		top: 0px;
		left: -124px;
		/*border: 1px red solid;*/
		background: transparent;
		z-index: 500;
	}
	#pageWrap {
		position: absolute;
		z-index: 6;
		top: 0px;
		left: 0px;
        width: 350px;
        height: 600px;
	}
	#firstPage {
		position: absolute;
		top: 464px;
		left: 0px;
		cursor: pointer;
		/*border: 2px solid yellow;*/
		width: 120px;
		height: 30px;
	}
	#secondPage {
		position: absolute;
		top: 400px;
		left: 90px;
		cursor: pointer;
		/*border: 2px solid blue;*/
		width: 128px;
		height: 30px;
	}	
	#thirdPage {
		position: absolute;
		top: 333px;
		left: 149px;
		cursor: pointer;
		/*border: 2px solid red;*/
		width: 150px;
		height: 30px;
	}
	
	#bubbleWrap {
		position: absolute;
		z-index: 10;
		left: -300px;
		top: 210px;
	}
	.bubble {
		position: absolute;
		width: 340px;
		min-height: 190px;
		background: #fff;
		/*border: 2px solid #3e8cb3;*/
		padding: 20px;
		padding-left: 15px;
		padding-right: 25px;
	
	}
	.clear {
		clear: both;
	}
