* {
	padding: 0; /* global margin and padding reset */
	margin: 0;
	outline:none; 
}

body {
	background-color: #e9eaea;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
}
a, a:visited{
	color: #017bc4;
	text-decoration:none;
}
a:hover{
	color: #0195ee;
}
img {
	border: 0;
}

#copy{
	float:right;
	text-align:right;
}
#legal{
	float:left;
	text-align:left;
}

#legal .smallblue{
	color:#085aa6;
	margin-right:40px;
}

#container {
	background-color: #FFFFFF;
	width: 100%;
}
#topNav {
	background-color: #FFFFFF;
	width: 100%;
	height:36px;
	background-image:url(../images/topNav-bg.gif);
	background-repeat:repeat-x;
}
#topNavContent {
	margin: 0px auto;
	height: 36px;
	width: 950px;
}

/* -- site navigation -- */

#site-nav{
	float: left;
	list-style: none;
	margin: 0 0 0px 0;
	padding: 0;
}

#site-nav li {
	float: left;
	margin: 0 0 0 0px;
	padding: 0;
}
#site-nav li a {
	display: block;
	margin: 0;
	padding: 0;
	text-indent: -1000em;
}
#site-nav li a:hover {
	background-position: 0 -36px;
}
#site-nav li a.current {
	background-position: 0 -36px;
}

#customers {
	width: 101px;
	height: 36px;
	background: url(../images/customers-butt.gif) 0 0 no-repeat;
}
#learners {
	width: 100px;
	height: 36px;
	background: url(../images/learners-butt.gif) 0 0 no-repeat;
}

#header {
	height: 125px;
	width: 100%;
	margin: 0px auto;
	background-color: #e9eaea;
}
#headerContent {
	padding-right:10px;
	margin: 0px auto;
	height: 125px;
	width: 950px;
}

#bar {
	background-image: url(../images/bg-gradient.gif);
	background-repeat: repeat-x;
	height: 200px;
	width: 100%;
}
#barSmall {
	background-image: url(../images/bg-gradient-small.gif);
	background-repeat: repeat-x;
	height: 149px;
	width: 100%;
}
#barContent {
	height: 200px;
	width: 960px;
	margin:0px auto;
}
#contentHolder {
	background-color: #FFFFFF;
	width: 960px;
	margin:0px auto;
}
#leftCol {
	padding: 10px;
	_padding: 0px 10px;
	background-color: #FFFFFF;
	width: 710px;
	float:left;
}
#rightCol {
	padding: 10px 10px 0px 0px;
	_padding: 0px 10px 0px 0px;
	background-color: #FFFFFF;
	width: 220px;
	float:right;
}

#leftCol p {
	width:620px;
	padding: 0px 0px 10px 0px;
}

#rightCol p {
	width:220px;
	padding: 10px 0px;
}

.clearer {
	clear: both;
}
#footer {
	background-color: #e9eaea;
	width: 100%;
}
#footerContent {
	padding: 20px 10px;
	margin: 0px auto;
	width: 940px;
}
#footerContent a, #footerContent a:visited{
	color: #525252;
	padding-right:15px;
	text-decoration:none;
}
#footerContent a:hover{
	color: #0079c2;
}
form #email2{
	width:132px;
	height:22px;
	border: 0;
	padding: 4px;
	font-size: 10px;
	color: #666;
	background: url(../images/home/formbg.gif) 0 0 no-repeat;
	float:left;
}form #signup{
	float:right;
	width:72px;
	height:22px;
	border:none;
}


/* -- global navigation -- */

#global-nav{
	float: left;
	list-style: none;
	margin: 83px 0 0px 10px;
	padding: 0;
}

#global-nav li {
	float: left;
	margin: 0 30px 0 0px;
	padding: 0;
}
#global-nav li a {
	display: block;
	margin: 0;
	padding: 0;
	text-indent: -1000em;
}
#global-nav li a:hover {
	background-position: 0 -23px;
}
#nav0 {
	width: 60px;
	height: 23px;
	background: url(../images/about-roll.gif) 0 0 no-repeat;
}
#nav1 {
	width: 191px;
	height: 23px;
	background: url(../images/how-roll.gif) 0 0 no-repeat;
}
#nav2 {
	width: 74px;
	height: 23px;
	background: url(../images/clients-roll.gif) 0 0 no-repeat;
}
#nav3 {
	width: 89px;
	height: 23px;
	background: url(../images/case-roll.gif) 0 0 no-repeat;
}
#nav4 {
	width: 55px;
	height: 23px;
	background: url(../images/contact-roll.gif) 0 0 no-repeat;
}
#logoLink{
	margin-top: 20px;
	float:right;
}

h1{
	display:block;
	padding-bottom:10px;
	text-indent: -1000em;
}

.blueList{
	margin-top:10px;
	list-style-type: disc;
	list-style-position: inside;	
}
.blueList li{
	margin:0px 0px 12px 10px;
	font-size:11px;
}


#expertHeader{
	width:220px;
	height:34px;
	background: url(../images/experts-header.gif) 0 0 no-repeat;
}
#thankHeader{
	width:109px;
	height:31px;
	background: url(../images/thankyou-small.gif) 0 0 no-repeat;
}
#thankHeader-large{
	width:380px;
	height:31px;
	background: url(../images/thankyou.gif) 0 0 no-repeat;
}
h3{
	text-indent: -1000em;
}
h3 a{
	display:block;
	margin:20px 0px;
}
#testimonials{
	margin-top:30px;
	width:220px;
	height:26px;
	background: url(../images/about/testimonials.gif) 0 0 no-repeat;
}