﻿body {
	margin:0px;
	padding:0px;
	background-color: #231f20;
	background-image: url(../../Images/thinkWiseBackground.png);
	background-repeat: no-repeat;
	background-position: top center;
	font-family: Arial;
	font-size: 11px;
}

p {
	margin: 0px;
	padding: 0px;
}

table {
	border-style:none;
	border-collapse:collapse;
}

img {
	behavior: url('../../iepngfix.htc');
}

div {
	behavior: url('../../iepngfix.htc');
}


#wrapper {
	width: 100%;
	min-width: 900px;
	text-align: center;
	padding-bottom: 30px;
}

#topBand {
	width: 100%;
	min-width: 900px;
	height: 17px;
}

#arrowWrapper {
	text-align: left;
	width: 900px;
	margin: 0 auto;
}

#arrow {
	text-align: left;
	position: relative;
	top: 0px;
	height: 15px;
	width: 30px;
	background-repeat: no-repeat;
}

/* topBand colors for each section */

.getWise #topBand {
	background-color: #8cad00;
}

.solution #topBand {
	background-color: #000;
}

.company #topBand {
	background-color: #000;
}

.requestInfo #topBand {
	background-color: #000;
}


.contactUs #topBand {
	background-color: #000;
}

.privacy #topBand {
	background-color: #000;
}
.partners #topBand {
	background-color: #000;
}


/* arrow positions for each section */
.getWise #arrow {
	left: 230px;
	background-image: url(../../Images/greenArrow.gif);
}

.solution #arrow {
	left: 360px;
	background-image: url(../../Images/blackArrow.gif);
}

.company #arrow {
	left: 490px;
	background-image: url(../../Images/blackArrow.gif);
}

.contactUs #arrow {
	left: 790px;
	background-image: url(../../Images/blackArrow.gif);
}
.partners #arrow {
	left: 645px;
	background-image: url(../../Images/blackArrow.gif);
}

#header {
	clear: both;
	width: 900px;
	margin: 0 auto;
}

#header_home {
	clear: both;
	width: 900px;
	margin: 0 auto;
	text-align: left;
}

.navLogo {
	width: 200px;
	height: 75px;
}

.navLogo img {
	position: relative;
	left: -15px;
}

.navLinks {
	text-align: left;
}

h1 {
	font-size: 40px;
	font-weight: bold;
	color: #fff;
	text-align: left;
	position: relative;
	top: 10px;
}

h2 {
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	text-align: left;
	position: relative;
	top: 10px;
	border-bottom: 1px solid #fff;
}

h3 {
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	text-align: left;
	position: relative;
	top: 10px;
}

.pageTitle {
	height: 75px;
}

#banner {
	clear: both;
	width: 100%;
	min-width: 900px;
	background-color: #000;
	height: 266px;
}

#banner_short {
	clear: both;
	width: 100%;
	min-width: 900px;
	background-color: #8cad00;
	height: 130px;
}

#banner_home {
	clear: both;
	width: 100%;
	min-width: 900px;
	background-image: url('../../Images/home_barBg.gif');
	background-repeat: repeat-x;
	height: 250px;
}

#nav_homeWrapper {
	clear: both;
	width: 100%;
	background-color: #000;
}

#nav_home {
	width: 900px;
	margin: 0 auto;
	text-align: left;
}

#intro_home {
	clear: both;
	width: 100%;
	min-width: 900px;
	background-color: #000;
	padding-top: 20px;
	padding-bottom: 28px;
}

.homeTitle {
	padding-top: 30px;
	padding-bottom: 8px;
}

.sectionSlideshow {
	width: 900px;
	margin: 0 auto;
}

#content {
	clear: both;
	width: 900px;
	margin: 0 auto;
	text-align: left;
}

#content td {
	vertical-align: top;
}

#leftSidebar {
	width: 200px;
	padding-top: 20px;
}

#leftSidebar td{
	text-align: left;
}

#centerContent {
	width: 390px;
	padding-top: 30px;
}

#centerContent p{
	width: 340px;
	color: #fff;
	font-size: 13px;
	line-height: 21px;
	padding-bottom: 15px;
}

