body {
	background: url('../images/bg.gif') repeat-x 0 0 #ffffff;
	font-family: helvetica, arial, sans;
	color: #666666;
	font-size: 62.5%;
	margin: 0;
	padding: 0;
}

p,
#content li {
	line-height: 1.9;
}
a,
a img {
	outline: none;
	border: none;
}

#content-wrapper,
#slider-wrapper{
	background: #ededed;
}
#header,
#content,
#footer {
	margin:0 auto;
	font-size:1.4em;
}
body.introduction #content {
	border-top: 6px solid #ff5b00;
}
body.the-tool #content {
	border-top: 6px solid #00a3fe;
	position: relative;
}
body.information #content {
	border-top: 6px solid #00a3fe;
}
body.iconz-associates #content {
	margin-top: 60px;
	border-top: 6px solid #00d29b;
}
#header {
	width: 910px;
	border-right:1px solid #bebebe;
	border-left:1px solid #bebebe;
	margin-bottom:40px;
}
#content,
#footer {
	padding: 20px;
	width: 870px;
}
#logo {
	height:94px;
	width:201px;
	padding:17px 0 0 19px;
	background:#e1e1e1;
	border-bottom:1px solid #bebebe;
	float:left;
}
ul#navigation,
ul#navigation li {
	margin:0;
	padding:0;
	list-style:none;
}
ul#navigation li {
	float:left;
	height:111px;
	width:229px;
	border-left:1px solid #bebebe;
	border-bottom:1px solid #bebebe;
	background: #f0f0f0;
}
ul#navigation li a {
	display:block;
	background:url(../images/nav_sprite.gif) top left no-repeat;
	margin: 20px auto;
	text-indent: -9999px;
}

ul#navigation li#introduction a {
	background-position: 0 -67px;
	margin-top:30px;
	width: 134px;
	height: 67px;
}

ul#navigation li#the_tool a {
	background-position: 0 -204px;
	margin-top:27px;
	width: 91px;
	height: 70px;
}
ul#navigation li#iconz_associates a {
	background-position: 0 -351px;
	width: 191px;
	height: 77px;
}
ul#navigation li#introduction a:hover,
body.introduction ul#navigation li#introduction a {
	background-position: 0 0;
	width: 134px;
	height: 67px;
}
ul#navigation li#the_tool a:hover,
body.the-tool ul#navigation li#the_tool a {
	background-position: 0 -134px;
	width: 91px;
	height: 70px;
}
ul#navigation li#iconz_associates a:hover,
body.iconz-associates ul#navigation li#iconz_associates a {
	background-position: 0 -274px;
	width: 191px;
	height: 77px;
}
#slider-wrapper { 
	padding: 20px 0;
}
#slider {
	width: 910px;
	overflow: hidden;
	margin: 0 auto;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #e1e1e1;
	position: relative;
}
#slider ul {
	height: 175px;
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 2000px;
	border-bottom: 1px solid #ffffff;
	border-top: 1px solid #e1e1e1;
}
#slider ul,
#slider ul li {
	list-style: none;
	display: block;
	
}
#slider ul li {
	font-family: georgia, times, serif;
	margin: 20px 75px 20px 65px;
	font-size: 1.8em;
	font-style: italic;
	height: 135px;
	left: 0;
	line-height: 2.4em;
	position: absolute;
	top: 0;
	width: 760px;
	
}
#slider ul li h4 { 
	font-weight: normal;
}
#slider ul li img {
	float: left;
	padding-right: 20px;
}
#nextBtn, 
#prevBtn {
	width: 37px;
	height: 88px;
	text-indent: -99999px;
	display: block;
	position: absolute;
	top: 50px;
	cursor: pointer;
}
#nextBtn:hover, 
#prevBtn:hover {
	
}
#slider ul li.slide-1 {
	margin: 20px 100px 20px 50px;
}
#slider ul li.slide-2 {
	left: 890px;
	margin: 20px 65px 20px 85px;
}
#nextBtn {
	background: url(../images/slide_right_btn2.gif) 0 0 no-repeat;
	right:0;
}
#prevBtn {
	background: url(../images/slide_left_btn2.gif) 0 0 no-repeat;
	left:0;
}
#content {
	background: #ffffff;
	width: 800px;
	padding: 24px 90px 60px 20px;
}
#content p.note {
	font-size: 85%;
	font-style: italic;
}
#content h4 {
	line-height: 26px;
}
#content h2,
#content h3 {
	font-family: georgia, times, serif;
	font-style: italic;
	color: #333333;
}
#content h2{
	font-size: 1.8em;
	font-style: normal;
}
#content h3{
	font-size: 1.4em;
}
#content .blurb {
	margin: 0 0 50px 0;
}
#content sup {
	font-size: 0.6em;
	margin-left:0.2em;
}
#content ul{
	padding: 0 0 0 20px;
	margin: 0;
}
#content ul li{
	margin-left: 0px;
}
#content .button {
	margin: 30px 0 5px;
}
#content .button a {
	
	background: url(../images/arrow.gif) 100% 50% no-repeat #eeeeee;
	color: #555;
	font-size: 1em;
	padding: 7px 30px 5px 10px;
	font-weight: bold;
	text-decoration: none;
}
#content .button a:hover {
	background-color: #00A3FE;
	color: #ffffff;
	padding: 7px 30px 3px 10px;
	color: #003f5f;
	text-decoration: none;
}
#content .orange-button a {
	border-bottom-color: #FF5B00;
}
#content .orange-button a:hover {
	color: #ffffff;
	background-color: #FF5B00;
}
#content .green-button a {
	border-bottom-color: #00D29B;
}
#content .green-button a:hover {
	background-color: #00D29B;
	color: #004231;
}

