@charset "UTF-8";

/*general layout*/

body {
	background-color: #A89876;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:normal;
	line-height: 150%;
	color: #FFFFFF;
}
#header {
	width: 990px;
	margin: 0px auto;
	background-image: url(../images/tailwind_background.jpg);
	background-repeat: repeat-y;
	height: 201px;
	position: relative;
}
#branding {
	width: 940px;
	position: absolute;
	top: 60px;
	left: 0px;
	background-image: url(../images/tailwind_banner.jpg);
	background-repeat: no-repeat;
	height: 134px;
	padding-top: 16px;
	padding-left: 65px;
}
.container {
	width: 990px;
	margin: 0px auto;
}
#content {
	float: left;
	background-image: url(../images/tailwind_background.png);
	background-repeat: repeat-y;
	padding: 10px 50px;
	width: 890px;
}

#left-side {
	float: left;
	width: 250px;
	position: relative;
}
#right-section {
	float: left;
	width: 625px;
}
#image-footer {
	width: 990px;
	text-align: left;
	margin: 0px auto;
}
#footer {
	text-align: center;
	width: 950px;
	margin: 0px auto;
}
#testimonial-text {
	float: right;
	width: 520px;
}




/*nav layout*/

#navigation {
	right: 30px;
	position: absolute;
	top: 0px;
	font-size: 14px;
	text-transform: uppercase;
	color: #CCCCCC;
}
#navigation div {
	float: left;	
}
#navigation div a {
	float:left;
	text-align:center;
	padding-top: 20px;
	padding-bottom: 15px;
	display:block;
	height:14px;
	text-decoration:none;
	color:#CCCCCC;

	}
#left-nav {
	position: absolute;
	width: 280px;
	right: 0px;
}
#nav-home a{
	width:100px;
	}
#nav-solutions a{
	width: 128px;
	
}
#nav-approach a{
	width: 128px;
	}
#nav-about a{
	width: 118px;

}
#nav-partners a{
	width: 128px;
	
}
#nav-blog a{
	width: 100px;	
}

/*#nav-gameplan {
	width: 120px;	
}
#nav-research {
	width: 120px;
	
}
#nav-resources {
	width: 132px;
	
}
*/

#nav-home a:hover {
	background-image:url(../images/hover-home3.png);
	background-repeat:no-repeat;
	background-position:center;
	color:#FFFF66;
	}
	
#nav-solutions a:hover {
	background-image:url(../images/hover-solutions3.png);
	background-repeat:no-repeat;
	background-position:center;
	color:#FFFF66;
	}
	
#nav-approach a:hover {
	background-image:url(../images/hover-approach3.png);
	background-repeat:no-repeat;
	background-position:center;
	color:#FFFF66;
	}

#nav-about a:hover {
	background-image:url(../images/hover-about3.png);
	background-repeat:no-repeat;
	background-position:center;
	color:#FFFF66;
	}


#nav-partners a:hover {
	background-image:url(../images/hover-partners3.png);
	background-repeat:no-repeat;
	background-position:center;
	color:#FFFF66;
	}.text-underline {
	text-decoration: underline;
}

#nav-blog a:hover {
	background-image:url(../images/hover-blog3.png);
	background-repeat:no-repeat;
	background-position:center;
	color:#FFFF66;
	}

/*#nav-gameplan a:hover {
	background-image:url(../images/hover-gameplan.jpg);
	background-repeat:no-repeat;
	background-position:center;
	color:#FFFF66;
	}
#nav-research a:hover {
	background-image:url(../images/hover-research.jpg);
	background-repeat:no-repeat;
	background-position:center;
	color:#FFFF66;
	}
#nav-resources a:hover {
	background-image:url(../images/hover-resources.jpg);
	background-repeat:no-repeat;
	background-position:center;
	color:#FFFF66;
	}
*/
.side-nav a {
	padding-left:30px;
	padding-top: 6px;
	padding-bottom: 6px;
	display:block;
	height:13px;
	text-decoration:none;
	color:#CCCCCC
	}
.side-nav a:hover {
	background-image:url(../images/left-nav-hoverline.jpg);
	background-repeat:no-repeat;
	color:#FFFF66;
	background-position: left;
	}