#centerContent ul {
	width: 340px;
	font-size: 13px;
	line-height: 21px;
	color: #ffffff;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	list-style-type: square;
	list-style-position: inside;
}

#centerContentWide {
	width: 680px;
	padding-top: 30px;
}

#centerContentWide ul {
	width: 600px;
	font-size: 13px;
	line-height: 21px;
	color: #ffffff;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	list-style-type: square;
	list-style-position: inside;
}


#centerContentBlog {
	width: 390px;
	padding-top: 30px;
}

#centerContentBlog ul {
	width: 390px;
	font-size: 13px;
	line-height: 21px;
	color: #ffffff;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	list-style-type: square;
	list-style-position: inside;
}

#homeLeft {
	width: 675px;
}

#homeRight {
	width: 225px;
}

.contactUs #centerContentBlog {
	padding-top: 20px;
}

.getWise #centerContentBlog a{
	color: #8cad00;
}

.getWise #centerContentBlog a:hover{
	color: #fff;
}

.getWise #centerContentWide a{
	color: #8cad00;
}

.getWise #centerContentWide a:hover{
	color: #fff;
}

.company #centerContentWide a{
	color: #4fa3e8;
}

.company #centerContentWide a:hover{
	color: #fff;
}

.partners #centerContent a{
	color: #4fa3e8;
}

.partners #centerContent a:hover{
	color: #fff;
}

.contactUs #centerContentBlog a{
	color: #4fa3e8;
}

.contactUs #centerContentBlog a:hover {
	color: #fff;
}

.contactUs #rightSidebar a{
	color: #4fa3e8;
}

.contactUs #rightSidebar a:hover {
	color: #fff;
}

.privacy #centerContentWide a{
	color: #4fa3e8;
}

.privacy #centerContentWide a:hover{
	color: #fff;
}

#centerContentWide p{
	width: 600px;
	color: #fff;
	font-size: 13px;
	line-height: 21px;
	padding-bottom: 10px;
}

#rightSidebar {
	width: 310px;
	padding-top: 20px;
}

#rightSidebar .blogLandingBlock {
	width: 310px;
}

#rightSidebar .screenThumbs {
	color: #9f9c9d;
	font-size: 11px;
	line-height: 14px;
	padding-bottom: 30px;
}

#rightSidebar .screenCell img {
	border: 1px solid #000000;
}

#leftSidebar ul {
	margin: 0px;
	padding: 0 0 0 6px;
	width: 160px;
	list-style-type: none;
}

#leftSidebar ul.parent {
	padding-bottom: 30px;
}

#leftSidebar ul.nestedList {
	padding: 10px 0 0 15px;
}

#leftSidebar li {
	padding-bottom: 6px;
	color: #fff;
	line-height: 16px;
}

#leftSidebar li a{
	color: #848182;
	text-decoration: none;
}

#leftSidebar li a:hover {
	color: #fff;
}

#leftSidebar li.pdf {
	position: relative;
	left: -30px;
	background: url(../../Images/icon_pdf.gif) left center no-repeat;
}

#leftSidebar li.pdf a{
	position: relative;
	left: 30px;
	top: 2px;
}

#leftSidebar li.survey {
	position: relative;
	left: -30px;
	background: url(../../Images/icon_survey.gif) left center no-repeat;
}

#leftSidebar li.survey a{
	position: relative;
	left: 30px;
	top: 2px;
}

#leftSidebar li.current {
	color: #ffffff;
}

#leftSidebar li.current a{
	color: #ffffff;
}

#leftSidebar li.current a:hover {
	color: #ffffff;
}

.indexIntro p{
	width: 600px;
	color: #fff;
	font-size: 13px;
	line-height: 21px;
}

.indexBlock {
	width: 600px;
	margin-bottom: 20px;
}

.indexSubtitle {
	font-size: 11px;
	color: #848182;
	position: relative;
	top: -8px;
}

.indexDescription {
	font-size: 13px;
	line-height: 21px;
	color: #fff;
	padding-bottom: 5px;
	width: 100%;
}