#footer {
	border-top: 3px solid #ededed;
	margin: 0 auto 50px auto;
	width:870px;
	padding: 10px 0;
	letter-spacing: 1px;
	font-size: 1.1em;
}
#footer-wrapper{
	background: #ffffff;
}

#footer #copyright {
	float: left;
}
#footer #copyright sup {
	font-size: 0.8em;
}
#footer #contact {
	float: right;
}
#footer #contact .phone{
	border-right: 1px solid #bebebe;
	margin-right: 10px;
	padding-right: 10px;
	font-weight: bold;
}
#footer #contact .email a{
	color: #00a3fe;
	text-decoration: underline;
	font-weight: bold;
}
#message {
	margin:-20px auto 0;
	width: 910px;
	text-align: center;
	font-size:1.2em;
	background: #fff;
	border: 1px solid #ddd;
	font-style: italic;
}
#message p {
	margin: 4px;
}
#message a {
	color: #00a3fe;
}
div.inline-image-left {
	float: left;
	background:#F9F9F9 none repeat scroll 0 0;
	border:1px solid #DDDDDD;
	float:left;
	margin:0 10px 6px 0;
	padding:6px;
}
div.inline-image-right {
	float: right;
	background:#F9F9F9 none repeat scroll 0 0;
	border:1px solid #DDDDDD;
	margin:0 0 6px 10px;
	padding:6px;
}
p.image-caption {
	margin: 2px 0 0;
	padding: 0;
	text-align: center;
	font-style: italic;
	font-size: 0.9em;
	line-height: 0.9em;
}
blockquote {
	font-size: 130%;
	margin: 0;
	font-style: italic;
	font-weight: bold;
	font-family: georgia, times, serif;
	letter-spacing: 0.05em;
	padding: 10px 60px 0 10px;
}
blockquote p {
	margin-bottom: 6px;
}
cite {
	padding: 0 0 0 20px;
	margin: 0;
}
.testimonials-link {
	position: absolute;
	right: 10px;
	top: 30px;
	margin: 0;
}
.testimonials-link a {
	display: block;
	width: 122px;
	height: 54px;
	text-indent: -9999px;
	padding-right: 2px;
	background: url('../images/testimonials2.gif') 0 0 no-repeat;
}
.testimonials-link a:hover {
	padding-right: 0px;
	background: url('../images/testimonials2.gif') 0 -54px no-repeat;
}
ul#navigation:after,
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
ul#navigation, 
.clearfix {
	display: inline-block;
}
 
html ul#navigation,
html .clearfix {
	display: block;
}
 
* html ul#navigation, 
* html .clearfix {
	height: 1%;
}