/*image divs*/

#homepage-vert-line {
	float: left;
	width: 15px;
	height: 115px;
	padding-left: 10px;
}

.horizontal-line {
	margin-top: 10px;
	margin-bottom: 10px;
}
#vert-line {
	width: 15px;
	float: left;
}
.img-left {
	float: left;
}
.img-left-pad {
	float: left;
	padding-right: 20px;
	padding-bottom: 20px;
}
.webcast-thumb {
	text-align: center;
	width: 185px;
	padding-right: 20px;
	padding-bottom: 20px;
	float: left;
}


/*large buttons*/

#assessment-button {
	height: 115px;
	width: 240px;
	float: left;
}
#research-button {
	height: 115px;
	width: 240px;
	float: left;
}
#webcast-button  {
	height: 115px;
	width: 240px;
	float: left;
	margin-left:90px;
}
#article-button {
	height:115px;
	width:240px;
	float:right;
	}
	
.button-left {
	height: 115px;
	width: 240px;
	float: left;
}

.button-middle  {
	height: 115px;
	width: 240px;
	float: left;
	margin-left:90px;
}
.button-right {
	height:115px;
	width:240px;
	float:right;
	}


/*text formats*/

.h1 {
	font-size: 16px;
	font-weight:normal;
	text-transform:none;
	color:FFFFCC;
	padding-bottom: 10px;
}
.p {
	font-size: 14px;
	font-weight: normal; 
	line-height: 20px;
	padding-bottom: 10px;
	color: FFFFFF;
}

.text-italic {
	font-style: italic;
}
.text-no-bottom-padding {
	padding-bottom: 0px;
}
#footer p {
	font-size: 11px;
	color: #FFFFFF;
}
#footer a {
	color: #305A7E;
}
.text-bold {
	font-weight: bold;
}

.text-yellow {
	color: #FFFFCC;
}
.left-quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 20px;
}
.text-align-center {
	text-align: center;
}
.text-align-right {
	text-align: right;
}
.a {
	color: #FFFFCC;
	}
a:link {
	color: #99CCFF;
	text-decoration:underline;
	}
a:visited {
color: #99CCFF;
text-decoration: underline;
}
a:hover {
text-decoration: none;
}
.text-14 {
	font-size:14px;
	}

/*assessment*/
#assesment {
	border: 1px solid #FFFFFF;
	background-color:#FFFFFF;	
}
.answerCells {
	width: 85px;
	text-align: center;
	vertical-align: middle;
	background-color: #888888;
	border: 1px solid #ffffff;
}
.assessmentQuestionRow {
	height: 50px;
	padding: 5px;
	background-color: #888888;
	border: 1px solid #ffffff;
}


.headerCells {
	background-color: #444444;
	text-align: center;
	padding: 5px;
	font-size: 14px;
	border: 1px solid #ffffff;
}
.personalInfoCell {
	font-size: 14px;
	background-color: #333333;
	text-align: left;
	padding: 5px;
	width: 125px;
	border: 1px solid #FFFFFF;
}
#personalInfo {
	border: 1px solid #ffffff;
}
.inputCells {
	background-color: #333333;
	padding: 5px;
	border: 1px solid #ffffff;
}
.infoCell {
	background-color: #333333;
	padding: 5px;
}
#formsubmit {
	background-color: #333333;
	width: 100%;
	border: 1px solid #ffffff;
}
#submit, #reset {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #4D90CD;
	text-align: center;
	margin: 5px;
	width: 75px;
	border: 1px solid #ffffff;
	color: #FFFFFF;
	padding: 3px;
}


.text-super {
	vertical-align: super;
	font-size: 9px;
	line-height: 3px;
}
#footer .text-super {
vertical-align: super;
	font-size: 7px;
	line-height: 3px;
	}
.lists {
	list-style-type: disc;
	line-height: 20px;
	padding-bottom: 10px;
}
.text-underline {
	text-decoration: underline;
}
.text-blue {
	color: #519BDF;
}
.text-10 {
	font-size: 10px;
}