.indexDescription img{
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;
}
.indexDescription form img {
	float: left;
	padding: 10px 0px 0px 0px;
}

.indexThumb {
	width: 120px;
	text-align: right;
	position: relative;
	top: 6px;
}

.blogLandingIntro p{
	width: 340px;
	color: #fff;
	font-size: 13px;
	line-height: 21px;
}

.contactUs .blogLandingIntro p {
	width: 700px;
}

.blogLandingBlock {
	width: 340px;
	margin-bottom: 10px;
}

.surveyBlock {
	text-align: center;
	width: 270px;
	padding: 10px;
	background-color: #231f20;
}

.surveyBlockTitle {
	padding-top: 20px;
}

.surveyQuestion {
	text-align: left;
	font-size: 13px;
	font-weight: bold;
	line-height: 21px;
	color: #fff;
}

.surveyMessage 
{
	text-align: left;
	font-size: 13px;
	font-weight: bold;
	line-height: 21px;
	color: #8cad00;
}

.surveyTable {
	width: 280px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: 1px solid #8cad00;
	border-bottom: 1px solid #8cad00;
}

.surveyTable td{
	font-size: 13px;
	line-height: 18px;
	color: #fff;
	padding-top: 5px;
	padding-bottom: 5px;
}

.surveyTable p{
	text-align: left;
	vertical-align: middle;
}

.surveyTable .rule {
	border-bottom: 1px solid #526000;
}

.surveyResults {
	
}

.surveyResults a{
	color: #8cad00;
}

.surveyResults a:hover {
	color: #fff;
}

.surveyPrevious {
	text-align: left;
	vertical-align: middle;
	padding-bottom: 10px;
}

.surveyPrevious a{
	color: #8cad00;
}

.surveyPrevious a:hover {
	color: #fff;
}

.surveyButton {
	width: 130px;
	text-align: left;
}

.commentTitle {
	width: 600px;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	border-bottom: 1px solid #fff;
}

.commentBlock {
	width: 600px;
	margin-top: 10px;
}

.commentName {
	width: 600px;
	font-size: 13px;
	font-weight: bold;
	color: #848182;
}

.commentDate {
	font-size: 11px;
	color: #848182;
}

.commentText {
	padding-top: 5px;
	padding-bottom: 10px;
	color: #fff;
	font-size: 13px;
	line-height: 21px;
	border-bottom: 1px solid #848182;
}

.commentReply {
	width: 600px;
	margin-top: 20px;
}

.commentField input {
	width: 200px;
}

.commentReply textarea {
	width: 400px;
	height: 150px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.commentReplyTitle {
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	padding-bottom: 10px;
}

.commentFieldLabel {
	width: 100px;
	font-size: 13px;
	color: #fff;
	vertical-align: middle;
}

.commentFieldNote {
	font-size: 11px;
	color: #848182;
	text-align: left;
	padding-left: 10px;
}

.moduleBlock {
	font-size: 13px;
	line-height: 21px;
	color: #848182;
	text-align: left;
}

.moduleBlock a {
	color: #fff;
	text-decoration: none;
}

.moduleBlock a:hover {
	text-decoration: underline;
}

.sIFR-active h1 {
	visibility: hidden;
	font-family: Arial;
	line-height: 1em;
}

.sIFR-active h1 {
	padding-bottom: 0;
}

.sIFR-active h2 {
	visibility: hidden;
	font-family: Arial;
	line-height: 1em;
}

.sIFR-active h2 {
	padding-bottom: 0;
}

#footer {
	clear: both;
	width: 700px;
	margin: 30px 0px 20px 200px;
	text-align: left;
	color: #848182;
}

#footer span{
	padding-right: 15px;
}

#footer a{
	color: #848182;
	text-decoration: underline;
}

#footer a:hover {
	color: #fff;
}

#footer_home {
	clear: both;
	width: 900px;
	margin: 30px 0px 20px 0px;
	text-align: left;
	color: #848182;
}

#footer_home span{
	padding-right: 15px;
}

#footer_home a{
	color: #848182;
	text-decoration: underline;
}

#footer_home a:hover {
	color: #fff;
}
